OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Feb-2005 20:49:26
Branch: HEAD Handle: 2005021619492600
Modified files:
openpkg-src/ripe-dbase ripe-dbase.patch
Log:
port to FreeBSD 5.3 by removing unused and conflicting identifier
names inet_pton(3) and inet_ntop(3)
Summary:
Revision Changes Path
1.5 +22 -0 openpkg-src/ripe-dbase/ripe-dbase.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ripe-dbase/ripe-dbase.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 ripe-dbase.patch
--- openpkg-src/ripe-dbase/ripe-dbase.patch 5 Jan 2005 15:25:19 -0000
1.4
+++ openpkg-src/ripe-dbase/ripe-dbase.patch 16 Feb 2005 19:49:26 -0000
1.5
@@ -155,3 +155,25 @@
echo "Please specify a suitable c-client library directory:
--with-cclientlib=DIR"; exit 1
fi
+Index: modules/ip/inet_ntop.c
+--- modules/ip/inet_ntop.c.orig 2005-02-16 20:34:26 +0100
++++ modules/ip/inet_ntop.c 2005-02-16 20:34:30 +0100
+@@ -29,7 +29,6 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#include <arpa/inet.h>
+ #include <arpa/nameser.h>
+
+ #include <string.h>
+Index: modules/ip/inet_pton.c
+--- modules/ip/inet_pton.c.orig 2000-12-27 17:07:07 +0100
++++ modules/ip/inet_pton.c 2005-02-16 20:36:54 +0100
+@@ -32,7 +32,6 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+-#include <arpa/inet.h>
+ #include <arpa/nameser.h>
+
+ #include <assert.h>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]