Date: Sat, 16 Aug 2014 15:48:12 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365094 - head/math/timbl Message-ID: <201408161548.s7GFmC9K011677@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408161548.s7GFmC9K011677>