From 045dca15f756bbe70e6a9ea22acc7b5504707280 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Apr 2016 08:34:24 +0000 Subject: Allow building with python-3.4 and 3.5. --- multimedia/gst-plugins1-base/distinfo | 3 ++- multimedia/gst-plugins1-base/patches/patch-configure | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 multimedia/gst-plugins1-base/patches/patch-configure diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo index c035e0aa69d..5241a227b26 100644 --- a/multimedia/gst-plugins1-base/distinfo +++ b/multimedia/gst-plugins1-base/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.17 2016/01/24 14:43:22 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2016/04/11 08:34:24 wiz Exp $ SHA1 (gst-plugins-base-1.6.3.tar.xz) = cb760920adde59926b0bee95a91fa64c920bb123 RMD160 (gst-plugins-base-1.6.3.tar.xz) = a41e61d949ddc97b4f26fadc8845b55444895103 SHA512 (gst-plugins-base-1.6.3.tar.xz) = c4cc98e55c94864ccf45c38c9cbfb2a6d5d5c9cf59e761d10db873640adbf0d4adc583a349dfde56428315416412bb37a31851a10826d11807472ad28d0bfb30 Size (gst-plugins-base-1.6.3.tar.xz) = 2837460 bytes +SHA1 (patch-configure) = cf8fc7563029c5a872261fb9c318da0f5e021d38 diff --git a/multimedia/gst-plugins1-base/patches/patch-configure b/multimedia/gst-plugins1-base/patches/patch-configure new file mode 100644 index 00000000000..eef21ed488a --- /dev/null +++ b/multimedia/gst-plugins1-base/patches/patch-configure @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2016/04/11 08:34:24 wiz Exp $ + +Allow building with python-3.4 and 3.5. + +--- configure.orig 2016-01-20 09:26:54.000000000 +0000 ++++ configure +@@ -21882,7 +21882,7 @@ fi + + # Find any Python interpreter. + if test -z "$PYTHON"; then +- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 ++ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 -- cgit v1.2.3