From owner-svn-ports-head@FreeBSD.ORG Sat Jun 21 18:35:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD5FC168; Sat, 21 Jun 2014 18:35:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CB1C628CF; Sat, 21 Jun 2014 18:35:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5LIZq7u028528; Sat, 21 Jun 2014 18:35:52 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5LIZqTY028527; Sat, 21 Jun 2014 18:35:52 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201406211835.s5LIZqTY028527@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sat, 21 Jun 2014 18:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358732 - head/cad/gmsh 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.18 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: Sat, 21 Jun 2014 18:35:53 -0000 Author: stephen Date: Sat Jun 21 18:35:52 2014 New Revision: 358732 URL: http://svnweb.freebsd.org/changeset/ports/358732 QAT: https://qat.redports.org/buildarchive/r358732/ Log: - Slightly reword the NO_CDROM option. Modified: head/cad/gmsh/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sat Jun 21 18:32:37 2014 (r358731) +++ head/cad/gmsh/Makefile Sat Jun 21 18:35:52 2014 (r358732) @@ -57,7 +57,7 @@ CMAKE_ARGS+= -DINSTALL_DOCS=OFF .endif .if defined(WITHOUT_TETGEN) -NO_CDROM+= Do not use for commercial purposes if including Tetgen or Metis +NO_CDROM+= Contact appropriate authors for commercial purposes if including Tetgen or Metis CMAKE_ARGS+= -DENABLE_TETGEN=OFF .else CMAKE_ARGS+= -DENABLE_TETGEN=ON @@ -71,7 +71,7 @@ IGNORE= requires that WITHOUT_METIS is .endif .if !defined(WITHOUT_METIS) -NO_CDROM+= Do not use for commercial purposes if including Tetgen or Metis +NO_CDROM+= Contact appropriate authors for commercial purposes if including Tetgen or Metis CMAKE_ARGS+= -DENABLE_METIS=ON .if defined(PORT_OPTIONS:MDOCS) IGNORE= the license for Metis requires that its documentation is included