svn commit: r378953 - head/x11-wm/ede
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 14 09:00:56 UTC 2015
Author: antoine
Date: Sat Feb 14 09:00:55 2015
New Revision: 378953
URL: https://svnweb.freebsd.org/changeset/ports/378953
QAT: https://qat.redports.org/buildarchive/r378953/
Log:
Mark BROKEN: Fails to link, tries to use internal fltk symbols
src/WindowUtils.cpp:(.text+0x484): undefined reference to `fl_disable_transient_for'
src/WindowUtils.cpp:(.text+0x5ae): undefined reference to `fl_show_iconic'
src/WindowUtils.cpp:(.text+0x5d6): undefined reference to `fl_show_iconic'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: pkg-fallout
Modified:
head/x11-wm/ede/Makefile
Modified: head/x11-wm/ede/Makefile
==============================================================================
--- head/x11-wm/ede/Makefile Sat Feb 14 08:45:16 2015 (r378952)
+++ head/x11-wm/ede/Makefile Sat Feb 14 09:00:55 2015 (r378953)
@@ -16,6 +16,8 @@ COMMENT= Equinox Desktop Environment
LICENSE= GPLv2 LGPL20
LICENSE_COMB= multi
+BROKEN= Fails to link, tries to use internal fltk symbols
+
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \
jam:${PORTSDIR}/devel/jam
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
More information about the svn-ports-all
mailing list