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: 30-Jun-2007 10:37:45 Branch: HEAD Handle: 2007063009374500 Added files: openpkg-src/pax pax.patch Modified files: openpkg-src/pax pax.spec Log: upgrading package: pax 20060214 -> 20070628 Summary: Revision Changes Path 1.1 +34 -0 openpkg-src/pax/pax.patch 1.37 +8 -5 openpkg-src/pax/pax.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/pax/pax.patch ============================================================================ $ cvs diff -u -r0 -r1.1 pax.patch --- /dev/null 2007-06-30 10:33:57 +0200 +++ pax.patch 2007-06-30 10:37:45 +0200 @@ -0,0 +1,34 @@ +Index: src/cmd/ksh93/bltins/typeset.c +--- src/cmd/ksh93/bltins/typeset.c.orig 2007-01-12 01:02:47 +0100 ++++ src/cmd/ksh93/bltins/typeset.c 2007-01-15 19:38:07 +0100 +@@ -34,6 +34,7 @@ + */ + + #include "defs.h" ++#include <dlfcn.h> + #include <error.h> + #include "path.h" + #include "name.h" +Index: src/cmd/ksh93/sh/path.c +--- src/cmd/ksh93/sh/path.c.orig 2007-01-12 01:02:27 +0100 ++++ src/cmd/ksh93/sh/path.c 2007-01-15 19:31:09 +0100 +@@ -25,6 +25,7 @@ + */ + + #include "defs.h" ++#include <dlfcn.h> + #include <fcin.h> + #include <ls.h> + #include <nval.h> +Index: src/lib/libast/sfio/sfstrtof.h +--- src/lib/libast/sfio/sfstrtof.h.orig 2004-08-27 20:52:59 +0200 ++++ src/lib/libast/sfio/sfstrtof.h 2005-10-03 18:34:02 +0200 +@@ -53,7 +53,7 @@ + + #if !defined(S2F_function) + #define S2F_function _sfdscan +-#define S2F_static 1 ++#define S2F_static -1 + #define S2F_type 2 + #define S2F_scan 1 + #ifndef elementsof @@ . patch -p0 <<'@@ .' Index: openpkg-src/pax/pax.spec ============================================================================ $ cvs diff -u -r1.36 -r1.37 pax.spec --- openpkg-src/pax/pax.spec 1 Jan 2007 17:40:36 -0000 1.36 +++ openpkg-src/pax/pax.spec 30 Jun 2007 08:37:45 -0000 1.37 @@ -23,9 +23,9 @@ ## # package versions -%define V_here 20060214 -%define V_init 2006-02-14 -%define V_base 2006-02-14 +%define V_here 20070628 +%define V_init 2007-06-28 +%define V_base 2007-06-28 # package information Name: pax @@ -38,11 +38,12 @@ Group: Archiver License: CPL Version: %{V_here} -Release: 20061013 +Release: 20070630 # list of sources Source0: http://I%20accept%20www.opensource.org%2flicenses%2fcpl:[EMAIL PROTECTED]/~gsf/download/tgz/ast-base.%{V_base}.tgz Source1: http://I%20accept%20www.opensource.org%2flicenses%2fcpl:[EMAIL PROTECTED]/~gsf/download/tgz/INIT.%{V_init}.tgz +Patch0: pax.patch # build information Prefix: %{l_prefix} @@ -74,11 +75,13 @@ %prep %setup -q -c %setup -q -T -D -a 1 + %patch -p0 %build + HOME=`pwd`; export HOME SHELL=/bin/sh; export SHELL $SHELL -c './bin/package "read" || true' - $SHELL -c './bin/package "make" CC="%{l_cc}" LDFLAGS="-static"' + $SHELL -c './bin/package "make" CC="%{l_cc}" MAKESKIP="3d|bzip|codexlib|coshell|cpp|cs|html|mam|msgcc|probe|proto|ss|tests|tw" || true' %install rm -rf $RPM_BUILD_ROOT @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org