Re: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Mathieu Arnold
Le 08/09/2016 à 18:00, Reid Linnemann a écrit : > I really don't want to use autotools for this project, as it is only > for a freebsd product, and bsd.prog.mk and > bsd.lib.mk make things very easy, especially when > I want to build and install the project

Re: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Reid Linnemann
I really don't want to use autotools for this project, as it is only for a freebsd product, and bsd.prog.mk and bsd.lib.mk make things very easy, especially when I want to build and install the project outside of the context of a port. What alternatives would you suggest? Others in my group have ov

Re: Using bsd.prog.mk in source Makefile

2016-09-08 Thread Mathieu Arnold
Le 08/09/2016 à 17:38, Reid Linnemann a écrit : > All, > > I'm having issues with an internal port in which the source tree makefile > uses bsd.prog.mk. Using poudriere to build packages as a non-root user, any > targets in the source makefiles which use *OWN and *GRP (such as the > install target)