summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-07-04 21:12:45 +0000
committerghen <ghen@pkgsrc.org>2006-07-04 21:12:45 +0000
commite7758d8872bad02b9fe2d5b68b28b3f408e4ae43 (patch)
treeeb0cc929277ce66285cde13c461a2969091f5604 /x11
parenta440f9725d9ef10a14e4ac8cb610cd75a16fce0f (diff)
downloadpkgsrc-e7758d8872bad02b9fe2d5b68b28b3f408e4ae43.tar.gz
Pullup ticket 1720 - requested by joerg
portability fix for py-gnome2-extras Revisions pulled up: - pkgsrc/x11/py-gnome2-extras/distinfo 1.4 - pkgsrc/x11/py-gnome2-extras/patches/patch-aa 1.1 Module Name: pkgsrc Committed By: joerg Date: Tue Jul 4 15:15:01 UTC 2006 Modified Files: pkgsrc/x11/py-gnome2-extras: distinfo Added Files: pkgsrc/x11/py-gnome2-extras/patches: patch-aa Log Message: Fix build on DragonFly, where arpa/inet.h does not include netinet/in.h by default. This is explicitly allowed by SUS.
Diffstat (limited to 'x11')
-rw-r--r--x11/py-gnome2-extras/distinfo3
-rw-r--r--x11/py-gnome2-extras/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/py-gnome2-extras/distinfo b/x11/py-gnome2-extras/distinfo
index f204771a619..65627f30051 100644
--- a/x11/py-gnome2-extras/distinfo
+++ b/x11/py-gnome2-extras/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/10/25 11:07:49 drochner Exp $
+$NetBSD: distinfo,v 1.3.6.1 2006/07/04 21:12:45 ghen Exp $
SHA1 (gnome-python-extras-2.12.0.tar.bz2) = 4b20dfbdedf82f3e6f025e63783ac5b35e4cbd83
RMD160 (gnome-python-extras-2.12.0.tar.bz2) = 26b48bcfd37b6759c79f238aac27e83686edf13d
Size (gnome-python-extras-2.12.0.tar.bz2) = 473850 bytes
+SHA1 (patch-aa) = bc547a71e368956c9bbb86afa03b7098621577b7
diff --git a/x11/py-gnome2-extras/patches/patch-aa b/x11/py-gnome2-extras/patches/patch-aa
new file mode 100644
index 00000000000..89609884178
--- /dev/null
+++ b/x11/py-gnome2-extras/patches/patch-aa
@@ -0,0 +1,13 @@
+1;5C$NetBSD: patch-aa,v 1.1.2.2 2006/07/04 21:12:45 ghen Exp $
+
+--- gtop/gtop.c.orig 2006-07-04 15:05:29.000000000 +0000
++++ gtop/gtop.c
+@@ -45,7 +45,7 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+-
++#include <netinet/in.h>
+
+ typedef struct
+ {