Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 02:59:07 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350879 - head/math/cloog
Message-ID:  <201404110259.s3B2x7kE085168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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