From owner-svn-ports-all@FreeBSD.ORG Sat May 17 16:37:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00FA48A3; Sat, 17 May 2014 16:37:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E230D22CA; Sat, 17 May 2014 16:37:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HGbRd5025630; Sat, 17 May 2014 16:37:27 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HGbRHT025627; Sat, 17 May 2014 16:37:27 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405171637.s4HGbRHT025627@svn.freebsd.org> From: Martin Wilke Date: Sat, 17 May 2014 16:37:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354333 - head/devel/ocaml-lacaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 16:37:28 -0000 Author: miwi Date: Sat May 17 16:37:26 2014 New Revision: 354333 URL: http://svnweb.freebsd.org/changeset/ports/354333 QAT: https://qat.redports.org/buildarchive/r354333/ Log: - Update to version 7.0.13 PR: 188356 Submitted by: Ports Fury Modified: head/devel/ocaml-lacaml/Makefile head/devel/ocaml-lacaml/distinfo head/devel/ocaml-lacaml/pkg-descr Modified: head/devel/ocaml-lacaml/Makefile ============================================================================== --- head/devel/ocaml-lacaml/Makefile Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/Makefile Sat May 17 16:37:26 2014 (r354333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lacaml -PORTVERSION= 7.0.7 -PORTREVISION= 2 +PORTVERSION= 7.0.13 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/mmottl/lacaml/downloads/ PKGNAMEPREFIX= ocaml- @@ -13,24 +12,24 @@ COMMENT= OCaml interface to BLAS and LAP LICENSE= LGPL21 -LIB_DEPENDS= blas:${PORTSDIR}/math/blas \ - lapack:${PORTSDIR}/math/lapack - -OPTIONS_DEFINE= DOCS EXAMPLES +LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USE_OCAML_LDCONFIG=yes USE_OCAML_WASH= yes +OCAMLFIND_LDCONF=ignore +USES= fortran HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs --disable-examples \ --override conf_ccopt "${CFLAGS}" \ --override conf_cclib "${LDFLAGS:S,^.*[[:space:]],,}" MAKE_JOBS_UNSAFE=yes -CFLAGS+= -fPIC +CFLAGS+= -fPIC -DEXTERNAL_EXP10 LDFLAGS+= -L${LOCALBASE}/lib -lblas -llapack DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} @@ -39,27 +38,16 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORT PORTDOCS= * PORTEXAMPLES= * -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MDOCS} -PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} -PLIST_DIRSTRY+= ${OCAML_EXAMPLESDIR:S,^${PREFIX}/,,} -.endif +OPTIONS_DEFINE= DOCS EXAMPLES post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS.txt CHANGES.txt README.md TODO.md - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DOCSDIR}) .endfor -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) -.endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/devel/ocaml-lacaml/distinfo ============================================================================== --- head/devel/ocaml-lacaml/distinfo Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/distinfo Sat May 17 16:37:26 2014 (r354333) @@ -1,2 +1,2 @@ -SHA256 (lacaml-7.0.7.tar.gz) = 9dc8bad78b4189330379313c230c8a6bf34cbba831329e92406cf2b1a2390462 -SIZE (lacaml-7.0.7.tar.gz) = 155345 +SHA256 (lacaml-7.0.13.tar.gz) = ccef3d0bd1b4607c9cffb84740200efbb9e6a85cff05a6c50e2c8d5176684fd9 +SIZE (lacaml-7.0.13.tar.gz) = 160403 Modified: head/devel/ocaml-lacaml/pkg-descr ============================================================================== --- head/devel/ocaml-lacaml/pkg-descr Sat May 17 16:37:07 2014 (r354332) +++ head/devel/ocaml-lacaml/pkg-descr Sat May 17 16:37:26 2014 (r354333) @@ -5,5 +5,4 @@ written in FORTRAN. This allows people to write high-performance numerical code for applications that need linear algebra. -Author: Markus Mottl WWW: https://bitbucket.org/mmottl/lacaml