diff options
author | tron <tron@pkgsrc.org> | 2006-03-01 17:39:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-03-01 17:39:17 +0000 |
commit | a7e2740a2226a946089ad44cc9b2872924c4706a (patch) | |
tree | 591860d4d9e5c178bf84e1b651976dbaca488c8c /audio/xmcd | |
parent | 042f3eb8bb3b7437f1c8101ae096226de2f0fb25 (diff) | |
download | pkgsrc-a7e2740a2226a946089ad44cc9b2872924c4706a.tar.gz |
Correct broken signal handling. This fixes PR pkg/30515.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 | ||||
-rw-r--r-- | audio/xmcd/distinfo | 3 | ||||
-rw-r--r-- | audio/xmcd/patches/patch-aj | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 804955167ef..b5da3aee9f6 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2006/02/22 00:06:21 rillig Exp $ +# $NetBSD: Makefile,v 1.59 2006/03/01 17:39:17 tron Exp $ DISTNAME= xmcd-3.0.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/ diff --git a/audio/xmcd/distinfo b/audio/xmcd/distinfo index 61a0529a824..720c9af0b65 100644 --- a/audio/xmcd/distinfo +++ b/audio/xmcd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2006/02/22 00:06:44 rillig Exp $ +$NetBSD: distinfo,v 1.15 2006/03/01 17:39:17 tron Exp $ SHA1 (xmcd-3.0.2.tar.gz) = 10258f299f917c94780d3e6d9feb57535d4603b5 RMD160 (xmcd-3.0.2.tar.gz) = 9fbee32681e8df4623a06b49ee64ac328478623b @@ -15,3 +15,4 @@ SHA1 (patch-af) = e8bc1a3b791f6df15f12f074712a55423fa3fadf SHA1 (patch-ag) = cdca79fa131a6b2e74c7cea377167f8d0290c162 SHA1 (patch-ah) = bae28364d50709529cad5ce5ebf3362dd14cf99b SHA1 (patch-ai) = 630d725a223728c75531765dd8f5e1be2f3adc32 +SHA1 (patch-aj) = 60e8b099b12cdd5bad6068d0e4e7896f7f63980f diff --git a/audio/xmcd/patches/patch-aj b/audio/xmcd/patches/patch-aj new file mode 100644 index 00000000000..31056242445 --- /dev/null +++ b/audio/xmcd/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/03/01 17:39:17 tron Exp $ + +--- cda_d/cda.c.orig 2001-08-08 01:15:14.000000000 +0100 ++++ cda_d/cda.c 2006-03-01 17:33:38.000000000 +0000 +@@ -4040,8 +4040,6 @@ + /* Make some needed directories */ + cda_mkdirs(); + +- (void) signal(SIGCHLD, SIG_IGN); +- + /* Become a daemon process */ + switch (FORK()) { + case -1: |