[106752] trunk/dports/office/vit

g5pw at macports.org g5pw at macports.org
Fri Jun 7 01:37:30 PDT 2013


Revision: 106752
          https://trac.macports.org/changeset/106752
Author:   g5pw at macports.org
Date:     2013-06-07 01:37:30 -0700 (Fri, 07 Jun 2013)
Log Message:
-----------
office/vit:
  Coerce configure script to use the correct perl

Modified Paths:
--------------
    trunk/dports/office/vit/Portfile
    trunk/dports/office/vit/files/configure.patch
    trunk/dports/office/vit/files/vit.pl.patch

Modified: trunk/dports/office/vit/Portfile
===================================================================
--- trunk/dports/office/vit/Portfile	2013-06-07 08:27:58 UTC (rev 106751)
+++ trunk/dports/office/vit/Portfile	2013-06-07 08:37:30 UTC (rev 106752)
@@ -27,6 +27,8 @@
 patchfiles          configure.patch \
                     vit.pl.patch
 
+configure.perl      ${prefix}/bin/perl5.12
+
 build.target
 
 destroot {

Modified: trunk/dports/office/vit/files/configure.patch
===================================================================
--- trunk/dports/office/vit/files/configure.patch	2013-06-07 08:27:58 UTC (rev 106751)
+++ trunk/dports/office/vit/files/configure.patch	2013-06-07 08:37:30 UTC (rev 106752)
@@ -10,5 +10,6 @@
 -  exit 1
 -fi
  
- PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
+-PERL_MODULE_CHECK=`perl -e "use Curses" 2> /dev/null; echo $?`
++PERL_MODULE_CHECK=`$PERL -e "use Curses" 2> /dev/null; echo $?`
  if test "$PERL_MODULE_CHECK" = "2"; then

Modified: trunk/dports/office/vit/files/vit.pl.patch
===================================================================
--- trunk/dports/office/vit/files/vit.pl.patch	2013-06-07 08:27:58 UTC (rev 106751)
+++ trunk/dports/office/vit/files/vit.pl.patch	2013-06-07 08:37:30 UTC (rev 106752)
@@ -2,7 +2,7 @@
 +++ vit.pl.new	2013-06-07 09:50:40.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/perl -w
-+#!/usr/bin/env perl -w
++#!/usr/bin/env perl5.12 -w
  #
  # VIT - Visual Interactive Taskwarrior
  #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130607/adfa498f/attachment.html>


More information about the macports-changes mailing list