diff options
author | skrll <skrll@pkgsrc.org> | 2001-12-04 20:35:37 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-12-04 20:35:37 +0000 |
commit | 81311589f88f9a7a6936770921fd1c188655c472 (patch) | |
tree | ca0bab83fefe7c63b504033e96e67974893bda00 | |
parent | da59f543638a19c218f06747bcc209fae72a8002 (diff) | |
download | pkgsrc-81311589f88f9a7a6936770921fd1c188655c472.tar.gz |
Commit the fix for the VERSION problem that has gone into KDE cvs. Don't
forget to cvs add the patch this time.
-rw-r--r-- | x11/kdebase2/distinfo | 4 | ||||
-rw-r--r-- | x11/kdebase2/patches/patch-fd | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11/kdebase2/distinfo b/x11/kdebase2/distinfo index b1fcd80f081..d40ec6ad095 100644 --- a/x11/kdebase2/distinfo +++ b/x11/kdebase2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2001/12/03 15:37:18 skrll Exp $ +$NetBSD: distinfo,v 1.16 2001/12/04 20:35:37 skrll Exp $ SHA1 (kdebase-2.2.2.tar.bz2) = dbbc8dec49b9bb15055ce43e1b4eafe6945463b0 Size (kdebase-2.2.2.tar.bz2) = 12888455 bytes @@ -139,4 +139,4 @@ SHA1 (patch-ez) = 8d3f98ab51075af154ef6db786cde704ddb8c556 SHA1 (patch-fa) = bccd1a6d1939ef1c97c3c45ec9e3619b568eca09 SHA1 (patch-fb) = 8f95df054822fd535c967ea770e6c65af6545b20 SHA1 (patch-fc) = 5b3da5ab4370d01c1378a4e14467fd05e58932b7 -SHA1 (patch-fd) = 6fdc0cab3d4391c6571325dfdbc6bdce57a9851c +SHA1 (patch-fd) = 5f56f987336f37158e8be2e6d2e270c4e4282bc7 diff --git a/x11/kdebase2/patches/patch-fd b/x11/kdebase2/patches/patch-fd new file mode 100644 index 00000000000..63ace961508 --- /dev/null +++ b/x11/kdebase2/patches/patch-fd @@ -0,0 +1,8 @@ +$NetBSD: patch-fd,v 1.1 2001/12/04 20:35:37 skrll Exp $ + +--- ksysguard/ksysguardd/FreeBSD/ksysguardd.c.orig Sat Nov 10 05:17:04 2001 ++++ ksysguard/ksysguardd/FreeBSD/ksysguardd.c +@@ -21,2 +21,3 @@ + */ ++#include "config.h" + |