From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 16:21:26 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 645A239E; Mon, 24 Nov 2014 16:21:26 +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 368D3AB3; Mon, 24 Nov 2014 16:21:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOGLQYB032566; Mon, 24 Nov 2014 16:21:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAOGLP3v032563; Mon, 24 Nov 2014 16:21:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201411241621.sAOGLP3v032563@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 24 Nov 2014 16:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373223 - in head/science/minc2: . 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.18-1 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, 24 Nov 2014 16:21:26 -0000 Author: mat Date: Mon Nov 24 16:21:24 2014 New Revision: 373223 URL: https://svnweb.freebsd.org/changeset/ports/373223 QAT: https://qat.redports.org/buildarchive/r373223/ Log: Fix build with Perl 5.18+. While there, add a runtime dependency on Perl, a few installed scripts need it. Sponsored by: Absolight Added: head/science/minc2/files/patch-progs_mincpik_mincpik.in (contents, props changed) Modified: head/science/minc2/Makefile head/science/minc2/files/patch-Makefile.am Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Mon Nov 24 16:15:36 2014 (r373222) +++ head/science/minc2/Makefile Mon Nov 24 16:21:24 2014 (r373223) @@ -3,6 +3,7 @@ PORTNAME= minc PORTVERSION= 2.2.00 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science biology MASTER_SITES= GH @@ -24,7 +25,6 @@ GH_COMMIT= 6f2f5b9 USES= bison gmake libtool perl5 shebangfix SHEBANG_FILES= progs/mincview/mincview -USE_PERL5= build USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf ACLOCAL_ARGS= -I m4 --automake-acdir=${ACLOCAL_DIR} AUTOMAKE_ARGS= --add-missing --copy --force-missing Modified: head/science/minc2/files/patch-Makefile.am ============================================================================== --- head/science/minc2/files/patch-Makefile.am Mon Nov 24 16:15:36 2014 (r373222) +++ head/science/minc2/files/patch-Makefile.am Mon Nov 24 16:21:24 2014 (r373223) @@ -1,6 +1,6 @@ ---- Makefile.am.orig +--- Makefile.am.orig 2012-09-24 17:35:36 UTC +++ Makefile.am -@@ -274,28 +274,28 @@ +@@ -274,28 +274,28 @@ m4_files = \ m4/smr_WITH_BUILD_PATH.m4 ezMINC_files = \ Added: head/science/minc2/files/patch-progs_mincpik_mincpik.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/minc2/files/patch-progs_mincpik_mincpik.in Mon Nov 24 16:21:24 2014 (r373223) @@ -0,0 +1,38 @@ +--- progs/mincpik/mincpik.in.orig 2012-09-24 17:35:36 UTC ++++ progs/mincpik/mincpik.in +@@ -576,8 +576,11 @@ font point size for the title + + create an annotated bar to match the image (use height of the output image) + ++=back + + =head3 Image range and lookup table options ++ ++=over + + =item B<--range> + +@@ -595,8 +598,11 @@ automatically determine image range usin + + arguments to pass to minclookup + ++=back + + =head3 Slicing options ++ ++=over + + =item B<-s> B<--slice> + +@@ -614,8 +620,11 @@ get a coronal (y) slice + + get a sagital (x) slice + ++=back + + =head3 Triplanar options ++ ++=over + + =item B<-t> B<--triplanar> +