diff options
author | brooks <brooks@FreeBSD.org> | 2019-12-21 07:24:40 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2019-12-21 07:24:40 +0800 |
commit | a2f03bb0ded38f0e400ea145b47f7edc883edbe5 (patch) | |
tree | 8c9765b75666794f79202f9dbcf7134c9ea89db6 /japanese | |
parent | 7a4841b6f11bc39573559ee98d524a7053b0830c (diff) | |
download | freebsd-ports-gnome-a2f03bb0ded38f0e400ea145b47f7edc883edbe5.tar.gz freebsd-ports-gnome-a2f03bb0ded38f0e400ea145b47f7edc883edbe5.tar.zst freebsd-ports-gnome-a2f03bb0ded38f0e400ea145b47f7edc883edbe5.zip |
Additional builds with 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>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ming/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index 558185c5c967..76737b0519e0 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libpng.so:graphics/png \ CONFLICTS= ming-* WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src -MAKE_ARGS= NO_PROFILE=true USE_LDCONFIG= yes USES= bison uidfix MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null |