Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 09:00:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378953 - head/x11-wm/ede
Message-ID:  <201502140900.t1E90uM3030032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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