private ports and pkgs versioning

Kyle Evans kevans91 at ksu.edu
Tue Oct 18 14:32:10 UTC 2016


On Tue, Oct 18, 2016 at 9:14 AM, Mark Linimon <linimon at lonesome.com> wrote:
> On Tue, Oct 18, 2016 at 02:52:34PM +0100, Matthew Seaman wrote:
>> Hmmm... looks like this is handled in the 30 or so lines starting at
>> line 1179 of bsd.port.mk
>
> Wouldn't the patch to ports/Makefile just be the following?
>
> .if exists(${.CURDIR}/Makefile.local)
> .include "${.CURDIR}/Makefile.local"
> .endif
>
> Again, I _think_ this is only necessary if you are building INDEX.
>
> mcl
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

/usr/ports/Makefile.local is already included for consideration @
bsd.port.subdir.mk:142


More information about the freebsd-ports mailing list