summaryrefslogtreecommitdiff
path: root/net/GeoIP/files
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2002-10-09 04:33:08 +0000
committerSean Chittenden <seanc@FreeBSD.org>2002-10-09 04:33:08 +0000
commitfb0fd0220d0818339935f082a3100e1e6b287980 (patch)
tree9107783dc11f3febcb226d0e4a056e51cd0a1235 /net/GeoIP/files
parento Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardware (diff)
Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].
Fixed build of net/GeoIP on -STABLE[2]. PR: ports/43807 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> [2] Submitted by: seanc [1] Reviewed by: knu (mentor/portmgr)
Notes
Notes: svn path=/head/; revision=67683
Diffstat (limited to 'net/GeoIP/files')
-rw-r--r--net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c b/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c
new file mode 100644
index 000000000000..7b1771ff911b
--- /dev/null
+++ b/net/GeoIP/files/patch-libGeoIP::GeoIPUpdate.c
@@ -0,0 +1,13 @@
+--- libGeoIP/GeoIPUpdate.c.orig Tue Oct 8 11:12:17 2002
++++ libGeoIP/GeoIPUpdate.c Tue Oct 8 11:12:41 2002
+@@ -21,9 +21,9 @@
+ #include "global.h"
+ #include "md5.h"
+ #include "GeoIP.h"
++#include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+-#include <sys/types.h>
+ #include <sys/socket.h>
+ #include "zlib.h"
+ #include "time.h"