diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-06 20:34:09 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-06 20:34:09 +0000 |
commit | 0a7aacda0e1b42ab3ac79e33014edad133667922 (patch) | |
tree | c1e840a4bc0bf71c0e616efb16b3242b07fba147 /print/ghostscript7/files | |
parent | f34d4561d0537f9065e73c7eadaa9458d02a1103 (diff) | |
download | FreeBSD-ports-0a7aacda0e1b42ab3ac79e33014edad133667922.zip FreeBSD-ports-0a7aacda0e1b42ab3ac79e33014edad133667922.tar.gz |
- Spin off Gimp-Print driver.
- Update EPLASER driver to version 3.0.4.
- Update GDI driver.
PR: 41275
Submitted by: Ports Fury
Diffstat (limited to 'print/ghostscript7/files')
-rw-r--r-- | print/ghostscript7/files/gdi.contrib.mak | 12 | ||||
-rw-r--r-- | print/ghostscript7/files/patch-src:gdevgdi.c | 19 | ||||
-rw-r--r-- | print/ghostscript7/files/patch-src:unix-gcc.mak | 27 |
3 files changed, 9 insertions, 49 deletions
diff --git a/print/ghostscript7/files/gdi.contrib.mak b/print/ghostscript7/files/gdi.contrib.mak deleted file mode 100644 index 808b7fb..0000000 --- a/print/ghostscript7/files/gdi.contrib.mak +++ /dev/null @@ -1,12 +0,0 @@ -### ---------------- The Samsung SmartGDI laser printer devices --------- ### -### Note : this driver is used by Samsung SmartGDI compatible printers. ### -### - -GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL) - -$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h) - $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c - -$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev - $(SETPDEV) $(DD)gdi $(GDIMONO) - diff --git a/print/ghostscript7/files/patch-src:gdevgdi.c b/print/ghostscript7/files/patch-src:gdevgdi.c deleted file mode 100644 index 15f7c66..0000000 --- a/print/ghostscript7/files/patch-src:gdevgdi.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/gdevgdi.c.orig Fri Feb 9 04:51:11 2001 -+++ src/gdevgdi.c Tue Aug 21 11:17:56 2001 -@@ -24,6 +24,7 @@ - /* SAMSUNG GDI driver for Ghostscript */ - #include "gdevprn.h" - #include "gdevpcl.h" -+#include "gsparam.h" - - - /* -@@ -126,7 +127,7 @@ - private int - gdi_open(gx_device *pdev) - { /* Change the margins if necessary. */ -- const float _ds *m = 0; -+ const float *m = 0; - bool move_origin = true; - - static const float m_a4[4] = { GDI_MARGINS_A4 }; diff --git a/print/ghostscript7/files/patch-src:unix-gcc.mak b/print/ghostscript7/files/patch-src:unix-gcc.mak index 2887ad8..c80567c 100644 --- a/print/ghostscript7/files/patch-src:unix-gcc.mak +++ b/print/ghostscript7/files/patch-src:unix-gcc.mak @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Sat Apr 20 07:23:09 2002 -+++ src/unix-gcc.mak Sat Apr 27 02:05:12 2002 ++++ src/unix-gcc.mak Fri Jun 7 05:10:20 2002 @@ -24,14 +24,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -66,16 +66,7 @@ #ZLIB_NAME=gz ZLIB_NAME=z -@@ -185,6 +185,8 @@ - IJSSRCDIR=ijs - IJSEXECTYPE=unix - -+STPLIB=gimpprint -+ - # Define how to build the library archives. (These are not used in any - # standard configuration.) - -@@ -196,7 +198,7 @@ +@@ -196,7 +196,7 @@ # Define the name of the C compiler. @@ -84,7 +75,7 @@ # Define the name of the linker for the final link step. # Normally this is the same as the C compiler. -@@ -213,9 +215,9 @@ +@@ -213,9 +213,9 @@ # Define the added flags for standard, debugging, profiling # and shared object builds. @@ -97,25 +88,25 @@ CFLAGS_SO=-fPIC # Define the other compilation flags. Add at most one of the following: -@@ -229,7 +231,7 @@ +@@ -229,7 +229,7 @@ # 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. -XCFLAGS= -+XCFLAGS+=-I${.CURDIR}/gimp-print -I${LOCALBASE}/include ++XCFLAGS+=-I${LOCALBASE}/include CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) -@@ -240,7 +242,7 @@ +@@ -240,7 +240,7 @@ # -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. -XLDFLAGS= -+XLDFLAGS=-L${.CURDIR}/gimp-print -L${LOCALBASE}/lib ++XLDFLAGS=-L${LOCALBASE}/lib LDFLAGS=$(XLDFLAGS) -@@ -273,7 +275,7 @@ +@@ -273,7 +273,7 @@ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, # not in $(XINCLUDE). @@ -124,7 +115,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 -@@ -285,12 +287,12 @@ +@@ -285,12 +285,12 @@ # Solaris and other SVR4 systems with dynamic linking probably want #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib # X11R6 (on any platform) may need |