From owner-svn-ports-head@freebsd.org Sun Dec 23 19:41:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A08013447F3; Sun, 23 Dec 2018 19:41:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F57B8AC70; Sun, 23 Dec 2018 19:41:21 +0000 (UTC) (envelope-from tijl@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 032D719C41; Sun, 23 Dec 2018 19:41:21 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBNJfKf1013646; Sun, 23 Dec 2018 19:41:20 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBNJfKZ9013642; Sun, 23 Dec 2018 19:41:20 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201812231941.wBNJfKZ9013642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 23 Dec 2018 19:41:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488238 - in head/print: ghostscript9-agpl-base ghostscript9-agpl-x11 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/print: ghostscript9-agpl-base ghostscript9-agpl-x11 X-SVN-Commit-Revision: 488238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2F57B8AC70 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Dec 2018 19:41:21 -0000 Author: tijl Date: Sun Dec 23 19:41:19 2018 New Revision: 488238 URL: https://svnweb.freebsd.org/changeset/ports/488238 Log: - Update to 9.26. - Make openjpeg dependency optional and off by default because it's been vulnerable for a long time. - Disable IJS option because print/hpijs, the last port that used it, has been removed. PR: 234013 Approved by: doceng (bcr) Modified: head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-agpl-base/distinfo head/print/ghostscript9-agpl-base/pkg-plist head/print/ghostscript9-agpl-x11/Makefile Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Sun Dec 23 19:27:08 2018 (r488237) +++ head/print/ghostscript9-agpl-base/Makefile Sun Dec 23 19:41:19 2018 (r488238) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.25 -PORTREVISION= 1 +PORTVERSION= 9.26 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base @@ -16,7 +15,6 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libidn.so:dns/libidn \ libjbig2dec.so:graphics/jbig2dec \ - libopenjp2.so:graphics/openjpeg \ libpaper.so:print/libpaper \ libpng.so:graphics/png \ libtiff.so:graphics/tiff @@ -42,7 +40,6 @@ CONFIGURE_ARGS= --disable-compile-inits \ --enable-dynamic \ --enable-fontconfig \ --enable-freetype \ - --enable-openjpeg \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \ @@ -55,8 +52,8 @@ ALL_TARGET= so INSTALL_TARGET= soinstall PLIST_SUB= GS_VERSION="${PORTVERSION}" -OPTIONS_DEFINE= DOCS CUPS IJS -OPTIONS_DEFAULT=CUPS IJS +OPTIONS_DEFINE= DOCS CUPS IJS JPEG2000 +OPTIONS_DEFAULT=CUPS OPTIONS_SUB= yes CUPS_CONFIGURE_ENABLE= cups @@ -65,6 +62,9 @@ CUPS_LIB_DEPENDS= libcupsimage.so:print/cups IJS_CONFIGURE_WITH= ijs IJS_DESC= Support libijs based Ghostscript devices IJS_LIB_DEPENDS= libijs.so:print/libijs + +JPEG2000_CONFIGURE_ENABLE= openjpeg +JPEG2000_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg post-patch: @${RM} -r ${WRKSRC}/cups/libs ${WRKSRC}/freetype ${WRKSRC}/ijs \ Modified: head/print/ghostscript9-agpl-base/distinfo ============================================================================== --- head/print/ghostscript9-agpl-base/distinfo Sun Dec 23 19:27:08 2018 (r488237) +++ head/print/ghostscript9-agpl-base/distinfo Sun Dec 23 19:41:19 2018 (r488238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537537103 -SHA256 (ghostscript-9.25.tar.xz) = a2971a23bf15bbd9ddcd173141b15504e51ddc1d5a0a0144b00a6a8b14a62fed -SIZE (ghostscript-9.25.tar.xz) = 33027708 +TIMESTAMP = 1544792071 +SHA256 (ghostscript-9.26.tar.xz) = 90ed475f37584f646e9ef829932b2525d5c6fc2e0147e8d611bc50aa0e718598 +SIZE (ghostscript-9.26.tar.xz) = 33059724 Modified: head/print/ghostscript9-agpl-base/pkg-plist ============================================================================== --- head/print/ghostscript9-agpl-base/pkg-plist Sun Dec 23 19:27:08 2018 (r488237) +++ head/print/ghostscript9-agpl-base/pkg-plist Sun Dec 23 19:41:19 2018 (r488238) @@ -80,7 +80,6 @@ share/color/icc/ghostscript/sgray.icc share/color/icc/ghostscript/srgb.icc %%PORTDOCS%%%%DOCSDIR%%/API.htm %%PORTDOCS%%%%DOCSDIR%%/C-style.htm -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Commprod.htm %%PORTDOCS%%%%DOCSDIR%%/DLL.htm %%PORTDOCS%%%%DOCSDIR%%/Deprecated.htm @@ -89,7 +88,6 @@ share/color/icc/ghostscript/srgb.icc %%PORTDOCS%%%%DOCSDIR%%/Drivers.htm %%PORTDOCS%%%%DOCSDIR%%/Fonts.htm %%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.pdf -%%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.tex %%PORTDOCS%%%%DOCSDIR%%/History9.htm %%PORTDOCS%%%%DOCSDIR%%/Install.htm %%PORTDOCS%%%%DOCSDIR%%/Language.htm @@ -108,11 +106,17 @@ share/color/icc/ghostscript/srgb.icc %%PORTDOCS%%%%DOCSDIR%%/VectorDevices.htm %%PORTDOCS%%%%DOCSDIR%%/WhatIsGS.htm %%PORTDOCS%%%%DOCSDIR%%/gdevds32.c -%%PORTDOCS%%%%DOCSDIR%%/gs-vms.hlp -%%PORTDOCS%%%%DOCSDIR%%/gsdoc.el +%%PORTDOCS%%%%DOCSDIR%%/gs-style.css +%%PORTDOCS%%%%DOCSDIR%%/images/Artifex_logo.png +%%PORTDOCS%%%%DOCSDIR%%/images/favicon.png +%%PORTDOCS%%%%DOCSDIR%%/images/ghostscript_logo.png +%%PORTDOCS%%%%DOCSDIR%%/images/hamburger-light.png +%%PORTDOCS%%%%DOCSDIR%%/images/x-light.png %%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.js %%PORTDOCS%%%%DOCSDIR%%/pscet_status.txt %%PORTDOCS%%%%DOCSDIR%%/sample_downscale_device.htm +%%PORTDOCS%%%%DOCSDIR%%/style.css %%PORTDOCS%%%%DOCSDIR%%/subclass.htm %%PORTDOCS%%%%DOCSDIR%%/thirdparty.htm %%DATADIR%%/Resource/CIDFSubst/DroidSansFallback.ttf Modified: head/print/ghostscript9-agpl-x11/Makefile ============================================================================== --- head/print/ghostscript9-agpl-x11/Makefile Sun Dec 23 19:27:08 2018 (r488237) +++ head/print/ghostscript9-agpl-x11/Makefile Sun Dec 23 19:41:19 2018 (r488238) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.25 +PORTVERSION= 9.26 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11 @@ -29,11 +29,11 @@ CONFIGURE_ARGS= --disable-compile-inits \ --disable-cups \ --disable-dbus \ --disable-gtk \ + --disable-openjpeg \ --enable-contrib \ --enable-dynamic \ --enable-fontconfig \ --enable-freetype \ - --enable-openjpeg \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \