svn commit: r428392 - in head/math/qhull: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Dec 12 02:46:25 UTC 2016


Author: stephen
Date: Mon Dec 12 02:46:23 2016
New Revision: 428392
URL: https://svnweb.freebsd.org/changeset/ports/428392

Log:
  - Add LICENCE, and small modification to description of error in
    libqhullcpp_QhullSet.h.
  
  PR:		ports/215078
  Submitted by:	z7dr6ut7gs at snkmail.com

Modified:
  head/math/qhull/Makefile
  head/math/qhull/files/patch-src_libqhullcpp_QhullSet.h

Modified: head/math/qhull/Makefile
==============================================================================
--- head/math/qhull/Makefile	Mon Dec 12 02:28:44 2016	(r428391)
+++ head/math/qhull/Makefile	Mon Dec 12 02:46:23 2016	(r428392)
@@ -10,6 +10,11 @@ DISTNAME=	${PORTNAME}-2015-src-7.2.0
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Qhull computes convex hulls, Delaunay triangulations, and halfspaces
 
+LICENSE=	Qhull
+LICENSE_NAME=	Qhull License
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 USES=		cmake tar:tgz
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/math/qhull/files/patch-src_libqhullcpp_QhullSet.h
==============================================================================
--- head/math/qhull/files/patch-src_libqhullcpp_QhullSet.h	Mon Dec 12 02:28:44 2016	(r428391)
+++ head/math/qhull/files/patch-src_libqhullcpp_QhullSet.h	Mon Dec 12 02:46:23 2016	(r428392)
@@ -1,7 +1,7 @@
-c++ 4.2 (in base 9.x) gives a bogus error:
+c++ 4.2 (in base 9.x) has a weakness that emits a bogus error:
 /usr/ports/math/qhull/work/qhull-2015.2/src/libqhullcpp/QhullSet.h:330: error: expected `;' before 'i'
 
- Work around that by removing overspecified part of type declaration.
+Work around that by removing overspecified part of type declaration (can remove after 9.x EOL).
 
 --- src/libqhullcpp/QhullSet.h.orig	2016-01-18 19:45:12 UTC
 +++ src/libqhullcpp/QhullSet.h


More information about the svn-ports-head mailing list