Date: Sun, 4 Nov 2018 13:13:42 +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: r484024 - branches/2018Q4/cad/brlcad Message-ID: <201811041313.wA4DDgZQ008564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 13:13:41 2018 New Revision: 484024 URL: https://svnweb.freebsd.org/changeset/ports/484024 Log: MFH: r484023 Mark BROKEN: fails to build /wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation rc = archive.Write3dmStartSection( version, "Archive created by ON_WriteOneObjectArchive "__DATE__" "__TIME__ ); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ Reported by: pkg-fallout Modified: branches/2018Q4/cad/brlcad/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/cad/brlcad/Makefile ============================================================================== --- branches/2018Q4/cad/brlcad/Makefile Sun Nov 4 13:13:17 2018 (r484023) +++ branches/2018Q4/cad/brlcad/Makefile Sun Nov 4 13:13:41 2018 (r484024) @@ -13,6 +13,7 @@ COMMENT= CSG modelling system from the US Ballistic Re LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build BROKEN_sparc64= does not compile: invokes i386 assembler BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041313.wA4DDgZQ008564>