diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-27 08:57:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-27 08:57:00 +0000 |
commit | 8fa9a5937167c57983b4baf93adc79f2be90a8ec (patch) | |
tree | ff2c21044b771f6fe79065ab88cd5c32a2e549e2 /graphics | |
parent | 15a135a30079e5b438e0e39cf34bc8851420e2f1 (diff) | |
download | pkgsrc-8fa9a5937167c57983b4baf93adc79f2be90a8ec.tar.gz |
Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053. No PKGREVISION bump because most people won't
care.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/distinfo | 3 | ||||
-rw-r--r-- | graphics/aalib/patches/patch-ab | 13 | ||||
-rw-r--r-- | graphics/imlib/distinfo | 3 | ||||
-rw-r--r-- | graphics/imlib/patches/patch-ac | 22 |
4 files changed, 39 insertions, 2 deletions
diff --git a/graphics/aalib/distinfo b/graphics/aalib/distinfo index 0c55fc42b1b..3f1b0d6f4a2 100644 --- a/graphics/aalib/distinfo +++ b/graphics/aalib/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/03/29 14:28:05 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/04/27 08:58:17 wiz Exp $ SHA1 (aalib-1.4rc5.tar.gz) = a23269e950a249d2ef93625837cace45ddbce03b RMD160 (aalib-1.4rc5.tar.gz) = a10bcab16d3aa0e60facca3e989f6a51846885f6 Size (aalib-1.4rc5.tar.gz) = 391028 bytes SHA1 (patch-aa) = 927d69a8f499b99f0bd5f13cf220ce8cbb7ea591 +SHA1 (patch-ab) = 272f6f10dbe7a525c582a9b4c865f0ab9b2f9fba diff --git a/graphics/aalib/patches/patch-ab b/graphics/aalib/patches/patch-ab new file mode 100644 index 00000000000..679039e92c1 --- /dev/null +++ b/graphics/aalib/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/04/27 08:58:17 wiz Exp $ + +--- aalib.m4.orig 2001-04-26 16:37:31.000000000 +0200 ++++ aalib.m4 +@@ -9,7 +9,7 @@ + dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS + dnl +-AC_DEFUN(AM_PATH_AALIB, ++AC_DEFUN([AM_PATH_AALIB], + [dnl + dnl Get the cflags and libraries from the aalib-config script + dnl diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo index da7aac47cc1..f0ad86fecdc 100644 --- a/graphics/imlib/distinfo +++ b/graphics/imlib/distinfo @@ -1,10 +1,11 @@ -$NetBSD: distinfo,v 1.17 2005/02/24 08:45:07 agc Exp $ +$NetBSD: distinfo,v 1.18 2005/04/27 09:05:12 wiz Exp $ SHA1 (imlib-1.9.15.tar.bz2) = c9a732a354fbb3c7e1a426e5d19fc92d73f8f720 RMD160 (imlib-1.9.15.tar.bz2) = 195b80833167134ba2d9a9574d420279f9cf55f4 Size (imlib-1.9.15.tar.bz2) = 683242 bytes SHA1 (patch-aa) = 185a5229af781d3dbc57978a3f4acd8308ca4c14 SHA1 (patch-ab) = d1daff101bec77680f3e17cb776285976a7b5c7a +SHA1 (patch-ac) = 7dd08bde4e97614777bf4327db2e6045db04692d SHA1 (patch-ae) = 3ed6fff2e73f04ec83c27dc6e3f2db2fa446abbb SHA1 (patch-ag) = 961a92dfedc79570aacdd75102e63a32171ece55 SHA1 (patch-ah) = edee5311a47d552f9d1b9dcb96f256518040c538 diff --git a/graphics/imlib/patches/patch-ac b/graphics/imlib/patches/patch-ac new file mode 100644 index 00000000000..a9e9590a4eb --- /dev/null +++ b/graphics/imlib/patches/patch-ac @@ -0,0 +1,22 @@ +$NetBSD: patch-ac,v 1.13 2005/04/27 09:05:12 wiz Exp $ + +--- imlib.m4.orig 2004-08-27 18:03:11.000000000 +0200 ++++ imlib.m4 +@@ -6,7 +6,7 @@ + dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS + dnl +-AC_DEFUN(AM_PATH_IMLIB, ++AC_DEFUN([AM_PATH_IMLIB], + [dnl + dnl Get the cflags and libraries from the imlib-config script + dnl +@@ -164,7 +164,7 @@ int main () + ]) + + # Check for gdk-imlib +-AC_DEFUN(AM_PATH_GDK_IMLIB, ++AC_DEFUN([AM_PATH_GDK_IMLIB], + [dnl + dnl Get the cflags and libraries from the imlib-config script + dnl |