OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Jun-2004 17:17:17
Branch: HEAD Handle: 2004060716171601
Modified files:
openpkg-src/openpkg HISTORY openpkg.spec shtool
Log:
upgrade to latest GNU shtool snapshot to fix platform detection under
NetBSD 1.6.2-STABLE
Summary:
Revision Changes Path
1.190 +1 -0 openpkg-src/openpkg/HISTORY
1.340 +1 -1 openpkg-src/openpkg/openpkg.spec
1.23 +2 -2 openpkg-src/openpkg/shtool
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.189 -r1.190 HISTORY
--- openpkg-src/openpkg/HISTORY 4 Jun 2004 15:25:17 -0000 1.189
+++ openpkg-src/openpkg/HISTORY 7 Jun 2004 15:17:16 -0000 1.190
@@ -2,6 +2,7 @@
2004
====
+20040607 upgrade to latest GNU shtool snapshot to fix platform detection under
NetBSD 1.6.2-STABLE
20040604 revise the stderr processing of run-command processor in case of -d/--debug
20040604 add -k/--keep option to run-command processor for debug purposes
20040604 add GNU bash 2.05b vendor patches 001-007
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/openpkg.spec
============================================================================
$ cvs diff -u -r1.339 -r1.340 openpkg.spec
--- openpkg-src/openpkg/openpkg.spec 4 Jun 2004 13:11:06 -0000 1.339
+++ openpkg-src/openpkg/openpkg.spec 7 Jun 2004 15:17:16 -0000 1.340
@@ -39,7 +39,7 @@
# o any cc(1)
# the package version/release
-%define V_openpkg 20040604
+%define V_openpkg 20040607
# the used software versions
%define V_rpm 4.2.1
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/shtool
============================================================================
$ cvs diff -u -r1.22 -r1.23 shtool
--- openpkg-src/openpkg/shtool 4 Jun 2004 13:11:06 -0000 1.22
+++ openpkg-src/openpkg/shtool 7 Jun 2004 15:17:17 -0000 1.23
@@ -2610,7 +2610,7 @@
esac
AC="${AP}"
# determine system
- r=`echo "${UNAME_RELEASE}" | sed -e 's/\(-.*\)$/[\1]/'`
+ r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
ST="NetBSD ${r}"
SP="${ST}"
case "${r}" in
@@ -2629,7 +2629,7 @@
esac
AC="${AP}"
# determine system
- r=`echo "${UNAME_RELEASE}" | sed -e 's/\(-.*\)$/[\1]/'`
+ r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
ST="OpenBSD ${r}"
SP="${ST}"
SC="4.4BSD"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]