From owner-svn-ports-head@FreeBSD.ORG Sat Jun 29 09:01:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 916E03FB; Sat, 29 Jun 2013 09:01:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF6A1E79; Sat, 29 Jun 2013 09:01:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5T91wuM006342; Sat, 29 Jun 2013 09:01:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5T91wYS006336; Sat, 29 Jun 2013 09:01:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306290901.r5T91wYS006336@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 29 Jun 2013 09:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322032 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 09:01:58 -0000 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@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@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}