OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jul-2003 10:51:45
Branch: HEAD Handle: 2003072209514500
Added files:
openpkg-src/tcl tcl.patch
Modified files:
openpkg-src/tcl tcl.spec
Log:
fix Makefile to be compatible with standard make
Summary:
Revision Changes Path
1.1 +23 -0 openpkg-src/tcl/tcl.patch
1.38 +2 -0 openpkg-src/tcl/tcl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.patch
============================================================================
$ cvs diff -u -r0 -r1.1 tcl.patch
--- /dev/null 2003-07-22 10:51:45.000000000 +0200
+++ tcl.patch 2003-07-22 10:51:45.000000000 +0200
@@ -0,0 +1,23 @@
+--- tcl8.4.4/unix/Makefile.in.dist 2003-07-22 10:32:06.000000000 +0200
++++ tcl8.4.4/unix/Makefile.in 2003-07-22 10:33:10.000000000 +0200
+@@ -1343,12 +1343,15 @@
+ # TOOL_DIR.
+ #
+
+-html-tcl: EXTRA_HTML_ARGS=--tcl
+-html-tk: EXTRA_HTML_ARGS=--tk
+-
+-html html-tcl html-tk:
++html:
++ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
++ --srcdir=$(TOP_DIR)/..
++html-tcl:
++ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
++ --srcdir=$(TOP_DIR)/.. --tcl
++html-tk:
+ $(TCL_EXE) $(TOOL_DIR)/tcltk-man2html.tcl --htmldir=$(DISTDIR)/html \
+- --srcdir=$(TOP_DIR)/.. $(EXTRA_HTML_ARGS)
++ --srcdir=$(TOP_DIR)/.. --tk
+
+ #
+ # Target to create a Macintosh version of the distribution. This will
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tcl/tcl.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 tcl.spec
--- openpkg-src/tcl/tcl.spec 22 Jul 2003 06:19:33 -0000 1.37
+++ openpkg-src/tcl/tcl.spec 22 Jul 2003 08:51:45 -0000 1.38
@@ -46,6 +46,7 @@
# list of sources
Source0:
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tcl%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
Source1:
ftp://ftp.scriptics.com/pub/tcl/tcl%{V_major}_%{V_minor}/tk%{V_major}.%{V_minor}.%{V_level}-src.tar.gz
+Patch0: tcl.patch
# build information
Prefix: %{l_prefix}
@@ -66,6 +67,7 @@
%prep
%setup0 -q -c -n tcl-%{V_major}.%{V_minor}.%{V_level}
%setup1 -q -T -D -a 1
+ %patch0
%build
# build Tcl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]