- Add LICENCE, and small modification to description of error in

libqhullcpp_QhullSet.h.

PR:		ports/215078
Submitted by:	z7dr6ut7gs@snkmail.com
This commit is contained in:
Stephen Montgomery-Smith 2016-12-12 02:46:23 +00:00
parent 4fa5c7bb4a
commit bab9cd2877
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428392
2 changed files with 7 additions and 2 deletions

View file

@ -10,6 +10,11 @@ DISTNAME= ${PORTNAME}-2015-src-7.2.0
MAINTAINER= stephen@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}

View file

@ -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