gs shouldn't ignore SIGTERM from lpd by simply adding -DUPD_SIGNAL=0
to CFLAGS - this saves paper if you device to kill a job quickly because you forgot something ... - prevents in UPD driver (reported by Joerg) to make a "clean shutdown", which is generally a nice idea, but in "real life" leads to a wastage of paper ... - portrevision bumped because of this important feature Submitted by: J Wunsch <j@ida.interface-business.de>
This commit is contained in:
parent
c4954499d4
commit
78b3d80494
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38877
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 6.50
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
|
||||
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
|
||||
@ -115,6 +115,8 @@ DECRYPT_PDF= pdf_sec.ps
|
||||
CFLAGS+= -DA4
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DUPD_SIGNAL=0
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(A4)
|
||||
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 6.50
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
|
||||
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
|
||||
@ -115,6 +115,8 @@ DECRYPT_PDF= pdf_sec.ps
|
||||
CFLAGS+= -DA4
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DUPD_SIGNAL=0
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(A4)
|
||||
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 6.50
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
|
||||
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
|
||||
@ -115,6 +115,8 @@ DECRYPT_PDF= pdf_sec.ps
|
||||
CFLAGS+= -DA4
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DUPD_SIGNAL=0
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(A4)
|
||||
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 6.50
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \
|
||||
ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/fonts/ \
|
||||
@ -115,6 +115,8 @@ DECRYPT_PDF= pdf_sec.ps
|
||||
CFLAGS+= -DA4
|
||||
.endif
|
||||
|
||||
CFLAGS+= -DUPD_SIGNAL=0
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(A4)
|
||||
@${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
||||
|
Loading…
Reference in New Issue
Block a user