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-Sep-2006 23:02:32 Branch: HEAD Handle: 2006090522023200 Modified files: openpkg-src/mpg123 mpg123.patch mpg123.spec Log: fix syntax errors Summary: Revision Changes Path 1.6 +24 -3 openpkg-src/mpg123/mpg123.patch 1.41 +1 -1 openpkg-src/mpg123/mpg123.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mpg123/mpg123.patch ============================================================================ $ cvs diff -u -r1.5 -r1.6 mpg123.patch --- openpkg-src/mpg123/mpg123.patch 22 Aug 2006 06:57:27 -0000 1.5 +++ openpkg-src/mpg123/mpg123.patch 5 Sep 2006 21:02:32 -0000 1.6 @@ -1,7 +1,28 @@ +Index: configure +--- configure.orig 2006-08-29 23:39:29 +0200 ++++ configure 2006-09-05 23:01:35 +0200 +@@ -7627,7 +7627,7 @@ + + + # None chosen? +-if test "x$with_optimization" == "x"; then ++if test "x$with_optimization" = "x"; then + if test "$debugging" = "enabled"; then + with_optimization="0" + else +@@ -7666,7 +7666,7 @@ + esac + + +-if test "x$with_seektable" == "x"; then ++if test "x$with_seektable" = "x"; then + seektable=1000 + else + seektable=$with_seektable Index: src/httpget.c ---- src/httpget.c.orig 2006-07-29 13:51:44 +0200 -+++ src/httpget.c 2006-08-22 08:54:19 +0200 -@@ -50,6 +50,10 @@ +--- src/httpget.c.orig 2006-08-21 14:54:31 +0200 ++++ src/httpget.c 2006-09-05 23:00:28 +0200 +@@ -61,6 +61,10 @@ #define INADDR_NONE 0xffffffff #endif @@ . patch -p0 <<'@@ .' Index: openpkg-src/mpg123/mpg123.spec ============================================================================ $ cvs diff -u -r1.40 -r1.41 mpg123.spec --- openpkg-src/mpg123/mpg123.spec 30 Aug 2006 07:46:39 -0000 1.40 +++ openpkg-src/mpg123/mpg123.spec 5 Sep 2006 21:02:32 -0000 1.41 @@ -37,7 +37,7 @@ Group: Audio License: GPL Version: %{V_opkg} -Release: 20060830 +Release: 20060905 # list of sources Source0: http://www.mpg123.de/download/mpg123-%{V_dist}.tar.bz2 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org