ports/153523: [MAINTAINER] lib/liblbfgs: Update to 1.10

Hung-Yi Chen gaod at hychen.org
Wed Dec 29 18:30:12 UTC 2010


>Number:         153523
>Category:       ports
>Synopsis:       [MAINTAINER] lib/liblbfgs: Update to 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 29 18:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD cse.tw 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #13: Tue Nov 30 16:35:58 CST 2010 gaod at cse.tw:/usr/obj/usr/src/sys/CSETW i386


	
>Description:
	Update to 1.10.
>How-To-Repeat:
	
>Fix:

	

--- liblbfgs.diff begins here ---
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/math/liblbfgs.orig/Makefile /usr/ports/math/liblbfgs/Makefile
--- /usr/ports/math/liblbfgs.orig/Makefile	2010-12-13 08:13:24.000000000 +0800
+++ /usr/ports/math/liblbfgs/Makefile	2010-12-30 02:15:54.000000000 +0800
@@ -6,10 +6,9 @@
 #
 
 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 at hychen.org
 COMMENT=	A library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno
@@ -30,7 +29,7 @@
 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
diff -ruN --exclude=CVS /usr/ports/math/liblbfgs.orig/distinfo /usr/ports/math/liblbfgs/distinfo
--- /usr/ports/math/liblbfgs.orig/distinfo	2010-06-08 07:41:24.000000000 +0800
+++ /usr/ports/math/liblbfgs/distinfo	2010-12-30 02:11:48.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (liblbfgs-1.9.tar.gz) = 311eb920dd3ed777c3fae14e4ae7c9a5
-SHA256 (liblbfgs-1.9.tar.gz) = 76e2decbb4d05349f83ed81d30318b3af8597c007f447a0f68ff6f9eb8a8b47c
-SIZE (liblbfgs-1.9.tar.gz) = 318447
+MD5 (liblbfgs-1.10.tar.gz) = 2a46da6c4014d6b1e8a8790a93edffbb
+SHA256 (liblbfgs-1.10.tar.gz) = 4158ab7402b573e5c69d5f6b03c973047a91e16ca5737d3347e3af9c906868cf
+SIZE (liblbfgs-1.10.tar.gz) = 318739
diff -ruN --exclude=CVS /usr/ports/math/liblbfgs.orig/files/patch-lib_arithmetic_sse_double.h /usr/ports/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h
--- /usr/ports/math/liblbfgs.orig/files/patch-lib_arithmetic_sse_double.h	2010-06-08 08:20:12.000000000 +0800
+++ /usr/ports/math/liblbfgs/files/patch-lib_arithmetic_sse_double.h	2010-12-30 02:14:37.000000000 +0800
@@ -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 <stdlib.h>
+-#ifndef __APPLE__
 -#include <malloc.h>
+-#endif
  #include <memory.h>
  
  #if     1400 <= _MSC_VER
-@@ -37,6 +36,8 @@
- #include <emmintrin.h>
- #endif/*HAVE_EMMINTRIN_H*/
- 
-+#define memalign(A,B)  malloc(B)
-+
- inline static void* vecalloc(size_t size)
- {
- #ifdef	_MSC_VER
===> Done
--- liblbfgs.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list