diff options
Diffstat (limited to 'x11-fm/tkdesk/files')
-rw-r--r-- | x11-fm/tkdesk/files/patch-aa | 36 | ||||
-rw-r--r-- | x11-fm/tkdesk/files/patch-ab | 20 | ||||
-rw-r--r-- | x11-fm/tkdesk/files/patch-ac | 11 | ||||
-rw-r--r-- | x11-fm/tkdesk/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-fm/tkdesk/files/patch-af | 11 |
5 files changed, 0 insertions, 89 deletions
diff --git a/x11-fm/tkdesk/files/patch-aa b/x11-fm/tkdesk/files/patch-aa deleted file mode 100644 index 225e5c641da6..000000000000 --- a/x11-fm/tkdesk/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- configure Tue Apr 13 23:39:47 2004 -+++ configure Tue May 16 16:57:39 2006 -@@ -1568,12 +1568,12 @@ - echo "${ECHO_T}./blt" >&6 - else -- BLT_LIB_SPEC="-L$BLT_LIB_PATH -lBLT" -- BLT_LIB_STATIC=$BLT_LIB_PATH/libBLT.a -+ BLT_LIB_SPEC="-L$BLT_LIB_PATH -lBLT24" -+ BLT_LIB_STATIC=$BLT_LIB_PATH/libBLT24.a - NEED_BLT_LIB= - if test ! -f $BLT_LIB_PATH/libBLT.a \ - -a ! -f $BLT_LIB_PATH/libBLT.so - then -- if test ! -f $BLT_LIB_PATH/lib/libBLT.a \ -- -a ! -f $BLT_LIB_PATH/lib/libBLT.so -+ if test ! -f $BLT_LIB_PATH/lib/libBLT24.a \ -+ -a ! -f $BLT_LIB_PATH/lib/libBLT24.so - then - echo -@@ -1593,6 +1593,7 @@ - # - --TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include --TK_INCLUDE_PATH=$TCL_INCLUDE_PATH -+TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include/tcl${TCL_VERSION} -+TK_INCLUDE_PATH=$TK_EXEC_PREFIX/include/tk${TK_VERSION} -+ - - # -@@ -4509,5 +4510,5 @@ - echo "${ECHO_T}$blt_cv_struct_wait_works" >&6 - -- ac_config_files="$ac_config_files Makefile libdesk/Makefile blt/Makefile netscape-remote/Makefile tkdeskclient/Makefile" -+ ac_config_files="$ac_config_files Makefile libdesk/Makefile netscape-remote/Makefile tkdeskclient/Makefile" - - diff --git a/x11-fm/tkdesk/files/patch-ab b/x11-fm/tkdesk/files/patch-ab deleted file mode 100644 index 39793503ca3e..000000000000 --- a/x11-fm/tkdesk/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Thu Apr 15 07:31:17 2004 -+++ Makefile.in Sat Apr 17 21:52:56 2004 -@@ -50,7 +50,7 @@ - - # To change the compiler switches, for example to change from -O - # to -g, change the following line: --CC_OPTS = -O -DUSE_OLD_IMAGE -DUSE_NON_CONST -+CC_OPTS = @CFLAGS@ -DUSE_OLD_IMAGE -DUSE_NON_CONST - - # To change the linker switches, for example to add -s, - # change the following line: -@@ -189,7 +189,7 @@ - find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \; - find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \; - @echo "=== Creating index..." -- cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex -+ cd $(SCRIPT_INSTALL_DIR); %%TCLSH%% mkindex - @echo "=== Installing the manual pages..." - @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \ - echo "installing $$f" ;\ diff --git a/x11-fm/tkdesk/files/patch-ac b/x11-fm/tkdesk/files/patch-ac deleted file mode 100644 index 27990e62385d..000000000000 --- a/x11-fm/tkdesk/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tcldesk/configs/AppBar.orig Tue Apr 13 15:41:00 2004 -+++ tcldesk/configs/AppBar Sat Apr 17 21:54:11 2004 -@@ -405,7 +405,7 @@ - } - } - {{Superuser} -- {{Edit password file} {dsk_exec_as_root vi /etc/passwd}} -+ {{Edit password file} {dsk_exec_as_root vipw}} - {{Edit /etc/hosts} {dsk_exec_as_root vi /etc/hosts}} - } - - diff --git a/x11-fm/tkdesk/files/patch-ae b/x11-fm/tkdesk/files/patch-ae deleted file mode 100644 index 5660ab4fb7d1..000000000000 --- a/x11-fm/tkdesk/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- tcldesk/configs/System.orig Sat Apr 29 18:20:13 2000 -+++ tcldesk/configs/System Sat Apr 29 18:21:05 2000 -@@ -132,7 +132,7 @@ - ### most cases). - - set tkdesk(cmd,whoami) "whoami" ;# used to determine user's login name --set tkdesk(cmd,du) "du -Dk" ;# for Disk Usage: usage in KB -+set tkdesk(cmd,du) "du -k" ;# for Disk Usage: usage in KB - set tkdesk(cmd,df) "df" ;# for getting free disk space in KB - set tkdesk(cmd,sort) "sort -rn" ;# for Disk Usage: list biggest first - set tkdesk(cmd,cp) "cp -r" ;# copy recursively diff --git a/x11-fm/tkdesk/files/patch-af b/x11-fm/tkdesk/files/patch-af deleted file mode 100644 index 7c701cd8cbfd..000000000000 --- a/x11-fm/tkdesk/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- libdesk/tixImgXpm.c.orig Fri Jul 30 11:36:18 2004 -+++ libdesk/tixImgXpm.c Fri Jul 30 11:36:30 2004 -@@ -63,8 +63,6 @@ - #include "tkPort.h"*/ - /*#include <tix.h>*/ - --EXTERN void panic(); -- - /* constants used only in this file */ - - #define XPM_MONO 1 |