diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-05-13 22:21:45 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-05-13 22:21:45 +0000 |
commit | 5d45a41ed5076e8f3d7d50d5ff91aa5d8bd47149 (patch) | |
tree | 7501298ababc7f93d3b6673027e8330fd05d6c11 /dev-tcltk/tclcl | |
parent | stable on hppa (diff) | |
download | historical-5d45a41ed5076e8f3d7d50d5ff91aa5d8bd47149.tar.gz historical-5d45a41ed5076e8f3d7d50d5ff91aa5d8bd47149.tar.bz2 historical-5d45a41ed5076e8f3d7d50d5ff91aa5d8bd47149.zip |
Fixed http.tcl library location.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-tcltk/tclcl')
-rw-r--r-- | dev-tcltk/tclcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/tclcl/Manifest | 5 | ||||
-rw-r--r-- | dev-tcltk/tclcl/files/tclcl-1.16-http.patch | 22 | ||||
-rw-r--r-- | dev-tcltk/tclcl/tclcl-1.16.ebuild | 8 |
4 files changed, 37 insertions, 4 deletions
diff --git a/dev-tcltk/tclcl/ChangeLog b/dev-tcltk/tclcl/ChangeLog index 7c6440ea37dd..0cc41cdd45c3 100644 --- a/dev-tcltk/tclcl/ChangeLog +++ b/dev-tcltk/tclcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/tclcl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.8 2005/04/03 13:56:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/ChangeLog,v 1.9 2005/05/13 22:21:45 matsuu Exp $ + + 13 May 2005; MATSUU Takuto <matsuu@gentoo.org> + +files/tclcl-1.16-http.patch, tclcl-1.16.ebuild: + Fixed http.tcl library location. *tclcl-1.16 (03 Apr 2005) diff --git a/dev-tcltk/tclcl/Manifest b/dev-tcltk/tclcl/Manifest index 7bd5fcea4496..526ca647f27a 100644 --- a/dev-tcltk/tclcl/Manifest +++ b/dev-tcltk/tclcl/Manifest @@ -1,7 +1,8 @@ MD5 81374db23a8955e7c810c778db1a422d tclcl-1.15.ebuild 1221 -MD5 7f7a9851ea91f4990fc8a91e1bf64df8 ChangeLog 1154 +MD5 8d09d271ab1a9f3258cb7a722e7b215d ChangeLog 1290 MD5 43e377139ff5f3b7415b94a8c8d5260d metadata.xml 158 -MD5 9d9b8e0762d37960d7717ca13e2673a1 tclcl-1.16.ebuild 982 +MD5 c230bd3555fcd13928e88114ba47481b tclcl-1.16.ebuild 1058 MD5 867b075f7f3c38a720b2d9bb28a5da34 files/tclcl-1.15-gcc34.patch 7960 MD5 41adc84ac6cad0bee07580c916d9450f files/digest-tclcl-1.15 66 MD5 1cd3f65a7b63c29686cf740bc7ff2bb8 files/digest-tclcl-1.16 66 +MD5 66d2ecc74612a2998970011f3c427428 files/tclcl-1.16-http.patch 804 diff --git a/dev-tcltk/tclcl/files/tclcl-1.16-http.patch b/dev-tcltk/tclcl/files/tclcl-1.16-http.patch new file mode 100644 index 000000000000..2e7c79b3b47f --- /dev/null +++ b/dev-tcltk/tclcl/files/tclcl-1.16-http.patch @@ -0,0 +1,22 @@ +diff -Naur tclcl-1.16.orig/conf/configure.in.tcl tclcl-1.16/conf/configure.in.tcl +--- tclcl-1.16.orig/conf/configure.in.tcl 2005-01-04 06:33:01.000000000 +0900 ++++ tclcl-1.16/conf/configure.in.tcl 2005-05-14 07:02:53.000000000 +0900 +@@ -178,6 +178,7 @@ + tcl_http_places=" \ + $V_LIBRARY_TCL \ + $V_LIBRARY_TCL/http \ ++ $V_LIBRARY_TCL/http2.5 \ + $V_LIBRARY_TCL/http2.4 \ + $V_LIBRARY_TCL/http2.3 \ + $V_LIBRARY_TCL/http2.1 \ +diff -Naur tclcl-1.16.orig/configure tclcl-1.16/configure +--- tclcl-1.16.orig/configure 2005-01-20 05:58:48.000000000 +0900 ++++ tclcl-1.16/configure 2005-05-14 07:03:06.000000000 +0900 +@@ -5531,6 +5531,7 @@ + tcl_http_places=" \ + $V_LIBRARY_TCL \ + $V_LIBRARY_TCL/http \ ++ $V_LIBRARY_TCL/http2.5 \ + $V_LIBRARY_TCL/http2.4 \ + $V_LIBRARY_TCL/http2.3 \ + $V_LIBRARY_TCL/http2.1 \ diff --git a/dev-tcltk/tclcl/tclcl-1.16.ebuild b/dev-tcltk/tclcl/tclcl-1.16.ebuild index 430592f0fdd3..4a304fe47a6d 100644 --- a/dev-tcltk/tclcl/tclcl-1.16.ebuild +++ b/dev-tcltk/tclcl/tclcl-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.16.ebuild,v 1.1 2005/04/03 13:56:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclcl/tclcl-1.16.ebuild,v 1.2 2005/05/13 22:21:45 matsuu Exp $ inherit eutils @@ -18,6 +18,12 @@ DEPEND=">=dev-lang/tcl-8.3.2 >=dev-lang/tk-8.3.2 >=dev-tcltk/otcl-1.0.8" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-http.patch +} + src_compile() { local tclv tkv myconf |