svn commit: r322032 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 29 09:01:58 UTC 2013
Author: bapt
Date: Sat Jun 29 09:01:57 2013
New Revision: 322032
URL: http://svnweb.freebsd.org/changeset/ports/322032
Log:
This time USE_IMAKE is totally gone
Modified:
head/Mk/bsd.commands.mk
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk Sat Jun 29 08:59:29 2013 (r322031)
+++ head/Mk/bsd.commands.mk Sat Jun 29 09:01:57 2013 (r322032)
@@ -98,7 +98,6 @@ UNZIP_CMD?= ${LOCALBASE}/bin/unzip
WHICH?= /usr/bin/which
XARGS?= /usr/bin/xargs
XMKMF?= ${LOCALBASE}/bin/xmkmf -a
-YACC?= /usr/bin/yacc
XZ?= -Mmax
.if exists(/usr/bin/xz)
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Sat Jun 29 08:59:29 2013 (r322031)
+++ head/Mk/bsd.port.mk Sat Jun 29 09:01:57 2013 (r322032)
@@ -345,9 +345,6 @@ FreeBSD_MAINTAINER= portmgr at FreeBSD.org
# this is for users, not for port maintainers. This
# should not be used in Makefile.
##
-# USE_IMAKE - If set, this port uses imake.
-# XMKMF - Set to path of `xmkmf' if not in $PATH
-# Default: xmkmf -a
# USE_DISPLAY - If set, this ports requires a (virtual) X11 environment
# setup. If the environment variable DISPLAY Is not set,
# then an extra build dependency on Xvfb is added. Further,
@@ -645,7 +642,7 @@ FreeBSD_MAINTAINER= portmgr at FreeBSD.org
# "maybe". "yes" means manpages are installed
# compressed; "no" means they are not; "maybe" means
# it changes depending on the value of NO_MANCOMPRESS.
-# Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES
+# Default: "yes" if USES=imake is set and NO_INSTALL_MANPAGES
# is not set, and "no" otherwise.
#
# Set the following to specify all .info files your port installs.
@@ -1504,10 +1501,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/
.include "${PORTSDIR}/Mk/bsd.pbi.mk"
-.if defined(USE_IMAKE)
-USES+= imake
-.endif
-
# Loading features
.for f in ${USES}
_f=${f:C/\:.*//g}
More information about the svn-ports-head
mailing list