mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
9f15de8e17
commit
063a6acf98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114783
6 changed files with 0 additions and 45 deletions
|
@ -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
|
1
print/ghostscript-afpl/scripts/configure
vendored
1
print/ghostscript-afpl/scripts/configure
vendored
|
@ -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" \
|
||||
|
|
|
@ -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
|
1
print/ghostscript-gpl/scripts/configure
vendored
1
print/ghostscript-gpl/scripts/configure
vendored
|
@ -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" \
|
||||
|
|
|
@ -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
|
1
print/ghostscript8/scripts/configure
vendored
1
print/ghostscript8/scripts/configure
vendored
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue