svn commit: r365094 - head/math/timbl
Tijl Coosemans
tijl at FreeBSD.org
Sat Aug 16 15:48:12 UTC 2014
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
More information about the svn-ports-all
mailing list