diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 15:49:56 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-26 15:49:56 +0000 |
commit | 063a6acf984c5d889b4fb616204c9989af46bf6b (patch) | |
tree | 46db805d01839ff95127f113c4d308d10766f262 /print | |
parent | Fix pkg-plist. (diff) |
Really remove device stp. It has been deprecated since 8.0 and doesn't work
in the port anyway.
Noticed in PR: ports/69322
Submitted by: Torfinn Ingolfsen
Notes
Notes:
svn path=/head/; revision=114783
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/files/stp.contrib.mak | 14 | ||||
-rw-r--r-- | print/ghostscript-afpl/scripts/configure | 1 | ||||
-rw-r--r-- | print/ghostscript-gpl/files/stp.contrib.mak | 14 | ||||
-rw-r--r-- | print/ghostscript-gpl/scripts/configure | 1 | ||||
-rw-r--r-- | print/ghostscript8/files/stp.contrib.mak | 14 | ||||
-rw-r--r-- | print/ghostscript8/scripts/configure | 1 |
6 files changed, 0 insertions, 45 deletions
diff --git a/print/ghostscript-afpl/files/stp.contrib.mak b/print/ghostscript-afpl/files/stp.contrib.mak deleted file mode 100644 index 862d329324ee..000000000000 --- a/print/ghostscript-afpl/files/stp.contrib.mak +++ /dev/null @@ -1,14 +0,0 @@ -### --------------- Gimp-Print/stp Driver ---------------------------- ### -### Be careful to add the exact contents of this file; cut and paste ### -### may corrupt the file and cause mysterious make errors ### - -stp_=$(GLOBJ)gdevstp.$(OBJ) - -STPLIB=gimpprint - -$(DD)stp.dev: $(stp_) $(DD)page.dev - $(SETPDEV) $(DD)stp $(stp_) - $(ADDMOD) $(DD)stp -lib $(STPLIB) - -$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) - $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c diff --git a/print/ghostscript-afpl/scripts/configure b/print/ghostscript-afpl/scripts/configure index 48d0e7253eee..a6d2cf47f58e 100644 --- a/print/ghostscript-afpl/scripts/configure +++ b/print/ghostscript-afpl/scripts/configure @@ -142,7 +142,6 @@ Have fun with this new configuration style ! -andreas \n\n\ "m8510" "C.Itoh M8510 printer" "$status_m8510" \ "coslw2p" "CoStar LabelWriter II II/Plus" "$status_coslw2p" \ "coslwxl" "CoStar LabelWriter XL" "$status_coslwxl" \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver [Gimp-Print]" "$status_stp" \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" "$status_uniprint" \ "lj250" "DEC LJ250 Companion color printer" "$status_lj250" \ "declj250" "DEC LJ250 driver (alternate)" "$status_declj250" \ diff --git a/print/ghostscript-gpl/files/stp.contrib.mak b/print/ghostscript-gpl/files/stp.contrib.mak deleted file mode 100644 index 862d329324ee..000000000000 --- a/print/ghostscript-gpl/files/stp.contrib.mak +++ /dev/null @@ -1,14 +0,0 @@ -### --------------- Gimp-Print/stp Driver ---------------------------- ### -### Be careful to add the exact contents of this file; cut and paste ### -### may corrupt the file and cause mysterious make errors ### - -stp_=$(GLOBJ)gdevstp.$(OBJ) - -STPLIB=gimpprint - -$(DD)stp.dev: $(stp_) $(DD)page.dev - $(SETPDEV) $(DD)stp $(stp_) - $(ADDMOD) $(DD)stp -lib $(STPLIB) - -$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) - $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c diff --git a/print/ghostscript-gpl/scripts/configure b/print/ghostscript-gpl/scripts/configure index 48d0e7253eee..a6d2cf47f58e 100644 --- a/print/ghostscript-gpl/scripts/configure +++ b/print/ghostscript-gpl/scripts/configure @@ -142,7 +142,6 @@ Have fun with this new configuration style ! -andreas \n\n\ "m8510" "C.Itoh M8510 printer" "$status_m8510" \ "coslw2p" "CoStar LabelWriter II II/Plus" "$status_coslw2p" \ "coslwxl" "CoStar LabelWriter XL" "$status_coslwxl" \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver [Gimp-Print]" "$status_stp" \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" "$status_uniprint" \ "lj250" "DEC LJ250 Companion color printer" "$status_lj250" \ "declj250" "DEC LJ250 driver (alternate)" "$status_declj250" \ diff --git a/print/ghostscript8/files/stp.contrib.mak b/print/ghostscript8/files/stp.contrib.mak deleted file mode 100644 index 862d329324ee..000000000000 --- a/print/ghostscript8/files/stp.contrib.mak +++ /dev/null @@ -1,14 +0,0 @@ -### --------------- Gimp-Print/stp Driver ---------------------------- ### -### Be careful to add the exact contents of this file; cut and paste ### -### may corrupt the file and cause mysterious make errors ### - -stp_=$(GLOBJ)gdevstp.$(OBJ) - -STPLIB=gimpprint - -$(DD)stp.dev: $(stp_) $(DD)page.dev - $(SETPDEV) $(DD)stp $(stp_) - $(ADDMOD) $(DD)stp -lib $(STPLIB) - -$(GLOBJ)gdevstp.$(OBJ) : $(GLSRC)gdevstp.c $(PDEVH) - $(GLCC) $(GLO_)gdevstp.$(OBJ) $(C_) $(GLSRC)gdevstp.c diff --git a/print/ghostscript8/scripts/configure b/print/ghostscript8/scripts/configure index 48d0e7253eee..a6d2cf47f58e 100644 --- a/print/ghostscript8/scripts/configure +++ b/print/ghostscript8/scripts/configure @@ -142,7 +142,6 @@ Have fun with this new configuration style ! -andreas \n\n\ "m8510" "C.Itoh M8510 printer" "$status_m8510" \ "coslw2p" "CoStar LabelWriter II II/Plus" "$status_coslw2p" \ "coslwxl" "CoStar LabelWriter XL" "$status_coslwxl" \ - "stp" "Configurable Canon/Epson/Lexmark/HP driver [Gimp-Print]" "$status_stp" \ "uniprint" "Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X mono/color driver" "$status_uniprint" \ "lj250" "DEC LJ250 Companion color printer" "$status_lj250" \ "declj250" "DEC LJ250 driver (alternate)" "$status_declj250" \ |