pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/agg Fix build with automake-1.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/500518447d66
branches:  trunk
changeset: 603376:500518447d66
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 05 00:55:46 2012 +0000

description:
Fix build with automake-1.12.

While here, set LICENSE.

diffstat:

 graphics/agg/Makefile                   |   3 ++-
 graphics/agg/distinfo                   |   3 ++-
 graphics/agg/patches/patch-configure.in |  14 ++++++++++++++
 3 files changed, 18 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r 278b61f195a2 -r 500518447d66 graphics/agg/Makefile
--- a/graphics/agg/Makefile     Sat May 05 00:03:36 2012 +0000
+++ b/graphics/agg/Makefile     Sat May 05 00:55:46 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/01/26 14:17:38 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2012/05/05 00:55:46 wiz Exp $
 #
 
 DISTNAME=      agg-2.5
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.antigrain.com/
 COMMENT=       High Quality Rendering Engine for C++
+LICENSE=       gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 278b61f195a2 -r 500518447d66 graphics/agg/distinfo
--- a/graphics/agg/distinfo     Sat May 05 00:03:36 2012 +0000
+++ b/graphics/agg/distinfo     Sat May 05 00:55:46 2012 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2012/03/28 20:46:57 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/05/05 00:55:46 wiz Exp $
 
 SHA1 (agg-2.5.tar.gz) = 08f23da64da40b90184a0414369f450115cdb328
 RMD160 (agg-2.5.tar.gz) = fac24d8ea56ee0a87307189f73c432b07b6d3c50
 Size (agg-2.5.tar.gz) = 564313 bytes
+SHA1 (patch-configure.in) = 41f853a7f5e0948ff23674a1069c5725a7b604cb
 SHA1 (patch-include_agg__renderer__outline__aa.h) = 157cd8287d171bf67039b80ecce1a5ac8360cea8
diff -r 278b61f195a2 -r 500518447d66 graphics/agg/patches/patch-configure.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/agg/patches/patch-configure.in   Sat May 05 00:55:46 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure.in,v 1.1 2012/05/05 00:55:47 wiz Exp $
+
+Remove obsolete macro. Fixes build with automake-1.12.
+
+--- configure.in.orig  2006-10-09 04:06:36.000000000 +0000
++++ configure.in
+@@ -8,7 +8,6 @@ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+   AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi



Home | Main Index | Thread Index | Old Index