From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 13:37:35 2014 Return-Path: Delivered-To: svn-ports-head@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 B85F41A2; Wed, 5 Feb 2014 13:37:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0D1818BE; Wed, 5 Feb 2014 13:37:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15DbZNt052938; Wed, 5 Feb 2014 13:37:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15DbZZS052936; Wed, 5 Feb 2014 13:37:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402051337.s15DbZZS052936@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 5 Feb 2014 13:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342697 - head/archivers/liborange 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.17 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, 05 Feb 2014 13:37:35 -0000 Author: bapt Date: Wed Feb 5 13:37:34 2014 New Revision: 342697 URL: http://svnweb.freebsd.org/changeset/ports/342697 QAT: https://qat.redports.org/buildarchive/r342697/ Log: Convert to USES=libtool Modified: head/archivers/liborange/Makefile head/archivers/liborange/pkg-plist Modified: head/archivers/liborange/Makefile ============================================================================== --- head/archivers/liborange/Makefile Wed Feb 5 13:33:23 2014 (r342696) +++ head/archivers/liborange/Makefile Wed Feb 5 13:37:34 2014 (r342697) @@ -21,9 +21,8 @@ INNO_DESC= Build with expermential Inno VISE_DESC= Build with expermential VISE support MSI_DESC= Build with expermential MSI support -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= iconv pathfix pkgconfig +USES= iconv libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/archivers/liborange/pkg-plist ============================================================================== --- head/archivers/liborange/pkg-plist Wed Feb 5 13:33:23 2014 (r342696) +++ head/archivers/liborange/pkg-plist Wed Feb 5 13:37:34 2014 (r342697) @@ -5,5 +5,6 @@ lib/liborange.a lib/liborange.la lib/liborange.so lib/liborange.so.0 +lib/liborange.so.0.0.0 libdata/pkgconfig/liborange.pc man/man1/orange.1.gz