pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm On FreeBSD 4.x, <netinet/in.h> needs <...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b2905f4903e0
branches: trunk
changeset: 512496:b2905f4903e0
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed May 10 17:19:00 2006 +0000
description:
On FreeBSD 4.x, <netinet/in.h> needs <sys/types.h> to be included first.
diffstat:
graphics/netpbm/distinfo | 3 ++-
graphics/netpbm/patches/patch-ca | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r f4781c6ac83d -r b2905f4903e0 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo Wed May 10 17:14:08 2006 +0000
+++ b/graphics/netpbm/distinfo Wed May 10 17:19:00 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2006/04/19 20:52:29 wiz Exp $
+$NetBSD: distinfo,v 1.56 2006/05/10 17:19:00 jlam Exp $
SHA1 (netpbm-10.33.tgz) = ed1023fc8b5e15db274495b860f2f80df309454e
RMD160 (netpbm-10.33.tgz) = 7721314f9ef27f22a6bb034ca9e3577cff2984e5
@@ -10,3 +10,4 @@
SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1
SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26
SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26
+SHA1 (patch-ca) = b63be9bd38dd182949edf3b892608b72d13c1fa0
diff -r f4781c6ac83d -r b2905f4903e0 graphics/netpbm/patches/patch-ca
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-ca Wed May 10 17:19:00 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ca,v 1.1 2006/05/10 17:19:00 jlam Exp $
+
+--- converter/other/rlatopam.c.orig 2006-01-08 00:02:13.000000000 -0500
++++ converter/other/rlatopam.c
+@@ -13,6 +13,7 @@
+ **/
+
+
++#include <sys/types.h>
+ #include <netinet/in.h> /* For ntohs, htons */
+ #include <string.h>
+ #include <errno.h>
Home |
Main Index |
Thread Index |
Old Index