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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 2 22:16:48 CEST 2010


Revision: 10683
          http://gar.svn.sourceforge.net/gar/?rev=10683&view=rev
Author:   dmichelsen
Date:     2010-08-02 20:16:48 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
autoconf: Update to 2.67

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

Removed 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-08-02 19:56:30 UTC (rev 10682)
+++ csw/mgar/pkg/autoconf/trunk/Makefile	2010-08-02 20:16:48 UTC (rev 10683)
@@ -1,5 +1,5 @@
 GARNAME = autoconf
-GARVERSION = 2.66
+GARVERSION = 2.67
 CATEGORIES = devel
 
 DESCRIPTION = GNU auto-configuration tool
@@ -17,12 +17,11 @@
 
 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
 
+VENDOR_URL = http://www.gnu.org/software/autoconf/
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 TEST_TARGET = check

Modified: csw/mgar/pkg/autoconf/trunk/checksums
===================================================================
--- csw/mgar/pkg/autoconf/trunk/checksums	2010-08-02 19:56:30 UTC (rev 10682)
+++ csw/mgar/pkg/autoconf/trunk/checksums	2010-08-02 20:16:48 UTC (rev 10683)
@@ -1,3 +1,2 @@
 ac233d38923d5bebe91a64d68983c3c0  0001-Prefer-CSW-tools.patch
-c342d7f0533a6a18f7c3d7c3e4c47af6  0002-Add-patches-from-https-trac.macports.org-changeset-6.patch
-fb00d77cbc468994c55919298af1ff02  autoconf-2.66.tar.gz
+6078f53dfda911bdfb523e39f4d7fb2d  autoconf-2.67.tar.gz

Deleted: 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	2010-08-02 19:56:30 UTC (rev 10682)
+++ csw/mgar/pkg/autoconf/trunk/files/0002-Add-patches-from-https-trac.macports.org-changeset-6.patch	2010-08-02 20:16:48 UTC (rev 10683)
@@ -1,39 +0,0 @@
-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