svn commit: r424613 - head/net-im/qTox

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 25 09:05:26 UTC 2016


Author: amdmi3
Date: Tue Oct 25 09:05:24 2016
New Revision: 424613
URL: https://svnweb.freebsd.org/changeset/ports/424613

Log:
  - Mark BROKEN on 9.x i386:
  
  videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*, QRect, int, bool)':
  videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
  camerasource.o: In function `CameraSource::CameraSource()':
  camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
  corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
  corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'
  
  Approved by:	portmgr blanket

Modified:
  head/net-im/qTox/Makefile

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Tue Oct 25 09:04:32 2016	(r424612)
+++ head/net-im/qTox/Makefile	Tue Oct 25 09:05:24 2016	(r424613)
@@ -24,6 +24,8 @@ LIB_DEPENDS=	libtoxcore.so:net-im/tox \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
+BROKEN_FreeBSD_9_i386=	does not build
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tux3
 


More information about the svn-ports-all mailing list