SOURCES: expat-ac_fixes.patch, expat-DESTDIR.patch (REMOVED) - des...

arekm arekm at pld-linux.org
Sun Apr 9 18:09:51 CEST 2006


Author: arekm                        Date: Sun Apr  9 16:09:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- destdir no longer needed; update ac_fixes

---- Files affected:
SOURCES:
   expat-ac_fixes.patch (1.1 -> 1.2) , expat-DESTDIR.patch (1.3 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/expat-ac_fixes.patch
diff -u SOURCES/expat-ac_fixes.patch:1.1 SOURCES/expat-ac_fixes.patch:1.2
--- SOURCES/expat-ac_fixes.patch:1.1	Sun May 18 00:11:58 2003
+++ SOURCES/expat-ac_fixes.patch	Sun Apr  9 18:09:46 2006
@@ -1,18 +1,15 @@
---- expat-1.95.6/configure.in~	Sat May 17 23:49:50 2003
-+++ expat-1.95.6/configure.in	Sat May 17 23:49:50 2003
-@@ -23,11 +23,7 @@
- dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we wrap it in an appropriate
- dnl test. I believe this test will work, but I don't have a place with non-
- dnl GNU M4 to test it right now.
--define([expat_version], ifdef([__gnu__],
--                              [esyscmd(conftools/get-version.sh lib/expat.h)],
--                              [1.95.x]))
--AC_INIT(expat, expat_version, expat-bugs at mail.libexpat.org)
--undefine([expat_version])
-+AC_INIT(expat, 1.95.6, expat-bugs at mail.libexpat.org)
+diff -urN expat-2.0.0.org/configure.in expat-2.0.0/configure.in
+--- expat-2.0.0.org/configure.in	2006-01-11 02:10:46.000000000 +0100
++++ expat-2.0.0/configure.in	2006-04-09 18:08:18.483504500 +0200
+@@ -26,7 +26,7 @@
+ define([expat_version], ifdef([__gnu__],
+                               [esyscmd(conftools/get-version.sh lib/expat.h)],
+                               [2.0.x]))
+-AC_INIT(expat, expat_version, expat-bugs at libexpat.org)
++AC_INIT(expat, 2.0.0, expat-bugs at libexpat.org)
+ undefine([expat_version])
  
  AC_CONFIG_SRCDIR(Makefile.in)
- AC_CONFIG_AUX_DIR(conftools)
 @@ -50,9 +50,6 @@
  
  AC_CONFIG_HEADER(expat_config.h)
@@ -23,7 +20,7 @@
  AC_LIBTOOL_WIN32_DLL
  AC_PROG_LIBTOOL
  
-@@ -77,9 +77,7 @@
+@@ -83,9 +80,7 @@
  
  dnl Checks for typedefs, structures, and compiler characteristics.
  
@@ -33,4 +30,4 @@
 +AC_C_BIGENDIAN
  
  AC_C_CONST
- AC_TYPE_OFF_T
+ AC_TYPE_SIZE_T
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/expat-ac_fixes.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list