From owner-svn-ports-head@freebsd.org Mon Dec 12 02:46:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A16EC73936; Mon, 12 Dec 2016 02:46:25 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 095DF1965; Mon, 12 Dec 2016 02:46:24 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBC2kOxg078653; Mon, 12 Dec 2016 02:46:24 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBC2kOfh078651; Mon, 12 Dec 2016 02:46:24 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201612120246.uBC2kOfh078651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Mon, 12 Dec 2016 02:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428392 - in head/math/qhull: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2016 02:46:25 -0000 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