Index: head/math/liblbfgs/Makefile =================================================================== --- head/math/liblbfgs/Makefile (revision 267354) +++ head/math/liblbfgs/Makefile (revision 267355) @@ -1,43 +1,45 @@ # New ports collection makefile for: liblbfgs # Date created: 2010-06-08 # Whom: Hung-Yi Chen # # $FreeBSD$ # PORTNAME= liblbfgs -PORTVERSION= 1.9 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= math -MASTER_SITES= http://www.chokkan.org/software/dist/ +MASTER_SITES= http://cloud.github.com/downloads/chokkan/liblbfgs/ MAINTAINER= gaod@hychen.org COMMENT= A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env OPTIONS= OPTIMIZED "Enable SSE2 optimization routines" Off .include .if (${OSVERSION} < 700000) IGNORE= does not install properly on 6.x .endif # Enable/disable compilation optimizations. .if defined(WITH_OPTIMIZED) CONFIGURE_ARGS+= --enable-sse2 .endif -PLIST_FILES= lib/liblbfgs-1.9.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \ +PLIST_FILES= lib/liblbfgs-1.10.so.0.0 lib/liblbfgs.a lib//liblbfgs.la \ lib/liblbfgs.so.0.0 include/lbfgs.h PORTDOCS= README INSTALL COPYING AUTHORS ChangeLog NEWS post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-data-am$$//' ${WRKSRC}/Makefile.in .endif .include Property changes on: head/math/liblbfgs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/math/liblbfgs/distinfo =================================================================== --- head/math/liblbfgs/distinfo (revision 267354) +++ head/math/liblbfgs/distinfo (revision 267355) @@ -1,3 +1,2 @@ -MD5 (liblbfgs-1.9.tar.gz) = 311eb920dd3ed777c3fae14e4ae7c9a5 -SHA256 (liblbfgs-1.9.tar.gz) = 76e2decbb4d05349f83ed81d30318b3af8597c007f447a0f68ff6f9eb8a8b47c -SIZE (liblbfgs-1.9.tar.gz) = 318447 +SHA256 (liblbfgs-1.10.tar.gz) = 4158ab7402b573e5c69d5f6b03c973047a91e16ca5737d3347e3af9c906868cf +SIZE (liblbfgs-1.10.tar.gz) = 318739 Property changes on: head/math/liblbfgs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h =================================================================== --- head/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h (revision 267354) +++ head/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h (revision 267355) @@ -1,19 +1,12 @@ ---- lib/arithmetic_sse_double.h.orig 2010-06-08 08:17:38.000000000 +0800 -+++ lib/arithmetic_sse_double.h 2010-06-08 08:19:41.000000000 +0800 -@@ -26,7 +26,6 @@ - /* $Id: arithmetic_sse_double.h 65 2010-01-29 12:19:16Z naoaki $ */ +--- lib/arithmetic_sse_double.h.orig 2010-12-30 02:13:34.000000000 +0800 ++++ lib/arithmetic_sse_double.h 2010-12-30 02:14:04.000000000 +0800 +@@ -26,9 +26,6 @@ + /* $Id$ */ #include +-#ifndef __APPLE__ -#include +-#endif #include #if 1400 <= _MSC_VER -@@ -37,6 +36,8 @@ - #include - #endif/*HAVE_EMMINTRIN_H*/ - -+#define memalign(A,B) malloc(B) -+ - inline static void* vecalloc(size_t size) - { - #ifdef _MSC_VER Property changes on: head/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property