diff options
author | vs <vs@FreeBSD.org> | 2004-07-26 23:49:56 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-26 23:49:56 +0800 |
commit | 29301bb6d04f07a5f43c5f0b5fcc017d455fedb5 (patch) | |
tree | cb1b6a011e910c5eedb556f42a48d577ee1555a6 /print/ghostscript8 | |
parent | be8a7cba448522b37bc8b2e8ae0e2a24d40d267b (diff) | |
download | freebsd-ports-graphics-29301bb6d04f07a5f43c5f0b5fcc017d455fedb5.tar.gz freebsd-ports-graphics-29301bb6d04f07a5f43c5f0b5fcc017d455fedb5.tar.zst freebsd-ports-graphics-29301bb6d04f07a5f43c5f0b5fcc017d455fedb5.zip |
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
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/files/stp.contrib.mak | 14 | ||||
-rw-r--r-- | print/ghostscript8/scripts/configure | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/print/ghostscript8/files/stp.contrib.mak b/print/ghostscript8/files/stp.contrib.mak deleted file mode 100644 index 862d329324e..00000000000 --- 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 48d0e7253ee..a6d2cf47f58 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" \ |