svn commit: r358282 - head/math/liblbfgs
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jun 18 16:00:21 UTC 2014
Author: vanilla
Date: Wed Jun 18 16:00:20 2014
New Revision: 358282
URL: http://svnweb.freebsd.org/changeset/ports/358282
QAT: https://qat.redports.org/buildarchive/r358282/
Log:
1: Stagify.
2: USES=libtool, bump version.
Approved by: portmgr@
Modified:
head/math/liblbfgs/Makefile
Modified: head/math/liblbfgs/Makefile
==============================================================================
--- head/math/liblbfgs/Makefile Wed Jun 18 15:52:50 2014 (r358281)
+++ head/math/liblbfgs/Makefile Wed Jun 18 16:00:20 2014 (r358282)
@@ -3,6 +3,7 @@
PORTNAME= liblbfgs
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/
@@ -12,13 +13,13 @@ COMMENT= Library of Limited-memory Broyd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= libtool
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:env
OPTIONS_DEFINE= OPTIMIZED DOCS
OPTIMIZED_DESC= SSE2 optimization routines
-NO_STAGE= yes
.include <bsd.port.options.mk>
# Enable/disable compilation optimizations.
@@ -26,8 +27,8 @@ NO_STAGE= yes
CONFIGURE_ARGS+= --enable-sse2
.endif
-PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \
- lib/liblbfgs.so.0.0 include/lbfgs.h
+PLIST_FILES= lib/liblbfgs-1.10.so lib/liblbfgs.a \
+ lib/liblbfgs.so include/lbfgs.h
PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS
More information about the svn-ports-all
mailing list