pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/ocp ocp: allow building with gcc-6 and higher.
details: https://anonhg.NetBSD.org/pkgsrc/rev/91fc8ef2f293
branches: trunk
changeset: 375594:91fc8ef2f293
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 16 12:47:55 2018 +0000
description:
ocp: allow building with gcc-6 and higher.
diffstat:
audio/ocp/distinfo | 4 ++--
audio/ocp/patches/patch-configure | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 86d402f7aead -r 91fc8ef2f293 audio/ocp/distinfo
--- a/audio/ocp/distinfo Fri Feb 16 12:44:02 2018 +0000
+++ b/audio/ocp/distinfo Fri Feb 16 12:47:55 2018 +0000
@@ -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-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
diff -r 86d402f7aead -r 91fc8ef2f293 audio/ocp/patches/patch-configure
--- a/audio/ocp/patches/patch-configure Fri Feb 16 12:44:02 2018 +0000
+++ b/audio/ocp/patches/patch-configure Fri Feb 16 12:47:55 2018 +0000
@@ -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 @@
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