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:58:46 Branch: HEAD Handle: 2005101407584600 Added files: openpkg-src/diffstat diffstat.patch Modified files: openpkg-src/diffstat diffstat.spec Log: fix syntax error in generated code (fixed building under at least NetBSD /bin/sh) Summary: Revision Changes Path 1.3 +12 -0 openpkg-src/diffstat/diffstat.patch 1.31 +3 -1 openpkg-src/diffstat/diffstat.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/diffstat/diffstat.patch ============================================================================ $ cvs diff -u -r0 -r1.3 diffstat.patch --- /dev/null 2005-10-14 08:58:46 +0200 +++ diffstat.patch 2005-10-14 08:58:46 +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 -r1.31 diffstat.spec --- openpkg-src/diffstat/diffstat.spec 25 Aug 2005 06:33:47 -0000 1.30 +++ openpkg-src/diffstat/diffstat.spec 14 Oct 2005 06:58:46 -0000 1.31 @@ -33,10 +33,11 @@ Group: Converter License: GPL Version: 1.41 -Release: 20050825 +Release: 20051014 # 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 openpkg-cvs@openpkg.org