[clbuild-devel] patch for new packages

Jianshi Huang jianshi.huang at gmail.com
Tue Jan 15 19:27:11 UTC 2008


Hi

I've added several packages into clbuild and also changed some code in
clbuild script. I don't know how to create the patch so I'll just
paste the "darcs diff" result here.

Things I've changed in clbuild:

* put definition of build_options and run_options after the definition
of common_options
* remove '--disable-debugger' from build_options under the SBCL
configuration (there's a package lock warning when compiling lisa)

Packages I've added:

* s-xml-rpc
* zebu
* series
* lisa
* parse-html
* cl-opengl

Problems I've met:

* don't know how to specify the .asd file to be loaded when building a
package. (contextl comes with 3 .asd files, only 1 should be loaded)



And here's the diff:

diff -rN old-clbuild/clbuild new-clbuild/clbuild
131d130
<     build_options="-on-error exit $common_options"
133d131
<     run_options="-on-error exit $common_options"
143a142,143
>     build_options="-on-error exit $common_options"
>     run_options="-on-error exit $common_options"
170,171d169
<     build_optipons="$noinform --noprint --disable-debugger $common_options"
<     run_options="--disable-debugger $common_options"
181a180,181
>     build_options="$noinform --noprint $common_options"
>     run_options="--disable-debugger $common_options"
diff -rN old-clbuild/dependencies new-clbuild/dependencies
66a67,75
> s-sysdeps
> s-base64
> s-xml
> s-xml-rpc s-sysdeps s-base64 s-xml
> zebu
> series
> lisa
> parse-html
> cl-opengl cffi
diff -rN old-clbuild/projects new-clbuild/projects
96a97,111
>
> s-sysdeps        get_darcs http://www.beta9.be/darcs/s-sysdeps
> s-base64         get_darcs http://www.beta9.be/darcs/s-base64
> s-xml            get_cvs_clnet
> s-xml-rpc        get_cvs_clnet
>
> zebu             get_svn https://cl-net-snmp.svn.sourceforge.net/svnroot/cl-net-snmp/zebu/trunk
>
> series           get_cvs_full :pserver:anonymous at series.cvs.sourceforge.net:/cvsroot/series series
>
> lisa             get_cvs_full :pserver:anonymous at lisa.cvs.sourceforge.net:/cvsroot/lisa lisa
>
> parse-html       get_darcs http://common-lisp.net/project/bese/repos/parse-html
>
> cl-opengl        get_darcs http://common-lisp.net/~loliveira/darcs/cl-opengl-thomas



Cheers,
Jianshi



More information about the clbuild-devel mailing list