CVS: moonbase/devel/metakit BUILD,1.1.1.1,1.2 DEPENDS,1.1,1.2

jmhodges at lunar-linux.org jmhodges at lunar-linux.org
Sat Aug 2 06:11:37 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/metakit
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1146

Modified Files:
	BUILD DEPENDS 
Log Message:
metakit sucks, if a version bump happens ill be estactic because this is 
an ugly ass BUILD.  metakit's python support had hardcoded paths to 
python 2.2 and a variable rename in python borked things (LONG_LONG is 
now PY_LONG_LONG). 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/metakit/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ BUILD	2 Aug 2003 06:11:35 -0000	1.2
@@ -1,7 +1,11 @@
 (
  #protect from ccache
  unset CC CXX                                    &&
- cd builds
+ cd builds &&
+sedit 's/python2.2/python2.3/' ../unix/configure &&
+sedit 's/python2.2/python2.3/' ../unix/configure.in &&
+sedit 's/LONG_LONG/PY_LONG_LONG/' ../python/scxx/* &&
+sedit 's/LONG_LONG/PY_LONG_LONG/' ../python/* &&
  ../unix/configure  --prefix=/usr                 \
                     --sysconfdir=/etc             \
                     --localstatedir=/var          \

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/metakit/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	5 Apr 2003 16:50:34 -0000	1.1
+++ DEPENDS	2 Aug 2003 06:11:35 -0000	1.2
@@ -1 +1,2 @@
-optional_depends "Python" "--with-python=/usr" "" "for Mk4py extensions"
+optional_depends "Python" "--with-python=/usr" "" "for Mk4py extensions" &&
+optional_depends "tcl-tk" "--with-tcl=/usr/include/" "" "for Tcl support"




More information about the Lunar-commits mailing list