Sun Mar 11 07:27:08 2012 UTC ()
Insure that am__py_compile gets add to output.

Bump PKGREVISION.


(sbd)
diff -r1.78 -r1.79 pkgsrc/devel/automake/Makefile
diff -r1.33 -r1.34 pkgsrc/devel/automake/distinfo
diff -r0 -r1.1 pkgsrc/devel/automake/patches/patch-lib_am_python.am

cvs diff -r1.78 -r1.79 pkgsrc/devel/automake/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/automake/Makefile 2012/03/10 08:00:52 1.78
+++ pkgsrc/devel/automake/Makefile 2012/03/11 07:27:08 1.79
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.78 2012/03/10 08:00:52 sbd Exp $ 1# $NetBSD: Makefile,v 1.79 2012/03/11 07:27:08 sbd Exp $
2# 2#
3 3
4DISTNAME= automake-1.11.3 4DISTNAME= automake-1.11.3
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ 7MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
8 ftp://sources.redhat.com/pub/automake/ 8 ftp://sources.redhat.com/pub/automake/
9EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
10 10
11MAINTAINER= wiz@NetBSD.org 11MAINTAINER= wiz@NetBSD.org
12HOMEPAGE= http://www.gnu.org/software/automake/automake.html 12HOMEPAGE= http://www.gnu.org/software/automake/automake.html
13COMMENT= GNU Standards-compliant Makefile generator 13COMMENT= GNU Standards-compliant Makefile generator
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16DEPENDS+= autoconf>=2.62:../../devel/autoconf 16DEPENDS+= autoconf>=2.62:../../devel/autoconf
17 17
18PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir

cvs diff -r1.33 -r1.34 pkgsrc/devel/automake/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/automake/distinfo 2012/03/03 12:58:13 1.33
+++ pkgsrc/devel/automake/distinfo 2012/03/11 07:27:08 1.34
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.33 2012/03/03 12:58:13 wiz Exp $ 1$NetBSD: distinfo,v 1.34 2012/03/11 07:27:08 sbd Exp $
2 2
3SHA1 (automake-1.11.3.tar.xz) = 711b365fce1522d7ab1ffb26ca49d67757264e9b 3SHA1 (automake-1.11.3.tar.xz) = 711b365fce1522d7ab1ffb26ca49d67757264e9b
4RMD160 (automake-1.11.3.tar.xz) = 0172db7fc14b5e8f2b3eb751fc9fb235babcad4a 4RMD160 (automake-1.11.3.tar.xz) = 0172db7fc14b5e8f2b3eb751fc9fb235babcad4a
5Size (automake-1.11.3.tar.xz) = 1076640 bytes 5Size (automake-1.11.3.tar.xz) = 1076640 bytes
6SHA1 (patch-aa) = 9a31e63f2b197343f8f881808b470249f1d6d8b1 6SHA1 (patch-aa) = 9a31e63f2b197343f8f881808b470249f1d6d8b1
 7SHA1 (patch-lib_am_python.am) = f637fc01008a981b44f1cd449e774d223de9901e

File Added: pkgsrc/devel/automake/patches/Attic/patch-lib_am_python.am
$NetBSD: patch-lib_am_python.am,v 1.1 2012/03/11 07:27:08 sbd Exp $

--- lib/am/python.am.orig	2012-01-31 11:41:18.000000000 +0000
+++ lib/am/python.am
@@ -23,8 +23,10 @@ endif %?INSTALL%
 ## Installing.  ##
 ## ------------ ##
 
+if %?FIRST%
+am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
+endif %?FIRST%
 if %?INSTALL%
-?FIRST?am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
 am__installdirs += "$(DESTDIR)$(%NDIR%dir)"
 .PHONY install-%EXEC?exec:data%-am: install-%DIR%PYTHON
 install-%DIR%PYTHON: $(%DIR%_PYTHON)