OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 19-Dec-2003 12:56:05
Branch: HEAD Handle: 2003121911560302
Modified files:
openpkg-src/ghostscript ghostscript.patch ghostscript.spec
openpkg-web news.txt
Log:
include type correction for solaris as well as already patched FreeBSD
correction
Summary:
Revision Changes Path
1.4 +5 -1 openpkg-src/ghostscript/ghostscript.patch
1.47 +1 -1 openpkg-src/ghostscript/ghostscript.spec
1.7827 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 ghostscript.patch
--- openpkg-src/ghostscript/ghostscript.patch 10 Dec 2003 20:13:50 -0000 1.3
+++ openpkg-src/ghostscript/ghostscript.patch 19 Dec 2003 11:56:05 -0000 1.4
@@ -1,10 +1,14 @@
Index: src/stdpre.h
--- src/stdpre.h.orig 2003-12-01 19:19:24.000000000 +0100
+++ src/stdpre.h 2003-12-10 20:56:46.000000000 +0100
-@@ -311,6 +311,9 @@
+@@ -311,6 +311,13 @@
typedef u_int64_t uint64_t;
# define STDINT_TYPES_DEFINED
# endif
++#ifdef __sun__
++# include <sys/int_types.h>
++# define STDINT_TYPES_DEFINED
++#endif
+#ifdef __FreeBSD__
+# define STDINT_TYPES_DEFINED
+#endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 10 Dec 2003 20:13:50 -0000 1.46
+++ openpkg-src/ghostscript/ghostscript.spec 19 Dec 2003 11:56:05 -0000 1.47
@@ -42,7 +42,7 @@
Group: Graphics
License: Aladdin
Version: %{V_real}
-Release: 20031210
+Release: 20031219
# package options
%option with_x11 yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7826 -r1.7827 news.txt
--- openpkg-web/news.txt 19 Dec 2003 11:04:12 -0000 1.7826
+++ openpkg-web/news.txt 19 Dec 2003 11:56:03 -0000 1.7827
@@ -1,3 +1,4 @@
+19-Dec-2003: Upgraded package: P<ghostscript-8.12-20031219>
19-Dec-2003: Upgraded package: P<distcc-2.12-20031219>
19-Dec-2003: Upgraded package: P<snort-2.1.0-20031219>
19-Dec-2003: Upgraded package: P<ant-1.6.0-20031219>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]