summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-ad
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-06-27 23:23:20 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-06-27 23:23:20 +0000
commitad82eb27b87a2c255d02824838fc00132b8c27ea (patch)
treea3997e1956be69c25724b6879fceb291fffb13d8 /lang/tclX/files/patch-ad
parentFix up a few issues: (diff)
Upgrade tclX from 8.3.5 to 8.4 released last November after several
years of idleness. The changes are fairly substantial -- all Tk bits, however insignificant they were, are now removed completely, for example. No TclX enabled executable is built/installed either -- a Tcl script is expected to load the Tclx package via the "package require Tclx" only. The changes to port add the handling of SIGINFO (made possible by the recent fix-up of lang/tcl84), running the authors' test-target as part of the build, and skipping building/installing of help files in the NOPORTDOCS case. The devel/tcl-neo is the only dependant port of tclX and is updated to depend on the new version.
Notes
Notes: svn path=/head/; revision=166474
Diffstat (limited to 'lang/tclX/files/patch-ad')
-rw-r--r--lang/tclX/files/patch-ad72
1 files changed, 0 insertions, 72 deletions
diff --git a/lang/tclX/files/patch-ad b/lang/tclX/files/patch-ad
deleted file mode 100644
index 69011c45858b..000000000000
--- a/lang/tclX/files/patch-ad
+++ /dev/null
@@ -1,72 +0,0 @@
---- Common.mk.in.orig Sun Feb 6 18:54:02 2000
-+++ Common.mk.in Thu Jul 13 13:54:11 2000
-@@ -36,8 +36,7 @@
- #------------------------------------------------------------------------------
- # Programs and options used by build
- #
--CC = @CC@
--CFLAGS = @CFLAGS@ @TCL_CFLAGS_WARNING@ @TCL_EXTRA_CFLAGS@
-+CFLAGS += @TCL_CFLAGS_WARNING@ @TCL_EXTRA_CFLAGS@
- SYSCFLAGS = @SYSCFLAGS@
- RANLIB = @RANLIB@
- AR = ar
-@@ -115,6 +114,7 @@
- #------------------------------------------------------------------------------
- # Configuration information from tclConfig.sh.
- #
-+TCL_PREFIX = @TCL_PREFIX@
- TCL_BIN_DIR = @TCL_BIN_DIR@
- TCL_SRC_DIR = @TCL_SRC_DIR@
- TCL_LIB_DIR = @TCL_BIN_DIR@
-@@ -128,18 +128,19 @@
- TCL_SHLIB_LD = @TCL_SHLIB_LD@
- TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
- TCL_DBGX = @TCL_DBGX@
--TCL_BUILD_LIB_SPEC = @TCL_BUILD_LIB_SPEC@
-+TCL_BUILD_LIB_SPEC = @TCL_LIB_SPEC@
- TCL_LIB_SPEC = @TCL_LIB_SPEC@
--TCL_BUILD_STUB_LIB_SPEC = @TCL_BUILD_STUB_LIB_SPEC@
-+TCL_BUILD_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
- TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
- TCL_LD_SEARCH_FLAGS = @TCL_LD_SEARCH_FLAGS@
-
--TCL_GENERIC_DIR = ${TCL_SRC_DIR}/generic
--TCL_UNIX_DIR = ${TCL_SRC_DIR}/unix
-+TCL_GENERIC_DIR = ${TCL_PREFIX}/include/tcl${TCL_VERSION}/generic
-+TCL_UNIX_DIR = ${TCL_PREFIX}/include/tcl${TCL_VERSION}/unix
-
- #------------------------------------------------------------------------------
- # Configuration information from tkConfig.sh.
- #
-+TK_PREFIX = @TK_PREFIX@
- TK_BIN_DIR = @TK_BIN_DIR@
- TK_SRC_DIR = @TK_SRC_DIR@
- TK_LIB_DIR = @TK_BIN_DIR@
-@@ -150,23 +151,18 @@
- TK_XINCLUDES = @TK_XINCLUDES@
- TK_XLIBSW = @TK_XLIBSW@
- TK_DBGX = @TK_DBGX@
--TK_BUILD_LIB_SPEC = @TK_BUILD_LIB_SPEC@
-+TK_BUILD_LIB_SPEC = @TK_LIB_SPEC@
- TK_LIB_SPEC = @TK_LIB_SPEC@
--TK_BUILD_STUB_LIB_SPEC = @TK_BUILD_STUB_LIB_SPEC@
-+TK_BUILD_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@
- TK_STUB_LIB_SPEC = @TK_STUB_LIB_SPEC@
- TK_LD_SEARCH_FLAGS = @TK_LD_SEARCH_FLAGS@
-
--TK_GENERIC_DIR = ${TK_SRC_DIR}/generic
--TK_UNIX_DIR = ${TK_SRC_DIR}/unix
-+TK_GENERIC_DIR = ${TK_PREFIX}/include/tk${TK_VERSION}/generic
-+TK_UNIX_DIR = ${TK_PREFIX}/include/tk${TK_VERSION}/unix
-
- #------------------------------------------------------------------------------
- # Location of directories in TclX source and build trees.
- #
--TCL_GENERIC_DIR = ${TCL_SRC_DIR}/generic
--TCL_UNIX_DIR = ${TCL_SRC_DIR}/unix
--TCL_LIBRARY_DIR = ${TCL_SRC_DIR}/library
--TK_GENERIC_DIR = ${TK_SRC_DIR}/generic
--TK_UNIX_DIR = ${TK_SRC_DIR}/unix
-
- TCLX_GENERIC_DIR = ${srcbasedir}/tcl/generic
- TCLX_UNIX_SRC_DIR = ${srcbasedir}/tcl/unix