Index: devel/doxygen/Makefile =================================================================== --- devel/doxygen/Makefile (revision 519224) +++ devel/doxygen/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= doxygen PORTVERSION= 1.8.15 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://doxygen.nl/files/ Index: devel/doxygen/files/patch-src_formula.cpp =================================================================== --- devel/doxygen/files/patch-src_formula.cpp (nonexistent) +++ devel/doxygen/files/patch-src_formula.cpp (working copy) @@ -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() + ); Property changes on: devel/doxygen/files/patch-src_formula.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: print/ghostscript9-agpl-base/Makefile =================================================================== --- print/ghostscript9-agpl-base/Makefile (revision 519224) +++ print/ghostscript9-agpl-base/Makefile (working copy) @@ -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} Index: print/ghostscript9-agpl-base/distinfo =================================================================== --- print/ghostscript9-agpl-base/distinfo (revision 519224) +++ print/ghostscript9-agpl-base/distinfo (working copy) @@ -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 Index: print/ghostscript9-agpl-x11/Makefile =================================================================== --- print/ghostscript9-agpl-x11/Makefile (revision 519224) +++ print/ghostscript9-agpl-x11/Makefile (working copy) @@ -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 \