notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: finance/libstocks/files/Makefile.lib
SVNWeb

Number of commits found: 2

Mon, 25 Nov 2019
[ 23:25 brooks search for other commits by this committer ] Original commit   Revision:518434 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
Fri, 6 Jun 2014
[ 23:04 mi search for other commits by this committer ] Original commit   Revision:356866
Add staging support.

Number of commits found: 2