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: 05-Jun-2007 18:56:10
Branch: HEAD Handle: 2007060517560801
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec shtool
Log:
upgrade to latest GNU shtool snapshot for final Mac OS X
identification and some small improvements for CentOS
Summary:
Revision Changes Path
1.456 +1 -0 openpkg-src/openpkg/HISTORY
1.591 +1 -1 openpkg-src/openpkg/openpkg.spec
1.40 +5 -5 openpkg-src/openpkg/shtool
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.455 -r1.456 HISTORY
--- openpkg-src/openpkg/HISTORY 4 Jun 2007 08:07:59 -0000 1.455
+++ openpkg-src/openpkg/HISTORY 5 Jun 2007 16:56:08 -0000 1.456
@@ -2,6 +2,7 @@
2007
====
+20070605 upgrade to latest GNU shtool snapshot for final Mac OS X
identification and some small improvements for CentOS
20070604 improve Mac OS X support by providing gcc/cc/ld override scripts to
pass option "-search_paths_first" to ld(1)
20070604 improve Mac OS X support by upgrading to an improved GNU shtool
snapshot
20070603 disable shared library building in Perl for better supporting Mac
OS X
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.590 -r1.591 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 4 Jun 2007 08:07:59 -0000 1.590
+++ openpkg-src/openpkg/openpkg.spec 5 Jun 2007 16:56:09 -0000 1.591
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20070604
+%define V_openpkg 20070605
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/shtool
============================================================================
$ cvs diff -u -r1.39 -r1.40 shtool
--- openpkg-src/openpkg/shtool 4 Jun 2007 16:25:48 -0000 1.39
+++ openpkg-src/openpkg/shtool 5 Jun 2007 16:56:09 -0000 1.40
@@ -2755,7 +2755,7 @@
-e 's/^#.*$//'`
case "`util_lower ${n}`" in
redhat )
- if [ ".`grep 'Red Hat Enterprise Linux'
/etc/${tagfile}`" != . ]; then
+ if [ ".`egrep '(Red Hat Enterprise
Linux|CentOS)' /etc/${tagfile}`" != . ]; then
n="<R>ed <H>at <E>nterprise <L>inux"
else
n="<R>ed <H>at <L>inux"
@@ -2764,7 +2764,7 @@
debian ) n="Debian[ GNU/Linux]" ;;
ubuntu ) n="Ubuntu[ GNU/Linux]" ;;
fedora ) n="<Fedora> Core[ GNU/Linux]" ;;
- suse ) n="SuSE[ Linux]" ;;
+ suse ) n="[Novell ]SUSE[ Linux]" ;;
mandrake*|mandriva ) n="Mandriva[ Linux]" ;;
gentoo ) n="Gentoo[ GNU/Linux]" ;;
slackware ) n="Slackware[ Linux]" ;;
@@ -2963,10 +2963,10 @@
powerpc ) AT="PPC" ;;
esac
AP="${AT}"
- AC="${AP}"
- case "${AC}" in
- i?86 ) AC="iX86" ;;
+ case "${AP}" in
+ i?86 ) AP="iX86" ;;
esac
+ AC="${AP}"
# determine system
unset v1; unset v2; unset v3
eval `echo "${UNAME_RELEASE}" |\
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]