diff options
author | mycroft <mycroft@pkgsrc.org> | 2001-12-03 04:26:45 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2001-12-03 04:26:45 +0000 |
commit | 1f3f5259282557c6fbd9a4c0a9936df363c0a1b5 (patch) | |
tree | 0daec24430e950152899cf360fd64129970284e0 /graphics | |
parent | 6629dfcad6f2489016f619a302c33ca4cf8463a8 (diff) | |
download | pkgsrc-1f3f5259282557c6fbd9a4c0a9936df363c0a1b5.tar.gz |
Trim the patch so it doesn't include an $Id$ tag. This is an awful hack.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libflash/distinfo | 4 | ||||
-rw-r--r-- | graphics/libflash/patches/patch-ac | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo index ec0e28ddf16..5293fa9f06b 100644 --- a/graphics/libflash/distinfo +++ b/graphics/libflash/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2001/12/03 04:23:35 mycroft Exp $ +$NetBSD: distinfo,v 1.7 2001/12/03 04:26:45 mycroft Exp $ SHA1 (flash-0.4.10.tgz) = 41f2b8bba3e551e611913069e6e650bc4c8ab420 Size (flash-0.4.10.tgz) = 358995 bytes SHA1 (patch-aa) = 084064cfd3d4e650f98b93dd07404a1c52828848 SHA1 (patch-ab) = e67474d893793b58cdf544722046d91e6cb2044b -SHA1 (patch-ac) = 7adf7159e3d1028675012dc5926aed56bdfe47a3 +SHA1 (patch-ac) = dc2d407b7863005359ec8b07836732fa386414d3 SHA1 (patch-ad) = 177bb07d1377c1923f8548cdece23292c2b897b8 SHA1 (patch-ae) = 301e3359b28320822373c54a2c97e6ef528e55c7 SHA1 (patch-af) = 918bfd3f9f021dded65f8379bec3b42deb30cf65 diff --git a/graphics/libflash/patches/patch-ac b/graphics/libflash/patches/patch-ac index 4bdc38415ee..df6c6ed117f 100644 --- a/graphics/libflash/patches/patch-ac +++ b/graphics/libflash/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2001/12/03 04:22:41 mycroft Exp $ +$NetBSD: patch-ac,v 1.3 2001/12/03 04:26:45 mycroft Exp $ --- Lib/sound.cc.orig Wed Sep 1 15:10:03 1999 +++ Lib/sound.cc Mon Dec 3 04:12:21 2001 -@@ -26,8 +26,12 @@ +@@ -26,7 +26,11 @@ #include <fcntl.h> #include <sys/ioctl.h> #ifndef NOSOUND @@ -14,7 +14,6 @@ $NetBSD: patch-ac,v 1.2 2001/12/03 04:22:41 mycroft Exp $ +#endif #ifdef RCSID - static char *rcsid = "$Id: patch-ac,v 1.2 2001/12/03 04:22:41 mycroft Exp $"; @@ -56,16 +60,16 @@ Sound::setSoundFlags(long f) { switch (GET_SOUND_RATE_CODE(f)) { |