From owner-svn-ports-head@freebsd.org Mon Dec 9 20:26:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8C131DE66F; Mon, 9 Dec 2019 20:26:01 +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 47Wvpd4v2Qz42Tv; Mon, 9 Dec 2019 20:26:01 +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 A302E1FF40; Mon, 9 Dec 2019 20:26:01 +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 xB9KQ1ss062395; Mon, 9 Dec 2019 20:26:01 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB9KQ0M9062389; Mon, 9 Dec 2019 20:26:00 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201912092026.xB9KQ0M9062389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 9 Dec 2019 20:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519631 - in head: devel/doxygen devel/doxygen/files print/ghostscript9-agpl-base print/ghostscript9-agpl-x11 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: devel/doxygen devel/doxygen/files print/ghostscript9-agpl-base print/ghostscript9-agpl-x11 X-SVN-Commit-Revision: 519631 X-SVN-Commit-Repository: ports 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.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: Mon, 09 Dec 2019 20:26:01 -0000 Author: tijl Date: Mon Dec 9 20:26:00 2019 New Revision: 519631 URL: https://svnweb.freebsd.org/changeset/ports/519631 Log: Update print/ghostscript9-agpl-* to 9.50. PR: 240844 Approved by: portmgr (antoine) Exp-run by: antoine Added: head/devel/doxygen/files/patch-src_formula.cpp (contents, props changed) Modified: head/devel/doxygen/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/ghostscript9-agpl-base/distinfo head/print/ghostscript9-agpl-x11/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Mon Dec 9 20:05:45 2019 (r519630) +++ head/devel/doxygen/Makefile Mon Dec 9 20:26:00 2019 (r519631) @@ -3,7 +3,7 @@ PORTNAME= doxygen PORTVERSION= 1.8.15 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://doxygen.nl/files/ Added: head/devel/doxygen/files/patch-src_formula.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/doxygen/files/patch-src_formula.cpp Mon Dec 9 20:26:00 2019 (r519631) @@ -0,0 +1,15 @@ +Upstream git commit 03daff4 resolving a problem with Ghostscript 9.50. + +--- src/formula.cpp ++++ src/formula.cpp +@@ -193,8 +193,8 @@ void FormulaList::generateBitmaps(const char *path) + // used. + + char gsArgs[4096]; +- sprintf(gsArgs,"-q -g%dx%d -r%dx%dx -sDEVICE=ppmraw " +- "-sOutputFile=%s.pnm -dNOPAUSE -dBATCH -- %s.ps", ++ sprintf(gsArgs,"-q -g%dx%d -r%dx%d -sDEVICE=ppmraw " ++ "-sOutputFile=%s.pnm -dNOPAUSE -dBATCH -dNOSAFER %s.ps", + gx,gy,(int)(scaleFactor*72),(int)(scaleFactor*72), + formBase.data(),formBase.data() + ); Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Mon Dec 9 20:05:45 2019 (r519630) +++ head/print/ghostscript9-agpl-base/Makefile Mon Dec 9 20:26:00 2019 (r519631) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.27 -PORTREVISION= 3 +PORTVERSION= 9.50 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base @@ -12,7 +11,7 @@ COMMENT= PostScript and PDF interpreter LICENSE= AGPLv3 -BUILD_DEPENDS= jbig2dec>=0.16:graphics/jbig2dec +BUILD_DEPENDS= jbig2dec>=0.17:graphics/jbig2dec LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libidn.so:dns/libidn \ @@ -22,15 +21,15 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libtiff.so:graphics/tiff RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data +USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz +USE_CSTD= gnu99 +USE_LDCONFIG= yes + CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* - -USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz -USE_CSTD= gnu99 -USE_LDCONFIG= yes CPE_VENDOR= artifex DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION} Modified: head/print/ghostscript9-agpl-base/distinfo ============================================================================== --- head/print/ghostscript9-agpl-base/distinfo Mon Dec 9 20:05:45 2019 (r519630) +++ head/print/ghostscript9-agpl-base/distinfo Mon Dec 9 20:26:00 2019 (r519631) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555687281 -SHA256 (ghostscript-9.27.tar.xz) = fc0f1fbacd3610c67a9f080487a0e021f14390c38a4b4df9723e2bdf2b90b619 -SIZE (ghostscript-9.27.tar.xz) = 33182608 +TIMESTAMP = 1575045403 +SHA256 (ghostscript-9.50.tar.xz) = db9bb0817b6f22974e6d5ad751975f346420c2c86a0afcfe6b4e09c47803e7d4 +SIZE (ghostscript-9.50.tar.xz) = 34613344 Modified: head/print/ghostscript9-agpl-x11/Makefile ============================================================================== --- head/print/ghostscript9-agpl-x11/Makefile Mon Dec 9 20:05:45 2019 (r519630) +++ head/print/ghostscript9-agpl-x11/Makefile Mon Dec 9 20:26:00 2019 (r519631) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.27 +PORTVERSION= 9.50 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11 @@ -14,18 +14,18 @@ LICENSE= AGPLv3 BUILD_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base RUN_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base +USES= cpe gmake iconv localbase pkgconfig tar:xz xorg +USE_CSTD= gnu99 +USE_LDCONFIG= yes +USE_XORG= ice sm x11 xext xt + CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* - DISTINFO_FILE= ${.CURDIR:H}/ghostscript9-agpl-base/distinfo PATCHDIR= ${.CURDIR:H}/ghostscript9-agpl-base/files -USES= cpe gmake iconv localbase pkgconfig tar:xz xorg -USE_CSTD= gnu99 -USE_LDCONFIG= yes -USE_XORG= ice sm x11 xext xt CPE_VENDOR= artifex GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-compile-inits \