[Mapserver-dev] 4.2.3 release for bug 707?
Sean Gillies
sgillies at frii.com
Wed Aug 25 13:09:05 EDT 2004
--Apple-Mail-2--817571421
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
On Aug 25, 2004, at 10:42 AM, Daniel Morissette wrote:
> Steve Lime wrote:
>> I've no objection to a 4.2.3 release yet this week. Are there other
>> patches to 4.2 that
>> should be applied before this happens? Seems like that version is
>> pretty stable...
>
> There was bug 426, but I took care of it a few minutes ago, so you can
> go ahead when you're ready.
>
Steve,
Please remember that I made some changes to the build script for 4.2.2.
Did you incorporate them into the official script? Am attaching that
script for you.
Sean
--
Sean Gillies
sgillies at frii dot com
http://users.frii.com/sgillies
--Apple-Mail-2--817571421
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
x-unix-mode=0700;
name="release-4.2.2.csh"
Content-Disposition: attachment;
filename=release-4.2.2.csh
#!/bin/csh
setenv CVSROOT /data2/cvsroot
unalias rm
cvs -Q export -r rel-4-2-2 mapserver
mv mapserver mapserver-4.2.2
cd mapserver-4.2.2
rm -rf gdft
flex -Pmsyy -i -omaplexer.c maplexer.l
bison -p msyy -d -omapparser.c mapparser.y
cd mapscript/perl
swig -perl5 -shadow -outdir . -o mapscript_wrap.c ../mapscript.i
# =====================================================================
# Create Python module wrappers
cd ../python
# ---------------------------------------------------------------------
# old school wrapper for Python 2.1 or older
swig -python -shadow -outdir . -o mapscript_wrap.c ../mapscript.i
# ---------------------------------------------------------------------
# modern wrapper for Python 2.2+
#
# the Python setup.py script will try to use modern_mapscript_wrap.c
# if it exists.
# test to see if swig supports modern
set num = `swig -python -help |& grep -c '\-modern'`
# if so, run swig again
if ($num =~ "1") mkdir modern; swig -python -modern -outdir modern -o modern/mapscript_wrap.c ../mapscript.i
# =====================================================================
# End Python wrappers
# cd ../java
# cd ../tcl
cd ../../..
tar cf mapserver-4.2.2.tar mapserver-4.2.2
gzip *.tar
cp mapserver-4.2.2.tar.gz /data2/web-docs/ms-cvs/docs/dist
chmod 755 /data2/web-docs/ms-cvs/docs/dist/mapserver-4.2.2.tar.gz
rm mapserver-4.2.2.tar.gz
--Apple-Mail-2--817571421
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
--Apple-Mail-2--817571421--
More information about the mapserver-dev
mailing list