diff options
Diffstat (limited to 'print/ghostscript9-agpl-x11/files')
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-Makefile.in | 24 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c (renamed from print/ghostscript9-agpl-x11/files/patch-base-gp_unix.c) | 8 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gs.mak (renamed from print/ghostscript9-agpl-x11/files/patch-base-gs.mak) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gsicc__create.c (renamed from print/ghostscript9-agpl-x11/files/patch-base-gsicc_create.c) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gsmalloc.c (renamed from print/ghostscript9-agpl-x11/files/patch-base-gsmalloc.c) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gxobj.h (renamed from print/ghostscript9-agpl-x11/files/patch-base-gxobj.h) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_lib.mak (renamed from print/ghostscript9-agpl-x11/files/patch-base-lib.mak) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak (renamed from print/ghostscript9-agpl-x11/files/patch-base-openjpeg.mak) | 8 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_unix-gcc.mak (renamed from print/ghostscript9-agpl-x11/files/patch-base-unix-gcc.mak) | 30 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_unixinst.mak (renamed from print/ghostscript9-agpl-x11/files/patch-base-unixinst.mak) | 8 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-configure.ac | 12 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-devices_devs.mak (renamed from print/ghostscript9-agpl-x11/files/patch-devices-devs.mak) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-devices_gdevl256.c (renamed from print/ghostscript9-agpl-x11/files/patch-devices-gdevl256.c) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-devices_gdevperm.c (renamed from print/ghostscript9-agpl-x11/files/patch-devices-gdevperm.c) | 8 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-devices_gdevplib.c (renamed from print/ghostscript9-agpl-x11/files/patch-devices-gdevplib.c) | 6 | ||||
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-devices_gdevvglb.c (renamed from print/ghostscript9-agpl-x11/files/patch-devices-gdevvglb.c) | 6 |
16 files changed, 76 insertions, 76 deletions
diff --git a/print/ghostscript9-agpl-x11/files/patch-Makefile.in b/print/ghostscript9-agpl-x11/files/patch-Makefile.in index 59e1221d2405..62e79a8678f1 100644 --- a/print/ghostscript9-agpl-x11/files/patch-Makefile.in +++ b/print/ghostscript9-agpl-x11/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-03-30 17:21:24.000000000 +0900 -+++ Makefile.in 2015-08-22 03:35:53.805008000 +0900 -@@ -52,9 +52,9 @@ +--- Makefile.in.orig 2015-03-30 08:21:24 UTC ++++ Makefile.in +@@ -52,9 +52,9 @@ PSD=$(PSGENDIR)/ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -13,7 +13,7 @@ INSTALL_SHARED = @INSTALL_SHARED@ prefix = @prefix@ -@@ -199,7 +199,7 @@ +@@ -199,7 +199,7 @@ JSRCDIR=@LIBJPEGDIR@ # some older JPEG streams that violate the standard. If the JPEG # library built from local sources, the patch will be applied. @@ -22,7 +22,7 @@ JPEG_NAME=jpeg # Define the directory where the PNG library sources are stored, -@@ -207,12 +207,12 @@ +@@ -207,12 +207,12 @@ JPEG_NAME=jpeg # You may need to change this if the libpng version changes. # See png.mak for more information. @@ -37,7 +37,7 @@ TIFFSRCDIR=@LIBTIFFDIR@ TIFFCONFDIR=@LIBTIFFCONFDIR@ TIFFPLATFORM=unix -@@ -222,7 +222,7 @@ +@@ -222,7 +222,7 @@ LIBTIFF_NAME=tiff # Define the directory where the zlib sources are stored. # See zlib.mak for more information. @@ -46,7 +46,7 @@ ZSRCDIR=@ZLIBDIR@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -249,7 +249,7 @@ +@@ -249,7 +249,7 @@ JBIG2_CFLAGS=@JBIG2_AUTOCONF_CFLAGS@ JPX_LIB=@JPX_DECODER@ SHARE_JPX=@SHARE_JPX@ JPXSRCDIR=@JPXDIR@ @@ -55,7 +55,7 @@ # uncomment the following three lines and one of the last two to # compile in the Luratech lwf_jp2 codec -@@ -335,7 +335,7 @@ +@@ -335,7 +335,7 @@ GCFLAGS=@CPPFLAGS@ @GCFLAGS@ @CFLAGS@ # Define the added flags for standard, debugging, profiling # and shared object builds. @@ -64,7 +64,7 @@ CFLAGS_DEBUG=@DBG_CFLAGS@ CFLAGS_PROFILE=-pg @OPT_CFLAGS@ CFLAGS_SO=@DYNAMIC_CFLAGS@ -@@ -388,8 +388,8 @@ +@@ -388,8 +388,8 @@ LDFLAGS_SO=@DYNAMIC_LDFLAGS@ # Solaris may need -lnsl -lsocket -lposix4. # (Libraries required by individual drivers are handled automatically.) @@ -75,7 +75,7 @@ # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; -@@ -433,7 +433,7 @@ +@@ -433,7 +433,7 @@ XLIBS=@X_LIBS@ # the pthread library. Otherwise use SYNC=nosync #SYNC=posync #SYNC=nosync @@ -84,7 +84,7 @@ # programs we use RM=rm -f -@@ -527,28 +527,27 @@ +@@ -527,28 +527,27 @@ DISPLAY_DEV=$(DD)bbox.dev #DEVICE_DEVS20=$(DD)cljet5.dev $(DD)cljet5c.dev #DEVICE_DEVS21=$(DD)spotcmyk.dev $(DD)devicen.dev $(DD)xcf.dev $(DD)psdcmyk.dev $(DD)psdrgb.dev $(DD)psdcmykog.dev $(DD)fpng.dev DEVICE_DEVS=$(DISPLAY_DEV) @X11_DEVS@ @@ -134,7 +134,7 @@ # Shared library target to build. GS_SHARED_OBJS=@DYNAMIC_DEVS@ -@@ -609,7 +608,6 @@ +@@ -609,7 +608,6 @@ include $(GLSRCDIR)/jbig2.mak include $(GLSRCDIR)/ldf_jb2.mak include $(GLSRCDIR)/lwf_jp2.mak include $(GLSRCDIR)/openjpeg.mak diff --git a/print/ghostscript9-agpl-x11/files/patch-base-gp_unix.c b/print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c index 5e89d3b811a4..eb39270d5fb4 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-gp_unix.c +++ b/print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c @@ -1,6 +1,6 @@ ---- base/gp_unix.c.orig 2015-08-22 03:07:24.257409000 +0900 -+++ base/gp_unix.c 2015-08-22 03:08:15.753173000 +0900 -@@ -52,6 +52,7 @@ +--- base/gp_unix.c.orig 2015-03-30 08:21:24 UTC ++++ base/gp_unix.c +@@ -52,6 +52,7 @@ extern char *getenv(const char *); * and applied as a patch (preferable). */ #include <sys/types.h> @@ -8,7 +8,7 @@ #include <dirent.h> #include <dlfcn.h> #include <string.h> -@@ -61,26 +62,25 @@ +@@ -61,26 +62,25 @@ gp_init(void) { DIR* dir = NULL; struct dirent* dirent; diff --git a/print/ghostscript9-agpl-x11/files/patch-base-gs.mak b/print/ghostscript9-agpl-x11/files/patch-base_gs.mak index 50d31a63a2d2..a7a035bd4f06 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-gs.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_gs.mak @@ -1,6 +1,6 @@ ---- base/gs.mak.orig 2012-08-08 17:01:36.000000000 +0900 -+++ base/gs.mak 2012-10-14 02:29:03.000000000 +0900 -@@ -437,7 +437,7 @@ +--- base/gs.mak.orig 2015-03-30 08:21:24 UTC ++++ base/gs.mak +@@ -426,7 +426,7 @@ GCONFIG_EXTRAS= ld_tr=$(GLGENDIR)$(D)ld.tr $(ld_tr) : \ $(GS_MAK) $(TOP_MAKEFILES) $(GLSRCDIR)$(D)version.mak $(GENCONF_XE) $(ECHOGS_XE) $(devs_tr) $(DEVS_ALL) $(GLGENDIR)$(D)libcore.dev diff --git a/print/ghostscript9-agpl-x11/files/patch-base-gsicc_create.c b/print/ghostscript9-agpl-x11/files/patch-base_gsicc__create.c index 82bfee6c37ef..465789dfeaad 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-gsicc_create.c +++ b/print/ghostscript9-agpl-x11/files/patch-base_gsicc__create.c @@ -1,6 +1,6 @@ ---- base/gsicc_create.c.orig 2011-08-05 20:12:20.000000000 +0900 -+++ base/gsicc_create.c 2011-12-06 15:23:14.000000000 +0900 -@@ -113,6 +113,7 @@ +--- base/gsicc_create.c.orig 2015-03-30 08:21:24 UTC ++++ base/gsicc_create.c +@@ -116,6 +116,7 @@ Note: All profile data must be encoded a */ diff --git a/print/ghostscript9-agpl-x11/files/patch-base-gsmalloc.c b/print/ghostscript9-agpl-x11/files/patch-base_gsmalloc.c index 030f702d9415..6651a121aeb0 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-gsmalloc.c +++ b/print/ghostscript9-agpl-x11/files/patch-base_gsmalloc.c @@ -1,6 +1,6 @@ ---- base/gsmalloc.c.orig 2015-08-22 03:09:16.838614000 +0900 -+++ base/gsmalloc.c 2015-08-22 03:09:34.776354000 +0900 -@@ -178,7 +178,7 @@ +--- base/gsmalloc.c.orig 2015-03-30 08:21:24 UTC ++++ base/gsmalloc.c +@@ -178,7 +178,7 @@ gs_heap_alloc_bytes(gs_memory_t * mem, u } else { uint added = size + sizeof(gs_malloc_block_t); diff --git a/print/ghostscript9-agpl-x11/files/patch-base-gxobj.h b/print/ghostscript9-agpl-x11/files/patch-base_gxobj.h index 529efe379df2..992cee7b4d9c 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-gxobj.h +++ b/print/ghostscript9-agpl-x11/files/patch-base_gxobj.h @@ -1,6 +1,6 @@ ---- base/gxobj.h.orig Tue Mar 14 01:18:19 2006 -+++ base/gxobj.h Fri Mar 23 14:41:44 2007 -@@ -109,11 +109,15 @@ +--- base/gxobj.h.orig 2015-03-30 08:21:24 UTC ++++ base/gxobj.h +@@ -144,11 +144,15 @@ typedef struct obj_header_data_s { * required by the hardware, regardless of the value of obj_align_mod. * See gsmemraw.h for more information about this. */ diff --git a/print/ghostscript9-agpl-x11/files/patch-base-lib.mak b/print/ghostscript9-agpl-x11/files/patch-base_lib.mak index c0008e2eb361..87836021f4cd 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-lib.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_lib.mak @@ -1,6 +1,6 @@ ---- base/lib.mak.orig 2015-08-22 03:38:11.784264000 +0900 -+++ base/lib.mak 2015-08-22 03:38:19.947660000 +0900 -@@ -1025,7 +1025,7 @@ +--- base/lib.mak.orig 2015-03-30 08:21:24 UTC ++++ base/lib.mak +@@ -1025,7 +1025,7 @@ $(GLOBJ)gsparam.$(OBJ) : $(GLSRC)gsparam $(GLOBJ)gsparamx.$(OBJ) : $(AK) $(GLSRC)gsparamx.c $(string__h)\ $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\ $(gstypes_h) $(MAKEDIRS) diff --git a/print/ghostscript9-agpl-x11/files/patch-base-openjpeg.mak b/print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak index 3d85cb70abf1..cf38fe8c16bc 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-openjpeg.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_openjpeg.mak @@ -1,6 +1,6 @@ ---- base/openjpeg.mak.orig 2012-02-08 17:48:48.000000000 +0900 -+++ base/openjpeg.mak 2012-02-14 06:40:56.000000000 +0900 -@@ -101,7 +101,7 @@ +--- base/openjpeg.mak.orig 2015-03-30 08:21:24 UTC ++++ base/openjpeg.mak +@@ -113,7 +113,7 @@ $(OPEN_JPEG_GEN)openjpeg_0.dev : $(TOP_M $(SETMOD) $(OPEN_JPEG_GEN)openjpeg_0 $(open_jpeg_OBJS) # define our specific compiler @@ -8,4 +8,4 @@ +OPEN_JPEG_CC=$(CC) $(JPX_CFLAGS) $(I_)$(JPX_OPENJPEG_I_)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(D)..$(_I) $(CFLAGS) $(D_)OPJ_STATIC$(_D) $(I_)$(OPEN_JPEG_GEN)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(_I) $(I_)$(JPX_OPENJPEG_I_)$(D)..$(_I) $(JPXCF_) OPEN_JPEG_O=$(O_)$(OPEN_JPEG_OBJ)$(OPEN_JPEG_PREFIX) - OPEN_JPEG_DEP=$(AK) $(OPEN_JPEG_MAK) + OPEN_JPEG_DEP=$(AK) $(OPEN_JPEG_MAK) $(MAKEDIRS) diff --git a/print/ghostscript9-agpl-x11/files/patch-base-unix-gcc.mak b/print/ghostscript9-agpl-x11/files/patch-base_unix-gcc.mak index 2fd1d5ad7885..566a90f70542 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-unix-gcc.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_unix-gcc.mak @@ -1,5 +1,5 @@ ---- base/unix-gcc.mak.orig 2014-03-26 21:53:47.000000000 +0900 -+++ base/unix-gcc.mak 2014-08-25 00:19:13.000000000 +0900 +--- base/unix-gcc.mak.orig 2015-03-30 08:21:24 UTC ++++ base/unix-gcc.mak @@ -22,19 +22,19 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -32,7 +32,7 @@ # Do not edit the next group of lines. -@@ -53,11 +53,10 @@ +@@ -53,11 +53,10 @@ PSD=$(PSGENDIR)/ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -47,7 +47,7 @@ exec_prefix = $(prefix) bindir = $(exec_prefix)/bin scriptdir = $(bindir) -@@ -107,7 +106,7 @@ +@@ -107,7 +106,7 @@ GENOPT= # This uses the more secure temporary file creation call # Enable this if it is available on your platform. @@ -56,7 +56,7 @@ # Define the name of the executable file. -@@ -142,7 +141,7 @@ +@@ -142,7 +141,7 @@ JSRCDIR=jpeg # some older JPEG streams that violate the standard. If the JPEG # library built from local sources, the patch will be applied. @@ -65,7 +65,7 @@ JPEG_NAME=jpeg # Define the directory where the PNG library sources are stored, -@@ -156,13 +155,13 @@ +@@ -156,13 +155,13 @@ PNGSRCDIR=libpng # what its name is. # See gs.mak and Make.htm for more information. @@ -81,7 +81,7 @@ TIFFSRCDIR=tiff TIFFCONFDIR=tiff TIFFPLATFORM=unix -@@ -180,12 +179,12 @@ +@@ -180,12 +179,12 @@ ZSRCDIR=zlib # what its name is (usually libz, but sometimes libgz). # See gs.mak and Make.htm for more information. @@ -96,7 +96,7 @@ JBIG2_LIB=jbig2dec JBIG2SRCDIR=jbig2dec -@@ -225,7 +224,7 @@ +@@ -225,7 +224,7 @@ RANLIB=ranlib # Define the name of the C compiler. @@ -105,7 +105,7 @@ # Define the name of the linker for the final link step. # Normally this is the same as the C compiler. -@@ -242,7 +241,7 @@ +@@ -242,7 +241,7 @@ GCFLAGS=-Wall -Wstrict-prototypes -Wmiss # Define the added flags for standard, debugging, profiling # and shared object builds. @@ -114,7 +114,7 @@ CFLAGS_DEBUG=-g -O0 CFLAGS_PROFILE=-pg -O2 CFLAGS_SO=-fPIC -@@ -258,7 +257,8 @@ +@@ -258,7 +257,8 @@ CFLAGS_SO=-fPIC # We don't include -ansi, because this gets in the way of the platform- # specific stuff that <math.h> typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. @@ -124,7 +124,7 @@ CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -@@ -269,7 +269,7 @@ +@@ -269,7 +269,7 @@ CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(X # -R /usr/local/xxx/lib:/usr/local/lib # giving the full path names of the shared library directories. # XLDFLAGS can be set from the command line. @@ -133,7 +133,7 @@ LDFLAGS=$(XLDFLAGS) -@@ -280,7 +280,7 @@ +@@ -280,7 +280,7 @@ LDFLAGS=$(XLDFLAGS) # Solaris may need -lnsl -lsocket -lposix4. # (Libraries required by individual drivers are handled automatically.) @@ -142,7 +142,7 @@ # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; -@@ -302,7 +302,7 @@ +@@ -302,7 +302,7 @@ STDLIBS=-lm # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, # not in $(XINCLUDE). @@ -151,7 +151,7 @@ # Define the directory/ies and library names for the X11 library files. # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -317,29 +317,29 @@ +@@ -317,29 +317,29 @@ XINCLUDE=-I/usr/X11R6/include #XLIBS=Xt SM ICE Xext X11 #XLIBDIRS=-L/usr/local/X/lib @@ -186,7 +186,7 @@ #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev # The following is strictly for testing. FEATURE_DEVS_ALL=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(PSD)double.dev $(PSD)trapping.dev $(PSD)stocht.dev $(GLD)pipe.dev -@@ -488,6 +488,7 @@ +@@ -488,6 +488,7 @@ include $(GLSRCDIR)/unixlink.mak include $(GLSRCDIR)/unix-dll.mak include $(GLSRCDIR)/unix-end.mak include $(GLSRCDIR)/unixinst.mak diff --git a/print/ghostscript9-agpl-x11/files/patch-base-unixinst.mak b/print/ghostscript9-agpl-x11/files/patch-base_unixinst.mak index 0c67aa7c058b..1fb2e130e3af 100644 --- a/print/ghostscript9-agpl-x11/files/patch-base-unixinst.mak +++ b/print/ghostscript9-agpl-x11/files/patch-base_unixinst.mak @@ -1,6 +1,6 @@ ---- base/unixinst.mak.orig 2014-03-26 21:53:47.000000000 +0900 -+++ base/unixinst.mak 2014-11-23 17:01:40.000000000 +0900 -@@ -45,7 +45,7 @@ +--- base/unixinst.mak.orig 2015-03-30 08:21:24 UTC ++++ base/unixinst.mak +@@ -45,7 +45,7 @@ ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf1 wftopfa fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\ do if ( test -f $(PSLIBDIR)/$$f ); then \ (cat $(PSLIBDIR)/$$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=$(GS)/" > $(PSOBJDIR)/$$f); \ @@ -9,7 +9,7 @@ fi;\ done' -@@ -142,7 +142,7 @@ +@@ -142,7 +142,7 @@ install-doc: $(PSDOCDIR)/News.htm done' # install the man pages for each locale diff --git a/print/ghostscript9-agpl-x11/files/patch-configure.ac b/print/ghostscript9-agpl-x11/files/patch-configure.ac index dc8baba689f2..991c83ab7acf 100644 --- a/print/ghostscript9-agpl-x11/files/patch-configure.ac +++ b/print/ghostscript9-agpl-x11/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2015-03-30 17:21:24.000000000 +0900 -+++ configure.ac 2015-08-22 03:37:13.515866000 +0900 -@@ -892,35 +892,6 @@ +--- configure.ac.orig 2015-03-30 08:21:24 UTC ++++ configure.ac +@@ -892,35 +892,6 @@ AC_SUBST(FTSRCDIR) AC_SUBST(FT_CFLAGS) AC_SUBST(FT_LIBS) @@ -36,7 +36,7 @@ AC_SUBST(SHARE_LIBJPEG) AC_SUBST(LIBJPEGDIR) dnl check for the internal jpeg memory header -@@ -1607,7 +1578,7 @@ +@@ -1607,7 +1578,7 @@ X_CFLAGS="" X_DEVS="" X_LIBS="" @@ -45,7 +45,7 @@ if test "$x_libraries" = "/usr/lib"; then echo "Ignoring X library directory \"$x_libraries\" requested by configure." x_libraries="NONE" -@@ -2074,7 +2045,10 @@ +@@ -2074,7 +2045,10 @@ AC_ARG_ENABLE([dynamic], AC_HELP_STRING( DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS" ;; *BSD) @@ -57,7 +57,7 @@ DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\"" X11_DEVS="" OPT_CFLAGS="$DYNAMIC_CFLAGS $OPT_CFLAGS" -@@ -2133,11 +2107,11 @@ +@@ -2133,11 +2107,11 @@ if test "x$fontpath" = "x"; then fontpath="${fontpath}:$datadir/fonts/default/TrueType" # These font directories are used by IRIX... diff --git a/print/ghostscript9-agpl-x11/files/patch-devices-devs.mak b/print/ghostscript9-agpl-x11/files/patch-devices_devs.mak index a1c1d134dd66..01d2cce19295 100644 --- a/print/ghostscript9-agpl-x11/files/patch-devices-devs.mak +++ b/print/ghostscript9-agpl-x11/files/patch-devices_devs.mak @@ -1,6 +1,6 @@ ---- devices/devs.mak.orig 2015-03-30 17:21:24.000000000 +0900 -+++ devices/devs.mak 2015-07-14 08:48:48.795797000 +0900 -@@ -546,7 +546,7 @@ +--- devices/devs.mak.orig 2015-03-30 08:21:24 UTC ++++ devices/devs.mak +@@ -546,7 +546,7 @@ $(DEVOBJ)gdevxalt.$(OBJ) : $(DEVSRC)gdev ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT $(DEVOBJ)X11.so : $(x11alt_) $(x11_) $(MAKEDIRS) diff --git a/print/ghostscript9-agpl-x11/files/patch-devices-gdevl256.c b/print/ghostscript9-agpl-x11/files/patch-devices_gdevl256.c index ed7d36002a62..86ebbb32fbd8 100644 --- a/print/ghostscript9-agpl-x11/files/patch-devices-gdevl256.c +++ b/print/ghostscript9-agpl-x11/files/patch-devices_gdevl256.c @@ -1,6 +1,6 @@ ---- devices/gdevl256.c.orig 2011-07-17 19:57:32.000000000 +0900 -+++ devices/gdevl256.c 2011-07-17 19:57:39.000000000 +0900 -@@ -302,12 +302,3 @@ +--- devices/gdevl256.c.orig 2015-03-30 08:21:24 UTC ++++ devices/gdevl256.c +@@ -303,12 +303,3 @@ lvga256_draw_line(gx_device * dev, int x gl_line(x0, y0, x1, y1, color); return 0; } diff --git a/print/ghostscript9-agpl-x11/files/patch-devices-gdevperm.c b/print/ghostscript9-agpl-x11/files/patch-devices_gdevperm.c index ed420367dc22..13a816906c13 100644 --- a/print/ghostscript9-agpl-x11/files/patch-devices-gdevperm.c +++ b/print/ghostscript9-agpl-x11/files/patch-devices_gdevperm.c @@ -1,6 +1,6 @@ ---- devices/gdevperm.c.orig 2012-02-08 17:48:48.000000000 +0900 -+++ devices/gdevperm.c 2012-02-13 00:44:23.000000000 +0900 -@@ -285,7 +285,7 @@ +--- devices/gdevperm.c.orig 2015-03-30 08:21:24 UTC ++++ devices/gdevperm.c +@@ -288,7 +288,7 @@ perm_get_color_mapping_procs(const gx_de (strncmp((const char *)name, (const char *)str, name_size) == 0)) static int @@ -9,7 +9,7 @@ int name_size, int component_type) { const gx_device_perm_t * const dev = (const gx_device_perm_t *)pdev; -@@ -332,7 +332,6 @@ +@@ -335,7 +335,6 @@ static int perm_decode_color(gx_device *dev, gx_color_index color, gx_color_value *out) { int bpc = 8; diff --git a/print/ghostscript9-agpl-x11/files/patch-devices-gdevplib.c b/print/ghostscript9-agpl-x11/files/patch-devices_gdevplib.c index b14a47184e50..2213e572f3db 100644 --- a/print/ghostscript9-agpl-x11/files/patch-devices-gdevplib.c +++ b/print/ghostscript9-agpl-x11/files/patch-devices_gdevplib.c @@ -1,6 +1,6 @@ ---- devices/gdevplib.c.orig 2015-03-30 17:21:24.000000000 +0900 -+++ devices/gdevplib.c 2015-07-14 08:51:50.711673000 +0900 -@@ -156,7 +156,11 @@ +--- devices/gdevplib.c.orig 2015-03-30 08:21:24 UTC ++++ devices/gdevplib.c +@@ -156,7 +156,11 @@ void __aebi_memmove(void *dest, const vo #ifdef TESTING_WITH_NO_BAND_DONOR diff --git a/print/ghostscript9-agpl-x11/files/patch-devices-gdevvglb.c b/print/ghostscript9-agpl-x11/files/patch-devices_gdevvglb.c index ca8dcf130c2c..86adcbcb2497 100644 --- a/print/ghostscript9-agpl-x11/files/patch-devices-gdevvglb.c +++ b/print/ghostscript9-agpl-x11/files/patch-devices_gdevvglb.c @@ -1,6 +1,6 @@ ---- devices/gdevvglb.c.orig 2011-07-17 19:56:33.000000000 +0900 -+++ devices/gdevvglb.c 2011-07-17 19:57:10.000000000 +0900 -@@ -367,12 +367,3 @@ +--- devices/gdevvglb.c.orig 2015-03-30 08:21:24 UTC ++++ devices/gdevvglb.c +@@ -368,12 +368,3 @@ vgalib_put_params(gx_device * dev, gs_pa } return 0; } |