svn commit: r512482 - head/graphics/entangle

Antoine Brodin antoine at FreeBSD.org
Sat Sep 21 08:45:41 UTC 2019


Author: antoine
Date: Sat Sep 21 08:45:40 2019
New Revision: 512482
URL: https://svnweb.freebsd.org/changeset/ports/512482

Log:
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout
  MFH:		2019Q3

Modified:
  head/graphics/entangle/Makefile

Modified: head/graphics/entangle/Makefile
==============================================================================
--- head/graphics/entangle/Makefile	Sat Sep 21 08:45:01 2019	(r512481)
+++ head/graphics/entangle/Makefile	Sat Sep 21 08:45:40 2019	(r512482)
@@ -12,6 +12,10 @@ COMMENT=	Digital camera tethered control and capture p
 
 LICENSE=	GPLv3
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		ld: error: ./.libs/libentangle_backend.so: undefined reference to gst_base_src_get_type
+.endif
+
 BUILD_DEPENDS=	${LOCALBASE}/share/icons/mate/scalable/devices/camera-photo-symbolic.svg:x11-themes/mate-icon-theme \
 		itstool:textproc/itstool
 LIB_DEPENDS=	libgphoto2.so:graphics/libgphoto2 \


More information about the svn-ports-all mailing list