Re: making /usr/share/mk apps PREFIX-independant???

2001-12-21 Thread Sheldon Hearn
On Fri, 21 Dec 2001 09:30:30 +0200, Ruslan Ermilov wrote: I'm against PREFIX in share/mk files. Instead, just setting DESTDIR=${PREFIX} should (almost) be enough. I agree. See ports/mail/popd/Makefile for an example of a port that uses a pure bsd.prog.mk-driven Makefile for

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-21 Thread Nik Clayton
On Fri, Dec 21, 2001 at 10:49:13AM +0200, Sheldon Hearn wrote: On Fri, 21 Dec 2001 09:30:30 +0200, Ruslan Ermilov wrote: I'm against PREFIX in share/mk files. Instead, just setting DESTDIR=${PREFIX} should (almost) be enough. I agree. See ports/mail/popd/Makefile for an example of a

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-21 Thread Sheldon Hearn
On Fri, 21 Dec 2001 10:06:58 GMT, Nik Clayton wrote: Perhaps just a USES_BSD_MK=yes flag to wrap this for other ports as well (I'm thinking specifically of the scr* stuff I wrote, but there may be others). That sounds like a good idea. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-21 Thread Ruslan Ermilov
On Fri, Dec 21, 2001 at 10:06:58AM +, Nik Clayton wrote: On Fri, Dec 21, 2001 at 10:49:13AM +0200, Sheldon Hearn wrote: On Fri, 21 Dec 2001 09:30:30 +0200, Ruslan Ermilov wrote: I'm against PREFIX in share/mk files. Instead, just setting DESTDIR=${PREFIX} should (almost) be enough.

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-21 Thread Nik Clayton
On Fri, Dec 21, 2001 at 01:16:41PM +0200, Ruslan Ermilov wrote: You don't listen. :-) snip I don't pretend that this solution is ideal, as a port may need different BINDIR settings for its different parts. I have given a little thinking to this, just to demonstrate that the fixes should

making /usr/share/mk apps PREFIX-independant???

2001-12-20 Thread The Anarcat
[posted to -arch, and CC'd to hackers since I have no idea as to where this belongs, please redirect if necessary] Hi. As a developper working in the FreeBSD/ports paradigm, and developping exclusively for FreeBSD through the libh project, it has come to my attention that applications

Re: making /usr/share/mk apps PREFIX-independant???

2001-12-20 Thread Ruslan Ermilov
On Thu, Dec 20, 2001 at 01:31:04PM -0500, The Anarcat wrote: [posted to -arch, and CC'd to hackers since I have no idea as to where this belongs, please redirect if necessary] Hi. As a developper working in the FreeBSD/ports paradigm, and developping exclusively for FreeBSD through the