If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread meta
Hi, A few times I've already posted freebsd-ports list that I'm working for creating a port net/tigervnc. It is almost be done but I have a question. TigerVNC's source tree is not complete to make everything. We have to put freebsd-patched xorg-server's source tree into its tree. I tried

Re: If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread Dominic Fandrey
On 03/02/2013 13:30, meta wrote: Hi, A few times I've already posted freebsd-ports list that I'm working for creating a port net/tigervnc. It is almost be done but I have a question. TigerVNC's source tree is not complete to make everything. We have to put freebsd-patched xorg-server's

Re: If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread Chris Rees
On 3 Feb 2013 13:44, Dominic Fandrey kamik...@bsdforen.de wrote: On 03/02/2013 13:30, meta wrote: Hi, A few times I've already posted freebsd-ports list that I'm working for creating a port net/tigervnc. It is almost be done but I have a question. TigerVNC's source tree is not

Re: If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread meta
2013-02-03 23:07, Chris Rees wrote: On 3 Feb 2013 13:44, Dominic Fandrey kamik...@bsdforen.de wrote: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract See the Porters' Handbook section 5.8. I think you need :patch here, to get the patched version. Thanks. The

Re: If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread Eitan Adler
On 3 February 2013 10:16, meta m...@vmeta.jp wrote: 2013-02-03 23:07, Chris Rees wrote: On 3 Feb 2013 13:44, Dominic Fandrey kamik...@bsdforen.de wrote: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract See the Porters' Handbook section 5.8. I think you need

Re: If a port requires xorg-server's source tree, how to write Makefile?

2013-02-03 Thread meta
2013-02-04 10:16 Eitan Adler wrote: On 3 February 2013 10:16, meta m...@vmeta.jp wrote: 2013-02-03 23:07, Chris Rees wrote: On 3 Feb 2013 13:44, Dominic Fandrey kamik...@bsdforen.de wrote: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract See the Porters' Handbook