From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 18:28:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5B7767A; Tue, 7 Oct 2014 18:28:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86E2BB26; Tue, 7 Oct 2014 18:28:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97ISSsN037237; Tue, 7 Oct 2014 18:28:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97ISSut037236; Tue, 7 Oct 2014 18:28:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410071828.s97ISSut037236@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Oct 2014 18:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370387 - head/net-im/uTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 18:28:28 -0000 Author: amdmi3 Date: Tue Oct 7 18:28:27 2014 New Revision: 370387 URL: https://svnweb.freebsd.org/changeset/ports/370387 QAT: https://qat.redports.org/buildarchive/r370387/ Log: - Add runtime dependency on net-im/tox (workaround). - Remove stale libXft dependency. Add instead: * Fontconfig / freetype2 dependencies. * USE_XORG = x11 xext xrender. - Add missing dependencies (libv4l / libvpx / openal). - Make dbus dependency optional. PR: 194136 Submitted by: s3erios@gmail.com Approved by: fidaj@ukr.net (maintainer) Modified: head/net-im/uTox/Makefile Modified: head/net-im/uTox/Makefile ============================================================================== --- head/net-im/uTox/Makefile Tue Oct 7 18:13:11 2014 (r370386) +++ head/net-im/uTox/Makefile Tue Oct 7 18:28:27 2014 (r370387) @@ -2,6 +2,7 @@ PORTNAME= uTox DISTVERSION= 0.1.8.git20140925 +PORTREVISION= 1 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net @@ -12,8 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libXft.so:${PORTSDIR}/x11-fonts/libXft +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ + libvpx.so:${PORTSDIR}/multimedia/libvpx +RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure @@ -21,9 +25,16 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 3f86bb5 -USES= compiler:c11 desktop-file-utils gmake pkgconfig +USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig +USE_XORG= x11 xext xrender INSTALLS_ICONS= yes +OPTIONS_DEFINE= DBUS +OPTIONS_DEFAULT= DBUS + +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +DBUS_MAKE_ARGS_OFF= DBUS=0 + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox