[csw-devel] SF.net SVN: gar:[10581] csw/mgar/pkg/autoconf/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jul 26 11:09:07 CEST 2010


Revision: 10581
          http://gar.svn.sourceforge.net/gar/?rev=10581&view=rev
Author:   dmichelsen
Date:     2010-07-26 09:09:06 +0000 (Mon, 26 Jul 2010)

Log Message:
-----------
autoconf: Apply patches from https://trac.macports.org/changeset/69401

Modified Paths:
--------------
    csw/mgar/pkg/autoconf/trunk/Makefile
    csw/mgar/pkg/autoconf/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/autoconf/trunk/files/0002-Add-patches-from-https-trac.macports.org-changeset-6.patch

Modified: csw/mgar/pkg/autoconf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/autoconf/trunk/Makefile	2010-07-26 09:09:06 UTC (rev 10580)
+++ csw/mgar/pkg/autoconf/trunk/Makefile	2010-07-26 09:09:06 UTC (rev 10581)
@@ -17,6 +17,9 @@
 
 PATCHFILES = 0001-Prefer-CSW-tools.patch
 
+# Unified patches From https://trac.macports.org/changeset/69401
+PATCHFILES += 0002-Add-patches-from-https-trac.macports.org-changeset-6.patch
+
 BUILD_DEP_PKGS = CSWhelp2man
 RUNTIME_DEP_PKGS = CSWgawk CSWgm4 CSWperl
 

Modified: csw/mgar/pkg/autoconf/trunk/checksums
===================================================================
--- csw/mgar/pkg/autoconf/trunk/checksums	2010-07-26 09:09:06 UTC (rev 10580)
+++ csw/mgar/pkg/autoconf/trunk/checksums	2010-07-26 09:09:06 UTC (rev 10581)
@@ -1,2 +1,3 @@
 ac233d38923d5bebe91a64d68983c3c0  0001-Prefer-CSW-tools.patch
+c342d7f0533a6a18f7c3d7c3e4c47af6  0002-Add-patches-from-https-trac.macports.org-changeset-6.patch
 fb00d77cbc468994c55919298af1ff02  autoconf-2.66.tar.gz

Added: csw/mgar/pkg/autoconf/trunk/files/0002-Add-patches-from-https-trac.macports.org-changeset-6.patch
===================================================================
--- csw/mgar/pkg/autoconf/trunk/files/0002-Add-patches-from-https-trac.macports.org-changeset-6.patch	                        (rev 0)
+++ csw/mgar/pkg/autoconf/trunk/files/0002-Add-patches-from-https-trac.macports.org-changeset-6.patch	2010-07-26 09:09:06 UTC (rev 10581)
@@ -0,0 +1,39 @@
+From 941b4239da457a3a285cdca3e18c90056b2ba629 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 26 Jul 2010 11:03:50 +0200
+Subject: [PATCH] Add patches from https://trac.macports.org/changeset/69401
+
+---
+ lib/autoconf/status.m4 |    2 +-
+ lib/autoconf/types.m4  |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
+index 52b7a3d..b9e7026 100644
+--- a/lib/autoconf/status.m4
++++ b/lib/autoconf/status.m4
+@@ -1102,7 +1102,7 @@ AC_DEFUN([AC_CONFIG_SUBDIRS],
+   _AC_CONFIG_COMPUTE_DEST(], [))])]dnl
+ [m4_append([_AC_LIST_SUBDIRS], [$1], [
+ ])]dnl
+-[AS_LITERAL_WORD_IF([$1], [],
++[AS_LITERAL_IF([$1], [],
+ 	       [AC_DIAGNOSE([syntax], [$0: you should use literals])])]dnl
+ [AC_SUBST([subdirs], ["$subdirs m4_normalize([$1])"])])
+ 
+diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4
+index ee07148..9f482da 100644
+--- a/lib/autoconf/types.m4
++++ b/lib/autoconf/types.m4
+@@ -763,7 +763,7 @@ Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.])
+ # AC_CHECK_SIZEOF(TYPE, [IGNORED], [INCLUDES = DEFAULT-INCLUDES])
+ # ---------------------------------------------------------------
+ AC_DEFUN([AC_CHECK_SIZEOF],
+-[AS_LITERAL_IF([$1], [],
++[AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
+ 	       [m4_fatal([$0: requires literal arguments])])]dnl
+ [# The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+-- 
+1.7.1
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list