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 openpkg-web Date: 17-Jan-2003 11:47:13 Branch: HEAD Handle: 2003011710471201 Modified files: openpkg-src/tardy tardy.patch tardy.spec openpkg-web news.txt Log: fix building under Solaris and bless it for PLUS Summary: Revision Changes Path 1.2 +35 -0 openpkg-src/tardy/tardy.patch 1.8 +2 -2 openpkg-src/tardy/tardy.spec 1.2899 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/tardy/tardy.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 tardy.patch --- openpkg-src/tardy/tardy.patch 16 Oct 2002 16:10:48 -0000 1.1 +++ openpkg-src/tardy/tardy.patch 17 Jan 2003 10:47:13 -0000 1.2 @@ -18,3 +18,38 @@ #include <pwd.h> #include <grp.h> +--- common/config.h.in.orig Sun Oct 20 04:08:24 2002 ++++ common/config.h.in Fri Jan 17 11:32:21 2003 +@@ -130,6 +130,9 @@ + /* Define if you have the <unistd.h> header file. */ + #undef HAVE_UNISTD_H + ++/* Define if you have the <sys/mkdev.h> header file. */ ++#undef HAVE_SYS_MKDEV_H ++ + /* Define if you have the socket library (-lsocket). */ + #undef HAVE_LIBSOCKET + +--- configure.orig Sun Oct 20 04:08:24 2002 ++++ configure Fri Jan 17 11:31:21 2003 +@@ -2960,7 +2960,7 @@ + + + for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ +- inttypes.h stdint.h unistd.h ++ inttypes.h stdint.h unistd.h sys/mkdev.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:$LINENO: checking for $ac_header" >&5 +--- common/tar/input/filename.cc.orig Fri Jan 17 11:29:31 2003 ++++ common/tar/input/filename.cc Fri Jan 17 11:32:56 2003 +@@ -27,6 +27,9 @@ + #include <ac/unistd.h> + #include <sys/types.h> + #include <sys/stat.h> ++#ifdef HAVE_SYS_MKDEV_H ++#include <sys/mkdev.h> ++#endif + #include <pwd.h> + #include <grp.h> + @@ . patch -p0 <<'@@ .' Index: openpkg-src/tardy/tardy.spec ============================================================================ $ cvs diff -u -r1.7 -r1.8 tardy.spec --- openpkg-src/tardy/tardy.spec 3 Jan 2003 10:55:12 -0000 1.7 +++ openpkg-src/tardy/tardy.spec 17 Jan 2003 10:47:13 -0000 1.8 @@ -29,11 +29,11 @@ URL: http://www.canb.auug.org.au/~millerp/tardy.html Vendor: Peter Miller Packager: The OpenPKG Project -Distribution: OpenPKG [EVAL] +Distribution: OpenPKG [PLUS] Group: Archiver License: GPL Version: 1.11 -Release: 20021204 +Release: 20030117 # list of sources Source0: http://www.canb.auug.org.au/~millerp/tardy-%{version}.tar.gz @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.2898 -r1.2899 news.txt --- openpkg-web/news.txt 17 Jan 2003 10:15:27 -0000 1.2898 +++ openpkg-web/news.txt 17 Jan 2003 10:47:12 -0000 1.2899 @@ -1,3 +1,4 @@ +17-Jan-2003: Upgraded package: P<tardy-1.11-20030117> 17-Jan-2003: Upgraded package: P<mysql4-4.0.9gamma-20030117> 17-Jan-2003: Upgraded package: P<xv-3.10a-20030117> 17-Jan-2003: Upgraded package: P<sdl-1.2.5-20030117> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]