From owner-svn-ports-all@freebsd.org Fri Jan 5 02:58:01 2018 Return-Path: Delivered-To: svn-ports-all@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 4C7AEEAA05E; Fri, 5 Jan 2018 02:58:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0E255701B4; Fri, 5 Jan 2018 02:58:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w052w0sA024852; Fri, 5 Jan 2018 02:58:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w052w0U8024849; Fri, 5 Jan 2018 02:58:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801050258.w052w0U8024849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Jan 2018 02:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458102 - head/print/ghostscript9-agpl-base X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/print/ghostscript9-agpl-base X-SVN-Commit-Revision: 458102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 02:58:01 -0000 Author: jbeich Date: Fri Jan 5 02:57:59 2018 New Revision: 458102 URL: https://svnweb.freebsd.org/changeset/ports/458102 Log: print/ghostscript9-agpl-base: revert r432155 per FreeBSD 11.0 EOL Approved by: portmgr blanket Modified: head/print/ghostscript9-agpl-base/Makefile (contents, props changed) Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Fri Jan 5 02:57:35 2018 (r458101) +++ head/print/ghostscript9-agpl-base/Makefile Fri Jan 5 02:57:59 2018 (r458102) @@ -35,7 +35,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= autoreconf compiler gmake iconv jpeg pkgconfig:build tar:bzip2 +USES= autoreconf gmake iconv jpeg pkgconfig:build tar:bzip2 USE_LDCONFIG= yes EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} @@ -103,10 +103,6 @@ PORTDOC_FILES= japanese/Gdevlips.htm japanese/README.g post-patch: ${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' \ ${WRKSRC}/contrib/japanese/dmp_site.ps -# XXX CHOSEN_COMPILER_VERSION isn't supported, so check CC hasn't changed - @if [ '${ARCH}:${CC}:${COMPILER_TYPE}:${COMPILER_VERSION}' = 'aarch64:cc:clang:38' ]; then \ - ${REINPLACE_CMD} '/CC.*trio\./s/$$/ -O0/' ${WRKSRC}/base/trio.mak; \ - fi pre-build-drivers.mak: @${ECHO_CMD} '# automatically generated' > ${WRKSRC}/base/drivers.mak