diff options
author | taoka <taoka@FreeBSD.org> | 1999-10-22 09:14:58 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-10-22 09:14:58 +0000 |
commit | 606c14aed735250302f7aef3b1b010d219bd1d1e (patch) | |
tree | fbfbcc0d70b5d28859f9258fdc04ea70c5f0a8f7 /japanese/tkdesk/files | |
parent | bfbcc408a5f0a6ecb6e6d8c594ed7ddd78cf57fb (diff) | |
download | FreeBSD-ports-606c14aed735250302f7aef3b1b010d219bd1d1e.zip FreeBSD-ports-606c14aed735250302f7aef3b1b010d219bd1d1e.tar.gz |
A graphical, highly configurable and powerful file manager (supported Japanese)
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp>
Obtained from: ports-jp@ja.freebsd.org
Diffstat (limited to 'japanese/tkdesk/files')
-rw-r--r-- | japanese/tkdesk/files/patch-aa | 13 | ||||
-rw-r--r-- | japanese/tkdesk/files/patch-ab | 48 |
2 files changed, 61 insertions, 0 deletions
diff --git a/japanese/tkdesk/files/patch-aa b/japanese/tkdesk/files/patch-aa new file mode 100644 index 0000000..bd4768f --- /dev/null +++ b/japanese/tkdesk/files/patch-aa @@ -0,0 +1,13 @@ +--- 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 new file mode 100644 index 0000000..7b7f371 --- /dev/null +++ b/japanese/tkdesk/files/patch-ab @@ -0,0 +1,48 @@ +--- 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 - |