Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 16:21:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373223 - in head/science/minc2: . files
Message-ID:  <201411241621.sAOGLP3v032563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241621.sAOGLP3v032563>