diff options
author | andreas <andreas@FreeBSD.org> | 2001-02-28 14:51:00 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-02-28 14:51:00 +0800 |
commit | 9584c0e5de1940ca2e0d45e83ec8b88e1841f941 (patch) | |
tree | 55fb618ca4d2befd1cd56491722cf0595a943bd3 /print | |
parent | 52506e43465f858905da1b311727563b8bc84dc1 (diff) | |
download | freebsd-ports-gnome-9584c0e5de1940ca2e0d45e83ec8b88e1841f941.tar.gz freebsd-ports-gnome-9584c0e5de1940ca2e0d45e83ec8b88e1841f941.tar.zst freebsd-ports-gnome-9584c0e5de1940ca2e0d45e83ec8b88e1841f941.zip |
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>
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 1548a0e269a3..9aa8129cb63b 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -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." diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 1548a0e269a3..9aa8129cb63b 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -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." diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 1548a0e269a3..9aa8129cb63b 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -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." diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 1548a0e269a3..9aa8129cb63b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -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." |