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: 16-Oct-2005 11:15:24
Branch: OPENPKG_2_5_SOLID Handle: 2005101610152400
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/openpkg HISTORY openpkg.spec
Log:
MFC: final sync
Summary:
Revision Changes Path
1.298.2.2 +2 -1 openpkg-src/openpkg/HISTORY
1.454.2.3 +3 -3 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.298.2.1 -r1.298.2.2 HISTORY
--- openpkg-src/openpkg/HISTORY 14 Oct 2005 06:30:31 -0000
1.298.2.1
+++ openpkg-src/openpkg/HISTORY 16 Oct 2005 09:15:24 -0000
1.298.2.2
@@ -2,7 +2,8 @@
2005
====
-20051014 **** RELEASE AS PART OF OPENPKG 2.5.0 ***
+20051016 **** RELEASE AS PART OF OPENPKG 2.5.0 ***
+20051016 be pendantic and add /lib also to LD_LIBRARY_PATH under NetBSD &
FreeBSD
20051014 upgrade to cURL 7.15.0
20051007 on Solaris 10 switch from legacy rcX.d init scripts to SMF manifest
20051002 upgrade to GNU shtool 2.0.3
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.454.2.2 -r1.454.2.3 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 14 Oct 2005 06:30:31 -0000
1.454.2.2
+++ openpkg-src/openpkg/openpkg.spec 16 Oct 2005 09:15:24 -0000
1.454.2.3
@@ -138,7 +138,7 @@
AutoReq: no
AutoReqProv: no
Provides: OpenPKG
-Provides: openpkg = 20051014-20051014
+Provides: openpkg = 20051016-20051016
%description
This is the bootstrap package for the RPM-based Unix Software
@@ -433,8 +433,8 @@
* ) l_build_path="/bin:/sbin:/usr/bin:/usr/sbin" ;;
esac
case $plid in
- FreeBSD/* ) l_build_ldlp="/usr/lib" ;;
- NetBSD/* ) l_build_ldlp="/usr/lib" ;;
+ FreeBSD/* ) l_build_ldlp="/lib:/usr/lib" ;;
+ NetBSD/* ) l_build_ldlp="/lib:/usr/lib" ;;
Linux/* ) l_build_ldlp="/lib:/usr/lib" ;;
SunOS/* ) l_build_ldlp="/usr/lib:/usr/ccs/lib" ;;
UnixWare/*) l_build_ldlp="/usr/lib:/usr/ccs/lib" ;;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]