Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 17:55:23 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400133 - in head/science/libint: . files
Message-ID:  <201510241755.t9OHtNc0010303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Oct 24 17:55:23 2015
New Revision: 400133
URL: https://svnweb.freebsd.org/changeset/ports/400133

Log:
  - Update to version 1.1.6
  - Define LICENSE (GPLv2)
  - Project had moved to GitHub
  - Clean up Makefile a bit
  
  PR:	201267

Added:
  head/science/libint/files/
  head/science/libint/files/patch-configure.in   (contents, props changed)
Modified:
  head/science/libint/Makefile
  head/science/libint/distinfo

Modified: head/science/libint/Makefile
==============================================================================
--- head/science/libint/Makefile	Sat Oct 24 17:46:02 2015	(r400132)
+++ head/science/libint/Makefile	Sat Oct 24 17:55:23 2015	(r400133)
@@ -2,24 +2,28 @@
 # $FreeBSD$
 
 PORTNAME=	libint
-PORTVERSION=	1.1.4
-PORTREVISION=	2
+DISTVERSIONPREFIX=	release-
+DISTVERSION=	1-1-6
 CATEGORIES=	science
-MASTER_SITES=	http://www.files.chem.vt.edu/chem-dept/valeev/software/libint/src/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Evaluate the integrals in modern atomic and molecular theory
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	evaleev
+
 # USE_GCC=yes is required because libint is used with mpqc which is built
-# by gfortran48 (from lang/gcc) and these two libraries each try to pull in
-# a different version of libgcc_s.so which fails.  Forcing this port to
+# by gfortran48 (from `lang/gcc') and these two libraries each try to pull
+# in a different version of libgcc_s.so which fails.  Forcing this port to
 # build with lang/gcc as well resolves the conflict that manifests in
-# science/libghemical
-
-USES=		perl5 gmake libtool
+# `science/libghemical' port.
+USES=		autoreconf gmake libtool perl5
 USE_GCC=	yes
 USE_LDCONFIG=	yes
-ALL_TARGET=	# empty
+ALL_TARGET=	default
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared

Modified: head/science/libint/distinfo
==============================================================================
--- head/science/libint/distinfo	Sat Oct 24 17:46:02 2015	(r400132)
+++ head/science/libint/distinfo	Sat Oct 24 17:55:23 2015	(r400133)
@@ -1,2 +1,2 @@
-SHA256 (libint-1.1.4.tar.gz) = f67b13bdf1135ecc93b4cff961c1ff33614d9f8409726ddc8451803776885cff
-SIZE (libint-1.1.4.tar.gz) = 350252
+SHA256 (evaleev-libint-release-1-1-6_GH0.tar.gz) = f201b0c621df678cfe8bdf3990796b8976ff194aba357ae398f2f29b0e2985a6
+SIZE (evaleev-libint-release-1-1-6_GH0.tar.gz) = 256404

Added: head/science/libint/files/patch-configure.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libint/files/patch-configure.in	Sat Oct 24 17:55:23 2015	(r400133)
@@ -0,0 +1,29 @@
+--- configure.in.orig	2014-03-05 18:27:30 UTC
++++ configure.in
+@@ -17,6 +17,26 @@ AC_SET_MAKE
+ AC_DEFINE_UNQUOTED(HOST_ARCH, "$host")
+ AC_DEFINE_UNQUOTED(TARGET_ARCH, "$target")
+ 
++AC_DEFINE([HOST_ARCH], [], [Description])
++AC_DEFINE([INCLUDE_DERIV], [], [Description])
++AC_DEFINE([INCLUDE_R12], [], [Description])
++AC_DEFINE([LIBDERIV_MAX_AM1], [], [Description])
++AC_DEFINE([LIBDERIV_MAX_AM12], [], [Description])
++AC_DEFINE([LIBDERIV_MAX_AM2], [], [Description])
++AC_DEFINE([LIBINT_BUILDID], [], [Description])
++AC_DEFINE([LIBINT_MAJOR_VERSION], [], [Description])
++AC_DEFINE([LIBINT_MAX_AM], [], [Description])
++AC_DEFINE([LIBINT_MAX_CLASS_SIZE], [], [Description])
++AC_DEFINE([LIBINT_MICRO_VERSION], [], [Description])
++AC_DEFINE([LIBINT_MINOR_VERSION], [], [Description])
++AC_DEFINE([LIBINT_OPT_AM], [], [Description])
++AC_DEFINE([LIBINT_VERSION], [], [Description])
++AC_DEFINE([LIBR12_MAX_AM], [], [Description])
++AC_DEFINE([LIBR12_MAX_CLASS_SIZE], [], [Description])
++AC_DEFINE([LIBR12_OPT_AM], [], [Description])
++AC_DEFINE([LONG_DOUBLE], [], [Description])
++AC_DEFINE([TARGET_ARCH], [], [Description])
++
+ define([default_prefix_dash],ifelse(libint_buildid, ,[],[-]))
+ define([default_prefix],"/usr/local")
+ 



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