Index: head/science/libint/Makefile =================================================================== --- head/science/libint/Makefile (revision 400132) +++ head/science/libint/Makefile (revision 400133) @@ -1,34 +1,38 @@ # Created by: NAKATA, Maho # $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 post-patch: @${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \ ${WRKSRC}/src/lib/MakeVars.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include Index: head/science/libint/distinfo =================================================================== --- head/science/libint/distinfo (revision 400132) +++ head/science/libint/distinfo (revision 400133) @@ -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 Index: head/science/libint/files/patch-configure.in =================================================================== --- head/science/libint/files/patch-configure.in (nonexistent) +++ head/science/libint/files/patch-configure.in (revision 400133) @@ -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") + Property changes on: head/science/libint/files/patch-configure.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property