summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_gnudevs.mak
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript7-x11/files/patch-src_gnudevs.mak
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=417041
Diffstat (limited to 'print/ghostscript7-x11/files/patch-src_gnudevs.mak')
-rw-r--r--print/ghostscript7-x11/files/patch-src_gnudevs.mak67
1 files changed, 67 insertions, 0 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_gnudevs.mak b/print/ghostscript7-x11/files/patch-src_gnudevs.mak
new file mode 100644
index 000000000000..3b9eddcaf4b8
--- /dev/null
+++ b/print/ghostscript7-x11/files/patch-src_gnudevs.mak
@@ -0,0 +1,67 @@
+--- src/gnudevs.mak.orig 2003-02-09 18:12:48 UTC
++++ src/gnudevs.mak
+@@ -66,64 +66,6 @@ sxlcrt_=$(GLOBJ)gdevln03.$(OBJ)
+ $(DD)sxlcrt.dev : $(sxlcrt_) $(DD)page.dev
+ $(SETPDEV) $(DD)sxlcrt $(sxlcrt_)
+
+-
+-### -------------------- Gimp-Print (stp) driver -------------------###
+-
+-# To include this driver add '$(DD)stp.dev' to your DEVICE_DEVS
+-# line and define 'STPLIB=gimpprint' in your top-level makefile.
+-# See http://gimp-print.sourceforge.net/ for more information.
+-
+-stp_=$(GLOBJ)gdevstp.$(OBJ)
+-
+-$(DD)stp.dev : $(stp_) $(DD)page.dev
+- $(SETPDEV) $(DD)stp $(stp_)
+- $(ADDMOD) $(DD)stp -lib $(STPLIB)
+-
+-$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c \
+- $(gdevprn_h) $(gdevpccm_h) $(gsparam_h)
+- $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c
+-
+-
+-### -------------- cdj850 - HP 850c Driver under development ------------- ###
+-
+-cdeskjet8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
+-
+-# Author: Uli Wortmann (uliw@erdw.ethz.ch), Martin Gerbershagen (ger@ulm.temic.de)
+-# Printer: HP 670
+-$(DD)cdj670.dev : $(cdeskjet8_) $(DD)page.dev
+- $(SETPDEV2) $(DD)cdj670 $(cdeskjet8_)
+-
+-# Author: Uli Wortmann (uliw@erdw.ethz.ch)
+-# Printer: HP 850
+-$(DD)cdj850.dev : $(cdeskjet8_) $(DD)page.dev
+- $(SETPDEV2) $(DD)cdj850 $(cdeskjet8_)
+-
+-# Author: Uli Wortmann (uliw@erdw.ethz.ch), Martin Gerbershagen (ger@ulm.temic.de)
+-# Printer: HP 890
+-$(DD)cdj890.dev : $(cdeskjet8_) $(DD)page.dev
+- $(SETPDEV2) $(DD)cdj890 $(cdeskjet8_)
+-
+-# Author: Uli Wortmann (uliw@erdw.ethz.ch), Martin Gerbershagen (ger@ulm.temic.de)
+-# Printer: HP 1600
+-$(DD)cdj1600.dev : $(cdeskjet8_) $(DD)page.dev
+- $(SETPDEV2) $(DD)cdj1600 $(cdeskjet8_)
+-
+-$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(PDEVH) $(math__h)\
+- $(gsparam_h) $(gxlum_h) $(gdevpcl_h)
+- $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
+-
+-### -------------- cdj880 - HP 880c Driver under development ------------- ###
+-### Since this driver is in the development phase it is not distributed ###
+-### with Ghostscript, but is available from ###
+-### http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html ###
+-
+-### NOTE: Depends on the presence of the cdj850 section above. ###
+-
+-# Author: Matthew Gelhaus (mgelhaus@proaxis.com)
+-# Printer: HP 880c
+-$(DD)cdj880.dev : $(cdeskjet8_) $(DD)page.dev
+- $(SETPDEV2) $(DD)cdj880 $(cdeskjet8_)
+-
+ ### ------------- cdj970 - HP 970Cxi Driver under development ------------- ###
+
+ cdeskjet9_=$(GLOBJ)gdevdj9.$(OBJ) $(HPPCL)