Index: branches/2018Q3/print/ghostscript9-agpl-base/Makefile =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/Makefile (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-base/Makefile (revision 479506) @@ -1,90 +1,92 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.23 -PORTREVISION= 1 +PORTVERSION= 9.24 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base MAINTAINER= doceng@FreeBSD.org COMMENT= PostScript and PDF interpreter LICENSE= AGPLv3 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 RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data CONFLICTS_INSTALL= \ ghostscript[789]-[0-9]* \ ghostscript[789]-nox11-[0-9]* \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= gmake iconv jpeg localbase pkgconfig tar:xz +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} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-compile-inits \ --disable-dbus \ --disable-gtk \ --enable-contrib \ --enable-dynamic \ --enable-fontconfig \ --enable-freetype \ --enable-openjpeg \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \ --with-libiconv=maybe \ --with-libidn \ --with-libpaper \ --with-system-libtiff \ --without-x ALL_TARGET= so INSTALL_TARGET= soinstall PLIST_SUB= GS_VERSION="${PORTVERSION}" OPTIONS_DEFINE= DOCS CUPS IJS OPTIONS_DEFAULT=CUPS IJS OPTIONS_SUB= yes CUPS_CONFIGURE_ENABLE= cups 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 post-patch: @${RM} -r ${WRKSRC}/freetype ${WRKSRC}/ijs ${WRKSRC}/jbig2dec \ ${WRKSRC}/jpeg ${WRKSRC}/libpng ${WRKSRC}/openjpeg \ ${WRKSRC}/zlib post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gs ${RM} ${STAGEDIR}${PREFIX}/bin/gsx ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gs ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgs.so ${MKDIR} ${STAGEDIR}${PREFIX}/share/color/icc ${MV} ${STAGEDIR}${DATADIR}/iccprofiles \ ${STAGEDIR}${PREFIX}/share/color/icc/ghostscript ${RLN} ${STAGEDIR}${PREFIX}/share/color/icc/ghostscript \ ${STAGEDIR}${DATADIR}/iccprofiles ${RLN} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR}/doc ${MKDIR} ${STAGEDIR}${PREFIX}/share/cmap ${MV} ${STAGEDIR}${DATADIR}/Resource/CMap/Identity* \ ${STAGEDIR}${PREFIX}/share/cmap ${RM} -r ${STAGEDIR}${DATADIR}/Resource/CMap ${RLN} ${STAGEDIR}${PREFIX}/share/cmap \ ${STAGEDIR}${DATADIR}/Resource/CMap .include Index: branches/2018Q3/print/ghostscript9-agpl-base/distinfo =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/distinfo (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-base/distinfo (revision 479506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523106984 -SHA256 (ghostscript-9.23.tar.xz) = 1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae8d9 -SIZE (ghostscript-9.23.tar.xz) = 33426160 +TIMESTAMP = 1536049976 +SHA256 (ghostscript-9.24.tar.xz) = d44917df24979a05e0cb3916531928cc2adc91f5b17b419ee023d16ab31069d6 +SIZE (ghostscript-9.24.tar.xz) = 33015704 Index: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-base-stdpre.h =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-base-stdpre.h (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-base-stdpre.h (nonexistent) @@ -1,12 +0,0 @@ ---- base/stdpre.h.orig 2018-03-21 08:48:06 UTC -+++ base/stdpre.h -@@ -94,7 +94,8 @@ - #endif - - /* restrict is standard in C99, but not in all C++ compilers. */ --#if __STDC_VERSION__ == 199901L /* C99 */ -+#if __STDC_VERSION__ >= 199901L /* C99 */ -+#define gs_restrict restrict - #elif defined(_MSC_VER) && _MSC_VER >= 1500 /* MSVC 9 or newer */ - #define gs_restrict __restrict - #elif __GNUC__ >= 3 /* GCC 3 or newer */ Property changes on: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-base-stdpre.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-010-bc3df07 =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-010-bc3df07 (nonexistent) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-010-bc3df07 (revision 479506) @@ -0,0 +1,75 @@ +From: Chris Liddell +Date: Tue, 4 Sep 2018 16:01:08 +0000 (+0100) +Subject: For ICC profile validation, have cups id iteself as DeviceN +X-Git-Url: http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff_plain;h=bc3df0773fccf4b4906a3e59652ad646ea0fee91 + +For ICC profile validation, have cups id iteself as DeviceN + +Give the range of color spaces and models that cups supports, we can't +reasonably provide (or expect others to provide) output ICC profiles for all +cases. + +For the purpose of profile validation, have it claim to be DeviceN and benefit +from the extra tolerance in profiles allowed for that class of device. +--- + +diff --git a/cups/gdevcups.c b/cups/gdevcups.c +index c1574f8..decd8eb 100644 +--- cups/gdevcups.c ++++ cups/gdevcups.c +@@ -70,6 +70,7 @@ + #include "std.h" /* to stop stdlib.h redefining types */ + #include "gdevprn.h" + #include "gsparam.h" ++#include "gxdevsop.h" + #include "arch.h" + #include "gsicc_manage.h" + +@@ -252,6 +253,7 @@ private int cups_put_params(gx_device *, gs_param_list *); + private int cups_set_color_info(gx_device *); + private dev_proc_sync_output(cups_sync_output); + private prn_dev_proc_get_space_params(cups_get_space_params); ++private int cups_spec_op(gx_device *dev_, int op, void *data, int datasize); + + #ifdef dev_t_proc_encode_color + private cm_map_proc_gray(cups_map_gray); +@@ -392,7 +394,7 @@ private gx_device_procs cups_procs = + NULL, /* push_transparency_state */ + NULL, /* pop_transparency_state */ + NULL, /* put_image */ +- ++ cups_spec_op + }; + + #define prn_device_body_copies(dtype, procs, dname, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_pages)\ +@@ -5927,6 +5929,17 @@ cups_print_planar(gx_device_printer *pdev, + return (0); + } + ++private int ++cups_spec_op(gx_device *dev_, int op, void *data, int datasize) ++{ ++ /* Although not strictly DeviceN, the range of color models ++ this device supports presets similar issues. ++ */ ++ if (op == gxdso_supports_devn) { ++ return true; ++ } ++ return gx_default_dev_spec_op(dev_, op, data, datasize); ++} + + /* + */ +diff --git a/devices/devs.mak b/devices/devs.mak +index c85604c..e8654e5 100644 +--- devices/devs.mak ++++ devices/devs.mak +@@ -1860,7 +1860,7 @@ $(DD)pwgraster.dev : $(lcups_dev) $(lcupsi_dev) $(cups_) $(GDEV) \ + $(ADDMOD) $(DD)pwgraster -include $(lcups_dev) + $(ADDMOD) $(DD)pwgraster -include $(lcupsi_dev) + +-$(DEVOBJ)gdevcups.$(OBJ) : $(LCUPSSRCDIR)$(D)gdevcups.c $(std_h) $(DEVS_MAK) $(MAKEDIRS) ++$(DEVOBJ)gdevcups.$(OBJ) : $(LCUPSSRCDIR)$(D)gdevcups.c $(std_h) $(gxdevsop_h) $(DEVS_MAK) $(MAKEDIRS) + $(CUPS_CC) $(DEVO_)gdevcups.$(OBJ) $(C_) $(CFLAGS) $(CUPSCFLAGS) \ + $(I_)$(GLSRC) \ + $(I_)$(DEVSRC) \ Property changes on: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-010-bc3df07 ___________________________________________________________________ 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: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-020-c8c01f8 =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-020-c8c01f8 (nonexistent) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-020-c8c01f8 (revision 479506) @@ -0,0 +1,42 @@ +From c8c01f8c4164bc10281d9e8f87cf96314d93104b Mon Sep 17 00:00:00 2001 +From: Chris Liddell +Date: Thu, 6 Sep 2018 14:08:41 +0100 +Subject: [PATCH] Bug 699722: Add the ICCProfilesDir to the PermitReading list + +There was also an issue that the string being returned from the graphics +library was null terminated, and Postscript strings are not (and Ghostscript +strings are not necessarily). We leave the null termination in place, but +reduce the length returned by 1. +--- + Resource/Init/gs_init.ps | 1 + + base/gsicc_manage.c | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps +index bc8b795..83918a9 100644 +--- Resource/Init/gs_init.ps ++++ Resource/Init/gs_init.ps +@@ -2049,6 +2049,7 @@ readonly def + [ currentsystemparams /GenericResourceDir get] (*) .file_name_separator (*) + concatstrings concatstrings .generate_dir_list_templates + } if ++ currentuserparams /ICCProfilesDir known {currentuserparams /ICCProfilesDir get} if + ] + /PermitFileWriting [ + currentuserparams /PermitFileWriting get aload pop +diff --git a/base/gsicc_manage.c b/base/gsicc_manage.c +index 69f05c4..ff685e7 100644 +--- base/gsicc_manage.c ++++ base/gsicc_manage.c +@@ -2972,7 +2972,7 @@ gs_currenticcdirectory(const gs_gstate * pgs, gs_param_string * pval) + pval->persistent = true; + } else { + pval->data = (const byte *)(lib_ctx->profiledir); +- pval->size = lib_ctx->profiledir_len; ++ pval->size = lib_ctx->profiledir_len - 1; + pval->persistent = false; + } + } +-- +2.9.1 + Property changes on: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-020-c8c01f8 ___________________________________________________________________ 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: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-030-1341854 =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-030-1341854 (nonexistent) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-030-1341854 (revision 479506) @@ -0,0 +1,54 @@ +From 13418541a5ae19b15f51cbb87faf344902f5af98 Mon Sep 17 00:00:00 2001 +From: Chris Liddell +Date: Thu, 6 Sep 2018 18:40:05 +0100 +Subject: [PATCH] Bug 699722 (2): add wildcards to the permissions paths. + +The temp and ICC profile paths need to finish with wildcards to work correctly. +--- + Resource/Init/gs_init.ps | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps +index 83918a9..5ff9f63 100644 +--- Resource/Init/gs_init.ps ++++ Resource/Init/gs_init.ps +@@ -2034,7 +2034,7 @@ readonly def + << + /PermitFileReading [ + currentuserparams /PermitFileReading get aload pop +- //tempfilepaths aload pop ++ [//tempfilepaths aload pop] (*) .generate_dir_list_templates + /FONTPATH .systemvar (*) .generate_dir_list_templates + % Library files : + /LIBPATH .systemvar (*) .generate_dir_list_templates +@@ -2049,15 +2049,15 @@ readonly def + [ currentsystemparams /GenericResourceDir get] (*) .file_name_separator (*) + concatstrings concatstrings .generate_dir_list_templates + } if +- currentuserparams /ICCProfilesDir known {currentuserparams /ICCProfilesDir get} if ++ currentuserparams /ICCProfilesDir known {[currentuserparams /ICCProfilesDir get] (*) .generate_dir_list_templates} if + ] + /PermitFileWriting [ + currentuserparams /PermitFileWriting get aload pop +- //tempfilepaths aload pop ++ [//tempfilepaths aload pop] (*) .generate_dir_list_templates + ] + /PermitFileControl [ + currentuserparams /PermitFileControl get aload pop +- //tempfilepaths aload pop ++ [//tempfilepaths aload pop] (*) .generate_dir_list_templates + ] + /LockFilePermissions //true + >> setuserparams +@@ -2140,7 +2140,7 @@ SAFER { .setsafeglobal } if + /.setshapealpha % transparency-example.ps + /.endtransparencygroup % transparency-example.ps + /.setdotlength % Bug687720.ps +- /.sort /.setdebug /.mementolistnewblocks /getenv ++ /.sort /.mementolistnewblocks /getenv + + /.makeoperator /.setCPSImode % gs_cet.ps, this won't work on cluster with -dSAFER + +-- +2.9.1 + Property changes on: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-030-1341854 ___________________________________________________________________ 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: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-040-9528102 =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-040-9528102 (nonexistent) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-040-9528102 (revision 479506) @@ -0,0 +1,103 @@ +From 95281026d983bff8f72e431c7f620a0e8d07c2af Mon Sep 17 00:00:00 2001 +From: Ken Sharp +Date: Sat, 8 Sep 2018 09:47:19 +0100 +Subject: [PATCH] Bug 699744 "ps2epsi fails with Error: /undefined in + --setpagedevice--" + +Recent changes required to harden SAFER mode mean that it is no longer +possible to run this script in SAFER mode, because it relies upon +unsafe Ghostscript non-standard extension operators. + +Removing SAFER and DELAYSAFER, and the code to reset SAFER, allow the +program to run as well as it ever did (ie badly). This program should +now be considered unsafe, you should not use it on untrusted PostScript +programs. + +I think its likely we will deprecate and remove this program in future. +--- + lib/ps2epsi | 4 ++-- + lib/ps2epsi.bat | 6 +++--- + lib/ps2epsi.cmd | 4 ++-- + lib/ps2epsi.ps | 1 - + 4 files changed, 7 insertions(+), 8 deletions(-) + +diff --git a/lib/ps2epsi b/lib/ps2epsi +index 5e1c173..d992180 100755 +--- lib/ps2epsi ++++ lib/ps2epsi +@@ -49,7 +49,7 @@ else + outfile=$2 + fi + +-"$GS_EXECUTABLE" -q -dBATCH -dNOPAUSE -P- -dSAFER -dDELAYSAFER -sDEVICE=bbox -sOutputFile=/dev/null "${infile}" 2>${outfile} ++"$GS_EXECUTABLE" -q -dBATCH -dNOPAUSE -P- -sDEVICE=bbox -sOutputFile=/dev/null "${infile}" 2>${outfile} + + ls -l "${infile}" | + awk 'F==1 { +@@ -91,7 +91,7 @@ awk 'F==1 { + } + ' F=1 - F=2 "${outfile}" >>"$tmpfile" + +-"$GS_EXECUTABLE" -q -dNOPAUSE -P- -dSAFER -dDELAYSAFER -r72 -sDEVICE=bit -sOutputFile=/dev/null "$tmpfile" ps2epsi.ps "$tmpfile" <"${infile}" 1>&2 ++"$GS_EXECUTABLE" -q -dNOPAUSE -P- -r72 -sDEVICE=bit -sOutputFile=/dev/null "$tmpfile" ps2epsi.ps "$tmpfile" <"${infile}" 1>&2 + rm -f "$tmpfile" + rm -rf "$tmpdir" + +diff --git a/lib/ps2epsi.bat b/lib/ps2epsi.bat +index 3c40aef..f5e7b3e 100755 +--- lib/ps2epsi.bat ++++ lib/ps2epsi.bat +@@ -9,10 +9,10 @@ set outfile=%~2 + + rem First we need to determine the bounding box. ps2epsi.ps below will pick + rem the result up from %outfile% +-%GSC% -q -dNOPAUSE -dBATCH -P- -dSAFER -dDELAYSAFER -sDEVICE=bbox -sOutputFile=NUL %1 2> %2 ++%GSC% -q -dNOPAUSE -dBATCH -P- -sDEVICE=bbox -sOutputFile=NUL %1 2> %2 + + rem Ghostscript uses %outfile% to define the output file +-%GSC% -q -dNOPAUSE -P- -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %1 ++%GSC% -q -dNOPAUSE -P- -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %1 + + rem We bracket the actual file with a few commands to help encapsulation + echo %%%%Page: 1 1 >> %2 +@@ -22,7 +22,7 @@ echo userdict /setpagedevice /pop load put >> %2 + + rem Append the original onto the preview header + rem cat.ps uses the %infile% and %outfile% environment variables for the filenames +-%GSC% -q -dNOPAUSE -dBATCH -P- -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL cat.ps ++%GSC% -q -dNOPAUSE -dBATCH -P- -sDEVICE=bit -sOutputFile=NUL cat.ps + + + echo %%%%EndDocument >> %2 +diff --git a/lib/ps2epsi.cmd b/lib/ps2epsi.cmd +index abbe8a8..9eafdbd 100755 +--- lib/ps2epsi.cmd ++++ lib/ps2epsi.cmd +@@ -12,10 +12,10 @@ set outfile=%2 + + rem First we need to determine the bounding box. ps2epsi.ps below will pick + rem the result up from %outfile% +-gsos2 -q -dNOPAUSE -dBATCH -P- -dSAFER -dDELAYSAFER -sDEVICE=bbox -sOutputFile=NUL %infile% 2> %outfile% ++gsos2 -q -dNOPAUSE -dBATCH -P- -sDEVICE=bbox -sOutputFile=NUL %infile% 2> %outfile% + + rem Ghostscript uses %outfile% to define the output file +-gsos2 -q -dNOPAUSE -P- -dSAFER -dDELAYSAFER -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile% ++gsos2 -q -dNOPAUSE -P- -sDEVICE=bit -sOutputFile=NUL ps2epsi.ps < %infile% + + rem We bracket the actual file with a few commands to help encapsulation + echo %%%%Page: 1 1 >> %outfile% +diff --git a/lib/ps2epsi.ps b/lib/ps2epsi.ps +index 3cd970a..4bc5217 100644 +--- lib/ps2epsi.ps ++++ lib/ps2epsi.ps +@@ -84,7 +84,6 @@ ps2edict begin + userdict /showpage { ps2edict begin epsipage end } bind put + userdict /setfont { ps2edict begin epsisetfont end } bind put + userdict /setpagedevice /pop load put +- //systemdict /.setsafe known { .setsafe } if + } bind def + + /epsifontdict 100 dict def +-- +2.9.1 + Property changes on: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-040-9528102 ___________________________________________________________________ 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: branches/2018Q3/print/ghostscript9-agpl-base/files/patch-configure =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/files/patch-configure (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-base/files/patch-configure (revision 479506) @@ -1,93 +1,104 @@ ---- configure.orig 2018-03-21 08:49:04 UTC +--- configure.orig 2018-09-03 08:51:26 UTC +++ configure -@@ -5100,7 +5100,7 @@ if test "${enable_threadsafe+set}" = set; then : +@@ -4357,8 +4357,8 @@ else + ;; + *BSD) + if test $ac_cv_c_compiler_gnu = yes; then +- CC_OPT_FLAGS_TO_TRY="-O2" +- CC_DBG_FLAGS_TO_TRY="-gdwarf-2 -g3 -O0" ++ CC_OPT_FLAGS_TO_TRY="" ++ CC_DBG_FLAGS_TO_TRY="" + fi + ;; + Darwin*) +@@ -5143,7 +5143,7 @@ if test "${enable_threadsafe+set}" = set; then : fi if test x$enable_threadsafe = xyes ; then - CFLAGS="-DGS_THREADSAFE" + CFLAGS="$CFLAGS -DGS_THREADSAFE" fi -@@ -5762,7 +5762,6 @@ if ${ac_cv_lib_dl_dlopen+:} false; then : +@@ -5805,7 +5805,6 @@ if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -5795,7 +5794,7 @@ $as_echo "$ac_cv_lib_dl_dlopen" >&6; } +@@ -5838,7 +5837,7 @@ $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default" if test "x$ac_cv_header_dlfcn_h" = xyes; then : - GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1";LIBS="-ldl $LIBS" + GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1"; fi -@@ -9950,42 +9949,42 @@ if test x$enable_threadsafe = xyes; then +@@ -10041,42 +10040,42 @@ if test x$enable_threadsafe = xyes; then for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$P_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"` + P_DEVS0=`echo $P_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$F_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"` + F_DEVS0=`echo $F_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"` + CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$XPS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"` + XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$IJS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"` + IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$PNG_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"` + PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$X11_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"` + X11_DEVS0=`echo $X11_DEVS0 | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done for ntsdev in $NTS_DEVS ; do NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES" - JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"` + JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/[[:<:]]$ntsdev[[:>:]]//g"` done NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "` -@@ -10145,7 +10144,12 @@ if test "${enable_dynamic+set}" = set; then : +@@ -10251,7 +10250,12 @@ if test "${enable_dynamic+set}" = set; then : DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS" ;; *BSD) - DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so" + INSTALL_SHARED="install-shared" + if test "x$X_DEVS" != x; then + DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so" + else + DYNAMIC_DEVS="" + fi DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" X11_DEVS="" OPT_CFLAGS="$DYNAMIC_CFLAGS $OPT_CFLAGS" Index: branches/2018Q3/print/ghostscript9-agpl-base/pkg-plist =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-base/pkg-plist (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-base/pkg-plist (revision 479506) @@ -1,417 +1,400 @@ bin/dvipdf bin/eps2eps bin/gs bin/gsbj bin/gsdj bin/gsdj500 bin/gslj bin/gslp bin/gsnd bin/lprsetup.sh bin/pdf2dsc bin/pdf2ps bin/pf2afm bin/pfbtopfa bin/pphs bin/printafm bin/ps2ascii bin/ps2epsi bin/ps2pdf bin/ps2pdf12 bin/ps2pdf13 bin/ps2pdf14 bin/ps2pdfwr bin/ps2ps bin/ps2ps2 bin/unix-lpr.sh include/ghostscript/gdevdsp.h include/ghostscript/gserrors.h include/ghostscript/iapi.h include/ghostscript/ierrors.h lib/libgs.so lib/libgs.so.9 lib/libgs.so.%%GS_VERSION%% man/de/man1/dvipdf.1.gz man/de/man1/eps2eps.1.gz man/de/man1/gsnd.1.gz man/de/man1/pdf2dsc.1.gz man/de/man1/pdf2ps.1.gz man/de/man1/printafm.1.gz man/de/man1/ps2ascii.1.gz man/de/man1/ps2pdf.1.gz man/de/man1/ps2pdf12.1.gz man/de/man1/ps2pdf13.1.gz man/de/man1/ps2pdf14.1.gz man/de/man1/ps2ps.1.gz man/man1/dvipdf.1.gz man/man1/eps2eps.1.gz man/man1/gs.1.gz man/man1/gsbj.1.gz man/man1/gsdj.1.gz man/man1/gsdj500.1.gz man/man1/gslj.1.gz man/man1/gslp.1.gz man/man1/gsnd.1.gz man/man1/pdf2dsc.1.gz man/man1/pdf2ps.1.gz man/man1/pf2afm.1.gz man/man1/pfbtopfa.1.gz man/man1/printafm.1.gz man/man1/ps2ascii.1.gz man/man1/ps2epsi.1.gz man/man1/ps2pdf.1.gz man/man1/ps2pdf12.1.gz man/man1/ps2pdf13.1.gz man/man1/ps2pdf14.1.gz man/man1/ps2pdfwr.1.gz man/man1/ps2ps.1.gz share/cmap/Identity-H share/cmap/Identity-UTF16-H share/cmap/Identity-V share/color/icc/ghostscript/default_cmyk.icc share/color/icc/ghostscript/default_gray.icc share/color/icc/ghostscript/default_rgb.icc share/color/icc/ghostscript/gray_to_k.icc share/color/icc/ghostscript/lab.icc share/color/icc/ghostscript/ps_cmyk.icc share/color/icc/ghostscript/ps_gray.icc share/color/icc/ghostscript/ps_rgb.icc share/color/icc/ghostscript/sgray.icc share/color/icc/ghostscript/srgb.icc %%PORTDOCS%%%%DOCSDIR%%/API.htm -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/C-style.htm %%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/Changes.htm %%PORTDOCS%%%%DOCSDIR%%/Commprod.htm %%PORTDOCS%%%%DOCSDIR%%/DLL.htm %%PORTDOCS%%%%DOCSDIR%%/Deprecated.htm -%%PORTDOCS%%%%DOCSDIR%%/Details.htm -%%PORTDOCS%%%%DOCSDIR%%/Details8.htm -%%PORTDOCS%%%%DOCSDIR%%/Details9.htm %%PORTDOCS%%%%DOCSDIR%%/Develop.htm %%PORTDOCS%%%%DOCSDIR%%/Devices.htm %%PORTDOCS%%%%DOCSDIR%%/Drivers.htm %%PORTDOCS%%%%DOCSDIR%%/Fonts.htm %%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.pdf %%PORTDOCS%%%%DOCSDIR%%/GS9_Color_Management.tex -%%PORTDOCS%%%%DOCSDIR%%/Helpers.htm -%%PORTDOCS%%%%DOCSDIR%%/Hershey.htm -%%PORTDOCS%%%%DOCSDIR%%/History1.htm -%%PORTDOCS%%%%DOCSDIR%%/History2.htm -%%PORTDOCS%%%%DOCSDIR%%/History3.htm -%%PORTDOCS%%%%DOCSDIR%%/History4.htm -%%PORTDOCS%%%%DOCSDIR%%/History5.htm -%%PORTDOCS%%%%DOCSDIR%%/History6.htm -%%PORTDOCS%%%%DOCSDIR%%/History7.htm -%%PORTDOCS%%%%DOCSDIR%%/History8.htm %%PORTDOCS%%%%DOCSDIR%%/History9.htm %%PORTDOCS%%%%DOCSDIR%%/Install.htm -%%PORTDOCS%%%%DOCSDIR%%/Issues.htm %%PORTDOCS%%%%DOCSDIR%%/Language.htm %%PORTDOCS%%%%DOCSDIR%%/Lib.htm %%PORTDOCS%%%%DOCSDIR%%/Make.htm %%PORTDOCS%%%%DOCSDIR%%/News.htm -%%PORTDOCS%%%%DOCSDIR%%/Projects.htm %%PORTDOCS%%%%DOCSDIR%%/Ps-style.htm %%PORTDOCS%%%%DOCSDIR%%/Ps2epsi.htm %%PORTDOCS%%%%DOCSDIR%%/Psfiles.htm %%PORTDOCS%%%%DOCSDIR%%/Readme.htm %%PORTDOCS%%%%DOCSDIR%%/Release.htm %%PORTDOCS%%%%DOCSDIR%%/SavedPages.htm %%PORTDOCS%%%%DOCSDIR%%/Source.htm %%PORTDOCS%%%%DOCSDIR%%/Unix-lpr.htm %%PORTDOCS%%%%DOCSDIR%%/Use.htm %%PORTDOCS%%%%DOCSDIR%%/VectorDevices.htm %%PORTDOCS%%%%DOCSDIR%%/WhatIsGS.htm +%%PORTDOCS%%%%DOCSDIR%%/gdevds32.c %%PORTDOCS%%%%DOCSDIR%%/gs-vms.hlp -%%PORTDOCS%%%%DOCSDIR%%/gs.css %%PORTDOCS%%%%DOCSDIR%%/gsdoc.el %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/pscet_status.txt %%PORTDOCS%%%%DOCSDIR%%/sample_downscale_device.htm %%PORTDOCS%%%%DOCSDIR%%/subclass.htm %%PORTDOCS%%%%DOCSDIR%%/thirdparty.htm %%DATADIR%%/Resource/CIDFSubst/DroidSansFallback.ttf %%DATADIR%%/Resource/CIDFont/ArtifexBullet %%DATADIR%%/Resource/CMap %%DATADIR%%/Resource/ColorSpace/DefaultCMYK %%DATADIR%%/Resource/ColorSpace/DefaultGray %%DATADIR%%/Resource/ColorSpace/DefaultRGB %%DATADIR%%/Resource/ColorSpace/TrivialCMYK %%DATADIR%%/Resource/ColorSpace/sGray %%DATADIR%%/Resource/ColorSpace/sRGB %%DATADIR%%/Resource/Decoding/FCO_Dingbats %%DATADIR%%/Resource/Decoding/FCO_Symbol %%DATADIR%%/Resource/Decoding/FCO_Unicode %%DATADIR%%/Resource/Decoding/FCO_Wingdings %%DATADIR%%/Resource/Decoding/Latin1 %%DATADIR%%/Resource/Decoding/StandardEncoding %%DATADIR%%/Resource/Decoding/Unicode %%DATADIR%%/Resource/Encoding/CEEncoding %%DATADIR%%/Resource/Encoding/ExpertEncoding %%DATADIR%%/Resource/Encoding/ExpertSubsetEncoding %%DATADIR%%/Resource/Encoding/NotDefEncoding %%DATADIR%%/Resource/Encoding/Wingdings %%DATADIR%%/Resource/Font/C059-BdIta %%DATADIR%%/Resource/Font/C059-Bold %%DATADIR%%/Resource/Font/C059-Italic %%DATADIR%%/Resource/Font/C059-Roman %%DATADIR%%/Resource/Font/D050000L %%DATADIR%%/Resource/Font/NimbusMonoPS-Bold %%DATADIR%%/Resource/Font/NimbusMonoPS-BoldItalic %%DATADIR%%/Resource/Font/NimbusMonoPS-Italic %%DATADIR%%/Resource/Font/NimbusMonoPS-Regular %%DATADIR%%/Resource/Font/NimbusRoman-Bold %%DATADIR%%/Resource/Font/NimbusRoman-BoldItalic %%DATADIR%%/Resource/Font/NimbusRoman-Italic %%DATADIR%%/Resource/Font/NimbusRoman-Regular %%DATADIR%%/Resource/Font/NimbusSans-Bold %%DATADIR%%/Resource/Font/NimbusSans-BoldItalic %%DATADIR%%/Resource/Font/NimbusSans-Italic %%DATADIR%%/Resource/Font/NimbusSans-Regular %%DATADIR%%/Resource/Font/NimbusSansNarrow-Bold %%DATADIR%%/Resource/Font/NimbusSansNarrow-BoldOblique %%DATADIR%%/Resource/Font/NimbusSansNarrow-Oblique %%DATADIR%%/Resource/Font/NimbusSansNarrow-Regular %%DATADIR%%/Resource/Font/P052-Bold %%DATADIR%%/Resource/Font/P052-BoldItalic %%DATADIR%%/Resource/Font/P052-Italic %%DATADIR%%/Resource/Font/P052-Roman %%DATADIR%%/Resource/Font/StandardSymbolsPS %%DATADIR%%/Resource/Font/URWBookman-Demi %%DATADIR%%/Resource/Font/URWBookman-DemiItalic %%DATADIR%%/Resource/Font/URWBookman-Light %%DATADIR%%/Resource/Font/URWBookman-LightItalic %%DATADIR%%/Resource/Font/URWGothic-Book %%DATADIR%%/Resource/Font/URWGothic-BookOblique %%DATADIR%%/Resource/Font/URWGothic-Demi %%DATADIR%%/Resource/Font/URWGothic-DemiOblique %%DATADIR%%/Resource/Font/Z003-MediumItalic %%DATADIR%%/Resource/IdiomSet/Pscript5Idiom %%DATADIR%%/Resource/Init/FAPIcidfmap %%DATADIR%%/Resource/Init/FAPIconfig %%DATADIR%%/Resource/Init/FAPIfontmap %%DATADIR%%/Resource/Init/FCOfontmap-PCLPS2 %%DATADIR%%/Resource/Init/Fontmap %%DATADIR%%/Resource/Init/Fontmap.GS %%DATADIR%%/Resource/Init/cidfmap %%DATADIR%%/Resource/Init/gs_agl.ps %%DATADIR%%/Resource/Init/gs_btokn.ps %%DATADIR%%/Resource/Init/gs_cet.ps %%DATADIR%%/Resource/Init/gs_cff.ps %%DATADIR%%/Resource/Init/gs_cidcm.ps %%DATADIR%%/Resource/Init/gs_ciddc.ps %%DATADIR%%/Resource/Init/gs_cidfm.ps %%DATADIR%%/Resource/Init/gs_cidfn.ps %%DATADIR%%/Resource/Init/gs_cidtt.ps %%DATADIR%%/Resource/Init/gs_cmap.ps %%DATADIR%%/Resource/Init/gs_cspace.ps %%DATADIR%%/Resource/Init/gs_dbt_e.ps %%DATADIR%%/Resource/Init/gs_diskn.ps %%DATADIR%%/Resource/Init/gs_dpnxt.ps %%DATADIR%%/Resource/Init/gs_dps.ps %%DATADIR%%/Resource/Init/gs_dps1.ps %%DATADIR%%/Resource/Init/gs_dps2.ps %%DATADIR%%/Resource/Init/gs_dscp.ps %%DATADIR%%/Resource/Init/gs_epsf.ps %%DATADIR%%/Resource/Init/gs_fapi.ps %%DATADIR%%/Resource/Init/gs_fntem.ps %%DATADIR%%/Resource/Init/gs_fonts.ps %%DATADIR%%/Resource/Init/gs_frsd.ps %%DATADIR%%/Resource/Init/gs_icc.ps %%DATADIR%%/Resource/Init/gs_il1_e.ps %%DATADIR%%/Resource/Init/gs_img.ps %%DATADIR%%/Resource/Init/gs_init.ps %%DATADIR%%/Resource/Init/gs_l2img.ps %%DATADIR%%/Resource/Init/gs_lev2.ps %%DATADIR%%/Resource/Init/gs_ll3.ps %%DATADIR%%/Resource/Init/gs_mex_e.ps %%DATADIR%%/Resource/Init/gs_mgl_e.ps %%DATADIR%%/Resource/Init/gs_mro_e.ps %%DATADIR%%/Resource/Init/gs_pdf_e.ps %%DATADIR%%/Resource/Init/gs_pdfwr.ps %%DATADIR%%/Resource/Init/gs_res.ps %%DATADIR%%/Resource/Init/gs_resmp.ps %%DATADIR%%/Resource/Init/gs_setpd.ps %%DATADIR%%/Resource/Init/gs_statd.ps %%DATADIR%%/Resource/Init/gs_std_e.ps %%DATADIR%%/Resource/Init/gs_sym_e.ps %%DATADIR%%/Resource/Init/gs_trap.ps %%DATADIR%%/Resource/Init/gs_ttf.ps %%DATADIR%%/Resource/Init/gs_typ32.ps %%DATADIR%%/Resource/Init/gs_typ42.ps %%DATADIR%%/Resource/Init/gs_type1.ps %%DATADIR%%/Resource/Init/gs_wan_e.ps %%DATADIR%%/Resource/Init/pdf_base.ps %%DATADIR%%/Resource/Init/pdf_draw.ps %%DATADIR%%/Resource/Init/pdf_font.ps %%DATADIR%%/Resource/Init/pdf_main.ps %%DATADIR%%/Resource/Init/pdf_ops.ps %%DATADIR%%/Resource/Init/pdf_rbld.ps %%DATADIR%%/Resource/Init/pdf_sec.ps %%DATADIR%%/Resource/Init/xlatmap %%DATADIR%%/Resource/SubstCID/CNS1-WMode %%DATADIR%%/Resource/SubstCID/GB1-WMode %%DATADIR%%/Resource/SubstCID/Japan1-WMode %%DATADIR%%/Resource/SubstCID/Korea1-WMode %%DATADIR%%/doc %%DATADIR%%/iccprofiles %%DATADIR%%/lib/PDFA_def.ps %%DATADIR%%/lib/PDFX_def.ps %%DATADIR%%/lib/PM760p.upp %%DATADIR%%/lib/PM760pl.upp %%DATADIR%%/lib/PM820p.upp %%DATADIR%%/lib/PM820pl.upp %%DATADIR%%/lib/Stc670p.upp %%DATADIR%%/lib/Stc670pl.upp %%DATADIR%%/lib/Stc680p.upp %%DATADIR%%/lib/Stc680pl.upp %%DATADIR%%/lib/Stc740p.upp %%DATADIR%%/lib/Stc740pl.upp %%DATADIR%%/lib/Stc760p.upp %%DATADIR%%/lib/Stc760pl.upp %%DATADIR%%/lib/Stc777p.upp %%DATADIR%%/lib/Stc777pl.upp %%DATADIR%%/lib/Stp720p.upp %%DATADIR%%/lib/Stp720pl.upp %%DATADIR%%/lib/Stp870p.upp %%DATADIR%%/lib/Stp870pl.upp %%DATADIR%%/lib/acctest.ps %%DATADIR%%/lib/align.ps %%DATADIR%%/lib/bj8.rpd %%DATADIR%%/lib/bj8gc12f.upp %%DATADIR%%/lib/bj8hg12f.upp %%DATADIR%%/lib/bj8oh06n.upp %%DATADIR%%/lib/bj8pa06n.upp %%DATADIR%%/lib/bj8pp12f.upp %%DATADIR%%/lib/bj8ts06n.upp %%DATADIR%%/lib/bjc6000a1.upp %%DATADIR%%/lib/bjc6000b1.upp %%DATADIR%%/lib/bjc610a0.upp %%DATADIR%%/lib/bjc610a1.upp %%DATADIR%%/lib/bjc610a2.upp %%DATADIR%%/lib/bjc610a3.upp %%DATADIR%%/lib/bjc610a4.upp %%DATADIR%%/lib/bjc610a5.upp %%DATADIR%%/lib/bjc610a6.upp %%DATADIR%%/lib/bjc610a7.upp %%DATADIR%%/lib/bjc610a8.upp %%DATADIR%%/lib/bjc610b1.upp %%DATADIR%%/lib/bjc610b2.upp %%DATADIR%%/lib/bjc610b3.upp %%DATADIR%%/lib/bjc610b4.upp %%DATADIR%%/lib/bjc610b6.upp %%DATADIR%%/lib/bjc610b7.upp %%DATADIR%%/lib/bjc610b8.upp %%DATADIR%%/lib/caption.ps %%DATADIR%%/lib/cbjc600.ppd %%DATADIR%%/lib/cbjc800.ppd %%DATADIR%%/lib/cdj550.upp %%DATADIR%%/lib/cdj690.upp %%DATADIR%%/lib/cdj690ec.upp %%DATADIR%%/lib/cid2code.ps %%DATADIR%%/lib/dmp_init.ps %%DATADIR%%/lib/dmp_site.ps %%DATADIR%%/lib/dnj750c.upp %%DATADIR%%/lib/dnj750m.upp %%DATADIR%%/lib/docie.ps %%DATADIR%%/lib/escp_24.src %%DATADIR%%/lib/font2pcl.ps %%DATADIR%%/lib/ghostpdf.ppd %%DATADIR%%/lib/gs_ce_e.ps %%DATADIR%%/lib/gs_il2_e.ps %%DATADIR%%/lib/gs_kanji.ps %%DATADIR%%/lib/gs_ksb_e.ps %%DATADIR%%/lib/gs_l.xbm %%DATADIR%%/lib/gs_l.xpm %%DATADIR%%/lib/gs_l_m.xbm %%DATADIR%%/lib/gs_lgo_e.ps %%DATADIR%%/lib/gs_lgx_e.ps %%DATADIR%%/lib/gs_m.xbm %%DATADIR%%/lib/gs_m.xpm %%DATADIR%%/lib/gs_m_m.xbm %%DATADIR%%/lib/gs_s.xbm %%DATADIR%%/lib/gs_s.xpm %%DATADIR%%/lib/gs_s_m.xbm %%DATADIR%%/lib/gs_t.xbm %%DATADIR%%/lib/gs_t.xpm %%DATADIR%%/lib/gs_t_m.xbm %%DATADIR%%/lib/gs_wl1_e.ps %%DATADIR%%/lib/gs_wl2_e.ps %%DATADIR%%/lib/gs_wl5_e.ps %%DATADIR%%/lib/gslp.ps %%DATADIR%%/lib/gsnup.ps %%DATADIR%%/lib/ht_ccsto.ps %%DATADIR%%/lib/image-qa.ps %%DATADIR%%/lib/jispaper.ps %%DATADIR%%/lib/landscap.ps %%DATADIR%%/lib/lines.ps %%DATADIR%%/lib/mkcidfm.ps %%DATADIR%%/lib/necp2x.upp %%DATADIR%%/lib/necp2x6.upp %%DATADIR%%/lib/pdf2dsc.ps %%DATADIR%%/lib/pf2afm.ps %%DATADIR%%/lib/pfbtopfa.ps %%DATADIR%%/lib/ppath.ps %%DATADIR%%/lib/pphs.ps %%DATADIR%%/lib/prfont.ps %%DATADIR%%/lib/printafm.ps %%DATADIR%%/lib/ps2ai.ps %%DATADIR%%/lib/ps2epsi.ps %%DATADIR%%/lib/ras1.upp %%DATADIR%%/lib/ras24.upp %%DATADIR%%/lib/ras3.upp %%DATADIR%%/lib/ras32.upp %%DATADIR%%/lib/ras4.upp %%DATADIR%%/lib/ras8m.upp %%DATADIR%%/lib/rollconv.ps %%DATADIR%%/lib/s400a1.upp %%DATADIR%%/lib/s400b1.upp %%DATADIR%%/lib/sharp.upp %%DATADIR%%/lib/sipixa6.upp %%DATADIR%%/lib/st640ih.upp %%DATADIR%%/lib/st640ihg.upp %%DATADIR%%/lib/st640p.upp %%DATADIR%%/lib/st640pg.upp %%DATADIR%%/lib/st640pl.upp %%DATADIR%%/lib/st640plg.upp %%DATADIR%%/lib/stc.upp %%DATADIR%%/lib/stc1520h.upp %%DATADIR%%/lib/stc2.upp %%DATADIR%%/lib/stc200_h.upp %%DATADIR%%/lib/stc2_h.upp %%DATADIR%%/lib/stc2s_h.upp %%DATADIR%%/lib/stc300.upp %%DATADIR%%/lib/stc300bl.upp %%DATADIR%%/lib/stc300bm.upp %%DATADIR%%/lib/stc500p.upp %%DATADIR%%/lib/stc500ph.upp %%DATADIR%%/lib/stc600ih.upp %%DATADIR%%/lib/stc600p.upp %%DATADIR%%/lib/stc600pl.upp %%DATADIR%%/lib/stc640p.upp %%DATADIR%%/lib/stc740ih.upp %%DATADIR%%/lib/stc800ih.upp %%DATADIR%%/lib/stc800p.upp %%DATADIR%%/lib/stc800pl.upp %%DATADIR%%/lib/stc_h.upp %%DATADIR%%/lib/stc_l.upp %%DATADIR%%/lib/stcany.upp %%DATADIR%%/lib/stcany_h.upp %%DATADIR%%/lib/stcinfo.ps %%DATADIR%%/lib/stcolor.ps %%DATADIR%%/lib/stocht.ps %%DATADIR%%/lib/traceimg.ps %%DATADIR%%/lib/traceop.ps %%DATADIR%%/lib/uninfo.ps %%DATADIR%%/lib/viewcmyk.ps %%DATADIR%%/lib/viewgif.ps %%DATADIR%%/lib/viewjpeg.ps %%DATADIR%%/lib/viewmiff.ps %%DATADIR%%/lib/viewpbm.ps %%DATADIR%%/lib/viewpcx.ps %%DATADIR%%/lib/viewps2a.ps %%DATADIR%%/lib/winmaps.ps %%DATADIR%%/lib/zeroline.ps @dir lib/ghostscript/%%GS_VERSION%% Index: branches/2018Q3/print/ghostscript9-agpl-x11/distinfo =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-x11/distinfo (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-x11/distinfo (nonexistent) @@ -1,3 +0,0 @@ -TIMESTAMP = 1525773446 -SHA256 (ghostscript-9.23.tar.xz) = 1fcedc27d4d6081105cdf35606cb3f809523423a6cf9e3c23cead3525d6ae8d9 -SIZE (ghostscript-9.23.tar.xz) = 33426160 Property changes on: branches/2018Q3/print/ghostscript9-agpl-x11/distinfo ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2018Q3/print/ghostscript9-agpl-x11/Makefile =================================================================== --- branches/2018Q3/print/ghostscript9-agpl-x11/Makefile (revision 479505) +++ branches/2018Q3/print/ghostscript9-agpl-x11/Makefile (revision 479506) @@ -1,56 +1,58 @@ # $FreeBSD$ PORTNAME= ghostscript -PORTVERSION= 9.23 -PORTREVISION= 1 +PORTVERSION= 9.24 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-x11 MAINTAINER= doceng@FreeBSD.org COMMENT= PostScript and PDF interpreter, X11 support LICENSE= AGPLv3 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= ghostscript:agpl gmake iconv localbase pkgconfig tar:xz +USES= cpe ghostscript:agpl gmake iconv localbase pkgconfig tar:xz +USE_CSTD= gnu99 USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt +CPE_VENDOR= artifex GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-compile-inits \ --disable-cups \ --disable-dbus \ --disable-gtk \ --enable-contrib \ --enable-dynamic \ --enable-fontconfig \ --enable-freetype \ --enable-openjpeg \ --with-drivers=ALL \ --with-fontpath=${LOCALBASE}/share/fonts \ --with-jbig2dec \ --with-libiconv=maybe \ --with-libidn \ --with-libpaper \ --with-system-libtiff \ --with-x \ --without-ijs ALL_TARGET= ./obj/X11.so INSTALL_TARGET= install-shared PLIST_FILES= lib/${PORTNAME}/${PORTVERSION}/X11.so post-patch: @${RM} -r ${WRKSRC}/freetype ${WRKSRC}/ijs ${WRKSRC}/jbig2dec \ ${WRKSRC}/jpeg ${WRKSRC}/libpng ${WRKSRC}/openjpeg \ ${WRKSRC}/zlib post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/X11.so .include Index: branches/2018Q3 =================================================================== --- branches/2018Q3 (revision 479505) +++ branches/2018Q3 (revision 479506) Property changes on: branches/2018Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r478951,479032,479243