From owner-svn-ports-head@FreeBSD.ORG Thu Apr 9 07:49:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F844AEC; Thu, 9 Apr 2015 07:49:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF1147B1; Thu, 9 Apr 2015 07:49:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t397nZWn044477; Thu, 9 Apr 2015 07:49:35 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t397nZcG044475; Thu, 9 Apr 2015 07:49:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504090749.t397nZcG044475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 9 Apr 2015 07:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383627 - in head/Mk: . Scripts 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.18-1 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: Thu, 09 Apr 2015 07:49:36 -0000 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