ports/92048: [PATCH] math/blitz++: update to 0.9

Ying-Chieh Liao ijliao at csie.nctu.edu.tw
Fri Jan 20 10:20:08 UTC 2006


>Number:         92048
>Category:       ports
>Synopsis:       [PATCH] math/blitz++: update to 0.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 10:20:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #3: Fri Nov 25 11:26:33 CST 2005
>Description:
- Update to 0.9

Port maintainer (olivier.saut at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- blitz++-0.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/blitz++/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	15 Nov 2005 06:50:05 -0000	1.14
+++ Makefile	20 Jan 2006 10:15:07 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	blitz++
-PORTVERSION=	0.8
+PORTVERSION=	0.9
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	blitz
@@ -26,7 +26,7 @@
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME=	gnometarget gnomehack
 CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen
 MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/blitz++/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	22 Feb 2005 23:35:04 -0000	1.4
+++ distinfo	20 Jan 2006 10:15:07 -0000
@@ -1,2 +1,3 @@
-MD5 (blitz-0.8.tar.gz) = 358cdd8716de5d615f91df660f1c92d9
-SIZE (blitz-0.8.tar.gz) = 2729167
+MD5 (blitz-0.9.tar.gz) = 031df2816c73e2d3bd6d667bbac19eca
+SHA256 (blitz-0.9.tar.gz) = 88b7c5e062b06767d04511776cf706316026b9357b128e126be88935626d2bcb
+SIZE (blitz-0.9.tar.gz) = 3124301
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/pcvs/ports/math/blitz++/files/patch-Makefile.in,v
retrieving revision 1.4
diff -u -u -r1.4 patch-Makefile.in
--- files/patch-Makefile.in	22 Feb 2005 23:35:04 -0000	1.4
+++ files/patch-Makefile.in	20 Jan 2006 10:15:07 -0000
@@ -1,23 +1,15 @@
---- ./Makefile.in.orig	Thu Jan  6 21:51:56 2005
-+++ Makefile.in	Thu Jan  6 23:01:59 2005
-@@ -276,13 +276,18 @@
- target_os = @target_os@
+--- Makefile.in.orig	Fri Jan 20 18:04:40 2006
++++ Makefile.in	Fri Jan 20 18:05:51 2006
+@@ -291,8 +291,11 @@
  target_vendor = @target_vendor@
  ACLOCAL_AMFLAGS = -I m4
-+
+ @FORTRAN_ENABLED_TRUE at FORTRAN_DIRS = benchmarks
 +ifndef NOPORTDOCS
 +DOCS = doc
 +endif
-+
  SUBDIRS = bin blitz random lib testsuite \
--	examples benchmarks doc
-+	examples benchmarks $(DOCS) 
+-	examples $(FORTRAN_DIRS) doc
++	examples $(FORTRAN_DIRS) $(DOCS)
  
  EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
  	ChangeLog.1 
- 
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = libdata/pkgconfig
- pkgconfig_DATA = blitz.pc blitz-uninstalled.pc
- all: all-recursive
- 
--- blitz++-0.9.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list