Mon Apr 11 14:59:17 2016 UTC ()
Allow building with python 3.4 and 3.5.


(wiz)
diff -r1.15 -r1.16 pkgsrc/multimedia/gst-plugins1-ugly/distinfo
diff -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-ugly/patches/patch-configure

cvs diff -r1.15 -r1.16 pkgsrc/multimedia/gst-plugins1-ugly/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2016/01/24 14:44:16 1.15
+++ pkgsrc/multimedia/gst-plugins1-ugly/distinfo 2016/04/11 14:59:17 1.16
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.15 2016/01/24 14:44:16 ryoon Exp $ 1$NetBSD: distinfo,v 1.16 2016/04/11 14:59:17 wiz Exp $
2 2
3SHA1 (gst-plugins-ugly-1.6.3.tar.xz) = 18fb7cf5da80021abaa3147625b7649bf5904919 3SHA1 (gst-plugins-ugly-1.6.3.tar.xz) = 18fb7cf5da80021abaa3147625b7649bf5904919
4RMD160 (gst-plugins-ugly-1.6.3.tar.xz) = 704d828ce4a4b2f259913fb498fe68b0df300627 4RMD160 (gst-plugins-ugly-1.6.3.tar.xz) = 704d828ce4a4b2f259913fb498fe68b0df300627
5SHA512 (gst-plugins-ugly-1.6.3.tar.xz) = 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e 5SHA512 (gst-plugins-ugly-1.6.3.tar.xz) = 655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e
6Size (gst-plugins-ugly-1.6.3.tar.xz) = 859408 bytes 6Size (gst-plugins-ugly-1.6.3.tar.xz) = 859408 bytes
 7SHA1 (patch-configure) = dcc05134842334699ea46fb373fb562f5e63fd44

File Added: pkgsrc/multimedia/gst-plugins1-ugly/patches/Attic/patch-configure
$NetBSD: patch-configure,v 1.1 2016/04/11 14:59:17 wiz Exp $

Allow building with python 3.4 and 3.5.

--- configure.orig	2016-01-20 09:30:59.000000000 +0000
+++ configure
@@ -21633,7 +21633,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