View | Details | Raw Unified | Return to bug 92048
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	blitz++
9
PORTNAME=	blitz++
10
PORTVERSION=	0.8
10
PORTVERSION=	0.9
11
CATEGORIES=	math
11
CATEGORIES=	math
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	blitz
13
MASTER_SITE_SUBDIR=	blitz
Lines 26-32 Link Here
26
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
27
USE_GMAKE=	yes
27
USE_GMAKE=	yes
28
USE_AUTOTOOLS=	libtool:15
28
USE_AUTOTOOLS=	libtool:15
29
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
29
USE_GNOME=	gnometarget gnomehack
30
CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen
30
CONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen
31
MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
31
MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
32
		AUTOHEADER="${TRUE}"
32
		AUTOHEADER="${TRUE}"
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (blitz-0.8.tar.gz) = 358cdd8716de5d615f91df660f1c92d9
1
MD5 (blitz-0.9.tar.gz) = 031df2816c73e2d3bd6d667bbac19eca
2
SIZE (blitz-0.8.tar.gz) = 2729167
2
SHA256 (blitz-0.9.tar.gz) = 88b7c5e062b06767d04511776cf706316026b9357b128e126be88935626d2bcb
3
SIZE (blitz-0.9.tar.gz) = 3124301
(-)files/patch-Makefile.in (-14 / +6 lines)
Lines 1-23 Link Here
1
--- ./Makefile.in.orig	Thu Jan  6 21:51:56 2005
1
--- Makefile.in.orig	Fri Jan 20 18:04:40 2006
2
+++ Makefile.in	Thu Jan  6 23:01:59 2005
2
+++ Makefile.in	Fri Jan 20 18:05:51 2006
3
@@ -276,13 +276,18 @@
3
@@ -291,8 +291,11 @@
4
 target_os = @target_os@
5
 target_vendor = @target_vendor@
4
 target_vendor = @target_vendor@
6
 ACLOCAL_AMFLAGS = -I m4
5
 ACLOCAL_AMFLAGS = -I m4
7
+
6
 @FORTRAN_ENABLED_TRUE@FORTRAN_DIRS = benchmarks
8
+ifndef NOPORTDOCS
7
+ifndef NOPORTDOCS
9
+DOCS = doc
8
+DOCS = doc
10
+endif
9
+endif
11
+
12
 SUBDIRS = bin blitz random lib testsuite \
10
 SUBDIRS = bin blitz random lib testsuite \
13
-	examples benchmarks doc
11
-	examples $(FORTRAN_DIRS) doc
14
+	examples benchmarks $(DOCS) 
12
+	examples $(FORTRAN_DIRS) $(DOCS)
15
 
13
 
16
 EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
14
 EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET.txt Blitz-VS.NET.zip \
17
 	ChangeLog.1 
15
 	ChangeLog.1 
18
 
19
-pkgconfigdir = $(libdir)/pkgconfig
20
+pkgconfigdir = libdata/pkgconfig
21
 pkgconfig_DATA = blitz.pc blitz-uninstalled.pc
22
 all: all-recursive
23
 

Return to bug 92048