From owner-svn-ports-all@FreeBSD.ORG Wed Jun 18 08:01:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F022B6A5; Wed, 18 Jun 2014 08:01:00 +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 C408123C1; Wed, 18 Jun 2014 08:01:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5I810QP006819; Wed, 18 Jun 2014 08:01:00 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5I810YC006815; Wed, 18 Jun 2014 08:01:00 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406180801.s5I810YC006815@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 18 Jun 2014 08:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358231 - head/math/clp 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: Wed, 18 Jun 2014 08:01:01 -0000 Author: vanilla Date: Wed Jun 18 08:01:00 2014 New Revision: 358231 URL: http://svnweb.freebsd.org/changeset/ports/358231 QAT: https://qat.redports.org/buildarchive/r358231/ Log: 1: Stagify. 2: USER=libtool, bump version. 3: new syntax of LIB_DEPENDS. Approved by: portmgr@ Modified: head/math/clp/Makefile head/math/clp/pkg-plist Modified: head/math/clp/Makefile ============================================================================== --- head/math/clp/Makefile Wed Jun 18 07:45:01 2014 (r358230) +++ head/math/clp/Makefile Wed Jun 18 08:01:00 2014 (r358231) @@ -3,7 +3,7 @@ PORTNAME= Clp PORTVERSION= 1.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ @@ -12,9 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= co9co9@gmail.com COMMENT= Linear Programming Solver -LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack -USES= fortran +USES= fortran libtool CXXFLAGS+= -ffast-math -fomit-frame-pointer GNU_CONFIGURE= yes @@ -27,5 +27,4 @@ CONFIGURE_ARGS= --with-blas="-L${LOCALBA regression-test: build (cd ${WRKSRC}/Clp && ${MAKE} unitTest ) -NO_STAGE= yes .include Modified: head/math/clp/pkg-plist ============================================================================== --- head/math/clp/pkg-plist Wed Jun 18 07:45:01 2014 (r358230) +++ head/math/clp/pkg-plist Wed Jun 18 08:01:00 2014 (r358231) @@ -102,21 +102,21 @@ include/coin/Coin_C_defines.h include/coin/Idiot.hpp include/coin/config_clp.h include/coin/config_coinutils.h -@dirrm include/coin +lib/libClp.so +lib/libClp.so.0 +lib/libClp.so.0.0.0 +lib/libCoinUtils.so +lib/libCoinUtils.so.0 +lib/libCoinUtils.so.0.0.0 share/doc/coin/Clp/AUTHORS share/doc/coin/Clp/LICENSE share/doc/coin/Clp/README share/doc/coin/Clp/clp_addlibs.txt -@dirrm share/doc/coin/Clp share/doc/coin/CoinUtils/AUTHORS share/doc/coin/CoinUtils/LICENSE share/doc/coin/CoinUtils/README share/doc/coin/CoinUtils/coinutils_addlibs.txt @dirrm share/doc/coin/CoinUtils +@dirrm share/doc/coin/Clp @dirrm share/doc/coin -lib/libClp.la -lib/libClp.so -lib/libClp.so.0 -lib/libCoinUtils.la -lib/libCoinUtils.so -lib/libCoinUtils.so.0 +@dirrm include/coin