diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-27 03:54:30 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-27 03:54:30 +0000 |
commit | 463eb16b0ae3b0faeb462df2f074238b81be5871 (patch) | |
tree | 002481f4deedcefa7b4be06213e05704d2c913bf /dev-tcltk/tcllib/files | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-463eb16b0ae3b0faeb462df2f074238b81be5871.tar.gz gentoo-2-463eb16b0ae3b0faeb462df2f074238b81be5871.tar.bz2 gentoo-2-463eb16b0ae3b0faeb462df2f074238b81be5871.zip |
Version bumped.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tcltk/tcllib/files')
-rw-r--r-- | dev-tcltk/tcllib/files/digest-tcllib-1.7 | 1 | ||||
-rw-r--r-- | dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-tcltk/tcllib/files/digest-tcllib-1.7 b/dev-tcltk/tcllib/files/digest-tcllib-1.7 new file mode 100644 index 000000000000..d3c473adb429 --- /dev/null +++ b/dev-tcltk/tcllib/files/digest-tcllib-1.7 @@ -0,0 +1 @@ +MD5 b8d9d5da75f082d0e5b2949c2df3509b tcllib-1.7.tar.gz 1852796 diff --git a/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch b/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch new file mode 100644 index 000000000000..d65f25cd8c77 --- /dev/null +++ b/dev-tcltk/tcllib/files/tcllib-1.7-gentoo.patch @@ -0,0 +1,26 @@ +diff -Naur tcllib-1.7.orig/Makefile.in tcllib-1.7/Makefile.in +--- tcllib-1.7.orig/Makefile.in 2004-10-06 10:35:21.000000000 +0900 ++++ tcllib-1.7/Makefile.in 2005-03-27 12:48:02.238916520 +0900 +@@ -53,19 +53,19 @@ + -no-examples -no-html \ + -pkg-path $(DESTDIR)$(pkglibdir) \ + -nroff-path $(DESTDIR)$(mandir)/mann \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + install-libraries: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ + -pkg-path $(DESTDIR)$(pkglibdir) \ + -no-examples -no-html -no-nroff \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + install-doc: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \ + -nroff-path $(DESTDIR)$(mandir)/mann \ + -no-examples -no-pkgs -no-html \ +- -no-wait -no-gui ++ -no-wait -no-gui -no-apps + + test: + $(TCLSH_PROG) `$(CYGPATH) $(srcdir)/sak.tcl` test |