summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-uidgid
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-uidgid
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-uidgid')
-rw-r--r--lang/tclX/files/patch-uidgid4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclX/files/patch-uidgid b/lang/tclX/files/patch-uidgid
index 900e7b5b9680..c5ef9187f9de 100644
--- a/lang/tclX/files/patch-uidgid
+++ b/lang/tclX/files/patch-uidgid
@@ -1,5 +1,5 @@
---- ../tcl/unix/tclXunixId.c Thu Dec 2 22:02:08 1999
-+++ ../tcl/unix/tclXunixId.c Fri Jan 10 17:36:50 2003
+--- unix/tclXunixId.c Thu Dec 2 22:02:08 1999
++++ unix/tclXunixId.c Fri Jan 10 17:36:50 2003
@@ -41,3 +41,3 @@
UseridToUsernameResult _ANSI_ARGS_((Tcl_Interp *interp,
- int userId));