diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/dotfile/files/patch-configure | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Diffstat (limited to 'misc/dotfile/files/patch-configure')
-rw-r--r-- | misc/dotfile/files/patch-configure | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/misc/dotfile/files/patch-configure b/misc/dotfile/files/patch-configure deleted file mode 100644 index 5a1363a1f0f6..000000000000 --- a/misc/dotfile/files/patch-configure +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Sat Feb 19 20:15:36 2000 -+++ configure Tue Mar 13 12:56:59 2007 -@@ -541,7 +541,14 @@ - echo "######################################################################" - echo "######################################################################" - --for ac_prog in wish8.2jp wish8.2 wish8.1jp wish8.1 wish8.0jp wish8.0 wish4.2jp wish4.2 wish4.1jp wish4.1 wish4.0jp wish4.0 -+#### Which language should TDG use? -+if test "x$LANGUAGE" = "xjapanese" ; then -+ LANGUAGE="japanese"; -+else -+ LANGUAGE="english"; -+fi -+ -+for ac_prog in %%WISH%% - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -679,7 +686,7 @@ - - - if test "$WISH" = ""; then -- for ac_prog in wish8.2jp wish8.2 wish8.1jp wish8.1 wish8.0jp wish8.0 wish4.2jp wish4.2 wish4.1jp wish4.1 wish4.0jp wish4.0 wish -+ for ac_prog in %%WISH%% - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -733,7 +740,7 @@ - echo "####################################################################" - fi - fi --for ac_prog in tclsh8.2jp tclsh8.2 tclsh8.1jp tclsh8.1 tclsh8.0jp tclsh8.0 tclsh7.6jp tclsh7.6 tclsh7.5jp tclsh7.5 tclsh7.4jp tclsh7.4 tclsh -+for ac_prog in %%TCLSH%% - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -1222,18 +1229,12 @@ - { echo "configure: error: I couldn't find 'ln'" 1>&2; exit 1; } - fi - -- - #### Which language should TDG use? --$TCLSH language.tcl --res=$? --if test "$res" = "1" ; then -- LANGUAGE=english; --elif test "$res" = "2" ; then -- LANGUAGE=japanese; -+if test "x$LANGUAGE" = "xjapanese" ; then -+ LANGUAGE="japanese"; - else -- { echo "configure: error: Internal error" 1>&2; exit 1; } -+ LANGUAGE="english"; - fi -- - - trap '' 1 2 15 - cat > confcache <<\EOF |