From owner-svn-ports-head@FreeBSD.ORG Tue Sep 9 20:23:16 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1D8C94; Tue, 9 Sep 2014 20:23:16 +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 BD93E1E6; Tue, 9 Sep 2014 20:23:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89KNGbO070284; Tue, 9 Sep 2014 20:23:16 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89KNGLg070283; Tue, 9 Sep 2014 20:23:16 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201409092023.s89KNGLg070283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Sep 2014 20:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367774 - head/net-im/toxic 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, 09 Sep 2014 20:23:16 -0000 Author: thierry Date: Tue Sep 9 20:23:16 2014 New Revision: 367774 URL: http://svnweb.freebsd.org/changeset/ports/367774 QAT: https://qat.redports.org/buildarchive/r367774/ Log: - Fix build when X11 option is off - Move openal/freealut to USES - Allow using ncurses from base system PR: ports/193483, ports/193485 Submitted by: Andriy Voskoboinyk Modified: head/net-im/toxic/Makefile Modified: head/net-im/toxic/Makefile ============================================================================== --- head/net-im/toxic/Makefile Tue Sep 9 20:14:25 2014 (r367773) +++ head/net-im/toxic/Makefile Tue Sep 9 20:23:16 2014 (r367774) @@ -3,6 +3,7 @@ PORTNAME= toxic PORTVERSION= 0.5.0.140908 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -13,9 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ - libalut.so:${PORTSDIR}/audio/freealut \ - libconfig.so:${PORTSDIR}/devel/libconfig \ - libopenal.so.1:${PORTSDIR}/audio/openal-soft + libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes @@ -27,7 +26,7 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 X11_USE= XORG=x11 -X11_CFLAGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 +X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1 X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} @@ -36,7 +35,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}" SUB_FILES= pkg-message -USES= ncurses:port gmake pkgconfig +USES= ncurses openal:al,alut gmake pkgconfig .include