From owner-svn-ports-all@FreeBSD.ORG Wed Jul 23 23:11:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 009F3DED; Wed, 23 Jul 2014 23:11:05 +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 E203F256E; Wed, 23 Jul 2014 23:11:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NNB5x7046748; Wed, 23 Jul 2014 23:11:05 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NNB52Q046746; Wed, 23 Jul 2014 23:11:05 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232311.s6NNB52Q046746@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 23:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362753 - head/graphics/libpano12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 23:11:06 -0000 Author: amdmi3 Date: Wed Jul 23 23:11:05 2014 New Revision: 362753 URL: http://svnweb.freebsd.org/changeset/ports/362753 QAT: https://qat.redports.org/buildarchive/r362753/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/libpano12/Makefile head/graphics/libpano12/pkg-plist Modified: head/graphics/libpano12/Makefile ============================================================================== --- head/graphics/libpano12/Makefile Wed Jul 23 23:02:46 2014 (r362752) +++ head/graphics/libpano12/Makefile Wed Jul 23 23:11:05 2014 (r362753) @@ -8,7 +8,7 @@ PORTNAME= libpano12 PORTVERSION= 2.8.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics java MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -21,8 +21,9 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/grap USE_GNOME= gtk20 glib20 pango atk +USES= libtool USE_AUTOTOOLS= autoconf:env autoheader:env aclocal:env \ - automake:env libtool:env + automake:env libtoolize GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ Modified: head/graphics/libpano12/pkg-plist ============================================================================== --- head/graphics/libpano12/pkg-plist Wed Jul 23 23:02:46 2014 (r362752) +++ head/graphics/libpano12/pkg-plist Wed Jul 23 23:11:05 2014 (r362753) @@ -9,7 +9,7 @@ include/pano12/pteditor.h include/pano12/ptutils.h include/pano12/queryfeature.h include/pano12/version.h -lib/libpano12.la lib/libpano12.so lib/libpano12.so.0 +lib/libpano12.so.0.0.0 @dirrm include/pano12