svn commit: r514374 - head/audio/ocp/files

Emanuel Haupt ehaupt at FreeBSD.org
Sun Oct 13 08:47:12 UTC 2019


Author: ehaupt
Date: Sun Oct 13 08:47:11 2019
New Revision: 514374
URL: https://svnweb.freebsd.org/changeset/ports/514374

Log:
  Fid build on 13.0-CURRENT
  
  Notified by:	pkg-fallout
  MFH:		2019Q4 (blanket)

Modified:
  head/audio/ocp/files/patch-configure

Modified: head/audio/ocp/files/patch-configure
==============================================================================
--- head/audio/ocp/files/patch-configure	Sun Oct 13 08:41:23 2019	(r514373)
+++ head/audio/ocp/files/patch-configure	Sun Oct 13 08:47:11 2019	(r514374)
@@ -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`


More information about the svn-ports-head mailing list