From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 15:48:12 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 BC1E6743; Sat, 16 Aug 2014 15:48:12 +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 A7C2428EF; Sat, 16 Aug 2014 15:48:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7GFmCfY011679; Sat, 16 Aug 2014 15:48:12 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7GFmC9K011677; Sat, 16 Aug 2014 15:48:12 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408161548.s7GFmC9K011677@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 16 Aug 2014 15:48:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365094 - head/math/timbl 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-1 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: Sat, 16 Aug 2014 15:48:12 -0000 Author: tijl Date: Sat Aug 16 15:48:11 2014 New Revision: 365094 URL: http://svnweb.freebsd.org/changeset/ports/365094 QAT: https://qat.redports.org/buildarchive/r365094/ Log: Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/math/timbl/Makefile head/math/timbl/pkg-plist Modified: head/math/timbl/Makefile ============================================================================== --- head/math/timbl/Makefile Sat Aug 16 15:30:05 2014 (r365093) +++ head/math/timbl/Makefile Sat Aug 16 15:48:11 2014 (r365094) @@ -3,7 +3,7 @@ PORTNAME= timbl PORTVERSION= 6.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/ @@ -13,9 +13,8 @@ COMMENT= Tilburg Memory Based Learner LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/math/timbl/pkg-plist ============================================================================== --- head/math/timbl/pkg-plist Sat Aug 16 15:30:05 2014 (r365093) +++ head/math/timbl/pkg-plist Sat Aug 16 15:48:11 2014 (r365094) @@ -25,9 +25,9 @@ include/timbl/Types.h include/timbl/XMLtools.h include/timbl/neighborSet.h lib/libtimbl.a -lib/libtimbl.la lib/libtimbl.so lib/libtimbl.so.3 +lib/libtimbl.so.3.0.0 libdata/pkgconfig/timbl.pc %%EXAMPLESDIR%%/cross_val.test %%EXAMPLESDIR%%/dimin.script