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: 14-Oct-2005 08:59:28
Branch: OPENPKG_2_5_SOLID Handle: 2005101407592700
Added files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/diffstat diffstat.patch
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/diffstat diffstat.spec
Log:
MFC: fix building under at least NetBSD /bin/sh
Summary:
Revision Changes Path
1.2.6.1 +12 -0 openpkg-src/diffstat/diffstat.patch
1.30.2.2 +2 -0 openpkg-src/diffstat/diffstat.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/diffstat/diffstat.patch
============================================================================
$ cvs diff -u -r0 -r1.2.6.1 diffstat.patch
--- /dev/null 2005-10-14 08:59:22 +0200
+++ diffstat.patch 2005-10-14 08:59:27 +0200
@@ -0,0 +1,12 @@
+Index: configure
+--- configure.orig 2005-08-16 02:41:39 +0200
++++ configure 2005-10-14 08:57:12 +0200
+@@ -4447,8 +4447,6 @@
+ ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
+ ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
+
+- case $ac_dest in
+- esac
+ done
+ EOF
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/diffstat/diffstat.spec
============================================================================
$ cvs diff -u -r1.30.2.1 -r1.30.2.2 diffstat.spec
--- openpkg-src/diffstat/diffstat.spec 11 Oct 2005 12:49:44 -0000
1.30.2.1
+++ openpkg-src/diffstat/diffstat.spec 14 Oct 2005 06:59:27 -0000
1.30.2.2
@@ -37,6 +37,7 @@
# list of sources
Source0: ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz
+Patch0: diffstat.patch
# build information
Prefix: %{l_prefix}
@@ -60,6 +61,7 @@
%prep
%setup -q
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]