Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 06:43:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323564 - head/cad/pdnmesh
Message-ID:  <201307240643.r6O6hEhE043214@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 24 06:43:14 2013
New Revision: 323564
URL: http://svnweb.freebsd.org/changeset/ports/323564

Log:
  Mark as broken, does not build
  
  /usr/local/bin/ld: parser.o: undefined reference to symbol 'log@@FBSD_1.0'
  /usr/local/bin/ld: note: 'log@@FBSD_1.0' is defined in DSO //lib/libm.so.5 so try adding it to the linker command line
  //lib/libm.so.5: could not read symbols: Invalid operation
  
  Reported by:	pkg-fallout

Modified:
  head/cad/pdnmesh/Makefile

Modified: head/cad/pdnmesh/Makefile
==============================================================================
--- head/cad/pdnmesh/Makefile	Wed Jul 24 06:39:20 2013	(r323563)
+++ head/cad/pdnmesh/Makefile	Wed Jul 24 06:43:14 2013	(r323564)
@@ -25,6 +25,8 @@ LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/d
 OPTIONS_DEFINE=	ATLAS DOCS EXAMPLES
 ATLAS_DESC=	Enable ATLAS support
 
+BROKEN=		Does not build
+
 USES=		pkgconfig gettext iconv
 USE_FORTRAN=	yes
 USE_GL=		glu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307240643.r6O6hEhE043214>