From owner-svn-ports-head@FreeBSD.ORG Wed Aug 14 11:27:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E0001CD3; Wed, 14 Aug 2013 11:27:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CE8B1221E; Wed, 14 Aug 2013 11:27:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7EBRrPE016911; Wed, 14 Aug 2013 11:27:53 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7EBRrcO016909; Wed, 14 Aug 2013 11:27:53 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308141127.r7EBRrcO016909@svn.freebsd.org> From: John Marino Date: Wed, 14 Aug 2013 11:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324700 - head/graphics/volpack 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.14 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: Wed, 14 Aug 2013 11:27:54 -0000 Author: marino Date: Wed Aug 14 11:27:53 2013 New Revision: 324700 URL: http://svnweb.freebsd.org/changeset/ports/324700 Log: graphics/volpack: Mark jobs unsafe Also fix WWW indent to please portlint Approved by: bapt/culot (mentors, implicit) Modified: head/graphics/volpack/Makefile head/graphics/volpack/pkg-descr Modified: head/graphics/volpack/Makefile ============================================================================== --- head/graphics/volpack/Makefile Wed Aug 14 11:21:24 2013 (r324699) +++ head/graphics/volpack/Makefile Wed Aug 14 11:27:53 2013 (r324700) @@ -14,6 +14,8 @@ LICENSE= BSD GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes + PLIST_FILES= lib/libvolpack.a \ include/volpack.h Modified: head/graphics/volpack/pkg-descr ============================================================================== --- head/graphics/volpack/pkg-descr Wed Aug 14 11:21:24 2013 (r324699) +++ head/graphics/volpack/pkg-descr Wed Aug 14 11:27:53 2013 (r324700) @@ -1,4 +1,4 @@ VolPack is a portable software library for volume rendering, written by Philippe Lacroute. -WWW: http://www-graphics.stanford.edu/software/volpack/ +WWW: http://www-graphics.stanford.edu/software/volpack/