diff options
Diffstat (limited to 'japanese/tkdesk/files')
-rw-r--r-- | japanese/tkdesk/files/patch-aa | 13 | ||||
-rw-r--r-- | japanese/tkdesk/files/patch-ab | 48 | ||||
-rw-r--r-- | japanese/tkdesk/files/pre-patch | 12 |
3 files changed, 0 insertions, 73 deletions
diff --git a/japanese/tkdesk/files/patch-aa b/japanese/tkdesk/files/patch-aa deleted file mode 100644 index bd4768f187a6..000000000000 --- a/japanese/tkdesk/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Tue Sep 21 15:27:50 1999 -+++ configure Tue Sep 21 15:27:50 1999 -@@ -646,8 +646,8 @@ - # ITCL_LIB_SPEC already set in itclConfig.sh - ITCL_LIB_STATIC=${TCLCONF_PATH}/libitcl${ITCL_VERSION}.a - else -- TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include -- TK_INCLUDE_PATH=$TK_EXEC_PREFIX/include -+ TCL_INCLUDE_PATH=$TCL_EXEC_PREFIX/include/tcl${TCL_VERSION} -+ TK_INCLUDE_PATH=$TK_EXEC_PREFIX/include/tk${TK_VERSION} - NEED_ITCL_LIB=lib_itcl - ITCL_LIB_SPEC=itcl/libitcl.a - ITCL_LIB_STATIC=itcl/libitcl.a diff --git a/japanese/tkdesk/files/patch-ab b/japanese/tkdesk/files/patch-ab deleted file mode 100644 index 7b7f3712a95d..000000000000 --- a/japanese/tkdesk/files/patch-ab +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.in.orig Wed Oct 20 22:27:33 1999 -+++ Makefile.in Wed Oct 20 22:36:27 1999 -@@ -127,7 +127,7 @@ - FVERSION = 11 - PKGDIR = $(PKGNAME)-$(VERSION) - --all: shell client tkdesk_script man2text jisdecode catheader text2bin easypr -+all: shell client tkdesk_script man2text jisdecode catheader text2bin - @echo "========= Build complete." - @echo " " - @echo "You can try out TkDesk before installing it by commenting" -@@ -139,7 +139,7 @@ - tkAppInit.o libdesk/libdesk.a netscape-remote/libnetscape.a \ - blt/libBLT.a $(LIBS) - --static: makelibs tkAppInit-static.o client tkdesk_script man2text jisdecode catheader text2bin easypr -+static: makelibs tkAppInit-static.o client tkdesk_script man2text jisdecode catheader text2bin - $(CC) $(LDFLAGS) @TCL_LD_SEARCH_FLAGS@ -static -o tkdesksh \ - tkAppInit-static.o libdesk/libdesk.a netscape-remote/libnetscape.a \ - blt/libBLT.a itcl/libitcl.a $(LIBS_STATIC) -@@ -211,7 +211,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); tclsh7.6jp mkindex - @echo "=== Installing the manual pages..." - @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \ - echo "installing $$f" ;\ -@@ -222,9 +222,6 @@ - cp text2bin $(BIN_INSTALL_DIR) - cp jisdecode $(BIN_INSTALL_DIR) - cp catheader $(BIN_INSTALL_DIR) -- cp easypr $(BIN_INSTALL_DIR) -- cp lpr2 $(BIN_INSTALL_DIR) -- chmod 755 $(BIN_INSTALL_DIR)/lpr2 - - @echo "=== Installation complete." - -@@ -253,7 +250,7 @@ - cd libdesk ; $(MAKE) clean - cd tkdeskclient ; $(MAKE) clean - cd tcldesk ; rm -f #*# -- rm -f *.o tkdesksh man2text jisdecode catheader text2bin easypr -+ rm -f *.o tkdesksh man2text jisdecode catheader text2bin - - tags: - find libdesk tcldesk \( -name "*.c" -o -name "*.h" -o -name "*.tcl" \) -print | etags - diff --git a/japanese/tkdesk/files/pre-patch b/japanese/tkdesk/files/pre-patch deleted file mode 100644 index df1ed27b212e..000000000000 --- a/japanese/tkdesk/files/pre-patch +++ /dev/null @@ -1,12 +0,0 @@ ---- tkdesk.main.orig Tue Sep 21 15:10:58 1999 -+++ tkdesk.main Tue Sep 21 15:11:12 1999 -@@ -45,7 +45,7 @@ - # - - set tkdesk(version) "1.1" --set tkdesk(date) "20.09.98" -+set tkdesk(date) "02.09.98" - - if [info exists env(TKDESK_LIBRARY)] { - set tkdesk(library) $env(TKDESK_LIBRARY) -EOF |