Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28939/scripts
Modified Files:
dovecot minicom openl2tp wvstreams
Log Message:
- updated ImageMagick to 6.5.8-10
- updated autoconf to 2.65
- updated coreutils to 8.3
- updated gmp to 4.3.2
- updated gnutls to 2.8.5
- updated grep to 2.5.4
- updated groff to 1.20.1
- updated grsecurity to 2.1.14-2.6.31.11-201001071931
- updated inetutils to 1.7
- updated iproute2 to 2.6.31
- updated libiconv to 1.13.1
- updated minicom to 2.4
- updated mtools to 4.0.12
- updated nano to 2.2.1
- updated netpbm to 10.35.72
- updated patch to 2.6.1
- updated kernel to 2.6.31.11
- updated which to 2.20
Index: dovecot
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- dovecot 6 Jan 2010 14:53:27 -0000 1.21
+++ dovecot 13 Jan 2010 23:39:34 -0000 1.22
@@ -18,16 +18,17 @@
case $1 in
build )
if [ "$CONFIG_DOVECOT" = "y" ]; then
- CONF_OPTIONS=""
- if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then
- CONF_OPTIONS="$CONF_OPTIONS --with-ldap"
- fi
- if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then
- CONF_OPTIONS="$CONF_OPTIONS --with-mysql"
- fi
- if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then
- CONF_OPTIONS="$CONF_OPTIONS --with-pgsql"
- fi
+ CONF_OPTIONS=""
+ if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then
+ CONF_OPTIONS="$CONF_OPTIONS --with-ldap"
+ fi
+ if [ "$CONFIG_MYSQL_CLIENT" = "y" ]; then
+ CONF_OPTIONS="$CONF_OPTIONS --with-mysql"
+ fi
+ if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then
+ CONF_OPTIONS="$CONF_OPTIONS --with-pgsql"
+ fi
+
./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --with-ssl=openssl \
--with-db --with-zlib --with-bzlib --with-libcap --enable-shared --enable-header-install $CONF_OPTIONS || exit 1
make $PMAKE all || exit 1
Index: openl2tp
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/openl2tp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- openl2tp 6 Jan 2010 15:20:24 -0000 1.8
+++ openl2tp 13 Jan 2010 23:39:34 -0000 1.9
@@ -20,10 +20,8 @@
build )
if [ "$CONFIG_L2TPD" = "y" ]; then
if [ ! -f openl2tpd-patches.done ]; then
- #pushd $KERNELDIR || exit 1
- #bzcat $SRCDIR/linux-2.6.*openl2tp.patch.bz2 | patch -p1 || exit 1
- #popd
bzcat $SRCDIR/openl2tp-0.19_ppp_unix.c.patch.bz2 | patch -p1 || exit 1
+ bzcat $SRCDIR/openl2tp-1.6_auth_none.patch.bz2 | patch -p1 || exit 1
touch openl2tpd-patches.done
fi
replace_str usl/Makefile "-Wall -Werror" "-Wall "
Index: wvstreams
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/wvstreams,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- wvstreams 6 Jan 2010 15:27:21 -0000 1.18
+++ wvstreams 13 Jan 2010 23:39:34 -0000 1.19
@@ -25,7 +25,7 @@
# done
# touch .dl-patches.done
#fi
- ./configure --prefix=/usr --with-gdbm --with-zlib --with-openssl || exit 1
+ LIBS=-lncurses ./configure --prefix=/usr --with-gdbm --with-zlib --with-openssl || exit 1
make || exit 1
strip_debug
Index: minicom
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/minicom,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- minicom 6 Jan 2010 15:20:24 -0000 1.11
+++ minicom 13 Jan 2010 23:39:34 -0000 1.12
@@ -20,7 +20,7 @@
build )
if [ "$CONFIG_MINICOM" = "y" ]; then
./configure --prefix=/usr --sysconfdir=/etc --disable-nls || exit 1
- make CC="gcc -D_FORTIFY_SOURCE=0" $PMAKE all || exit 1
+ make "LIBS=-lncurses -liconv" $PMAKE all || exit 1
strip_debug
fi
;;
|