svn commit: r323564 - head/cad/pdnmesh
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 24 06:43:15 UTC 2013
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
More information about the svn-ports-head
mailing list