svn commit: r390638 - head/deskutils/nemo-extensions

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 26 13:26:57 UTC 2015


Author: amdmi3
Date: Fri Jun 26 13:26:56 2015
New Revision: 390638
URL: https://svnweb.freebsd.org/changeset/ports/390638

Log:
  - Mark BROKEN on 9.x:
  
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11'
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14'
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11'
  /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11'
  /usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11'
  /usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11'
  ...
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/deskutils/nemo-extensions/Makefile

Modified: head/deskutils/nemo-extensions/Makefile
==============================================================================
--- head/deskutils/nemo-extensions/Makefile	Fri Jun 26 13:25:21 2015	(r390637)
+++ head/deskutils/nemo-extensions/Makefile	Fri Jun 26 13:26:56 2015	(r390638)
@@ -33,6 +33,8 @@ LIB_DEPENDS=	libexif.so:${PORTSDIR}/grap
 RUN_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
+BROKEN_FreeBSD_9=	does not build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 GH_TAGNAME=	6c8ec3a


More information about the svn-ports-all mailing list