mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
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
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue