OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Dec-2007 18:53:58
Branch: HEAD Handle: 2007121317535800
Modified files:
openpkg-src/tcpdump tcpdump.spec
Log:
support FreeBSD 8
Summary:
Revision Changes Path
1.57 +2 -2 openpkg-src/tcpdump/tcpdump.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcpdump/tcpdump.spec
============================================================================
$ cvs diff -u -r1.56 -r1.57 tcpdump.spec
--- openpkg-src/tcpdump/tcpdump.spec 26 Sep 2007 06:53:03 -0000 1.56
+++ openpkg-src/tcpdump/tcpdump.spec 13 Dec 2007 17:53:58 -0000 1.57
@@ -33,7 +33,7 @@
Group: Capturing
License: GPL
Version: 3.9.8
-Release: 20070926
+Release: 20071213
# list of sources
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
@@ -69,7 +69,7 @@
%{l_prefix}/bin/autoconf
options=""
case "%{l_platform -t}" in
- *-freebsd[567].* | *-sunos5.1[01] | *-sunos5.9 | *-linux2.[46]* )
options="--enable-ipv6" ;;
+ *-freebsd[5-8].* | *-sunos5.1[01] | *-sunos5.9 | *-linux2.[46]* )
options="--enable-ipv6" ;;
esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O} %{l_cppflags openssl}
-DOPENSSL_DES_LIBDES_COMPATIBILITY" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]