From 5520157367f0be536bc06211c8837ea1b5edb000 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 6 Aug 2002 19:40:49 +0000 Subject: - Spin off Gimp-Print driver. - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41274 Submitted by: Ports Fury --- print/ghostscript-gpl/files/gdi.contrib.mak | 12 ------------ print/ghostscript-gpl/files/patch-src:gdevgdi.c | 19 ------------------- print/ghostscript-gpl/files/patch-src:unix-gcc.mak | 6 +++--- 3 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 print/ghostscript-gpl/files/gdi.contrib.mak delete mode 100644 print/ghostscript-gpl/files/patch-src:gdevgdi.c (limited to 'print/ghostscript-gpl/files') diff --git a/print/ghostscript-gpl/files/gdi.contrib.mak b/print/ghostscript-gpl/files/gdi.contrib.mak deleted file mode 100644 index 808b7fb71935..000000000000 --- a/print/ghostscript-gpl/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/ghostscript-gpl/files/patch-src:gdevgdi.c b/print/ghostscript-gpl/files/patch-src:gdevgdi.c deleted file mode 100644 index 15f7c66b85ee..000000000000 --- a/print/ghostscript-gpl/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/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak index 94085a8e0710..dca774800545 100644 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Fri Feb 1 15:27:58 2002 -+++ src/unix-gcc.mak Sat Feb 9 04:34:53 2002 ++++ src/unix-gcc.mak Fri Jun 7 05:20:39 2002 @@ -26,14 +26,15 @@ # source, generated intermediate file, and object directories # for the graphics library (GL) and the PostScript/PDF interpreter (PS). @@ -101,7 +101,7 @@ # specific stuff that typically needs; nevertheless, we expect # gcc to accept ANSI-style function prototypes and function definitions. -XCFLAGS= -+XCFLAGS+=-I${.CURDIR}/gimp-print ++#XCFLAGS= CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) @@ -110,7 +110,7 @@ # 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) -fno-common -- cgit v1.2.3