OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Sep-2006 00:17:13
Branch: HEAD Handle: 2006090923171100
Modified files:
openpkg-src/openpkg HISTORY aux.prereq.sh openpkg.spec
Log:
remove explicit and unmaintained platform support determination
Summary:
Revision Changes Path
1.371 +1 -0 openpkg-src/openpkg/HISTORY
1.26 +1 -75 openpkg-src/openpkg/aux.prereq.sh
1.523 +1 -1 openpkg-src/openpkg/openpkg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.370 -r1.371 HISTORY
--- openpkg-src/openpkg/HISTORY 5 Sep 2006 15:07:40 -0000 1.370
+++ openpkg-src/openpkg/HISTORY 9 Sep 2006 22:17:11 -0000 1.371
@@ -2,6 +2,7 @@
2006
====
+20060910 OpenPKG supports all major Unix platforms - remove explicit and
unmaintained platform support determination
20060905 upgrade to OpenSSL 0.9.8c
20060826 try to allow Perl to build under RHEL4/amd64 (attempt 2)
20060826 upgrade to openpkg-tools 0.8.71
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/aux.prereq.sh
============================================================================
$ cvs diff -u -r1.25 -r1.26 aux.prereq.sh
--- openpkg-src/openpkg/aux.prereq.sh 1 Jan 2006 13:17:48 -0000 1.25
+++ openpkg-src/openpkg/aux.prereq.sh 9 Sep 2006 22:17:11 -0000 1.26
@@ -27,85 +27,11 @@
mode="$1"
-# determine platform ids
+# CHECK: determine platform ids
platform_prod=`sh ./shtool platform -n -L -S "" -C "+" -F "%<ap>-%<sp>"`
platform_tech=`sh ./shtool platform -n -L -S "" -C "+" -F "%<at>-%<st>"`
-
-#
-# CHECK: amount of platform support
-#
-case "$platform_prod:$product_tech" in
- # official "forecasted" platforms
- *-aix*:* |\
- *-irix*:* )
- support=forecasted
- ;;
- # official "tentative" platforms
- ia64-freebsd5.4:* |\
- ix86-gentoo1.12.0:* |\
- ix86-mandriva10.2:* |\
- ix86-freebsd7.0:* )
- support=tentative
- ;;
- # official "supported" platforms
- 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-freebsd6.0:* |\
- ix86-rhel4:* )
- support=supported
- ;;
- # official "obsolete" platforms
- sparc64-solaris8:* |\
- ix86-suse9.3:* |\
- ix86-freebsd4.11:* )
- support=obsolete
- ;;
- # official "deprecated" platforms
- *-tru64*:* |\
- *-unixware*:* )
- support=deprecated
- ;;
- # probable platforms
- hppa-hpux11.11:* |\
- ppc-darwin7.**:* |\
- *-debian[23].*:* |\
- *-fedora*:* |\
- *-freebsd[456].*:* |\
- *-gentoo1.*:* |\
- *-hpux11.*:* |\
- *-mandrake*:* |\
- *-netbsd*:* |\
- *-rhel3:* |\
- *-rhl9:* |\
- *-solaris*:* |\
- *-suse[789].*:* )
- support=probable
- ;;
- # unknown platforms
- *:* )
- support=unknown
- ;;
-esac
-case "$support" in
- forecasted ) support="forecasted (still not known to work)" ;;
- tentative ) support="tentative (should already work)" ;;
- supported ) support="supported" ;;
- obsolete ) support="obsolete (should still work)" ;;
- deprecated ) support="deprecated (no longer known to work)" ;;
- probable ) support="probable (untested but expected to work)" ;;
- unknown ) support="unknown (expect not to work)" ;;
-esac
echo "++ platform product: $platform_prod"
echo "++ platform technology: $platform_tech"
-echo "++ platform support: $support"
#
# CHECK: diskspace requirement
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.522 -r1.523 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 5 Sep 2006 15:07:40 -0000 1.522
+++ openpkg-src/openpkg/openpkg.spec 9 Sep 2006 22:17:11 -0000 1.523
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20060905
+%define V_openpkg 20060910
# the used software versions
%define V_rpm 4.2.1
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]