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: 17-Oct-2005 22:25:29
Branch: HEAD Handle: 2005101721252900
Modified files:
openpkg-src/openpkg HISTORY aux.prereq.sh
Log:
ops, just forgot to commit this part yesterday ;-)
Summary:
Revision Changes Path
1.302 +1 -0 openpkg-src/openpkg/HISTORY
1.24 +15 -12 openpkg-src/openpkg/aux.prereq.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.301 -r1.302 HISTORY
--- openpkg-src/openpkg/HISTORY 16 Oct 2005 09:13:58 -0000 1.301
+++ openpkg-src/openpkg/HISTORY 17 Oct 2005 20:25:29 -0000 1.302
@@ -3,6 +3,7 @@
====
20051016 **** RELEASE AS PART OF OPENPKG 2.5.0 ***
+20051016 adjust aux.prereq.sh for the official set of platforms in OpenPKG
2.5
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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/aux.prereq.sh
============================================================================
$ cvs diff -u -r1.23 -r1.24 aux.prereq.sh
--- openpkg-src/openpkg/aux.prereq.sh 15 Jun 2005 12:38:37 -0000 1.23
+++ openpkg-src/openpkg/aux.prereq.sh 17 Oct 2005 20:25:29 -0000 1.24
@@ -41,28 +41,31 @@
support=forecasted
;;
# official "tentative" platforms
- amd64-freebsd5.4:* |\
ia64-freebsd5.4:* |\
- ix86-freebsd6.0:* |\
- ix86-gentoo1.6.12:* |\
- ix86-mandriva10.2:* )
+ ix86-gentoo1.12.0:* |\
+ ix86-mandriva10.2:* |\
+ ix86-freebsd7.0:* )
support=tentative
;;
# official "supported" platforms
- ix86-debian3.1:* |\
- ix86-fedora3:* |\
ix86-freebsd5.4:* |\
+ ix86-debian3.1:* |\
+ ix86-solaris9:* |\
+ amd64-freebsd5.4:* |\
+ sparc64-solaris9:* |\
ix86-netbsd2.0.2:* |\
+ ix86-fedora4:* |\
+ ix86-suse10.0:* |\
+ sparc64-solaris10:* |\
ix86-solaris10:* |\
- ix86-solaris9:* |\
- ix86-suse9.3:* |\
- sparc64-solaris9:* )
+ ix86-freebsd6.0:* |\
+ ix86-rhel4:* )
support=supported
;;
# official "obsolete" platforms
- ix86-freebsd4.11:* |\
- ix86-rhel3:* |\
- sparc64-solaris8:* )
+ sparc64-solaris8:* |\
+ ix86-suse9.3:* |\
+ ix86-freebsd4.11:* )
support=obsolete
;;
# official "deprecated" platforms
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]