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 | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Notes
Notes:
svn path=/head/; revision=366962
Diffstat (limited to 'misc/dotfile/files')
-rw-r--r-- | misc/dotfile/files/patch-Generator_types.tcl | 13 | ||||
-rw-r--r-- | misc/dotfile/files/patch-Modules-english-procmail-configure | 11 | ||||
-rw-r--r-- | misc/dotfile/files/patch-aa | 29 | ||||
-rw-r--r-- | misc/dotfile/files/patch-ag | 8 | ||||
-rw-r--r-- | misc/dotfile/files/patch-configure | 58 |
5 files changed, 0 insertions, 119 deletions
diff --git a/misc/dotfile/files/patch-Generator_types.tcl b/misc/dotfile/files/patch-Generator_types.tcl deleted file mode 100644 index 43fdcef7a526..000000000000 --- a/misc/dotfile/files/patch-Generator_types.tcl +++ /dev/null @@ -1,13 +0,0 @@ ---- Generator/types.tcl.orig 2012-09-13 17:01:08.000000000 +0200 -+++ Generator/types.tcl 2012-09-13 17:01:48.000000000 +0200 -@@ -1540,7 +1540,9 @@ - } - } - line - -- header {} ;# please ignore. -+ header { -+ ;# please ignore. -+ } - default { - warning "setVariable: unknow widget type: \"$type\"" - } diff --git a/misc/dotfile/files/patch-Modules-english-procmail-configure b/misc/dotfile/files/patch-Modules-english-procmail-configure deleted file mode 100644 index 9243648de0a6..000000000000 --- a/misc/dotfile/files/patch-Modules-english-procmail-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- Modules/english/procmail/configure.orig 2012-09-18 19:44:28.000000000 +0200 -+++ Modules/english/procmail/configure 2012-09-18 19:44:42.000000000 +0200 -@@ -534,7 +534,7 @@ - echo "----------------------------------------------------------------------" - - --for ac_prog in tclsh7.6 tclsh7.5 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 diff --git a/misc/dotfile/files/patch-aa b/misc/dotfile/files/patch-aa deleted file mode 100644 index 8119571766cc..000000000000 --- a/misc/dotfile/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.in.orig Sat Feb 19 14:15:49 2000 -+++ Makefile.in Sat Jul 13 01:15:12 2002 -@@ -23,26 +23,11 @@ - SHELL = /bin/sh - - ### Tell the user that there is nothing to be compiled. --.PHONY: nothing --nothing: -- @echo ---------------------------------------------------------------------- -- @echo ---------------------------------------------------------------------- -- @echo "The Dotfile Generator does not contain any files which has to be compiled!" -- @echo "On the other hand, during installation, all the modules need to be" -- @echo "bytecompiled, so now it's time to type: make install" -- @echo ---------------------------------------------------------------------- -- @echo ---------------------------------------------------------------------- - --# - # install all the files in the corect places. - # - .PHONY: install - install: copydirs bytecompile -- @echo "**********************************************************************" -- @echo In the directory Doc, three articles in HTML format, concerning -- @echo The Dotfile Generator is located. If you want these to be installed -- @echo on your system, please do it manually. -- @echo "**********************************************************************" - - .PHONY: copydirs - copydirs: diff --git a/misc/dotfile/files/patch-ag b/misc/dotfile/files/patch-ag deleted file mode 100644 index d6eeb2455624..000000000000 --- a/misc/dotfile/files/patch-ag +++ /dev/null @@ -1,8 +0,0 @@ ---- Generator/makeHelp.orig Sun Dec 21 05:40:27 1997 -+++ Generator/makeHelp Sun Jan 30 19:31:42 2000 -@@ -3,4 +3,4 @@ - cp $1/help.html helpfile.data - echo "\n\n<h1>---------------</h1>" >> helpfile.data - cat $2 >> helpfile.data --wish $1/makeHelp.tcl helpfile.data generatedHelp $1 -+%%WISH%% $1/makeHelp.tcl helpfile.data generatedHelp $1 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 |