Date: Sun, 4 Nov 2018 12:55:16 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r484016 - branches/2018Q4/audio/audiere Message-ID: <201811041255.wA4CtGEk097795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041255.wA4CtGEk097795>