Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.100 2015/06/12 10:48:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.101 2015/08/08 20:42:45 wiz Exp $
|
||||
#
|
||||
# for major version updates, don't forget adding new links in
|
||||
# mk/tools/automake.mk
|
||||
|
||||
DISTNAME= automake-1.15
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \
|
||||
ftp://sources.redhat.com/pub/automake/
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.48 2015/01/08 16:40:50 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.49 2015/08/08 20:42:45 wiz Exp $
|
||||
|
||||
SHA1 (automake-1.15.tar.xz) = c279b35ca6c410809dac8ade143b805fb48b7655
|
||||
RMD160 (automake-1.15.tar.xz) = 2581eff5fe04f416e0de9fed4c80dcde2ab677d1
|
||||
Size (automake-1.15.tar.xz) = 1496708 bytes
|
||||
SHA1 (patch-m4_python.m4) = 2f388204572f68ac180a85a873f73512e01c0fa4
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
$NetBSD: patch-m4_python.m4,v 1.1 2015/08/08 20:42:45 wiz Exp $
|
||||
|
||||
AM_PATH_PYTHON: look for python3.4 binary as well.
|
||||
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219
|
||||
|
||||
--- m4/python.m4.orig 2014-12-30 13:49:41.000000000 +0000
|
||||
+++ m4/python.m4
|
||||
@@ -37,7 +37,7 @@ AC_DEFUN([AM_PATH_PYTHON],
|
||||
dnl Find a Python interpreter. Python versions prior to 2.0 are not
|
||||
dnl supported. (2.0 was released on October 16, 2000).
|
||||
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
|
||||
-[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
|
||||
+[python python2 python3 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
|
||||
python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
|
||||
|
||||
AC_ARG_VAR([PYTHON], [the Python interpreter])
|
||||
Reference in New Issue
Block a user