Date: Tue, 3 Apr 2018 09:28:54 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466291 - head/net-im/telegram-purple Message-ID: <201804030928.w339SsN8041769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Tue Apr 3 09:28:54 2018 New Revision: 466291 URL: https://svnweb.freebsd.org/changeset/ports/466291 Log: net-im/telegram-purple: silence QA test by adding LIB_DEPENDS. Modified: head/net-im/telegram-purple/Makefile Modified: head/net-im/telegram-purple/Makefile ============================================================================== --- head/net-im/telegram-purple/Makefile Tue Apr 3 09:03:29 2018 (r466290) +++ head/net-im/telegram-purple/Makefile Tue Apr 3 09:28:54 2018 (r466291) @@ -4,7 +4,7 @@ PORTNAME= telegram-purple PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libwebp.so:graphics/webp + libwebp.so:graphics/webp \ + libpurple.so:net-im/libpurple BROKEN_armv6= fails to link: undefined reference to 'backtrace' BROKEN_sparc64= fails to compile: assertion fails
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804030928.w339SsN8041769>