Wed Jan 4 07:14:37 2017 UTC ()
Support python-3.6.


(wiz)
diff -r1.28 -r1.29 pkgsrc/multimedia/gst-plugins1-good/distinfo
diff -r1.1 -r1.2 pkgsrc/multimedia/gst-plugins1-good/patches/patch-configure

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

--- pkgsrc/multimedia/gst-plugins1-good/distinfo 2016/11/16 12:08:25 1.28
+++ pkgsrc/multimedia/gst-plugins1-good/distinfo 2017/01/04 07:14:36 1.29
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.28 2016/11/16 12:08:25 wiz Exp $ 1$NetBSD: distinfo,v 1.29 2017/01/04 07:14:36 wiz Exp $
2 2
3SHA1 (gst-plugins-good-1.10.0.tar.xz) = d09f10a134b5cfb2cfcf5bacbee7030a675d5ede 3SHA1 (gst-plugins-good-1.10.0.tar.xz) = d09f10a134b5cfb2cfcf5bacbee7030a675d5ede
4RMD160 (gst-plugins-good-1.10.0.tar.xz) = 42b850755e5a7f170e2a56f7e43d4ab304b50df6 4RMD160 (gst-plugins-good-1.10.0.tar.xz) = 42b850755e5a7f170e2a56f7e43d4ab304b50df6
5SHA512 (gst-plugins-good-1.10.0.tar.xz) = 8bb1c67fdb6a2e7fde6e77e4a48b3574450011dfb767e0ca5fcd505aceb33a5833f33b1709760ca72abd2546d0621d76c1a611f52797f80c539d314192908d99 5SHA512 (gst-plugins-good-1.10.0.tar.xz) = 8bb1c67fdb6a2e7fde6e77e4a48b3574450011dfb767e0ca5fcd505aceb33a5833f33b1709760ca72abd2546d0621d76c1a611f52797f80c539d314192908d99
6Size (gst-plugins-good-1.10.0.tar.xz) = 3410092 bytes 6Size (gst-plugins-good-1.10.0.tar.xz) = 3410092 bytes
7SHA1 (patch-configure) = 90170fd885d26c9a91f5ba0aecfc2e2cda8e158c 7SHA1 (patch-configure) = 3f51a3e795fca4a27954c4684d90cb66edc8dec9

cvs diff -r1.1 -r1.2 pkgsrc/multimedia/gst-plugins1-good/patches/Attic/patch-configure (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-good/patches/Attic/patch-configure 2016/04/11 15:00:31 1.1
+++ pkgsrc/multimedia/gst-plugins1-good/patches/Attic/patch-configure 2017/01/04 07:14:36 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-configure,v 1.1 2016/04/11 15:00:31 wiz Exp $ 1$NetBSD: patch-configure,v 1.2 2017/01/04 07:14:36 wiz Exp $
2 2
3Allow building with python 3.4 and 3.5. 3Allow building with python 3.4-3.6.
4 4
5--- configure.orig 2016-01-20 09:28:06.000000000 +0000 5--- configure.orig 2016-01-20 09:28:06.000000000 +0000
6+++ configure 6+++ configure
7@@ -22621,7 +22621,7 @@ fi 7@@ -22621,7 +22621,7 @@ fi
8  8
9 # Find any Python interpreter. 9 # Find any Python interpreter.
10 if test -z "$PYTHON"; then 10 if test -z "$PYTHON"; then
11- 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 11- 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
12+ 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 12+ for ac_prog in python python2 python3 python3.6 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
13 do 13 do
14 # Extract the first word of "$ac_prog", so it can be a program name with args. 14 # Extract the first word of "$ac_prog", so it can be a program name with args.
15 set dummy $ac_prog; ac_word=$2 15 set dummy $ac_prog; ac_word=$2