[128861] trunk/dports/textproc/yodl

larryv at macports.org larryv at macports.org
Fri Nov 28 13:55:48 PST 2014


Revision: 128861
          https://trac.macports.org/changeset/128861
Author:   larryv at macports.org
Date:     2014-11-28 13:55:48 -0800 (Fri, 28 Nov 2014)
Log Message:
-----------
yodl: Add explicit build dependency on Perl

Modified Paths:
--------------
    trunk/dports/textproc/yodl/Portfile
    trunk/dports/textproc/yodl/files/fix-hashbangs.patch

Modified: trunk/dports/textproc/yodl/Portfile
===================================================================
--- trunk/dports/textproc/yodl/Portfile	2014-11-28 21:31:59 UTC (rev 128860)
+++ trunk/dports/textproc/yodl/Portfile	2014-11-28 21:55:48 UTC (rev 128861)
@@ -23,7 +23,7 @@
                     to be easy to use and extensible.
 homepage            http://yodl.sourceforge.net
 
-depends_build       port:icmake
+depends_build       port:icmake bin:perl:perl5
 depends_lib         bin:bash:bash
 depends_skip_archcheck-append icmake bash
 

Modified: trunk/dports/textproc/yodl/files/fix-hashbangs.patch
===================================================================
--- trunk/dports/textproc/yodl/files/fix-hashbangs.patch	2014-11-28 21:31:59 UTC (rev 128860)
+++ trunk/dports/textproc/yodl/files/fix-hashbangs.patch	2014-11-28 21:55:48 UTC (rev 128861)
@@ -108,3 +108,43 @@
  
  ls gram*.c | sed '
      s/gram//g
+Index: contrib/build.pl
+===================================================================
+--- contrib/build.pl.orig
++++ contrib/build.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ 
+ # This script should be run from contrib's parent directory. I.e., you should
+ # call it as `perl contrib/build.pl'.
+Index: macros/rawmacros/separator.pl
+===================================================================
+--- macros/rawmacros/separator.pl.orig
++++ macros/rawmacros/separator.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ 
+ $target = $ARGV[0];
+ $file = $ARGV[1];
+Index: macros/rawmacros/startdoc.pl
+===================================================================
+--- macros/rawmacros/startdoc.pl.orig
++++ macros/rawmacros/startdoc.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ 
+     # The documentation of the macro in $file is extracted from $file and
+     # written to stdout.
+Index: scripts/macroseparator.pl
+===================================================================
+--- scripts/macroseparator.pl.orig
++++ scripts/macroseparator.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ 
+ $target = $ARGV[0];
+ $file = $ARGV[1];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141128/81b62642/attachment.html>


More information about the macports-changes mailing list