[Pkg-tcltk-commits] r1121 - in tcl8.5/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Mar 2 18:17:48 UTC 2011
Author: sgolovan
Date: 2011-03-02 18:17:46 +0000 (Wed, 02 Mar 2011)
New Revision: 1121
Modified:
tcl8.5/trunk/debian/changelog
tcl8.5/trunk/debian/control
tcl8.5/trunk/debian/copyright
tcl8.5/trunk/debian/patches/confsearch.diff
tcl8.5/trunk/debian/patches/manpages.diff
tcl8.5/trunk/debian/patches/mips.diff
tcl8.5/trunk/debian/patches/non-linux.diff
tcl8.5/trunk/debian/patches/rpath.diff
tcl8.5/trunk/debian/patches/series
tcl8.5/trunk/debian/patches/tcllibrary.diff
tcl8.5/trunk/debian/patches/tclpackagepath.diff
tcl8.5/trunk/debian/patches/tclport.diff
tcl8.5/trunk/debian/patches/tclprivate.diff
tcl8.5/trunk/debian/rules
tcl8.5/trunk/debian/tcl8.5-dev.files
Log:
[tcl8.5]
* Merged changes from an experimental branch.
* Moved /usr/share/tcltk/tcl8.5/tclConfig.sh back to the /usr/lib/tcl8.5
directory because it is architecture dependent (closes: #611650).
Modified: tcl8.5/trunk/debian/changelog
===================================================================
--- tcl8.5/trunk/debian/changelog 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/changelog 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,9 +1,21 @@
-tcl8.5 (8.5.8-3) UNRELEASED; urgency=low
+tcl8.5 (8.5.9-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Moved /usr/share/tcltk/tcl8.5/tclConfig.sh back to the /usr/lib/tcl8.5
+ directory because it is architecture dependent (closes: #611650).
- -- Sergei Golovan <sgolovan at debian.org> Sun, 22 Nov 2009 14:36:15 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 02 Mar 2011 21:16:30 +0300
+tcl8.5 (8.5.9-1) experimental; urgency=low
+
+ * New upstream release.
+ * Removed patch which fixed FTBFS on MIPS architectures as it is no longer
+ needed.
+ * Fixed license in debian/copyright.
+ * Bumped standards version to 3.9.1.
+ * Added ${misc:Depends} to debian/control.
+
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 05 Nov 2010 13:33:59 +0300
+
tcl8.5 (8.5.8-2) unstable; urgency=low
* Fixed building on MIPS architectures. The upstream changes in 8.5.8
Modified: tcl8.5/trunk/debian/control
===================================================================
--- tcl8.5/trunk/debian/control 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/control 2011-03-02 18:17:46 UTC (rev 1121)
@@ -4,14 +4,14 @@
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
Homepage: http://www.tcl.tk/
Package: tcl8.5
Section: interpreters
Priority: optional
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tcl74 (<= 7.4p3-2)
Provides: tclsh
Suggests: tclreadline
@@ -24,6 +24,7 @@
Section: doc
Priority: optional
Architecture: all
+Depends: ${misc:Depends}
Suggests: tcl8.5
Conflicts: tcldoc, tcl8.3-doc, tcl8.4-doc
Provides: tcldoc
@@ -35,7 +36,7 @@
Section: devel
Priority: optional
Architecture: any
-Depends: tcl8.5 (= ${binary:Version})
+Depends: tcl8.5 (= ${binary:Version}), ${misc:Depends}
Suggests: tcl8.5-doc
Description: Tcl (the Tool Command Language) v8.5 - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
Modified: tcl8.5/trunk/debian/copyright
===================================================================
--- tcl8.5/trunk/debian/copyright 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/copyright 2011-03-02 18:17:46 UTC (rev 1121)
@@ -70,7 +70,7 @@
are acquiring the software on behalf of the Department of Defense, the
software shall be classified as "Commercial Computer Software" and the
Government shall have only "Restricted Rights" as defined in Clause
-252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+252.227-7013 (b) (3) of DFARs. Notwithstanding the foregoing, the
authors grant the U.S. Government and others acting in its behalf
permission to use and distribute the software in accordance with the
terms specified in this license.
Modified: tcl8.5/trunk/debian/patches/confsearch.diff
===================================================================
--- tcl8.5/trunk/debian/patches/confsearch.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/confsearch.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -2,21 +2,21 @@
and tkConfig.sh in /usr/share/tcltk/tk8.5 where they are located in Debian
installation.
---- tcl8.5-8.5.8.orig/unix/tcl.m4
-+++ tcl8.5-8.5.8/unix/tcl.m4
+--- tcl8.5-8.5.9.orig/unix/tcl.m4
++++ tcl8.5-8.5.9/unix/tcl.m4
@@ -93,6 +93,7 @@
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
+ `ls -d /usr/share/tcltk/tcl8.5 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
+ `ls -d /usr/lib64 2>/dev/null` \
; do
- if test -f "$i/tclConfig.sh" ; then
-@@ -223,6 +224,7 @@
+@@ -224,6 +225,7 @@
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
+ `ls -d /usr/share/tcltk/tk8.5 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
+ `ls -d /usr/lib64 2>/dev/null` \
; do
- if test -f "$i/tkConfig.sh" ; then
Modified: tcl8.5/trunk/debian/patches/manpages.diff
===================================================================
--- tcl8.5/trunk/debian/patches/manpages.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/manpages.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -2,22 +2,22 @@
aren't installed by upstream script but are referenced inside other
manual pages.
---- tcl8.5-8.5.8.orig/unix/installManPage
-+++ tcl8.5-8.5.8/unix/installManPage
-@@ -48,8 +48,16 @@
- *.n) SECTION=n ;;
+--- tcl8.5-8.5.9.orig/unix/installManPage
++++ tcl8.5-8.5.9/unix/installManPage
+@@ -91,8 +91,16 @@
+ exit 2 ;;
esac
-+NAME=`basename $MANPAGE .$SECTION`
- SRCDIR=`dirname $MANPAGE`
++Name=`basename $ManPage .$Section`
+ SrcDir=`dirname $ManPage`
-+SPECIALS="DString Thread Notifier RegExp"
-+for n in $SPECIALS; do
-+ if [ "$NAME" = "$n" ] ; then
-+ NAMES="$n $NAMES"
++Specials="DString Thread Notifier RegExp"
++for n in $Specials; do
++ if [ "$Name" = "$n" ] ; then
++ Names="$n $Names"
+ fi
+done
+
- FIRST=""
- for f in $NAMES; do
- f=$f.$SECTION$SUFFIX
+ ########################################################################
+ ### Process Page to Create Target Pages
+ ###
Modified: tcl8.5/trunk/debian/patches/mips.diff
===================================================================
--- tcl8.5/trunk/debian/patches/mips.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/mips.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,23 +0,0 @@
-Patch by Sergei Golovan "fixes" building Tcl 8.5.8 for MIPS architectures
-until a proper solution isn't suggested.
-
---- tcl8.5-8.5.8.orig/generic/tclStrToD.c
-+++ tcl8.5-8.5.8/generic/tclStrToD.c
-@@ -73,7 +73,7 @@
- * MIPS floating-point units need special settings in control registers
- * to use gradual underflow as we expect.
- */
--#if defined(__mips)
-+#if 0 && defined(__mips)
- #include <sys/fpu.h>
- #endif
- /*
-@@ -2166,7 +2166,7 @@
- } bitwhack;
- #endif
-
--#if defined(__mips)
-+#if 0 && defined(__mips)
- union fpc_csr mipsCR;
-
- mipsCR.fc_word = get_fpc_csr();
Modified: tcl8.5/trunk/debian/patches/non-linux.diff
===================================================================
--- tcl8.5/trunk/debian/patches/non-linux.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/non-linux.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,8 +1,8 @@
Patch by Sergei Golovan (originally by Mike Markley and Chris Waters) fixes
building on non-linux Debian architectures.
---- tcl8.5-8.5.8.orig/unix/configure
-+++ tcl8.5-8.5.8/unix/configure
+--- tcl8.5-8.5.9.orig/unix/configure
++++ tcl8.5-8.5.9/unix/configure
@@ -6536,6 +6536,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
@@ -13,7 +13,7 @@
fi
fi
-@@ -7340,7 +7343,7 @@
+@@ -7317,7 +7320,7 @@
fi
;;
@@ -22,8 +22,8 @@
SHLIB_CFLAGS="-fPIC"
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
---- tcl8.5-8.5.8.orig/unix/Makefile.in
-+++ tcl8.5-8.5.8/unix/Makefile.in
+--- tcl8.5-8.5.9.orig/unix/Makefile.in
++++ tcl8.5-8.5.9/unix/Makefile.in
@@ -172,6 +172,7 @@
SHLIB_LD = @SHLIB_LD@
SHLIB_CFLAGS = @SHLIB_CFLAGS@
@@ -32,9 +32,9 @@
TCL_SHLIB_LD_EXTRAS = @TCL_SHLIB_LD_EXTRAS@
SHLIB_SUFFIX = @SHLIB_SUFFIX@
---- tcl8.5-8.5.8.orig/unix/tcl.m4
-+++ tcl8.5-8.5.8/unix/tcl.m4
-@@ -962,6 +962,9 @@
+--- tcl8.5-8.5.9.orig/unix/tcl.m4
++++ tcl8.5-8.5.9/unix/tcl.m4
+@@ -964,6 +964,9 @@
if test "`uname -s`" = "AIX" ; then
tcl_cv_sys_version=AIX-`uname -v`.`uname -r`
fi
@@ -44,7 +44,7 @@
fi
fi
])
-@@ -1422,7 +1425,7 @@
+@@ -1410,7 +1413,7 @@
])
])
;;
Modified: tcl8.5/trunk/debian/patches/rpath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/rpath.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/rpath.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,9 +1,9 @@
Patch by Chris Waters removes -rpath from search flags and adds -soname
to library build options.
---- tcl8.5-8.5.8.orig/unix/configure
-+++ tcl8.5-8.5.8/unix/configure
-@@ -7351,6 +7351,9 @@
+--- tcl8.5-8.5.9.orig/unix/configure
++++ tcl8.5-8.5.9/unix/configure
+@@ -7328,6 +7328,9 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
@@ -13,9 +13,9 @@
SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
DL_OBJS="tclLoadDl.o"
DL_LIBS="-ldl"
---- tcl8.5-8.5.8.orig/unix/Makefile.in
-+++ tcl8.5-8.5.8/unix/Makefile.in
-@@ -729,7 +729,10 @@
+--- tcl8.5-8.5.9.orig/unix/Makefile.in
++++ tcl8.5-8.5.9/unix/Makefile.in
+@@ -726,7 +726,10 @@
fi
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
@@INSTALL_LIB@
@@ -24,12 +24,12 @@
+ ln -sf $(LIB_FILE).0 "$(LIB_INSTALL_DIR)"/$(LIB_FILE)
+ ln -sf "$(LIB_INSTALL_DIR)"/$(LIB_FILE).0 ./
+ @chmod 555 "$(LIB_INSTALL_DIR)"/$(LIB_FILE).0
- @if test "$(TCL_BUILD_EXP_FILE)" != ""; then \
- echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
- $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
---- tcl8.5-8.5.8.orig/unix/tcl.m4
-+++ tcl8.5-8.5.8/unix/tcl.m4
-@@ -1433,6 +1433,9 @@
+ @echo "Installing ${TCL_EXE} as $(BIN_INSTALL_DIR)/tclsh$(VERSION)@EXEEXT@"
+ @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)"/tclsh$(VERSION)@EXEEXT@
+ @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/"
+--- tcl8.5-8.5.9.orig/unix/tcl.m4
++++ tcl8.5-8.5.9/unix/tcl.m4
+@@ -1421,6 +1421,9 @@
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
Modified: tcl8.5/trunk/debian/patches/series
===================================================================
--- tcl8.5/trunk/debian/patches/series 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/series 2011-03-02 18:17:46 UTC (rev 1121)
@@ -6,4 +6,3 @@
rpath.diff
non-linux.diff
manpages.diff
-mips.diff
Modified: tcl8.5/trunk/debian/patches/tcllibrary.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tcllibrary.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/tcllibrary.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,6 +1,6 @@
---- tcl8.5-8.5.8.orig/unix/configure
-+++ tcl8.5-8.5.8/unix/configure
-@@ -18808,7 +18808,7 @@
+--- tcl8.5-8.5.9.orig/unix/configure
++++ tcl8.5-8.5.9/unix/configure
+@@ -18740,7 +18740,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -9,9 +9,9 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.5-8.5.8.orig/unix/configure.in
-+++ tcl8.5-8.5.8/unix/configure.in
-@@ -734,7 +734,7 @@
+--- tcl8.5-8.5.9.orig/unix/configure.in
++++ tcl8.5-8.5.9/unix/configure.in
+@@ -736,7 +736,7 @@
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
@@ -20,8 +20,8 @@
PRIVATE_INCLUDE_DIR='$(includedir)'
HTML_DIR='$(DISTDIR)/html'
---- tcl8.5-8.5.8.orig/library/init.tcl
-+++ tcl8.5-8.5.8/library/init.tcl
+--- tcl8.5-8.5.9.orig/library/init.tcl
++++ tcl8.5-8.5.9/library/init.tcl
@@ -48,7 +48,7 @@
}
namespace eval tcl {
Modified: tcl8.5/trunk/debian/patches/tclpackagepath.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclpackagepath.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/tclpackagepath.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -2,9 +2,9 @@
without adding /usr/lib to it. It helps to put the policy compliant value to
::tcl_pkgPath variable and to TCL_PACKAGE_PATH variable in tclConfig.sh.
---- tcl8.5-8.5.8.orig/unix/configure
-+++ tcl8.5-8.5.8/unix/configure
-@@ -18945,9 +18945,9 @@
+--- tcl8.5-8.5.9.orig/unix/configure
++++ tcl8.5-8.5.9/unix/configure
+@@ -18863,9 +18863,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
@@ -16,9 +16,9 @@
fi
#--------------------------------------------------------------------
---- tcl8.5-8.5.8.orig/unix/configure.in
-+++ tcl8.5-8.5.8/unix/configure.in
-@@ -833,9 +833,9 @@
+--- tcl8.5-8.5.9.orig/unix/configure.in
++++ tcl8.5-8.5.9/unix/configure.in
+@@ -821,9 +821,9 @@
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl /System/Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then
Modified: tcl8.5/trunk/debian/patches/tclport.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclport.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/tclport.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,14 +1,14 @@
Patch by Stanislav Maslovski <stanislav.maslovski at gmail.com>.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488491
---- tcl8.5-8.5.8.orig/generic/tclPort.h
-+++ tcl8.5-8.5.8/generic/tclPort.h
+--- tcl8.5-8.5.9.orig/generic/tclPort.h
++++ tcl8.5-8.5.9/generic/tclPort.h
@@ -24,7 +24,7 @@
- #if defined(__WIN32__)
- # include "tclWinPort.h"
- #else
+ #endif
+ #include "tcl.h"
+ #if !defined(_WIN32)
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
- #if !defined(LLONG_MIN)
+ #if defined(__CYGWIN__)
Modified: tcl8.5/trunk/debian/patches/tclprivate.diff
===================================================================
--- tcl8.5/trunk/debian/patches/tclprivate.diff 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/patches/tclprivate.diff 2011-03-02 18:17:46 UTC (rev 1121)
@@ -2,9 +2,9 @@
with Tcl sources to a subdirectory of /usr/include/tcl8.4 (debian/rules
puts private Tcl headers there).
---- tcl8.5-8.5.8.orig/unix/tclConfig.sh.in
-+++ tcl8.5-8.5.8/unix/tclConfig.sh.in
-@@ -111,7 +111,7 @@
+--- tcl8.5-8.5.9.orig/unix/tclConfig.sh.in
++++ tcl8.5-8.5.9/unix/tclConfig.sh.in
+@@ -102,7 +102,7 @@
# String to pass to linker to pick up the Tcl library from its
# build directory.
@@ -13,7 +13,7 @@
# String to pass to linker to pick up the Tcl library from its
# installed directory.
-@@ -146,7 +146,7 @@
+@@ -137,7 +137,7 @@
# different place than the directory containing the source files, this
# points to the location of the sources, not the location where Tcl was
# compiled.
@@ -22,7 +22,7 @@
# List of standard directories in which to look for packages during
# "package require" commands. Contains the "prefix" directory plus also
-@@ -164,14 +164,14 @@
+@@ -155,14 +155,14 @@
# String to pass to linker to pick up the Tcl stub library from its
# build directory.
Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/rules 2011-03-02 18:17:46 UTC (rev 1121)
@@ -98,7 +98,8 @@
cp unix/libtcl$(v).a debian/tmp/usr/lib
#mv debian/tmp/usr/lib/libtcl$(v).so debian/tmp/usr/lib/libtcl$(v).so.0
#ln -sf libtcl$(v).so.0 debian/tmp/usr/lib/libtcl$(v).so
- mv debian/tmp/usr/lib/*.sh debian/tmp/usr/share/tcltk/tcl$(v)
+ mkdir debian/tmp/usr/lib/tcl$(v)
+ mv debian/tmp/usr/lib/*.sh debian/tmp/usr/lib/tcl$(v)
cp unix/tcl.m4 debian/tmp/usr/share/tcltk/tcl$(v)/tcl.m4
rm -f debian/tmp/usr/share/tcltk/tcl$(v)/ldAix
# Fix up the include files.
@@ -158,13 +159,9 @@
dh_testdir -a
dh_testroot -a
dh_movefiles -a
- # now, fix up file locations for .sh and .m4
+ # now, fix up file locations for .m4
mv debian/tcl$(v)/usr/share/tcltk/tcl$(v)/tcl.m4 \
debian/tcl$(v)-dev/usr/share/aclocal/tcl$(v).m4
- mv debian/tcl$(v)/usr/share/tcltk/tcl$(v)/tclConfig.sh \
- debian/tcl$(v)-dev/usr/share/tcltk/tcl$(v)
- ln -s ../../share/tcltk/tcl$(v)/tclConfig.sh \
- debian/tcl$(v)-dev/usr/lib/tcl$(v)/tclConfig.sh
dh_installdocs -a
dh_installmenu -a
dh_installchangelogs -a ChangeLog
@@ -186,8 +183,8 @@
binary: binary-indep binary-arch
get-orig-source:
- wget -O tcl8.5_8.5.8.orig.tar.gz \
- http://prdownloads.sourceforge.net/tcl/tcl8.5.8-src.tar.gz
+ wget -O tcl8.5_8.5.9.orig.tar.gz \
+ http://prdownloads.sourceforge.net/tcl/tcl8.5.9-src.tar.gz
.PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source
Modified: tcl8.5/trunk/debian/tcl8.5-dev.files
===================================================================
--- tcl8.5/trunk/debian/tcl8.5-dev.files 2011-02-06 14:36:35 UTC (rev 1120)
+++ tcl8.5/trunk/debian/tcl8.5-dev.files 2011-03-02 18:17:46 UTC (rev 1121)
@@ -1,3 +1,4 @@
usr/include
usr/lib/*.a
usr/lib/*.so
+usr/lib/tcl8.5
More information about the Pkg-tcltk-commits
mailing list