summaryrefslogtreecommitdiff
path: root/devel/automake
diff options
context:
space:
mode:
authorsbd <sbd>2012-03-11 07:27:08 +0000
committersbd <sbd>2012-03-11 07:27:08 +0000
commitd2afda5dd2ee995d5be7362096d40ce920515a6a (patch)
tree4130e49efd5943c2a4a25f53fc0b9af853048658 /devel/automake
parentf2728d8c2f37e34699e891b7d3f318e75c6d7700 (diff)
downloadpkgsrc-d2afda5dd2ee995d5be7362096d40ce920515a6a.tar.gz
Insure that am__py_compile gets add to output.
Bump PKGREVISION.
Diffstat (limited to 'devel/automake')
-rw-r--r--devel/automake/Makefile4
-rw-r--r--devel/automake/distinfo3
-rw-r--r--devel/automake/patches/patch-lib_am_python.am16
3 files changed, 20 insertions, 3 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index d085a10c841..250d2acdbc0 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2012/03/10 08:00:52 sbd Exp $
+# $NetBSD: Makefile,v 1.79 2012/03/11 07:27:08 sbd Exp $
#
DISTNAME= automake-1.11.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
ftp://sources.redhat.com/pub/automake/
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index 4112e499b9d..8908919f782 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.33 2012/03/03 12:58:13 wiz Exp $
+$NetBSD: distinfo,v 1.34 2012/03/11 07:27:08 sbd Exp $
SHA1 (automake-1.11.3.tar.xz) = 711b365fce1522d7ab1ffb26ca49d67757264e9b
RMD160 (automake-1.11.3.tar.xz) = 0172db7fc14b5e8f2b3eb751fc9fb235babcad4a
Size (automake-1.11.3.tar.xz) = 1076640 bytes
SHA1 (patch-aa) = 9a31e63f2b197343f8f881808b470249f1d6d8b1
+SHA1 (patch-lib_am_python.am) = f637fc01008a981b44f1cd449e774d223de9901e
diff --git a/devel/automake/patches/patch-lib_am_python.am b/devel/automake/patches/patch-lib_am_python.am
new file mode 100644
index 00000000000..df1863ffb02
--- /dev/null
+++ b/devel/automake/patches/patch-lib_am_python.am
@@ -0,0 +1,16 @@
+$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)