Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 08:47:53 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r514375 - branches/2019Q4/audio/ocp/files
Message-ID:  <201910130847.x9D8lrZb010217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Oct 13 08:47:53 2019
New Revision: 514375
URL: https://svnweb.freebsd.org/changeset/ports/514375

Log:
  MFH: r514374
  
  Fid build on 13.0-CURRENT
  
  Notified by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  branches/2019Q4/audio/ocp/files/patch-configure
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/audio/ocp/files/patch-configure
==============================================================================
--- branches/2019Q4/audio/ocp/files/patch-configure	Sun Oct 13 08:47:11 2019	(r514374)
+++ branches/2019Q4/audio/ocp/files/patch-configure	Sun Oct 13 08:47:53 2019	(r514375)
@@ -13,7 +13,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.*|[5-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`



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910130847.x9D8lrZb010217>