From owner-svn-ports-head@freebsd.org Thu Jul 16 22:12:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B27439A42BF; Thu, 16 Jul 2015 22:12:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.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 A30531E1A; Thu, 16 Jul 2015 22:12:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6GMCHv8013799; Thu, 16 Jul 2015 22:12:17 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6GMCHKG013798; Thu, 16 Jul 2015 22:12:17 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201507162212.t6GMCHKG013798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 16 Jul 2015 22:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392326 - head/Mk/Uses 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.20 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, 16 Jul 2015 22:12:17 -0000 Author: kwm Date: Thu Jul 16 22:12:16 2015 New Revision: 392326 URL: https://svnweb.freebsd.org/changeset/ports/392326 Log: Remove some experiment code. Note to self, if patch is lying around for a bit: 1) don't leave experimental code in there. 2) don't assume you didn't muck around with it and perhaps forgot you did so? Pointyhat to: kwm@ Modified: head/Mk/Uses/ghostscript.mk Modified: head/Mk/Uses/ghostscript.mk ============================================================================== --- head/Mk/Uses/ghostscript.mk Thu Jul 16 21:29:35 2015 (r392325) +++ head/Mk/Uses/ghostscript.mk Thu Jul 16 22:12:16 2015 (r392326) @@ -85,11 +85,6 @@ IGNORE= Ghostscript-agpl is only availa _GS_NOX11_SUFFIX= -nox11 .endif -.endif # _INCLUDE_USES_GHOSTSCRIPT_MK - -.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GHOSTSCRIPT_POST_MK) -_INCLUDE_USES_GHOSTSCRIPT_POST_MK= yes - # dependencies _GS_PORT= ghostscript${_GS_SELECTED}${_GS_AGPL_SUFFIX}${_GS_NOX11_SUFFIX} @@ -100,5 +95,4 @@ BUILD_DEPENDS+= ${_GS_PORT}>=0:${PORTSDI RUN_DEPENDS+= ${_GS_PORT}>=0:${PORTSDIR}/print/${_GS_PORT} .endif - -.endif +.endif # _INCLUDE_USES_GHOSTSCRIPT_MK