From owner-svn-ports-head@FreeBSD.ORG Mon Aug 4 23:06:22 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 19D33719 for ; Mon, 4 Aug 2014 23:06:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E586F28B9 for ; Mon, 4 Aug 2014 23:06:21 +0000 (UTC) Received: from bapt (uid 1235) (envelope-from bapt@FreeBSD.org) id 5dda by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 04 Aug 2014 23:06:21 +0000 From: Baptiste Daroussin Date: Mon, 4 Aug 2014 23:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364067 - in head/biology: seqtools ugene X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e011ed.5dda.12204954@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 04 Aug 2014 23:06:22 -0000 Author: bapt Date: Mon Aug 4 23:06:21 2014 New Revision: 364067 URL: http://svnweb.freebsd.org/changeset/ports/364067 QAT: https://qat.redports.org/buildarchive/r364067/ Log: USES=execinfo Modified: head/biology/seqtools/Makefile head/biology/ugene/Makefile Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Mon Aug 4 23:04:15 2014 (r364066) +++ head/biology/seqtools/Makefile Mon Aug 4 23:06:21 2014 (r364067) @@ -12,10 +12,9 @@ COMMENT= Tools for visualising sequence LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USES= pkgconfig +USES= execinfo pkgconfig GNU_CONFIGURE= yes USE_GCC= any USE_GNOME= gtk20 Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Mon Aug 4 23:04:15 2014 (r364066) +++ head/biology/ugene/Makefile Mon Aug 4 23:06:21 2014 (r364067) @@ -15,12 +15,9 @@ COMMENT= Free, open-source, cross-platfo LICENSE= GPLv2 -.if !exists(/usr/include/execinfo.h) -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= qmake +USES= qmake execinfo USE_GL= glu USE_QT4= gui webkit xml svg linguist_build moc_build qmake_build \ qtestlib_build rcc_build uic_build imageformats_run \