svn commit: r484016 - branches/2018Q4/audio/audiere

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:55:17 UTC 2018


Author: antoine
Date: Sun Nov  4 12:55:16 2018
New Revision: 484016
URL: https://svnweb.freebsd.org/changeset/ports/484016

Log:
  MFH: r484015
  
  Mark BROKEN: fails to build
  
  /usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  #define DUMB_NAME "DUMB v"DUMB_VERSION_STR
                            ^
  
  Reported by:	pkg-fallout

Modified:
  branches/2018Q4/audio/audiere/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/audio/audiere/Makefile
==============================================================================
--- branches/2018Q4/audio/audiere/Makefile	Sun Nov  4 12:54:54 2018	(r484015)
+++ branches/2018Q4/audio/audiere/Makefile	Sun Nov  4 12:55:16 2018	(r484016)
@@ -13,6 +13,8 @@ COMMENT=	High-level audio API
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
+BROKEN=		fails to build
+
 GNU_CONFIGURE=	yes
 USES=		autoreconf gmake libtool
 WANT_WX=	yes


More information about the svn-ports-branches mailing list