svn commit: r484024 - branches/2018Q4/cad/brlcad

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:13:43 UTC 2018


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 \


More information about the svn-ports-branches mailing list