[107732] trunk/dports/gnome/oaf

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 11:37:49 PDT 2013


Revision: 107732
          https://trac.macports.org/changeset/107732
Author:   jeremyhu at macports.org
Date:     2013-07-04 11:37:49 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
oaf: Remove the INTLTOOL_PERL nonsense from configure

Modified Paths:
--------------
    trunk/dports/gnome/oaf/Portfile
    trunk/dports/gnome/oaf/files/patch_configure

Modified: trunk/dports/gnome/oaf/Portfile
===================================================================
--- trunk/dports/gnome/oaf/Portfile	2013-07-04 18:35:12 UTC (rev 107731)
+++ trunk/dports/gnome/oaf/Portfile	2013-07-04 18:37:49 UTC (rev 107732)
@@ -35,7 +35,6 @@
 
 patchfiles          patch_configure patch_oaf.m4
 configure.args      --mandir=${prefix}/share/man \
-                    ac_cv_path_INTLTOOL_PERL=${prefix}/bin/perl5 \
                     --with-glib-prefix=${prefix} \
                     --with-orbit-prefix=${prefix} \
                     ac_cv_path_ORBIT_IDL=${prefix}/bin/orbit-idl \

Modified: trunk/dports/gnome/oaf/files/patch_configure
===================================================================
--- trunk/dports/gnome/oaf/files/patch_configure	2013-07-04 18:35:12 UTC (rev 107731)
+++ trunk/dports/gnome/oaf/files/patch_configure	2013-07-04 18:37:49 UTC (rev 107732)
@@ -1,6 +1,6 @@
---- configure.orig	2002-04-16 20:27:55.000000000 +1000
-+++ configure	2011-10-17 17:53:55.000000000 +1100
-@@ -4374,7 +4374,7 @@
+--- configure.orig	2002-04-16 03:27:55.000000000 -0700
++++ configure	2013-07-04 11:29:50.000000000 -0700
+@@ -4374,7 +4374,7 @@ else
      ;;
  
    darwin* | rhapsody*)
@@ -9,8 +9,63 @@
      # FIXME: Relying on posixy $() will cause problems for
      #        cross-compilation, but unfortunately the echo tests do not
      #        yet detect zsh echo's removal of \ escapes.
-@@ -7129,7 +7129,7 @@
+@@ -6242,54 +6242,6 @@ XML_I18N_MERGE='$(top_builddir)/xml-i18n
  
+ XML_I18N_UPDATE='$(top_builddir)/xml-i18n-update'
+ 
+-# Extract the first word of "perl", so it can be a program name with args.
+-set dummy perl; ac_word=$2
+-echo "$as_me:6247: checking for $ac_word" >&5
+-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
+-if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
+-  echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+-  case $INTLTOOL_PERL in
+-  [\\/]* | ?:[\\/]*)
+-  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
+-  ;;
+-  *)
+-  ac_save_IFS=$IFS; IFS=$ac_path_separator
+-ac_dummy="$PATH"
+-for ac_dir in $ac_dummy; do
+-  IFS=$ac_save_IFS
+-  test -z "$ac_dir" && ac_dir=.
+-  if $as_executable_p "$ac_dir/$ac_word"; then
+-   ac_cv_path_INTLTOOL_PERL="$ac_dir/$ac_word"
+-   echo "$as_me:6264: found $ac_dir/$ac_word" >&5
+-   break
+-fi
+-done
+-
+-  ;;
+-esac
+-fi
+-INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
+-
+-if test -n "$INTLTOOL_PERL"; then
+-  echo "$as_me:6275: result: $INTLTOOL_PERL" >&5
+-echo "${ECHO_T}$INTLTOOL_PERL" >&6
+-else
+-  echo "$as_me:6278: result: no" >&5
+-echo "${ECHO_T}no" >&6
+-fi
+-
+-if test -z "$INTLTOOL_PERL"; then
+-   { { echo "$as_me:6283: error: perl not found; required for xml-i18n-tools" >&5
+-echo "$as_me: error: perl not found; required for xml-i18n-tools" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
+-   { { echo "$as_me:6288: error: perl 5.x required for xml-i18n-tools" >&5
+-echo "$as_me: error: perl 5.x required for xml-i18n-tools" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
+-
+ ac_config_commands="$ac_config_commands default-2"
+ 
+ # Redirect the config.log output again, so that the ltconfig log is not
+@@ -7129,7 +7081,7 @@ fi
+ 
  fi
  
 -for ac_prog in 'bison -y' byacc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/20ccf220/attachment-0001.html>


More information about the macports-changes mailing list