From owner-svn-ports-head@FreeBSD.ORG Wed Aug 6 15:37:15 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 4189E4D3 for ; Wed, 6 Aug 2014 15:37:15 +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 110CD2BC3 for ; Wed, 6 Aug 2014 15:37:15 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 5e16 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 15:37:14 +0000 From: Dmitry Marakasov Date: Wed, 6 Aug 2014 15:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364195 - head/comms/hamlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e24bab.5e16.64342e6@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: Wed, 06 Aug 2014 15:37:15 -0000 Author: amdmi3 Date: Wed Aug 6 15:37:14 2014 New Revision: 364195 URL: http://svnweb.freebsd.org/changeset/ports/364195 QAT: https://qat.redports.org/buildarchive/r364195/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/comms/hamlib/Makefile head/comms/hamlib/pkg-plist Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Wed Aug 6 15:32:55 2014 (r364194) +++ head/comms/hamlib/Makefile Wed Aug 6 15:37:14 2014 (r364195) @@ -3,7 +3,7 @@ PORTNAME= hamlib PORTVERSION= 1.2.15.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF @@ -14,13 +14,14 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USES= perl5 pkgconfig pathfix tcl +USES= perl5 libtool:keepla pkgconfig pathfix tcl USE_GNOME= libxml2 USE_PYTHON= yes -USE_AUTOTOOLS= autoconf libtool libltdl +USE_AUTOTOOLS= autoconf libltdl USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl-binding \ --enable-tcl-binding --with-tcl=${TCL_LIBDIR} \ --with-python-binding --without-rigmatrix Modified: head/comms/hamlib/pkg-plist ============================================================================== --- head/comms/hamlib/pkg-plist Wed Aug 6 15:32:55 2014 (r364194) +++ head/comms/hamlib/pkg-plist Wed Aug 6 15:37:14 2014 (r364195) @@ -136,10 +136,12 @@ lib/hamlibtcl.so lib/tcl%%TCL_VER%%/hamlib/pkgIndex.tcl lib/libhamlib++.so lib/libhamlib++.so.2 +lib/libhamlib++.so.2.0.16 lib/libhamlib++.a lib/libhamlib++.la lib/libhamlib.so lib/libhamlib.so.2 +lib/libhamlib.so.2.0.16 lib/libhamlib.a lib/libhamlib.la libdata/pkgconfig/hamlib.pc