pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/ocp
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 16 12:47:55 UTC 2018
Modified Files:
pkgsrc/audio/ocp: distinfo
pkgsrc/audio/ocp/patches: patch-configure
Log Message:
ocp: allow building with gcc-6 and higher.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/ocp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ocp/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/ocp/distinfo
diff -u pkgsrc/audio/ocp/distinfo:1.9 pkgsrc/audio/ocp/distinfo:1.10
--- pkgsrc/audio/ocp/distinfo:1.9 Thu Jul 13 12:04:37 2017
+++ pkgsrc/audio/ocp/distinfo Fri Feb 16 12:47:55 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2017/07/13 12:04:37 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/02/16 12:47:55 wiz Exp $
SHA1 (ocp-0.1.21.tar.bz2) = aaa16cf1979c572b09c73e7cc61350bfc4477380
RMD160 (ocp-0.1.21.tar.bz2) = 6b42e93e9fe5879e844b2d336825a2db156b7e6f
@@ -9,6 +9,6 @@ SHA1 (patch-ac) = f28f3ebc5e3d61858f2f5b
SHA1 (patch-ad) = 5252050662343fa2575d84e883f8d157b4a2de0e
SHA1 (patch-ae) = 00f5b6edaf0dcb2200f8e9f14ab6a8e1a9711f65
SHA1 (patch-af) = dbb7b2d1b7a5f35c14477725ad18e31b2af787b9
-SHA1 (patch-configure) = 521884c80ef507149afa75841a62c35a42739377
+SHA1 (patch-configure) = 823ace11818bc5289636324cdcc3ca09496a690f
SHA1 (patch-playay_ayplay.c) = 565efad3e619743fd7260c2957152a0b116674c4
SHA1 (patch-playym_ympplay.cpp) = d0d5fd0126e30f5036f0267d17ae3524c9afcb34
Index: pkgsrc/audio/ocp/patches/patch-configure
diff -u pkgsrc/audio/ocp/patches/patch-configure:1.1 pkgsrc/audio/ocp/patches/patch-configure:1.2
--- pkgsrc/audio/ocp/patches/patch-configure:1.1 Tue Apr 12 06:33:43 2016
+++ pkgsrc/audio/ocp/patches/patch-configure Fri Feb 16 12:47:55 2018
@@ -1,6 +1,6 @@
-$NetBSD: patch-configure,v 1.1 2016/04/12 06:33:43 wiz Exp $
+$NetBSD: patch-configure,v 1.2 2018/02/16 12:47:55 wiz Exp $
-Allow gcc-5.x.
+Allow gcc-5.x and newer.
--- configure.orig 2011-11-17 21:46:08.000000000 +0000
+++ configure
@@ -9,7 +9,7 @@ Allow gcc-5.x.
as_fn_error $? "not found" "$LINENO" 5;
;;
- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*)
-+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*)
++ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|[4-9].*)
_cc_major=`echo $cc_version | cut -d '.' -f 1`
_cc_minor=`echo $cc_version | cut -d '.' -f 2`
_cc_mini=`echo $cc_version | cut -d '.' -f 3`
Home |
Main Index |
Thread Index |
Old Index