svn commit: r350879 - head/math/cloog

Danilo Egea Gondolfo danilo at FreeBSD.org
Fri Apr 11 02:59:07 UTC 2014


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 at 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}


More information about the svn-ports-all mailing list