Mon Apr 11 15:00:31 2016 UTC ()
Allow building with python 3.4 and 3.5.


(wiz)
diff -r1.21 -r1.22 pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure

cvs diff -r1.21 -r1.22 pkgsrc/multimedia/gst-plugins1-good/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/distinfo 2016/01/24 14:43:51 1.21
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo 2016/04/11 15:00:31 1.22
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.21 2016/01/24 14:43:51 ryoon Exp $ 1$NetBSD: distinfo,v 1.22 2016/04/11 15:00:31 wiz Exp $
2 2
3SHA1 (gst-plugins-good-1.6.3.tar.xz) = d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90 3SHA1 (gst-plugins-good-1.6.3.tar.xz) = d41ee8671f1bce6958a195c7bfb3a4dfa2bffe90
4RMD160 (gst-plugins-good-1.6.3.tar.xz) = 9d2c1966ae22b56c5e9252db2aa5b28d7e0a47eb 4RMD160 (gst-plugins-good-1.6.3.tar.xz) = 9d2c1966ae22b56c5e9252db2aa5b28d7e0a47eb
5SHA512 (gst-plugins-good-1.6.3.tar.xz) = 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4 5SHA512 (gst-plugins-good-1.6.3.tar.xz) = 33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4
6Size (gst-plugins-good-1.6.3.tar.xz) = 3193272 bytes 6Size (gst-plugins-good-1.6.3.tar.xz) = 3193272 bytes
 7SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c

File Added: pkgsrc/multimedia/gst-plugins1-good/patches/Attic/patch-configure
$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $

Allow building with python 3.4 and 3.5.

--- configure.orig	2016-01-20 09:28:06.000000000 +0000
+++ configure
@@ -22621,7 +22621,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