Index: head/math/primme/Makefile =================================================================== --- head/math/primme/Makefile (revision 481764) +++ head/math/primme/Makefile (revision 481765) @@ -1,46 +1,47 @@ # $FreeBSD$ PORTNAME= primme DISTVERSIONPREFIX= v -DISTVERSION= 2.1 +DISTVERSION= 2.1.20181010 # git describe doesn't identify the tag properly CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Iterative eigensolver for symmetric and hermitian matrices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack TEST_DEPENDS= gfortran${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT} USES= gmake localbase:ldflags USE_GITHUB= yes +GH_TAGNAME= d089bec MAKEFILE= makefile ALL_TARGET= solib USE_LDCONFIG= yes BINARY_ALIAS= make=${GMAKE} CFLAGS+= -fPIC LDFLAGS+= ${LOCALBASE}/lib/liblapack.so ${LOCALBASE}/lib/libblas.so TEST_ENV= ${MAKE_ENV} F77=gfortran${GCC_DEFAULT} FLDR=gfortran${GCC_DEFAULT} \ LDFLAGS="-lm -Wl,-rpath=${LOCALBASE}/lib/gcc${GCC_DEFAULT} ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so" \ USE_MPI=no USE_PETSC=no PETSC_DIR=${LOCALBASE} TEST_TARGET= all_tests test PLIST_FILES= include/primme.h \ include/primme_eigs.h \ include/primme_eigs_f77.h \ include/primme_f77.h \ include/primme_svds.h \ include/primme_svds_f77.h \ lib/libprimme.so do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX} ${INSTALL_LIB} ${WRKSRC}/lib/lib${PORTNAME}.so ${STAGEDIR}${PREFIX}/lib .include Index: head/math/primme/distinfo =================================================================== --- head/math/primme/distinfo (revision 481764) +++ head/math/primme/distinfo (revision 481765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539019293 -SHA256 (primme-primme-v2.1_GH0.tar.gz) = edc924250d464f51d0f529aaa77d8b741411b4453b3423fa663a65732055467b -SIZE (primme-primme-v2.1_GH0.tar.gz) = 6071172 +TIMESTAMP = 1539198535 +SHA256 (primme-primme-v2.1.20181010-d089bec_GH0.tar.gz) = 90f9df43e5507b8f0dd40cd27ac50ebc06e0442f3e2939eca0e8a6fc0d43eef5 +SIZE (primme-primme-v2.1.20181010-d089bec_GH0.tar.gz) = 5510842 Index: head/math/primme/files/patch-src_Makefile =================================================================== --- head/math/primme/files/patch-src_Makefile (revision 481764) +++ head/math/primme/files/patch-src_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- src/Makefile.orig 2018-10-09 07:03:22 UTC -+++ src/Makefile -@@ -89,7 +89,7 @@ auto_headers: $(AUTOMATED_HEADERS_LINALG - $(RANLIB) $@ - - ../lib/$(SOLIBRARY): ../lib/$(LIBRARY) -- $(CC) -shared -o ../lib/$(SOLIBRARY) -Wl,--whole-archive ../lib/$(LIBRARY) -Wl,--no-whole-archive -+ $(CC) -shared -o ../lib/$(SOLIBRARY) -Wl,--whole-archive ../lib/$(LIBRARY) -Wl,--no-whole-archive $(LDFLAGS) - - # - # Generate CTAGS Property changes on: head/math/primme/files/patch-src_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/primme/files/patch-src_eigs_primme__interface.c =================================================================== --- head/math/primme/files/patch-src_eigs_primme__interface.c (revision 481764) +++ head/math/primme/files/patch-src_eigs_primme__interface.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/eigs/primme_interface.c.orig 2018-10-08 17:26:04 UTC -+++ src/eigs/primme_interface.c -@@ -36,7 +36,7 @@ - * - ******************************************************************************/ - --#if !(defined (__APPLE__) && defined (__MACH__)) -+#if !(defined (__APPLE__) && defined (__MACH__)) && !defined(__FreeBSD__) - # include - #endif - #include /* mallocs, free */ Property changes on: head/math/primme/files/patch-src_eigs_primme__interface.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/primme/files/patch-src_include_template.h =================================================================== --- head/math/primme/files/patch-src_include_template.h (revision 481764) +++ head/math/primme/files/patch-src_include_template.h (nonexistent) @@ -1,11 +0,0 @@ ---- src/include/template.h.orig 2018-10-08 17:27:07 UTC -+++ src/include/template.h -@@ -368,7 +368,7 @@ - * - **********************************************************************/ - --#if !(defined (__APPLE__) && defined (__MACH__)) -+#if !(defined (__APPLE__) && defined (__MACH__)) && !defined(__FreeBSD__) - # include /* malloc */ - #endif - #include /* malloc, free */ Property changes on: head/math/primme/files/patch-src_include_template.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/primme/files/patch-examples_Makefile =================================================================== --- head/math/primme/files/patch-examples_Makefile (revision 481764) +++ head/math/primme/files/patch-examples_Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- examples/Makefile.orig 2017-04-11 04:35:01 UTC -+++ examples/Makefile -@@ -8,7 +8,7 @@ include ../Link_flags - - override INCLUDE += -I../include - override FINCLUDE += -I../include --LIBDIRS += -L../lib -+LIBDIRS += ../lib/libprimme.so - - EXAMPLES_C = ex_eigs_dseq ex_eigs_zseq ex_svds_dseq ex_svds_zseq - EXAMPLES_CXX = ex_eigs_zseqxx ex_svds_zseqxx Property changes on: head/math/primme/files/patch-examples_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property