Date: Tue, 8 Jul 2014 15:18:45 +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: r361257 - head/science/crf++ Message-ID: <201407081518.s68FIjnk027992@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081518.s68FIjnk027992>