From owner-svn-ports-head@FreeBSD.ORG Tue Jul 8 15:18:45 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 8C753B9A; Tue, 8 Jul 2014 15:18:45 +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 79D282E7F; Tue, 8 Jul 2014 15:18:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s68FIjOP027994; Tue, 8 Jul 2014 15:18:45 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s68FIjnk027992; Tue, 8 Jul 2014 15:18:45 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407081518.s68FIjnk027992@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 8 Jul 2014 15:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361257 - head/science/crf++ 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 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, 08 Jul 2014 15:18:45 -0000 Author: tijl Date: Tue Jul 8 15:18:44 2014 New Revision: 361257 URL: http://svnweb.freebsd.org/changeset/ports/361257 QAT: https://qat.redports.org/buildarchive/r361257/ Log: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip Modified: head/science/crf++/Makefile head/science/crf++/pkg-plist Modified: head/science/crf++/Makefile ============================================================================== --- head/science/crf++/Makefile Tue Jul 8 15:04:43 2014 (r361256) +++ head/science/crf++/Makefile Tue Jul 8 15:18:44 2014 (r361257) @@ -3,6 +3,7 @@ PORTNAME= crf++ PORTVERSION= 0.54 +PORTREVISION= 1 CATEGORIES= science math MASTER_SITES= SF/crfpp/crfpp/${PORTVERSION} \ ${MASTER_SITE_LOCAL} @@ -12,7 +13,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Yet Another CRF toolkit GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool .include Modified: head/science/crf++/pkg-plist ============================================================================== --- head/science/crf++/pkg-plist Tue Jul 8 15:04:43 2014 (r361256) +++ head/science/crf++/pkg-plist Tue Jul 8 15:18:44 2014 (r361257) @@ -1,7 +1,7 @@ bin/crf_learn bin/crf_test include/crfpp.h -lib/libcrfpp.so.0 -lib/libcrfpp.so lib/libcrfpp.a -lib/libcrfpp.la +lib/libcrfpp.so +lib/libcrfpp.so.0 +lib/libcrfpp.so.0.0.0