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:26:24 Branch: OPENPKG_2_5_SOLID Handle: 2005101721262300 Modified files: (Branch: OPENPKG_2_5_SOLID) openpkg-src/openpkg HISTORY aux.prereq.sh Log: MFC: synchronize with CURRENT as of yesterday ;-) Summary: Revision Changes Path 1.298.2.3 +1 -0 openpkg-src/openpkg/HISTORY 1.23.4.1 +15 -12 openpkg-src/openpkg/aux.prereq.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.298.2.2 -r1.298.2.3 HISTORY --- openpkg-src/openpkg/HISTORY 16 Oct 2005 09:15:24 -0000 1.298.2.2 +++ openpkg-src/openpkg/HISTORY 17 Oct 2005 20:26:23 -0000 1.298.2.3 @@ -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.23.4.1 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:26:23 -0000 1.23.4.1 @@ -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 openpkg-cvs@openpkg.org