diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-12-19 02:53:42 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-12-19 02:53:42 +0000 |
commit | 7fafa757de69325c7fbfe12833cd666b7e5448c3 (patch) | |
tree | 294fab0dfd44d8eaa9154677807cf10921b48236 /devel/tcllib/files | |
parent | - Add optional GTK2 support. (diff) |
Upgrade from 1.3 to 1.4 released in May... Switch to .tar.bz2. Regenerate
the list of man-pages.
Notes
Notes:
svn path=/head/; revision=96176
Diffstat (limited to 'devel/tcllib/files')
-rw-r--r-- | devel/tcllib/files/patch-doc | 37 | ||||
-rw-r--r-- | devel/tcllib/files/patch-test | 17 |
2 files changed, 0 insertions, 54 deletions
diff --git a/devel/tcllib/files/patch-doc b/devel/tcllib/files/patch-doc deleted file mode 100644 index c5878cf72932..000000000000 --- a/devel/tcllib/files/patch-doc +++ /dev/null @@ -1,37 +0,0 @@ - . Don't install the redundant HTML-formatted documentation. - . Use the correct tclsh executable. - ---- Makefile.in Mon Jun 10 19:14:53 2002 -+++ Makefile.in Sun Feb 23 12:28:49 2003 -@@ -234,9 +234,5 @@ - - # Generation of documentation is platform dependent --doc: -- $(MAKE) html-doc -- if [ `echo 'puts $$tcl_platform(platform) ; exit' | $(TCLSH_PROG)` = unix ] ; then \ -- $(MAKE) nroff-doc ; \ -- fi -+doc: nroff-doc - - install: all install-libraries install-doc -@@ -273,11 +269,6 @@ - install-doc: doc - @echo Installing documentation for $(PACKAGE) -- @if [ `echo 'puts $$tcl_platform(platform) ; exit' | $(TCLSH_PROG)` = unix ] ; then \ -- $(mkinstalldirs) $(mandir)/mann ; \ -- for f in doc/nroff/*.n ; do cp -f $$f $(mandir)/mann ; done ; \ -- $(INSTALL_DATA) $(srcdir)/man.macros $(mandir) ; \ -- fi -- $(mkinstalldirs) $(pkglibdir)/htmldoc -- cp doc/html/*.html $(pkglibdir)/htmldoc -+ ${BSD_INSTALL_MAN} doc/nroff/*.n $(mandir)/mann -+ $(INSTALL_DATA) $(srcdir)/man.macros $(mandir) - - test: -@@ -398,5 +389,5 @@ - #======================================================================== - --DOC_EXP=$(srcdir)/modules/doctools/mpexpand -+DOC_EXP=${TCLSH_PROG} $(srcdir)/modules/doctools/mpexpand - - ## Parameters: diff --git a/devel/tcllib/files/patch-test b/devel/tcllib/files/patch-test deleted file mode 100644 index bdefaf54f350..000000000000 --- a/devel/tcllib/files/patch-test +++ /dev/null @@ -1,17 +0,0 @@ ---- all.tcl Mon Jan 21 12:55:22 2002 -+++ all.tcl Mon Jan 28 14:30:41 2002 -@@ -122,4 +122,5 @@ - # import the auto_path from the parent interp, so "package require" works - $c eval { -+ set ::argv0 [pSet ::argv0] - set ::tcllibModule [pSet module] - set auto_path [pSet auto_path] ---- modules/comm/comm.test Mon Jun 10 19:14:56 2002 -+++ modules/comm/comm.test Sun Feb 23 11:25:48 2003 -@@ -29,5 +29,5 @@ - - makeFile { -- puts [set fh [open ~/foo w]] $argv ; close $fh -+ puts [set fh [open [pwd]/TemporaryFile w]] $argv ; close $fh - - source [lindex $argv 0].tcl ; # load 'comm' |