Date: Mon, 12 Dec 2016 02:46:24 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428392 - in head/math/qhull: . files Message-ID: <201612120246.uBC2kOfh078651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612120246.uBC2kOfh078651>