From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 02:59:07 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 9B891B57; Fri, 11 Apr 2014 02:59:07 +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 87DB41634; Fri, 11 Apr 2014 02:59:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3B2x7L6085169; Fri, 11 Apr 2014 02:59:07 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3B2x7kE085168; Fri, 11 Apr 2014 02:59:07 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201404110259.s3B2x7kE085168@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 11 Apr 2014 02:59:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350879 - head/math/cloog 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.17 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: Fri, 11 Apr 2014 02:59:07 -0000 Author: danilo Date: Fri Apr 11 02:59:07 2014 New Revision: 350879 URL: http://svnweb.freebsd.org/changeset/ports/350879 QAT: https://qat.redports.org/buildarchive/r350879/ Log: - Add LICENSE - Ignore version 0.18.2 in PORTSCOUT due problems in the build files. It will be fixed on 0.18.3. Modified: head/math/cloog/Makefile Modified: head/math/cloog/Makefile ============================================================================== --- head/math/cloog/Makefile Fri Apr 11 02:50:24 2014 (r350878) +++ head/math/cloog/Makefile Fri Apr 11 02:59:07 2014 (r350879) @@ -10,8 +10,12 @@ MASTER_SITES= http://www.bastoul.net/clo MAINTAINER= danilo@FreeBSD.org COMMENT= Code generator in the polyhedral model +LICENSE= LGPL21 + LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp +PORTSCOUT= ignore:0.18.2 + USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX}