Tk Library Source Code

Artifact [031947b5a3]
Login

Artifact 031947b5a35ae03201c153a3f5d39d6f94c58915:

Attachment "tcllib.404917.diff" to ticket [411422ffff] added by andreas_kupries 2001-03-27 00:42:09.
? .aku
? LOG.0
? ChangeLog.orig.0
? modules/htmlparse.tar.gz
? modules/log/procs
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tcllib/tcllib/ChangeLog,v
retrieving revision 1.50
diff -u -r1.50 ChangeLog
--- ChangeLog	2001/03/26 16:50:20	1.50
+++ ChangeLog	2001/03/26 17:39:05
@@ -1,3 +1,10 @@
+2001-03-26  Tcl Project  <[email protected]>
+
+	* Makefile.in (install-libraries):  [Bug #404917]
+	  Added 'smtp' explictly to the list of modules for the full
+	  package index. It is part of the 'mime' directory and thus not
+	  automatically found / part of the list.
+
 2001-03-26  Andreas Kupries <[email protected]>
 
 	* Makefile.in: Added module 'htmlparse'.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/tcllib/tcllib/Makefile.in,v
retrieving revision 1.41
diff -u -r1.41 Makefile.in
--- Makefile.in	2001/03/26 16:50:20	1.41
+++ Makefile.in	2001/03/26 17:39:06
@@ -50,9 +50,11 @@
 # HTML generation API
 HTML=html
 
-# MIME encoder/decoder and SMTP package
-# These are modified/hacked to have a soft requirement for Trf:
-# They will encode/decode MIME messages faster if Trf is available.
+# MIME encoder/decoder and SMTP package. These are modified/hacked to
+# have a soft requirement for Trf: They will encode/decode MIME
+# messages faster if Trf is available.  Another speciality here: One
+# directory contains two packages! This requires a little hackery
+# when creating the full package index for tcllib.
 MIME=mime
 
 # URI parsing module
@@ -191,7 +193,9 @@
 		done; \
 	    fi; \
 	done;
-	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/mkIndex.tcl` `$(CYGPATH) $(pkglibdir)` tcllib $(VERSION) $(MODULES)
+	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/mkIndex.tcl` `$(CYGPATH) $(pkglibdir)` tcllib $(VERSION) $(MODULES) smtp
+
+# AK: Mar 26, 2001: Added 'smtp' explicitly to the list of modules (is part of 'mime').
 
 #========================================================================
 # Install documentation.  Unix manpages should go in the $(mandir)