Date: Thu, 9 Apr 2015 07:49:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383627 - in head/Mk: . Scripts Message-ID: <201504090749.t397nZcG044475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Apr 9 07:49:34 2015 New Revision: 383627 URL: https://svnweb.freebsd.org/changeset/ports/383627 Log: Remove USE_GNUSTEP from bsd.port.mk Modified: head/Mk/Scripts/actual-package-depends.sh head/Mk/bsd.port.mk Modified: head/Mk/Scripts/actual-package-depends.sh ============================================================================== --- head/Mk/Scripts/actual-package-depends.sh Thu Apr 9 07:44:41 2015 (r383626) +++ head/Mk/Scripts/actual-package-depends.sh Thu Apr 9 07:49:34 2015 (r383627) @@ -48,6 +48,7 @@ absolute_path() { find_dep() { pattern=$1 + echo $pattern >&2 case ${pattern} in *\>*|*\<*|*=*) ${PKG_BIN} info -Eg "${pattern}" 2>/dev/null Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Apr 9 07:44:41 2015 (r383626) +++ head/Mk/bsd.port.mk Thu Apr 9 07:49:34 2015 (r383627) @@ -389,10 +389,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_RUBY - If set, this port relies on the Ruby language. # Implies inclusion of bsd.ruby.mk. (Also see # that file for more information on USE_RUBY_*). -# USE_GNUSTEP - If set, this port relies on the GNUstep system. -# Implies the inclusion of bsd.gnustep.mk. -# (Also see that file for more information on -# USE_GNUSTEP_*). ## # USE_GECKO - If set, this port uses the Gecko/Mozilla product. # See bsd.gecko.mk for more details. @@ -1373,10 +1369,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif -.if defined(USE_GNUSTEP) -.include "${PORTSDIR}/Mk/bsd.gnustep.mk" -.endif - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504090749.t397nZcG044475>