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: 11-Mar-2006 14:04:22
Branch: HEAD Handle: 2006031113042200
Modified files:
openpkg-src/fontconfig fontconfig.patch fontconfig.spec
Log:
remove C99 header <stdint.h> as it would require gcc but OTOH seems to
be not needed
Summary:
Revision Changes Path
1.4 +13 -2 openpkg-src/fontconfig/fontconfig.patch
1.29 +1 -1 openpkg-src/fontconfig/fontconfig.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fontconfig/fontconfig.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 fontconfig.patch
--- openpkg-src/fontconfig/fontconfig.patch 25 Feb 2006 08:38:51 -0000
1.3
+++ openpkg-src/fontconfig/fontconfig.patch 11 Mar 2006 13:04:22 -0000
1.4
@@ -1,6 +1,6 @@
Index: fc-cat/fc-cat.c
---- fc-cat/fc-cat.c.orig 2006-02-21 15:10:42 +0100
-+++ fc-cat/fc-cat.c 2006-02-25 09:35:29 +0100
+--- fc-cat/fc-cat.c.orig 2006-02-21 15:10:42.000000000 +0100
++++ fc-cat/fc-cat.c 2006-03-11 14:01:53.936785255 +0100
@@ -377,6 +377,7 @@
return FcFalse;
}
@@ -17,3 +17,14 @@
int
main (int argc, char **argv)
+Index: src/fcint.h
+--- src/fcint.h.orig 2006-02-17 15:46:43.000000000 +0100
++++ src/fcint.h 2006-03-11 14:05:12.991880256 +0100
+@@ -27,7 +27,6 @@
+
+ #include <stdlib.h>
+ #include <stdio.h>
+-#include <stdint.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <errno.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fontconfig/fontconfig.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 fontconfig.spec
--- openpkg-src/fontconfig/fontconfig.spec 25 Feb 2006 08:38:51 -0000
1.28
+++ openpkg-src/fontconfig/fontconfig.spec 11 Mar 2006 13:04:22 -0000
1.29
@@ -33,7 +33,7 @@
Group: XWindow
License: GPL
Version: 2.3.94
-Release: 20060225
+Release: 20060311
# list of sources
Source0: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]