aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-08-28 06:56:43 +0800
committeryuri <yuri@FreeBSD.org>2018-08-28 06:56:43 +0800
commit15c284bcbe49258a6f4aecbeba4009178cdce8e2 (patch)
tree4faa2c70466ad4d56f09a0a6ec09f3b3de6f0f9c /science
parent63f75f9ec6d887843701c18e79756983dc217813 (diff)
downloadfreebsd-ports-gnome-15c284bcbe49258a6f4aecbeba4009178cdce8e2.tar.gz
freebsd-ports-gnome-15c284bcbe49258a6f4aecbeba4009178cdce8e2.tar.zst
freebsd-ports-gnome-15c284bcbe49258a6f4aecbeba4009178cdce8e2.zip
science/libint: Update 1.1.6 -> 1.2.1
Port changes: * Remove USES=perl5 (not needed) * Remove static libs * Remove USE_GCC (not needed) * Silence command/remove braces * Update WWW Take maintainership. Bump depending ports because the library list has changed in plist.
Diffstat (limited to 'science')
-rw-r--r--science/ghemical/Makefile2
-rw-r--r--science/libghemical/Makefile2
-rw-r--r--science/libint/Makefile22
-rw-r--r--science/libint/distinfo5
-rw-r--r--science/libint/pkg-descr2
-rw-r--r--science/libint/pkg-plist15
-rw-r--r--science/mpqc/Makefile2
7 files changed, 20 insertions, 30 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index 680b3bfae1b9..f50581b29d45 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ghemical
PORTVERSION= 3.0.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= science
MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/
MASTER_SITE_SUBDIR= release20111012 current
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile
index 6609ee56c17a..c3714fceedf9 100644
--- a/science/libghemical/Makefile
+++ b/science/libghemical/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libghemical
PORTVERSION= 3.0.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= science
MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \
http://bioinformatics.org/ghemical/download/current/
diff --git a/science/libint/Makefile b/science/libint/Makefile
index 8eead5ca4425..f74665f8b401 100644
--- a/science/libint/Makefile
+++ b/science/libint/Makefile
@@ -3,31 +3,23 @@
PORTNAME= libint
DISTVERSIONPREFIX= release-
-DISTVERSION= 1-1-6
-PORTREVISION= 8
+DISTVERSION= 1-2-1
CATEGORIES= science
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= yuri@FreeBSD.org
COMMENT= Evaluate the integrals in modern atomic and molecular theory
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= autoreconf:build gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= evaleev
-
-# USE_GCC=yes is required because libint is used with mpqc which is built
-# by gfortran (via USES=fortran) and these two libraries each try to pull
-# in libgcc_s.so which fails if it's different versions. Forcing this port
-# to build with the default version of GCC as well resolves the conflict
-# that manifests in the science/libghemical port.
-USES= autoreconf:build gmake libtool perl5
-USE_GCC= yes
USE_LDCONFIG= yes
ALL_TARGET= default
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-shared --with-cc-optflags="${CFLAGS}" \
+CONFIGURE_ARGS= --enable-shared --disable-static --with-cc-optflags="${CFLAGS}" \
--with-cxx-optflags="${CXXFLAGS}"
post-patch:
@@ -36,10 +28,10 @@ post-patch:
pre-configure:
# Cannot run autoheader so cannot use autoreconf.
- @(cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize -c -f \
- && ${LOCALBASE}/bin/aclocal && ${LOCALBASE}/bin/autoconf)
+ @cd ${WRKSRC} && ${LOCALBASE}/bin/libtoolize -c -f \
+ && ${LOCALBASE}/bin/aclocal && ${LOCALBASE}/bin/autoconf
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
diff --git a/science/libint/distinfo b/science/libint/distinfo
index edf2415656d9..d1e4ba74ae76 100644
--- a/science/libint/distinfo
+++ b/science/libint/distinfo
@@ -1,2 +1,3 @@
-SHA256 (evaleev-libint-release-1-1-6_GH0.tar.gz) = f201b0c621df678cfe8bdf3990796b8976ff194aba357ae398f2f29b0e2985a6
-SIZE (evaleev-libint-release-1-1-6_GH0.tar.gz) = 256404
+TIMESTAMP = 1535407045
+SHA256 (evaleev-libint-release-1-2-1_GH0.tar.gz) = fe5900c98d6adfeadb69cecee9895548ef69b5464f9c2cfb85bd315cf349f3a4
+SIZE (evaleev-libint-release-1-2-1_GH0.tar.gz) = 298356
diff --git a/science/libint/pkg-descr b/science/libint/pkg-descr
index c45af93a239d..f2ef11be71d4 100644
--- a/science/libint/pkg-descr
+++ b/science/libint/pkg-descr
@@ -2,4 +2,4 @@ Libint is a library for evaluating ERI (electron replusion integral)
over Cartesian Gaussian fuctions for modern atomic and molecular theory;
esp. for science/mpqc and science/psi3.
-WWW: http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/libint.html
+WWW: https://github.com/evaleev/libint
diff --git a/science/libint/pkg-plist b/science/libint/pkg-plist
index d633a2e0005f..c8d50f920b18 100644
--- a/science/libint/pkg-plist
+++ b/science/libint/pkg-plist
@@ -3,15 +3,12 @@ include/libint/hrr_header.h
include/libint/libint.h
include/libint/vrr_header.h
include/libr12/libr12.h
-lib/libderiv-stable.so.1
-lib/libderiv-stable.so.1.0.0
-lib/libderiv.a
lib/libderiv.so
-lib/libint-stable.so.1
-lib/libint-stable.so.1.0.0
-lib/libint.a
+lib/libderiv.so.1
+lib/libderiv.so.1.0.0
lib/libint.so
-lib/libr12-stable.so.1
-lib/libr12-stable.so.1.0.0
-lib/libr12.a
+lib/libint.so.1
+lib/libint.so.1.0.0
lib/libr12.so
+lib/libr12.so.1
+lib/libr12.so.1.0.0
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 2586d564ba2b..b364b44a4e68 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
-PORTREVISION= 36
+PORTREVISION= 37
CATEGORIES= science parallel
MASTER_SITES= SF