Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 02:09:11 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360126 - head/math/arpack-ng
Message-ID:  <201407020209.s6229BtR044709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Wed Jul  2 02:09:11 2014
New Revision: 360126
URL: http://svnweb.freebsd.org/changeset/ports/360126
QAT: https://qat.redports.org/buildarchive/r360126/

Log:
  Update to 3.1.5; use staging and libtool fixes; strip;
  remove examples; run the full test suite

Modified:
  head/math/arpack-ng/Makefile
  head/math/arpack-ng/distinfo

Modified: head/math/arpack-ng/Makefile
==============================================================================
--- head/math/arpack-ng/Makefile	Wed Jul  2 02:01:20 2014	(r360125)
+++ head/math/arpack-ng/Makefile	Wed Jul  2 02:09:11 2014	(r360126)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arpack-ng
-PORTVERSION=	3.1.4
-PORTREVISION=	1
+PORTVERSION=	3.1.5
 CATEGORIES=	math
 MASTER_SITES=	http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \
 		LOCAL/bf
@@ -14,7 +13,7 @@ COMMENT=	Revised Argand library for solv
 
 LICENSE=	BSD
 
-USES=		fortran
+USES=		fortran libtool
 USE_LDCONFIG=	yes
 
 CONFLICTS=	arpack-[0-9]*
@@ -25,27 +24,20 @@ CONFIGURE_ARGS =	--disable-mpi --with-bl
 			--with-lapack="${LAPACK}"
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/bug_1323 \
-		bin/dnsimp \
-		lib/libarpack.a \
-		lib/libarpack.la \
+PLIST_FILES=	lib/libarpack.a \
 		lib/libarpack.so \
 		lib/libarpack.so.2 \
+		lib/libarpack.so.2.0.0 \
 		libdata/pkgconfig/arpack.pc
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	*
 .endif
 
-.if ${PORT_OPTIONS:MEXAMPLES}
-PORTEXAMPLES=	*
-.endif
-
 WITH_BLAS?=	blas
 
 .if ${WITH_BLAS} == "gotoblas"
@@ -74,19 +66,16 @@ post-patch:
 	${WRKSRC}/arpack.pc.in \
 	${WRKSRC}/TESTS/Makefile.in
 
+post-build:
+	@cd ${WRKSRC}/.libs; ${STRIP_CMD} libarpack.a libarpack.so.*.*
+
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@cd ${WRKSRC}/DOCUMENTS && ${COPYTREE_SHARE} \* ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@cd ${WRKSRC}/EXAMPLES && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@cd ${WRKSRC}/DOCUMENTS && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
 .endif
 
 check regression-test test: build
-	@cd ${WRKSRC}/TESTS ; \
-	${SETENV} LD_LIBRARY_PATH="${WRKSRC}/.libs:/lib:${LOCALBASE}/lib" \
-	./dnsimp
+	@cd ${WRKSRC}; ${DO_MAKE_BUILD} check
 
 .include <bsd.port.post.mk>

Modified: head/math/arpack-ng/distinfo
==============================================================================
--- head/math/arpack-ng/distinfo	Wed Jul  2 02:01:20 2014	(r360125)
+++ head/math/arpack-ng/distinfo	Wed Jul  2 02:09:11 2014	(r360126)
@@ -1,2 +1,2 @@
-SHA256 (arpack-ng_3.1.4.tar.gz) = a1b2ca4c30f7027b56f94d42e646df4762944486790da66ce8ffbad386c78c54
-SIZE (arpack-ng_3.1.4.tar.gz) = 1339119
+SHA256 (arpack-ng_3.1.5.tar.gz) = a269ce7806bc77ced31ef794d23c3e3aff8543b65550fd7e3e24660f2a79d515
+SIZE (arpack-ng_3.1.5.tar.gz) = 1516406



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407020209.s6229BtR044709>