Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 13:06:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324716 - head/math/kktdirect
Message-ID:  <201308141306.r7ED6nNn054696@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 13:06:49 2013
New Revision: 324716
URL: http://svnweb.freebsd.org/changeset/ports/324716

Log:
  math/kktdirect: Mark jobs unsafe
  
  - Trim header
  - Remove WWW indent
  - Remove indefinite article from COMMENT
  
  There are other complaints by portlint that need reviewing by maintainer.
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/math/kktdirect/Makefile
  head/math/kktdirect/pkg-descr

Modified: head/math/kktdirect/Makefile
==============================================================================
--- head/math/kktdirect/Makefile	Wed Aug 14 13:00:15 2013	(r324715)
+++ head/math/kktdirect/Makefile	Wed Aug 14 13:06:49 2013	(r324716)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	kktdirect
-# Date created:				1 Jan 2012
-# Whom: 				bf@FreeBSD.org
-#
+# Created by: bf@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	kktdirect
 PORTVERSION=	0.5
@@ -13,11 +8,13 @@ MASTER_SITES=	http://www.cs.ubc.ca/~rbri
 DISTNAME=	KKTDirect${PORTVERSION}
 
 MAINTAINER=	bf@FreeBSD.org
-COMMENT=	A direct solver package for saddle-point (KKT) matrices
+COMMENT=	Direct solver package for saddle-point (KKT) matrices
 
 USE_FORTRAN=	yes
 USE_LDCONFIG=	yes
 
+MAKE_JOBS_UNSAFE=yes
+
 CFLAGS+=	-DUSE_FORTRAN_BLAS -DUSE_FORTRAN_LAPACK
 LDFLAGS+=	-L${LOCALBASE}/lib ${LAPACK} ${BLAS} -lm
 PLIST_FILES=	include/kktdirect.h lib/libkktdirect.a lib/libkktdirect_pic.a \

Modified: head/math/kktdirect/pkg-descr
==============================================================================
--- head/math/kktdirect/pkg-descr	Wed Aug 14 13:00:15 2013	(r324715)
+++ head/math/kktdirect/pkg-descr	Wed Aug 14 13:06:49 2013	(r324716)
@@ -16,4 +16,4 @@ Note this is only alpha-quality proof-of
 out-of-memory errors are not handled gracefully, and the provided Minimum
 Degree routine is not yet competitive with other packages.
 
-WWW:	http://www.cs.ubc.ca/~rbridson/kktdirect/
+WWW: http://www.cs.ubc.ca/~rbridson/kktdirect/



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