OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jan-2003 14:52:42
Branch: HEAD Handle: 2003011413524101
Modified files:
openpkg-src/libdnet libdnet.spec
openpkg-web news.txt
Log:
disable IPFW stuff under FreeBSD 5.0 because this OS has IPFW2 which
is incomaptible with IPFW in the C API
Summary:
Revision Changes Path
1.12 +5 -6 openpkg-src/libdnet/libdnet.spec
1.2723 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libdnet/libdnet.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 libdnet.spec
--- openpkg-src/libdnet/libdnet.spec 14 Jan 2003 12:12:14 -0000 1.11
+++ openpkg-src/libdnet/libdnet.spec 14 Jan 2003 13:52:42 -0000 1.12
@@ -22,11 +22,6 @@
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
-# FIXME thl differences between FreeBSD4.7 and FreeBSD5
-# FIXME thl checking for netinet/ip_compat.h... yes vs. no
-# FIXME thl checking for netinet/ip_fil.h... yes vs. no
-# FIXME thl checking for stdint.h... no vs. yes
-# FIXME thl lots of defines missing i.e. IP_FW_SETNSRCP, IP_FW_GETNSRCP, IFNAMSIZ
# package information
Name: libdnet
@@ -38,7 +33,7 @@
Group: Network
License: MIT-style
Version: 1.5
-Release: 20020821
+Release: 20030114
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/libdnet/libdnet-%{version}.tar.gz
@@ -64,9 +59,13 @@
touch configure
%build
+ case "%{l_target}" in
+ *-freebsd5* ) echo "ac_cv_header_netinet_ip_fw_h=no" >config.cache
+ esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2722 -r1.2723 news.txt
--- openpkg-web/news.txt 14 Jan 2003 13:39:38 -0000 1.2722
+++ openpkg-web/news.txt 14 Jan 2003 13:52:41 -0000 1.2723
@@ -1,3 +1,4 @@
+14-Jan-2003: Upgraded package: P<libdnet-1.5-20030114>
14-Jan-2003: Upgraded package: P<gd1-1.8.4-20030114>
14-Jan-2003: Upgraded package: P<gcc2-2.95.3-20030114>
14-Jan-2003: Upgraded package: P<gcc-3.2.1-20030114>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]