OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 28-Jul-2003 13:07:30
Branch: HEAD Handle: 2003072812072802
Modified files:
openpkg-src/portfwd portfwd.spec
openpkg-web news.txt
Log:
last time port this to Solaris 2.6 (can be removed after OpenPKG 1.3)
Summary:
Revision Changes Path
1.36 +6 -2 openpkg-src/portfwd/portfwd.spec
1.5856 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/portfwd/portfwd.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 portfwd.spec
--- openpkg-src/portfwd/portfwd.spec 24 Jul 2003 08:40:03 -0000 1.35
+++ openpkg-src/portfwd/portfwd.spec 28 Jul 2003 11:07:30 -0000 1.36
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.26rc6
-Release: 20030724
+Release: 20030728
# package options
%option with_fsl yes
@@ -84,11 +84,15 @@
%build
# configure package
+ cppflags=""
+ case "%{l_target}" in
+ *-solaris2.6 ) cppflags="-Dsocklen_t=int" ;;
+ esac
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
- CPPFLAGS="%{l_cppflags}" \
+ CPPFLAGS="%{l_cppflags} $cppflags" \
LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
LIBS="%{l_fsl_libs}" \
./configure \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5855 -r1.5856 news.txt
--- openpkg-web/news.txt 28 Jul 2003 09:37:14 -0000 1.5855
+++ openpkg-web/news.txt 28 Jul 2003 11:07:28 -0000 1.5856
@@ -1,3 +1,4 @@
+28-Jul-2003: Upgraded package: P<portfwd-0.26rc6-20030728>
28-Jul-2003: Upgraded package: P<ksh-20030724-20030728>
28-Jul-2003: Upgraded package: P<ispell-3.2.06-20030728>
28-Jul-2003: Upgraded package: P<pgp-6.5.8-20030728>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]