CVS: moonbase/web/elinks BUILD,1.1,1.2 DEPENDS,1.2,1.3

Terry Chan tchan at lunar-linux.org
Fri Dec 26 16:46:44 GMT 2003


Update of /var/cvs/lunar/moonbase/web/elinks
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5894

Modified Files:
	BUILD DEPENDS 
Log Message:
Removed guile as an optional-depends.  Guile is not fully supported in
elinks (see the note in their ./configure script.  That and it needs
guile-1.4 scripts otherwise its broken.  Fixed BUILD to disable guile.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/elinks/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	11 Nov 2003 05:56:51 -0000	1.1
+++ BUILD	26 Dec 2003 16:46:42 -0000	1.2
@@ -1,9 +1,11 @@
 (
+# NOTE guile support is incomplete in elinks.  Enable it at your own risk!
   mkdir -p elinks-build &&
   cd elinks-build &&
   ../configure --prefix=/usr            \
               --infodir=/usr/share/info \
               --mandir=/usr/share/man	\
+              --without-guile           \
               $OPTS
 
   default_make

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/elinks/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	11 Nov 2003 05:59:25 -0000	1.2
+++ DEPENDS	26 Dec 2003 16:46:42 -0000	1.3
@@ -2,11 +2,6 @@
 depends  gzip    &&
 depends  zlib    &&
 
-optional_depends  "guile"                 \
-                  "--with-guile"          \
-                  "--without-guile"       \
-                  "plugin extensions"
-
 optional_depends  "openssl"               \
                   "--with-openssl"        \
                   "--without-openssl"     \




More information about the Lunar-commits mailing list