You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(14) |
Aug
(156) |
Sep
(35) |
Oct
(48) |
Nov
(55) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(24) |
Feb
(154) |
Mar
(139) |
Apr
(175) |
May
(87) |
Jun
(34) |
Jul
(42) |
Aug
(68) |
Sep
(41) |
Oct
(76) |
Nov
(77) |
Dec
(50) |
2008 |
Jan
(98) |
Feb
(43) |
Mar
(102) |
Apr
(27) |
May
(55) |
Jun
(13) |
Jul
(58) |
Aug
(62) |
Sep
(61) |
Oct
(43) |
Nov
(87) |
Dec
(134) |
2009 |
Jan
(175) |
Feb
(106) |
Mar
(58) |
Apr
(41) |
May
(74) |
Jun
(123) |
Jul
(252) |
Aug
(192) |
Sep
(69) |
Oct
(38) |
Nov
(117) |
Dec
(95) |
2010 |
Jan
(146) |
Feb
(76) |
Mar
(90) |
Apr
(60) |
May
(23) |
Jun
(19) |
Jul
(208) |
Aug
(140) |
Sep
(103) |
Oct
(114) |
Nov
(50) |
Dec
(47) |
2011 |
Jan
(59) |
Feb
(47) |
Mar
(61) |
Apr
(58) |
May
(41) |
Jun
(11) |
Jul
(17) |
Aug
(49) |
Sep
(34) |
Oct
(166) |
Nov
(38) |
Dec
(70) |
2012 |
Jan
(87) |
Feb
(37) |
Mar
(28) |
Apr
(25) |
May
(29) |
Jun
(30) |
Jul
(43) |
Aug
(27) |
Sep
(46) |
Oct
(27) |
Nov
(51) |
Dec
(70) |
2013 |
Jan
(92) |
Feb
(34) |
Mar
(58) |
Apr
(37) |
May
(46) |
Jun
(9) |
Jul
(38) |
Aug
(22) |
Sep
(28) |
Oct
(42) |
Nov
(44) |
Dec
(34) |
2014 |
Jan
(63) |
Feb
(39) |
Mar
(48) |
Apr
(31) |
May
(21) |
Jun
(43) |
Jul
(36) |
Aug
(69) |
Sep
(53) |
Oct
(56) |
Nov
(46) |
Dec
(49) |
2015 |
Jan
(63) |
Feb
(35) |
Mar
(30) |
Apr
(38) |
May
(27) |
Jun
(42) |
Jul
(42) |
Aug
(63) |
Sep
(18) |
Oct
(45) |
Nov
(65) |
Dec
(71) |
2016 |
Jan
(54) |
Feb
(79) |
Mar
(59) |
Apr
(38) |
May
(32) |
Jun
(46) |
Jul
(42) |
Aug
(30) |
Sep
(58) |
Oct
(33) |
Nov
(98) |
Dec
(59) |
2017 |
Jan
(79) |
Feb
(12) |
Mar
(43) |
Apr
(32) |
May
(76) |
Jun
(59) |
Jul
(44) |
Aug
(14) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <abe...@us...> - 2015-01-26 13:48:02
|
Revision: 6946 http://sourceforge.net/p/astlinux/code/6946 Author: abelbeck Date: 2015-01-26 13:47:55 +0000 (Mon, 26 Jan 2015) Log Message: ----------- host-bison, version bump to 3.0.4 Modified Paths: -------------- branches/1.0/package/bison/bison.mk Modified: branches/1.0/package/bison/bison.mk =================================================================== --- branches/1.0/package/bison/bison.mk 2015-01-26 03:11:37 UTC (rev 6945) +++ branches/1.0/package/bison/bison.mk 2015-01-26 13:47:55 UTC (rev 6946) @@ -4,7 +4,7 @@ # ############################################################# -BISON_VERSION = 3.0.3 +BISON_VERSION = 3.0.4 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-26 03:11:38
|
Revision: 6945 http://sourceforge.net/p/astlinux/code/6945 Author: abelbeck Date: 2015-01-26 03:11:37 +0000 (Mon, 26 Jan 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-01-26 03:10:09 UTC (rev 6944) +++ branches/1.0/docs/ChangeLog.txt 2015-01-26 03:11:37 UTC (rev 6945) @@ -38,7 +38,7 @@ == automake, version bump to 1.15 == libtool, version bump to 2.4.4 == flex, version bump to 2.5.37 - == bison, version bump to 3.0.2 + == bison, version bump to 3.0.3 == xz, version bump to 5.2.0 ** Networking This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-26 03:10:11
|
Revision: 6944 http://sourceforge.net/p/astlinux/code/6944 Author: abelbeck Date: 2015-01-26 03:10:09 +0000 (Mon, 26 Jan 2015) Log Message: ----------- remove m4 target, host-m4 only Modified Paths: -------------- branches/1.0/package/m4/Config.in branches/1.0/package/m4/m4.mk branches/1.0/runnix-uclibc.config Modified: branches/1.0/package/m4/Config.in =================================================================== --- branches/1.0/package/m4/Config.in 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/package/m4/Config.in 2015-01-26 03:10:09 UTC (rev 6944) @@ -1,10 +1,8 @@ config BR2_PACKAGE_M4 bool "m4" - depends on BR2_USE_WCHAR help An implementation of the traditional Unix macro processor. http://www.gnu.org/software/m4/m4.html -comment "m4 requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR + **HOST Only** Modified: branches/1.0/package/m4/m4.mk =================================================================== --- branches/1.0/package/m4/m4.mk 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/package/m4/m4.mk 2015-01-26 03:10:09 UTC (rev 6944) @@ -7,13 +7,6 @@ M4_SOURCE = m4-$(M4_VERSION).tar.bz2 M4_SITE = $(BR2_GNU_MIRROR)/m4 -M4_CONF_ENV = gl_cv_func_gettimeofday_clobber=no - -ifneq ($(BR2_USE_WCHAR),y) -M4_CONF_ENV += gt_cv_c_wchar_t=no gl_cv_absolute_wchar_h=__fpending.h -endif - HOST_M4_CONF_OPT = --disable-static -$(eval $(call AUTOTARGETS,package,m4)) $(eval $(call AUTOTARGETS,package,m4,host)) Modified: branches/1.0/runnix-uclibc.config =================================================================== --- branches/1.0/runnix-uclibc.config 2015-01-26 02:57:55 UTC (rev 6943) +++ branches/1.0/runnix-uclibc.config 2015-01-26 03:10:09 UTC (rev 6944) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6942-dirty Configuration -# Sun Jan 25 20:52:21 2015 +# Buildroot 2011.08-svn6943-dirty Configuration +# Sun Jan 25 21:06:44 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -388,12 +388,9 @@ # BR2_PACKAGE_MPC is not set # BR2_PACKAGE_MPFR is not set # BR2_PACKAGE_LIBTOOL is not set +# BR2_PACKAGE_M4 is not set # -# m4 requires a toolchain with WCHAR support -# - -# # patch needs a toolchain with WCHAR support # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-26 02:58:01
|
Revision: 6943 http://sourceforge.net/p/astlinux/code/6943 Author: abelbeck Date: 2015-01-26 02:57:55 +0000 (Mon, 26 Jan 2015) Log Message: ----------- remove gob2 target, host-gob2 only, we don't use it but removes remaining bison dependence Modified Paths: -------------- branches/1.0/package/gob2/Config.in branches/1.0/package/gob2/gob2.mk branches/1.0/runnix-uclibc.config Modified: branches/1.0/package/gob2/Config.in =================================================================== --- branches/1.0/package/gob2/Config.in 2015-01-26 02:43:37 UTC (rev 6942) +++ branches/1.0/package/gob2/Config.in 2015-01-26 02:57:55 UTC (rev 6943) @@ -1,14 +1,9 @@ config BR2_PACKAGE_GOB2 bool "gob2" - depends on BR2_USE_WCHAR # glib2 - select BR2_PACKAGE_LIBGLIB2 - select BR2_PACKAGE_FLEX - select BR2_PACKAGE_BISON help GOB (GTK+ Object Builder) is a preprocessor which simplifies the writing of GObjects in C. http://www.jirka.org/gob.html -comment "gob2 requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR + **HOST Only** Modified: branches/1.0/package/gob2/gob2.mk =================================================================== --- branches/1.0/package/gob2/gob2.mk 2015-01-26 02:43:37 UTC (rev 6942) +++ branches/1.0/package/gob2/gob2.mk 2015-01-26 02:57:55 UTC (rev 6943) @@ -6,13 +6,9 @@ GOB2_VERSION = 2.0.15 GOB2_SOURCE = gob2-$(GOB2_VERSION).tar.gz GOB2_SITE = http://ftp.5z.com/pub/gob/ -IPERF_CONF_ENV = ac_cv_lib_lex=-lfl -GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex - HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2 -$(eval $(call AUTOTARGETS,package,gob2)) $(eval $(call AUTOTARGETS,package,gob2,host)) # gob2 for the host Modified: branches/1.0/runnix-uclibc.config =================================================================== --- branches/1.0/runnix-uclibc.config 2015-01-26 02:43:37 UTC (rev 6942) +++ branches/1.0/runnix-uclibc.config 2015-01-26 02:57:55 UTC (rev 6943) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6941-dirty Configuration -# Sun Jan 25 20:23:34 2015 +# Buildroot 2011.08-svn6942-dirty Configuration +# Sun Jan 25 20:52:21 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -456,12 +456,9 @@ # # X applications # +# BR2_PACKAGE_GOB2 is not set # -# gob2 requires a toolchain with WCHAR support -# - -# # midori requires C++, WCHAR in toolchain and libgtk2 # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-26 02:43:47
|
Revision: 6942 http://sourceforge.net/p/astlinux/code/6942 Author: abelbeck Date: 2015-01-26 02:43:37 +0000 (Mon, 26 Jan 2015) Log Message: ----------- host-bison, version bump to 3.0.3 Modified Paths: -------------- branches/1.0/package/bison/Config.in branches/1.0/package/bison/bison.mk branches/1.0/runnix-uclibc.config Removed Paths: ------------- branches/1.0/package/bison/bison-01-no-docs-regen.patch Modified: branches/1.0/package/bison/Config.in =================================================================== --- branches/1.0/package/bison/Config.in 2015-01-25 21:41:05 UTC (rev 6941) +++ branches/1.0/package/bison/Config.in 2015-01-26 02:43:37 UTC (rev 6942) @@ -1,6 +1,5 @@ config BR2_PACKAGE_BISON bool "bison" - depends on BR2_USE_WCHAR help General-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C @@ -8,5 +7,5 @@ http://www.gnu.org/software/bison/ -comment "bison requires a toolchain with WCHAR support" - depends on !BR2_USE_WCHAR + **HOST Only** + Deleted: branches/1.0/package/bison/bison-01-no-docs-regen.patch =================================================================== --- branches/1.0/package/bison/bison-01-no-docs-regen.patch 2015-01-25 21:41:05 UTC (rev 6941) +++ branches/1.0/package/bison/bison-01-no-docs-regen.patch 2015-01-26 02:43:37 UTC (rev 6942) @@ -1,53 +0,0 @@ -bison regenerates the docs to see if they changed which requires running -the recently built bison. This obviously doesn't work for cross compiles -hence breaks for many target bison builds. -Just disable it. - -Signed-off-by: Gustavo Zacarias <gu...@za...> - -diff -Nura bison-3.0.orig/doc/local.mk bison-3.0/doc/local.mk ---- bison-3.0.orig/doc/local.mk 2013-10-02 16:52:48.711890121 -0300 -+++ bison-3.0/doc/local.mk 2013-10-02 17:14:59.329341143 -0300 -@@ -38,15 +38,6 @@ - CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl - CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi - $(CROSS_OPTIONS_TEXI): doc/bison.help $(CROSS_OPTIONS_PL) --# Create $@~ which is the previous contents. Don't use 'mv' here so --# that even if we are interrupted, the file is still available for --# diff in the next run. Note that $@ might not exist yet. -- $(AM_V_GEN){ test ! -f $@ || cat $@; } >$@~ -- $(AM_V_at)test ! -f $@.tmp || rm -f $@.tmp -- $(AM_V_at)src/bison$(EXEEXT) --help | \ -- $(PERL) $(CROSS_OPTIONS_PL) $(top_srcdir)/src/scan-gram.l >$@.tmp -- $(AM_V_at)diff -u $@~ $@.tmp || true -- $(AM_V_at)mv $@.tmp $@ - MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI) - - ## ---------- ## -@@ -87,9 +78,6 @@ - EXTRA_DIST += $(top_srcdir)/doc/bison.help - MAINTAINERCLEANFILES += $(top_srcdir)/doc/bison.help - $(top_srcdir)/doc/bison.help: src/bison$(EXEEXT) -- $(AM_V_GEN)src/bison$(EXEEXT) --version >doc/bison.help.tmp -- $(AM_V_at) src/bison$(EXEEXT) --help >>doc/bison.help.tmp -- $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@ - - - ## ----------- ## -@@ -107,16 +95,6 @@ - - # Depend on configure to get version number changes. - $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure -- $(AM_V_GEN)$(HELP2MAN) \ -- --include=$(top_srcdir)/doc/bison.x \ -- --output=$@.t src/bison$(EXEEXT) -- $(AM_V_at)if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ -- $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ -- touch $@; \ -- else \ -- mv $@.t $@; \ -- fi -- $(AM_V_at)rm -f $@*.t - - if ENABLE_YACC - nodist_man_MANS = doc/yacc.1 Modified: branches/1.0/package/bison/bison.mk =================================================================== --- branches/1.0/package/bison/bison.mk 2015-01-25 21:41:05 UTC (rev 6941) +++ branches/1.0/package/bison/bison.mk 2015-01-26 02:43:37 UTC (rev 6942) @@ -4,23 +4,11 @@ # ############################################################# -BISON_VERSION = 3.0.2 +BISON_VERSION = 3.0.3 BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison -BISON_AUTORECONF = YES -HOST_BISON_AUTORECONF = YES -BISON_DEPENDENCIES = m4 -BISON_CONF_ENV = ac_cv_path_M4=/usr/bin/m4 - HOST_BISON_DEPENDENCIES = host-m4 HOST_BISON_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 -define BISON_DISABLE_EXAMPLES - echo 'all install:' > $(@D)/examples/Makefile -endef - -BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES - -$(eval $(call AUTOTARGETS,package,bison)) $(eval $(call AUTOTARGETS,package,bison,host)) Modified: branches/1.0/runnix-uclibc.config =================================================================== --- branches/1.0/runnix-uclibc.config 2015-01-25 21:41:05 UTC (rev 6941) +++ branches/1.0/runnix-uclibc.config 2015-01-26 02:43:37 UTC (rev 6942) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6897-dirty Configuration -# Sat Jan 3 11:05:50 2015 +# Buildroot 2011.08-svn6941-dirty Configuration +# Sun Jan 25 20:23:34 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -353,10 +353,7 @@ # BR2_PACKAGE_AUTOCONF is not set # BR2_PACKAGE_AUTOMAKE is not set # BR2_PACKAGE_BINUTILS is not set - -# -# bison requires a toolchain with WCHAR support -# +# BR2_PACKAGE_BISON is not set # BR2_PACKAGE_BSDIFF is not set # BR2_PACKAGE_CCACHE is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-25 21:41:14
|
Revision: 6941 http://sourceforge.net/p/astlinux/code/6941 Author: abelbeck Date: 2015-01-25 21:41:05 +0000 (Sun, 25 Jan 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-01-25 21:31:43 UTC (rev 6940) +++ branches/1.0/docs/ChangeLog.txt 2015-01-25 21:41:05 UTC (rev 6941) @@ -31,6 +31,8 @@ -- libidn, version bump to 1.29 +-- libsodium, version bump to 1.0.2 + -- Update build system tools: == autoconf, version bump to 2.69 == automake, version bump to 1.15 @@ -47,7 +49,7 @@ -- ntpd/sntp, version bump to 4.2.8 --- dnscrypt-proxy, version bump to 1.4.3 +-- dnscrypt-proxy, version bump to 1.4.3, and 'max-active-requests' increased to 520 -- stunnel, version bump to 5.09 @@ -59,6 +61,9 @@ -- radvd, removed, the same functionality is now configured in dnsmasq for IPv6 router advertisements +-- dnsmasq, new defaults of cache-size=4096 and dns-forward-max=512 + Allow /mnt/kd/dnsmasq.static ( /etc/dnsmasq.static ) to override either default if specified. + ** Asterisk -- Asterisk 1.8.32.1 (no change), 11.15.0 (version bump) and 13.1.0 (new version for testing) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-25 21:31:47
|
Revision: 6940 http://sourceforge.net/p/astlinux/code/6940 Author: abelbeck Date: 2015-01-25 21:31:43 +0000 (Sun, 25 Jan 2015) Log Message: ----------- dnsmasq, new defaults of cache-size=4096 and dns-forward-max=512, allow /etc/dnsmasq.static to override either default Modified Paths: -------------- branches/1.0/package/dnsmasq/dnsmasq.init Modified: branches/1.0/package/dnsmasq/dnsmasq.init =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.init 2015-01-25 20:21:20 UTC (rev 6939) +++ branches/1.0/package/dnsmasq/dnsmasq.init 2015-01-25 21:31:43 UTC (rev 6940) @@ -27,6 +27,18 @@ echo "$prefix" } +directive_exists_with_file() { + local directive="$1" file="$2" + + if [ -f "$file" ]; then + if grep -q "^${directive} *=" "$file"; then + return 0 + fi + fi + + return 1 +} + dnscrypt_proxy_check() { if [ -f /etc/init.d/dnscrypt ]; then @@ -201,9 +213,16 @@ ${local_domain}bogus-priv ${local_domain}local=/$DOMAIN/ expand-hosts -domain=$DOMAIN -cache-size=2048" +domain=$DOMAIN" + # Some directives can only be defined once + if ! directive_exists_with_file "cache-size" /etc/dnsmasq.static; then + echo "cache-size=4096" + fi + if ! directive_exists_with_file "dns-forward-max" /etc/dnsmasq.static; then + echo "dns-forward-max=512" + fi + if dnscrypt_proxy_check; then echo "no-resolv server=127.0.0.1#2053 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-25 20:21:30
|
Revision: 6939 http://sourceforge.net/p/astlinux/code/6939 Author: abelbeck Date: 2015-01-25 20:21:20 +0000 (Sun, 25 Jan 2015) Log Message: ----------- libsodium, version bump to 1.0.2, and related increase the dnscrypt-proxy 'max-active-requests' to 520 Modified Paths: -------------- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init branches/1.0/package/libsodium/libsodium.mk Modified: branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init =================================================================== --- branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-01-24 01:23:23 UTC (rev 6938) +++ branches/1.0/package/dnscrypt-proxy/dnscrypt-proxy.init 2015-01-25 20:21:20 UTC (rev 6939) @@ -18,7 +18,7 @@ name="${DNSCRYPT_PROVIDER_NAME:-2.dnscrypt-cert.opendns.com}" key="${DNSCRYPT_PROVIDER_KEY:-B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79}" - dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 128 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE \ + dnscrypt-proxy -d --local-address 127.0.0.1:2053 -n 520 -m ${DNSCRYPT_VERBOSITY:-5} -p $PIDFILE \ --resolver-address "$address" --provider-name "$name" --provider-key "$key" fi } Modified: branches/1.0/package/libsodium/libsodium.mk =================================================================== --- branches/1.0/package/libsodium/libsodium.mk 2015-01-24 01:23:23 UTC (rev 6938) +++ branches/1.0/package/libsodium/libsodium.mk 2015-01-25 20:21:20 UTC (rev 6939) @@ -3,7 +3,7 @@ # libsodium # ############################################################# -LIBSODIUM_VERSION = 1.0.1 +LIBSODIUM_VERSION = 1.0.2 LIBSODIUM_SOURCE = libsodium-$(LIBSODIUM_VERSION).tar.gz LIBSODIUM_SITE = http://download.dnscrypt.org/libsodium/releases This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-24 01:23:26
|
Revision: 6938 http://sourceforge.net/p/astlinux/code/6938 Author: abelbeck Date: 2015-01-24 01:23:23 +0000 (Sat, 24 Jan 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-01-24 01:21:51 UTC (rev 6937) +++ branches/1.0/docs/ChangeLog.txt 2015-01-24 01:23:23 UTC (rev 6938) @@ -36,6 +36,7 @@ == automake, version bump to 1.15 == libtool, version bump to 2.4.4 == flex, version bump to 2.5.37 + == bison, version bump to 3.0.2 == xz, version bump to 5.2.0 ** Networking This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-24 01:21:54
|
Revision: 6937 http://sourceforge.net/p/astlinux/code/6937 Author: abelbeck Date: 2015-01-24 01:21:51 +0000 (Sat, 24 Jan 2015) Log Message: ----------- build system, use host-bison instead of the native bison Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk branches/1.0/package/at/at.mk branches/1.0/package/bash/bash.mk branches/1.0/package/bc/bc.mk branches/1.0/package/e2fsprogs/e2fsprogs.mk branches/1.0/package/fbset/fbset.mk branches/1.0/package/gob2/gob2.mk branches/1.0/package/iproute2/iproute2.mk branches/1.0/package/ipsec-tools/ipsec-tools.mk branches/1.0/package/libical/libical.mk branches/1.0/package/libpcap/libpcap.mk branches/1.0/package/linux-atm/linux-atm.mk branches/1.0/package/lm-sensors/lm-sensors.mk branches/1.0/package/monit/monit.mk branches/1.0/package/mrouted/mrouted.mk branches/1.0/package/multimedia/gstreamer/gstreamer.mk branches/1.0/package/ntp/ntp.mk branches/1.0/package/olsr/olsr.mk branches/1.0/package/radvd/radvd.mk branches/1.0/package/unixodbc/unixodbc.mk branches/1.0/package/vtun/vtun.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/asterisk/asterisk.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -217,8 +217,8 @@ touch $@ -$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | host-pkg-config host-ncurses host-flex libelf ncurses zlib \ - openssl libtool util-linux $(ASTERISK_EXTRAS) +$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | host-pkg-config host-ncurses host-bison host-flex \ + libelf ncurses zlib openssl libtool util-linux $(ASTERISK_EXTRAS) (cd $(ASTERISK_DIR); rm -rf config.cache configure; \ ./bootstrap.sh; \ $(TARGET_CONFIGURE_OPTS) \ Modified: branches/1.0/package/at/at.mk =================================================================== --- branches/1.0/package/at/at.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/at/at.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -12,7 +12,7 @@ AT_INSTALL_STAGING = NO AT_INSTALL_TARGET = YES -AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) +AT_DEPENDENCIES = $(if $(BR2_PACKAGE_FLEX),flex) host-bison host-flex AT_CONF_OPT = \ --with-jobdir=/var/spool/cron/atjobs \ Modified: branches/1.0/package/bash/bash.mk =================================================================== --- branches/1.0/package/bash/bash.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/bash/bash.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,7 +6,7 @@ BASH_VERSION = 4.1 BASH_SITE = $(BR2_GNU_MIRROR)/bash -BASH_DEPENDENCIES = ncurses +BASH_DEPENDENCIES = ncurses host-bison BASH_CONF_ENV += \ bash_cv_job_control_missing=present \ bash_cv_sys_named_pipes=present \ Modified: branches/1.0/package/bc/bc.mk =================================================================== --- branches/1.0/package/bc/bc.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/bc/bc.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -7,7 +7,7 @@ BC_VERSION = 1.06 BC_SOURCE:=bc-$(BC_VERSION).tar.gz BC_SITE = http://ftp.gnu.org/gnu/bc -BC_DEPENDENCIES = host-flex +BC_DEPENDENCIES = host-bison host-flex define BC_INSTALL_TARGET_CMDS $(INSTALL) -m 0755 -D $(@D)/bc/bc $(TARGET_DIR)/usr/bin/bc Modified: branches/1.0/package/e2fsprogs/e2fsprogs.mk =================================================================== --- branches/1.0/package/e2fsprogs/e2fsprogs.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/e2fsprogs/e2fsprogs.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -23,14 +23,16 @@ --disable-testio-debug \ --disable-rpath -E2FSPROGS_DEPENDENCIES = host-pkg-config util-linux +E2FSPROGS_DEPENDENCIES = host-bison host-pkg-config util-linux E2FSPROGS_MAKE_OPT = \ LDCONFIG=true define HOST_E2FSPROGS_INSTALL_CMDS - $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs + $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install install-libs endef +# we don't have a host-util-linux +HOST_E2FSPROGS_DEPENDENCIES = host-bison host-pkg-config # binaries to keep or remove E2FSPROGS_BINTARGETS_$(BR2_PACKAGE_E2FSPROGS_BADBLOCKS) += usr/sbin/badblocks Modified: branches/1.0/package/fbset/fbset.mk =================================================================== --- branches/1.0/package/fbset/fbset.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/fbset/fbset.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -7,6 +7,7 @@ FBSET_VERSION = 2.1 FBSET_SOURCE = fbset-$(FBSET_VERSION).tar.gz FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev +FBSET_DEPENDENCIES = host-bison host-flex # Make sure full fbset wins over busybox fbset ifeq ($(BR2_PACKAGE_BUSYBOX),y) Modified: branches/1.0/package/gob2/gob2.mk =================================================================== --- branches/1.0/package/gob2/gob2.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/gob2/gob2.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -10,7 +10,7 @@ GOB2_DEPENDENCIES = libglib2 flex bison host-pkg-config host-flex -HOST_GOB2_DEPENDENCIES = host-libglib2 +HOST_GOB2_DEPENDENCIES = host-bison host-flex host-libglib2 $(eval $(call AUTOTARGETS,package,gob2)) $(eval $(call AUTOTARGETS,package,gob2,host)) Modified: branches/1.0/package/iproute2/iproute2.mk =================================================================== --- branches/1.0/package/iproute2/iproute2.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/iproute2/iproute2.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -9,6 +9,8 @@ IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc +IPROUTE2_DEPENDENCIES += host-bison + # If both iproute2 and busybox are selected, make certain we win # the fight over who gets to have their utils actually installed. ifeq ($(BR2_PACKAGE_BUSYBOX),y) @@ -37,11 +39,12 @@ define IPROUTE2_BUILD_CMDS $(SED) 's/$$(CCOPTS)//' $(@D)/netem/Makefile - $(MAKE) CC="$(TARGET_CC)" CCOPTS="$(TARGET_CFLAGS) -D_GNU_SOURCE" -C $(@D) + $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CCOPTS="$(TARGET_CFLAGS) -D_GNU_SOURCE" -C $(@D) endef define IPROUTE2_INSTALL_TARGET_CMDS - $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" SBINDIR=/sbin \ + $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR="$(TARGET_DIR)" \ + SBINDIR=/sbin \ DOCDIR=/usr/share/doc/iproute2-$(IPROUTE2_VERSION) \ MANDIR=/usr/share/man install # Wants bash Modified: branches/1.0/package/ipsec-tools/ipsec-tools.mk =================================================================== --- branches/1.0/package/ipsec-tools/ipsec-tools.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/ipsec-tools/ipsec-tools.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -9,7 +9,7 @@ IPSEC_TOOLS_SITE = http://ftp.sunet.se/pub/NetBSD/misc/ipsec-tools/0.8/ IPSEC_TOOLS_INSTALL_STAGING = YES IPSEC_TOOLS_MAKE = $(MAKE1) -IPSEC_TOOLS_DEPENDENCIES = openssl flex host-flex +IPSEC_TOOLS_DEPENDENCIES = openssl host-bison flex host-flex # configure hardcodes -Werror, so override CFLAGS on make invocation IPSEC_TOOLS_MAKE_OPT = CFLAGS='$(TARGET_CFLAGS)' Modified: branches/1.0/package/libical/libical.mk =================================================================== --- branches/1.0/package/libical/libical.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/libical/libical.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -8,6 +8,7 @@ #LIBICAL_SITE = http://downloads.sourceforge.net/project/freeassociation/libical/libical-$(LIBICAL_VERSION) LIBICAL_VERSION = r1139 LIBICAL_SITE = http://files.astlinux.org +LIBICAL_DEPENDENCIES = host-bison host-flex LIBICAL_INSTALL_STAGING = YES LIBICAL_AUTORECONF = YES Modified: branches/1.0/package/libpcap/libpcap.mk =================================================================== --- branches/1.0/package/libpcap/libpcap.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/libpcap/libpcap.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -8,7 +8,7 @@ LIBPCAP_SITE = http://www.tcpdump.org/release LIBPCAP_SOURCE = libpcap-$(LIBPCAP_VERSION).tar.gz LIBPCAP_INSTALL_STAGING = YES -LIBPCAP_DEPENDENCIES = zlib +LIBPCAP_DEPENDENCIES = zlib host-flex host-bison # We're patching configure.in LIBPCAP_AUTORECONF = YES Modified: branches/1.0/package/linux-atm/linux-atm.mk =================================================================== --- branches/1.0/package/linux-atm/linux-atm.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/linux-atm/linux-atm.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,8 +6,8 @@ LINUX_ATM_VERSION = 2.5.2 LINUX_ATM_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/linux-atm/linux-atm/$(LINUX_ATM_VERSION) LINUX_ATM_SOURCE = linux-atm-$(LINUX_ATM_VERSION).tar.gz +LINUX_ATM_DEPENDENCIES = host-bison host-flex LINUX_ATM_INSTALL_STAGING = YES -LINUX_ATM_INSTALL_TARGET = YES LINUX_ATM_CONF_OPT = \ --program-transform-name='' Modified: branches/1.0/package/lm-sensors/lm-sensors.mk =================================================================== --- branches/1.0/package/lm-sensors/lm-sensors.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/lm-sensors/lm-sensors.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -7,6 +7,7 @@ LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2 LM_SENSORS_SITE = http://dl.lm-sensors.org/lm-sensors/releases LM_SENSORS_INSTALL_STAGING = YES +LM_SENSORS_DEPENDENCIES = host-bison host-flex LM_SENSORS_BINS_ = bin/sensors-conf-convert LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_SENSORS) += bin/sensors Modified: branches/1.0/package/monit/monit.mk =================================================================== --- branches/1.0/package/monit/monit.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/monit/monit.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,6 +6,7 @@ MONIT_VERSION = 5.11 MONIT_SITE = http://mmonit.com/monit/dist +MONIT_DEPENDENCIES = host-bison host-flex # # Touching Makefile.am: MONIT_AUTORECONF = YES Modified: branches/1.0/package/mrouted/mrouted.mk =================================================================== --- branches/1.0/package/mrouted/mrouted.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/mrouted/mrouted.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -7,6 +7,7 @@ MROUTED_VERSION = 3.9.4 MROUTED_SOURCE = mrouted-$(MROUTED_VERSION).tar.bz2 MROUTED_SITE = http://ftp.vmlinux.org/pub/People/jocke/mrouted +MROUTED_DEPENDENCIES = host-bison define MROUTED_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) Modified: branches/1.0/package/multimedia/gstreamer/gstreamer.mk =================================================================== --- branches/1.0/package/multimedia/gstreamer/gstreamer.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/multimedia/gstreamer/gstreamer.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -21,6 +21,6 @@ --disable-failing-tests \ --disable-loadsave -GSTREAMER_DEPENDENCIES = libglib2 host-pkg-config +GSTREAMER_DEPENDENCIES = libglib2 host-pkg-config host-bison host-flex $(eval $(call AUTOTARGETS,package/multimedia,gstreamer)) Modified: branches/1.0/package/ntp/ntp.mk =================================================================== --- branches/1.0/package/ntp/ntp.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/ntp/ntp.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,6 +6,7 @@ NTP_VERSION = 4.2.8 NTP_SOURCE = ntp-$(NTP_VERSION).tar.gz NTP_SITE = http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2 +NTP_DEPENDENCIES = host-bison host-flex host-pkg-config NTP_CONF_OPT = --with-shared \ --program-transform-name=s,,, \ Modified: branches/1.0/package/olsr/olsr.mk =================================================================== --- branches/1.0/package/olsr/olsr.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/olsr/olsr.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -14,6 +14,7 @@ #OLSR_PLUGINS=httpinfo tas dot_draw nameservice dyn_gw dyn_gw_plain pgraph bmf quagga secure OLSR_PLUGINS=dot_draw dyn_gw secure OLSR_TARGET_PLUGIN=usr/lib/ +OLSR_DEPENDENCIES = host-flex host-bison define OLSR_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) $(MAKE) ARCH=$(KERNEL_ARCH) -C $(@D) olsrd $(OLSR_PLUGINS) Modified: branches/1.0/package/radvd/radvd.mk =================================================================== --- branches/1.0/package/radvd/radvd.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/radvd/radvd.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,7 +6,7 @@ RADVD_VERSION = 2.8 RADVD_SOURCE = radvd-$(RADVD_VERSION).tar.gz RADVD_SITE = http://www.litech.org/radvd/dist/ -RADVD_DEPENDENCIES:=flex host-flex host-pkg-config +RADVD_DEPENDENCIES = host-bison flex host-flex host-pkg-config # For radvd-drop-check.patch RADVD_AUTORECONF = YES Modified: branches/1.0/package/unixodbc/unixodbc.mk =================================================================== --- branches/1.0/package/unixodbc/unixodbc.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/unixodbc/unixodbc.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -6,7 +6,7 @@ UNIXODBC_VERSION = 2.3.2 UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC -UNIXODBC_DEPENDENCIES = libtool +UNIXODBC_DEPENDENCIES = host-bison host-flex libtool UNIXODBC_INSTALL_STAGING = YES Modified: branches/1.0/package/vtun/vtun.mk =================================================================== --- branches/1.0/package/vtun/vtun.mk 2015-01-23 22:25:06 UTC (rev 6936) +++ branches/1.0/package/vtun/vtun.mk 2015-01-24 01:21:51 UTC (rev 6937) @@ -9,7 +9,7 @@ VTUN_VERSION:=3.0.2 VTUN_SOURCE:=vtun-$(VTUN_VERSION).tar.gz VTUN_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/vtun/ -VTUN_DEPENDENCIES = zlib lzo openssl +VTUN_DEPENDENCIES = host-bison host-flex zlib lzo openssl VTUN_CONF_OPT = \ --with-ssl-headers=$(STAGING_DIR)/usr/include/openssl \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-23 22:25:14
|
Revision: 6936 http://sourceforge.net/p/astlinux/code/6936 Author: abelbeck Date: 2015-01-23 22:25:06 +0000 (Fri, 23 Jan 2015) Log Message: ----------- host-bison, version bump to 3.0.2 Modified Paths: -------------- branches/1.0/package/bison/bison.mk Added Paths: ----------- branches/1.0/package/bison/bison-01-no-docs-regen.patch Removed Paths: ------------- branches/1.0/package/bison/bison-2.4.3-uclibc-sched_param-def.patch Added: branches/1.0/package/bison/bison-01-no-docs-regen.patch =================================================================== --- branches/1.0/package/bison/bison-01-no-docs-regen.patch (rev 0) +++ branches/1.0/package/bison/bison-01-no-docs-regen.patch 2015-01-23 22:25:06 UTC (rev 6936) @@ -0,0 +1,53 @@ +bison regenerates the docs to see if they changed which requires running +the recently built bison. This obviously doesn't work for cross compiles +hence breaks for many target bison builds. +Just disable it. + +Signed-off-by: Gustavo Zacarias <gu...@za...> + +diff -Nura bison-3.0.orig/doc/local.mk bison-3.0/doc/local.mk +--- bison-3.0.orig/doc/local.mk 2013-10-02 16:52:48.711890121 -0300 ++++ bison-3.0/doc/local.mk 2013-10-02 17:14:59.329341143 -0300 +@@ -38,15 +38,6 @@ + CROSS_OPTIONS_PL = $(top_srcdir)/build-aux/cross-options.pl + CROSS_OPTIONS_TEXI = $(top_srcdir)/doc/cross-options.texi + $(CROSS_OPTIONS_TEXI): doc/bison.help $(CROSS_OPTIONS_PL) +-# Create $@~ which is the previous contents. Don't use 'mv' here so +-# that even if we are interrupted, the file is still available for +-# diff in the next run. Note that $@ might not exist yet. +- $(AM_V_GEN){ test ! -f $@ || cat $@; } >$@~ +- $(AM_V_at)test ! -f $@.tmp || rm -f $@.tmp +- $(AM_V_at)src/bison$(EXEEXT) --help | \ +- $(PERL) $(CROSS_OPTIONS_PL) $(top_srcdir)/src/scan-gram.l >$@.tmp +- $(AM_V_at)diff -u $@~ $@.tmp || true +- $(AM_V_at)mv $@.tmp $@ + MAINTAINERCLEANFILES = $(CROSS_OPTIONS_TEXI) + + ## ---------- ## +@@ -87,9 +78,6 @@ + EXTRA_DIST += $(top_srcdir)/doc/bison.help + MAINTAINERCLEANFILES += $(top_srcdir)/doc/bison.help + $(top_srcdir)/doc/bison.help: src/bison$(EXEEXT) +- $(AM_V_GEN)src/bison$(EXEEXT) --version >doc/bison.help.tmp +- $(AM_V_at) src/bison$(EXEEXT) --help >>doc/bison.help.tmp +- $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@ + + + ## ----------- ## +@@ -107,16 +95,6 @@ + + # Depend on configure to get version number changes. + $(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure +- $(AM_V_GEN)$(HELP2MAN) \ +- --include=$(top_srcdir)/doc/bison.x \ +- --output=$@.t src/bison$(EXEEXT) +- $(AM_V_at)if $(remove_time_stamp) $@ >$@a.t 2>/dev/null && \ +- $(remove_time_stamp) $@.t | cmp $@a.t - >/dev/null 2>&1; then \ +- touch $@; \ +- else \ +- mv $@.t $@; \ +- fi +- $(AM_V_at)rm -f $@*.t + + if ENABLE_YACC + nodist_man_MANS = doc/yacc.1 Deleted: branches/1.0/package/bison/bison-2.4.3-uclibc-sched_param-def.patch =================================================================== --- branches/1.0/package/bison/bison-2.4.3-uclibc-sched_param-def.patch 2015-01-16 23:07:25 UTC (rev 6935) +++ branches/1.0/package/bison/bison-2.4.3-uclibc-sched_param-def.patch 2015-01-23 22:25:06 UTC (rev 6936) @@ -1,19 +0,0 @@ -uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc -and is not needed too per standard. gnulib attempts to use it but we have to account -for it because in this case uclibc does not behave like glibc. - --Khem - -http://bugs.gentoo.org/336484 - ---- m4-1.4.14/lib/spawn.in.h -+++ m4-1.4.14/lib/spawn.in.h -@@ -31,7 +31,7 @@ - - /* Get definitions of 'struct sched_param' and 'sigset_t'. - But avoid namespace pollution on glibc systems. */ --#ifndef __GLIBC__ -+#if !defined __GLIBC__ || defined __UCLIBC__ - # include <sched.h> - # include <signal.h> - #endif Modified: branches/1.0/package/bison/bison.mk =================================================================== --- branches/1.0/package/bison/bison.mk 2015-01-16 23:07:25 UTC (rev 6935) +++ branches/1.0/package/bison/bison.mk 2015-01-23 22:25:06 UTC (rev 6936) @@ -4,9 +4,18 @@ # ############################################################# -BISON_VERSION = 2.4.3 +BISON_VERSION = 3.0.2 +BISON_SOURCE = bison-$(BISON_VERSION).tar.xz BISON_SITE = $(BR2_GNU_MIRROR)/bison +BISON_AUTORECONF = YES +HOST_BISON_AUTORECONF = YES +BISON_DEPENDENCIES = m4 +BISON_CONF_ENV = ac_cv_path_M4=/usr/bin/m4 + +HOST_BISON_DEPENDENCIES = host-m4 +HOST_BISON_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 + define BISON_DISABLE_EXAMPLES echo 'all install:' > $(@D)/examples/Makefile endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-16 23:07:35
|
Revision: 6935 http://sourceforge.net/p/astlinux/code/6935 Author: abelbeck Date: 2015-01-16 23:07:25 +0000 (Fri, 16 Jan 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-01-16 23:01:11 UTC (rev 6934) +++ branches/1.0/docs/ChangeLog.txt 2015-01-16 23:07:25 UTC (rev 6935) @@ -29,6 +29,8 @@ -- sqliteodbc, version bump to 0.9991 +-- libidn, version bump to 1.29 + -- Update build system tools: == autoconf, version bump to 2.69 == automake, version bump to 1.15 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-16 23:01:20
|
Revision: 6934 http://sourceforge.net/p/astlinux/code/6934 Author: abelbeck Date: 2015-01-16 23:01:11 +0000 (Fri, 16 Jan 2015) Log Message: ----------- libidn, version bump to 1.29, (note, currently only used with prosody) Modified Paths: -------------- branches/1.0/package/libidn/libidn.mk Modified: branches/1.0/package/libidn/libidn.mk =================================================================== --- branches/1.0/package/libidn/libidn.mk 2015-01-13 19:56:23 UTC (rev 6933) +++ branches/1.0/package/libidn/libidn.mk 2015-01-16 23:01:11 UTC (rev 6934) @@ -4,7 +4,7 @@ # ############################################################# -LIBIDN_VERSION = 1.26 +LIBIDN_VERSION = 1.29 LIBIDN_SITE = http://ftp.gnu.org/gnu/libidn LIBIDN_INSTALL_STAGING = YES LIBIDN_CONF_ENV = EMACS="no" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-13 19:49:42
|
Revision: 6932 http://sourceforge.net/p/astlinux/code/6932 Author: abelbeck Date: 2015-01-13 19:49:34 +0000 (Tue, 13 Jan 2015) Log Message: ----------- web interface, remove radvd support Modified Paths: -------------- branches/1.0/package/webinterface/altweb/admin/edit.php branches/1.0/package/webinterface/altweb/admin/network.php branches/1.0/package/webinterface/altweb/common/license-packages.txt Modified: branches/1.0/package/webinterface/altweb/admin/edit.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/edit.php 2015-01-13 19:23:42 UTC (rev 6931) +++ branches/1.0/package/webinterface/altweb/admin/edit.php 2015-01-13 19:49:34 UTC (rev 6932) @@ -21,7 +21,6 @@ 'reload' => 'Reload Asterisk', 'iptables' => 'Restart Firewall', 'dnsmasq' => 'Restart DNS & DHCP', - 'radvd' => 'Restart IPv6 Autoconfig', 'dynamicdns' => 'Restart Dynamic DNS', 'ntpd' => 'Restart NTP Time', 'msmtp' => 'Restart SMTP Mail', @@ -223,8 +222,6 @@ $result = restartPROCESS($process, 27, $result, 'init'); } elseif ($process === 'dnsmasq') { $result = restartPROCESS($process, 28, $result, 'init'); - } elseif ($process === 'radvd') { - $result = restartPROCESS($process, 32, $result, 'init'); } elseif ($process === 'pptpd') { $result = restartPROCESS($process, 33, $result, 'init'); } elseif ($process === 'miniupnpd') { @@ -359,8 +356,6 @@ putHtml('<p style="color: green;">Cron Jobs for root will be reloaded within a minute.</p>'); } elseif ($result == 31) { putHtml('<p style="color: green;">SMTP Mail has Restarted.</p>'); - } elseif ($result == 32) { - putHtml('<p style="color: green;">IPv6 Autoconfig (radvd)'.statusPROCESS('radvd').'.</p>'); } elseif ($result == 33) { putHtml('<p style="color: green;">PPTP VPN Server'.statusPROCESS('pptpd').'.</p>'); } elseif ($result == 34) { Modified: branches/1.0/package/webinterface/altweb/admin/network.php =================================================================== --- branches/1.0/package/webinterface/altweb/admin/network.php 2015-01-13 19:23:42 UTC (rev 6931) +++ branches/1.0/package/webinterface/altweb/admin/network.php 2015-01-13 19:49:34 UTC (rev 6932) @@ -1002,8 +1002,6 @@ $result = restartPROCESS($process, 27, $result, 'init'); } elseif ($process === 'dnsmasq') { $result = restartPROCESS($process, 28, $result, 'init'); - } elseif ($process === 'radvd') { - $result = restartPROCESS($process, 32, $result, 'init'); } elseif ($process === 'pptpd') { $result = restartPROCESS($process, 33, $result, 'init'); } elseif ($process === 'miniupnpd') { @@ -1092,8 +1090,6 @@ putHtml('<p style="color: green;">OpenVPN Client'.statusPROCESS('openvpnclient').'.</p>'); } elseif ($result == 31) { putHtml('<p style="color: green;">SMTP Mail has Restarted.</p>'); - } elseif ($result == 32) { - putHtml('<p style="color: green;">IPv6 Autoconfig (radvd)'.statusPROCESS('radvd').'.</p>'); } elseif ($result == 33) { putHtml('<p style="color: green;">PPTP VPN Server'.statusPROCESS('pptpd').'.</p>'); } elseif ($result == 34) { @@ -1183,8 +1179,6 @@ putHtml('<option value="iptables"'.$sel.'>Restart Firewall</option>'); $sel = ($reboot_restart === 'dnsmasq') ? ' selected="selected"' : ''; putHtml('<option value="dnsmasq"'.$sel.'>Restart DNS & DHCP</option>'); - $sel = ($reboot_restart === 'radvd') ? ' selected="selected"' : ''; - putHtml('<option value="radvd"'.$sel.'>Restart IPv6 Autoconfig</option>'); $sel = ($reboot_restart === 'dynamicdns') ? ' selected="selected"' : ''; putHtml('<option value="dynamicdns"'.$sel.'>Restart Dynamic DNS</option>'); $sel = ($reboot_restart === 'ntpd') ? ' selected="selected"' : ''; Modified: branches/1.0/package/webinterface/altweb/common/license-packages.txt =================================================================== --- branches/1.0/package/webinterface/altweb/common/license-packages.txt 2015-01-13 19:23:42 UTC (rev 6931) +++ branches/1.0/package/webinterface/altweb/common/license-packages.txt 2015-01-13 19:49:34 UTC (rev 6932) @@ -23,7 +23,6 @@ ntpd~Copyright (c) 1992-2015 David L. Mills. vsftpd~Copyright (c) 2001-2013 Daniel Jacobowitz. <da...@de...> lighttpd~Copyright (c) 2004-2015, Jan Kneschke. -radvd~Copyright (c) 1996-2015 by Reuben Hawkins, et al. msmtp~Copyright (c) 2000-2015 Martin Lambers <ma...@ma...> libxml2~Copyright (c) 1998-2012 Daniel Veillard. All Rights Reserved. libtiff~Copyright (c) 1988-1997 Sam Leffler, Copyright (c) 1991-1997 Silicon Graphics, Inc. @@ -53,3 +52,5 @@ phoneprov-tools~Copyright (c) 2015 Lonnie Abelbeck and Michael Keuter. smartmontools~Copyright (c) 2002-2015, Bruce Allen, Christian Franke, et al. Monit~Copyright (c) 2001-2015, Tildeslash. All rights reserved +sqlite~Copyright (c) 1995-2015, SQLite Consortium +sqliteodbc~Copyright (c) 2001-2015, Christian Werner This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-13 19:23:50
|
Revision: 6931 http://sourceforge.net/p/astlinux/code/6931 Author: abelbeck Date: 2015-01-13 19:23:42 +0000 (Tue, 13 Jan 2015) Log Message: ----------- retire radvd, use dnsmasq for IPv6 router advertisements Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/astlinux18.config branches/1.0/package/dnsmasq/dnsmasq.init branches/1.0/package/radvd/Config.in branches/1.0/package/radvd/radvd.mk Removed Paths: ------------- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K05radvd branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S92radvd Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/astlinux-ast11.config 2015-01-13 19:23:42 UTC (rev 6931) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6916-dirty Configuration -# Fri Jan 9 10:34:36 2015 +# Buildroot 2011.08-svn6930-dirty Configuration +# Tue Jan 13 08:11:58 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -771,7 +771,6 @@ BR2_PACKAGE_PPPD=y # BR2_PACKAGE_PPPD_FILTER is not set # BR2_PACKAGE_PPPD_RADIUS is not set -BR2_PACKAGE_RADVD=y BR2_PACKAGE_RP_PPPOE=y # BR2_PACKAGE_PPTP_LINUX is not set BR2_PACKAGE_PPTPD=y Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/astlinux-ast13.config 2015-01-13 19:23:42 UTC (rev 6931) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6916-dirty Configuration -# Fri Jan 9 10:34:36 2015 +# Buildroot 2011.08-svn6930-dirty Configuration +# Tue Jan 13 08:11:59 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -771,7 +771,6 @@ BR2_PACKAGE_PPPD=y # BR2_PACKAGE_PPPD_FILTER is not set # BR2_PACKAGE_PPPD_RADIUS is not set -BR2_PACKAGE_RADVD=y BR2_PACKAGE_RP_PPPOE=y # BR2_PACKAGE_PPTP_LINUX is not set BR2_PACKAGE_PPTPD=y Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/astlinux18.config 2015-01-13 19:23:42 UTC (rev 6931) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6916-dirty Configuration -# Fri Jan 9 10:34:36 2015 +# Buildroot 2011.08-svn6930-dirty Configuration +# Tue Jan 13 08:11:58 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -771,7 +771,6 @@ BR2_PACKAGE_PPPD=y # BR2_PACKAGE_PPPD_FILTER is not set # BR2_PACKAGE_PPPD_RADIUS is not set -BR2_PACKAGE_RADVD=y BR2_PACKAGE_RP_PPPOE=y # BR2_PACKAGE_PPTP_LINUX is not set BR2_PACKAGE_PPTPD=y Modified: branches/1.0/package/dnsmasq/dnsmasq.init =================================================================== --- branches/1.0/package/dnsmasq/dnsmasq.init 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/package/dnsmasq/dnsmasq.init 2015-01-13 19:23:42 UTC (rev 6931) @@ -6,6 +6,27 @@ . /etc/init.d/functions.d/network . /etc/init.d/functions.d/misc +addr_to_prefix64() +{ + local cnt=1 prefix="" next + + if [ -n "$1" ]; then + while [ $cnt -le 4 ]; do + next="$(echo "$1" | cut -s -d':' -f$cnt)" + if [ -z "$next" ]; then + break + fi + prefix="${prefix}${prefix:+:}${next}" + cnt=$((cnt + 1)) + done + if [ -n "$prefix" ]; then + prefix="${prefix}::" + fi + fi + + echo "$prefix" +} + dnscrypt_proxy_check() { if [ -f /etc/init.d/dnscrypt ]; then @@ -78,6 +99,47 @@ no-dhcp-interface=$1" } +addIPV6net() +{ + # args: IF, tag + local interface="$1" tag="$2" prefix="" iname IFS + + unset IFS + for iname in $IPV6_AUTOCONF; do + case $iname in + INTIF) + if [ "$tag" = "lan" ]; then + prefix="$(addr_to_prefix64 "$INTIPV6")" + break + fi + ;; + INT2IF) + if [ "$tag" = "lan2" ]; then + prefix="$(addr_to_prefix64 "$INT2IPV6")" + break + fi + ;; + INT3IF) + if [ "$tag" = "lan3" ]; then + prefix="$(addr_to_prefix64 "$INT3IPV6")" + break + fi + ;; + DMZIF) + if [ "$tag" = "dmz" ]; then + prefix="$(addr_to_prefix64 "$DMZIPV6")" + break + fi + ;; + esac + done + + if [ -n "$prefix" ]; then + echo " +dhcp-range=$tag,$prefix,ra-only,64,24h" + fi +} + addDNSMASQnet() { # args: IF, IP, NM, tag @@ -98,6 +160,10 @@ ipstart=$(($ipbase + $dstart)) ipend=$(($ipbase + $dend)) trueDNSMASQnet $4 $2 $(_mkdottedquad $ipstart) $(_mkdottedquad $ipend) + + if [ "$IPV6" = "yes" ]; then + addIPV6net $1 $4 + fi else falseDNSMASQnet $1 fi @@ -151,6 +217,11 @@ echo "enable-tftp tftp-root=/tftpboot" fi + + # IPv6 Options + if [ "$IPV6" = "yes" ]; then + echo "quiet-ra" + fi } addDHCPhosts_options() @@ -275,7 +346,7 @@ ln -sf /mnt/kd/dnsmasq.conf /tmp/etc/dnsmasq.conf return fi - + if is_DHCP_active || is_EXTDHCP_active; then createDNSMASQbasic dhcp >> /tmp/etc/dnsmasq.conf Modified: branches/1.0/package/radvd/Config.in =================================================================== --- branches/1.0/package/radvd/Config.in 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/package/radvd/Config.in 2015-01-13 19:23:42 UTC (rev 6931) @@ -2,6 +2,7 @@ bool "radvd" select BR2_PACKAGE_FLEX depends on BR2_INET_IPV6 + depends on !BR2_PACKAGE_DNSMASQ help IPv6 Router Advertisement Daemon. Modified: branches/1.0/package/radvd/radvd.mk =================================================================== --- branches/1.0/package/radvd/radvd.mk 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/package/radvd/radvd.mk 2015-01-13 19:23:42 UTC (rev 6931) @@ -13,8 +13,17 @@ define RADVD_INSTALL_INITSCRIPT $(INSTALL) -D -m 0755 package/radvd/radvd.init $(TARGET_DIR)/etc/init.d/radvd ln -sf /tmp/etc/radvd.conf $(TARGET_DIR)/etc/radvd.conf + ln -sf ../../init.d/radvd $(TARGET_DIR)/etc/runlevels/default/S92radvd + ln -sf ../../init.d/radvd $(TARGET_DIR)/etc/runlevels/default/K05radvd endef RADVD_POST_INSTALL_TARGET_HOOKS += RADVD_INSTALL_INITSCRIPT +define RADVD_UNINSTALL_TARGET_CMDS + rm -f $(TARGET_DIR)/etc/init.d/radvd + rm -f $(TARGET_DIR)/etc/radvd.conf + rm -f $(TARGET_DIR)/etc/runlevels/default/S92radvd + rm -f $(TARGET_DIR)/etc/runlevels/default/K05radvd +endef + $(eval $(call AUTOTARGETS,package,radvd)) Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K05radvd =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K05radvd 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/K05radvd 2015-01-13 19:23:42 UTC (rev 6931) @@ -1 +0,0 @@ -link ../../init.d/radvd \ No newline at end of file Deleted: branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S92radvd =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S92radvd 2015-01-13 14:07:38 UTC (rev 6930) +++ branches/1.0/project/astlinux/target_skeleton/etc/runlevels/default/S92radvd 2015-01-13 19:23:42 UTC (rev 6931) @@ -1 +0,0 @@ -link ../../init.d/radvd \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-12 19:29:42
|
Revision: 6929 http://sourceforge.net/p/astlinux/code/6929 Author: abelbeck Date: 2015-01-12 19:29:40 +0000 (Mon, 12 Jan 2015) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2015-01-12 19:07:47 UTC (rev 6928) +++ branches/1.0/docs/ChangeLog.txt 2015-01-12 19:29:40 UTC (rev 6929) @@ -64,6 +64,11 @@ -- phoneprov-tools, add support for pjsip_file and pjsip_path for new [pjsip] context +-- Asterisk 'agi-bin' now includes the 'custom-agi' sub-directory path which is automatically symlinked + to the /mnt/kd/custom-agi directory if it exists. The dialplan must use "AGI(custom-agi/foobar.agi,...)" + to use any such AGI scripts. The /mnt/kd/custom-agi directory is now part of the basic backup/restore. + Note: All previously existing AGI scripts will continue to work as before. + ** Web Interface -- Add Monit support This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-12 18:40:37
|
Revision: 6926 http://sourceforge.net/p/astlinux/code/6926 Author: abelbeck Date: 2015-01-12 18:40:29 +0000 (Mon, 12 Jan 2015) Log Message: ----------- asterisk, add support for /mnt/kd/custom-agi just like /mnt/kd/custom-sounds but for agi-bin/custom-agi. The /mnt/kd/custom-agi contents will be (later) backed-up and restored via a Basic configuration backup Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.init branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.init =================================================================== --- branches/1.0/package/asterisk/asterisk.init 2015-01-12 17:28:07 UTC (rev 6925) +++ branches/1.0/package/asterisk/asterisk.init 2015-01-12 18:40:29 UTC (rev 6926) @@ -29,6 +29,8 @@ mkdir -p /var/tmp/asterisk/sounds + mkdir -p /var/tmp/asterisk/agi-bin + if [ ! -d /var/log/asterisk ]; then mkdir /var/log/asterisk fi @@ -71,6 +73,8 @@ make_symlink_or_dir "/mnt/kd/custom-sounds" "/var/tmp/asterisk/sounds/custom-sounds" + make_symlink_or_dir "/mnt/kd/custom-agi" "/var/tmp/asterisk/agi-bin/custom-agi" + if [ -f /mnt/kd/astdb -o -f /mnt/kd/astdb.sqlite3 ]; then ln -sf /mnt/kd/astdb /var/db/astdb Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2015-01-12 17:28:07 UTC (rev 6925) +++ branches/1.0/package/asterisk/asterisk.mk 2015-01-12 18:40:29 UTC (rev 6926) @@ -331,6 +331,7 @@ rm -rf $(TARGET_DIR)/etc/asterisk ln -sf /tmp/etc/asterisk $(TARGET_DIR)/etc/asterisk ln -sf /var/tmp/asterisk/sounds/custom-sounds $(TARGET_DIR)/stat/var/lib/asterisk/sounds/custom-sounds + ln -sf /var/tmp/asterisk/agi-bin/custom-agi $(TARGET_DIR)/stat/var/lib/asterisk/agi-bin/custom-agi if [ -d $(TARGET_DIR)/usr/share/snmp/mibs ]; then \ $(INSTALL) -D -m 0644 package/asterisk/mibs/ASTERISK-MIB.txt $(TARGET_DIR)/usr/share/snmp/mibs/ ; \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-12 17:28:09
|
Revision: 6925 http://sourceforge.net/p/astlinux/code/6925 Author: abelbeck Date: 2015-01-12 17:28:07 +0000 (Mon, 12 Jan 2015) Log Message: ----------- sqliteodbc, added upstream change by Christian Werner to impliment --with-libxml2=SCR Modified Paths: -------------- branches/1.0/package/sqliteodbc/sqliteodbc.mk Added Paths: ----------- branches/1.0/package/sqliteodbc/sqliteodbc-upstream-xml2-config.patch Removed Paths: ------------- branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch Added: branches/1.0/package/sqliteodbc/sqliteodbc-upstream-xml2-config.patch =================================================================== --- branches/1.0/package/sqliteodbc/sqliteodbc-upstream-xml2-config.patch (rev 0) +++ branches/1.0/package/sqliteodbc/sqliteodbc-upstream-xml2-config.patch 2015-01-12 17:28:07 UTC (rev 6925) @@ -0,0 +1,220 @@ +--- sqliteodbc-0.9991/sqliteodbc-0.9991/configure.orig 2014-07-21 01:27:18.000000000 -0500 ++++ sqliteodbc-0.9991/sqliteodbc-0.9991/configure 2015-01-12 10:12:43.000000000 -0600 +@@ -921,6 +921,7 @@ + with_sqlite + with_sqlite3 + with_sqlite4 ++with_libxml2 + with_odbc + enable_winterface + with_dls +@@ -1573,6 +1574,7 @@ + --with-sqlite=DIR use SQLite header/lib from DIR + --with-sqlite3=DIR use SQLite3 hdr/lib from DIR + --with-sqlite4=DIR use SQLite4 hdr/src from DIR ++ --with-libxml2=SCR use xml2-config script SCR + --with-odbc=DIR use ODBC header/libs from DIR + --with-dls dlopen SQLite3/SQLite4 lib + +@@ -3691,13 +3693,13 @@ + else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext +- (eval echo "\"\$as_me:3694: $ac_compile\"" >&5) ++ (eval echo "\"\$as_me:3696: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 +- (eval echo "\"\$as_me:3697: $NM \\\"conftest.$ac_objext\\\"\"" >&5) ++ (eval echo "\"\$as_me:3699: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 +- (eval echo "\"\$as_me:3700: output\"" >&5) ++ (eval echo "\"\$as_me:3702: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" +@@ -4903,7 +4905,7 @@ + ;; + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 4906 "configure"' > conftest.$ac_ext ++ echo '#line 4908 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -6760,11 +6762,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:6763: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:6765: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:6767: \$? = $ac_status" >&5 ++ echo "$as_me:6769: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7099,11 +7101,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7102: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7104: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:7106: \$? = $ac_status" >&5 ++ echo "$as_me:7108: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -7204,11 +7206,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7207: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7209: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:7211: \$? = $ac_status" >&5 ++ echo "$as_me:7213: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -7259,11 +7261,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:7262: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:7264: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:7266: \$? = $ac_status" >&5 ++ echo "$as_me:7268: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -10062,7 +10064,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +-#line 10065 "configure" ++#line 10067 "configure" + #include "confdefs.h" + + #if HAVE_DLFCN_H +@@ -10158,7 +10160,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +-#line 10161 "configure" ++#line 10163 "configure" + #include "confdefs.h" + + #if HAVE_DLFCN_H +@@ -12306,23 +12308,43 @@ + + ######### + # libxml2 support for XPath virtual table module ++ ++# Check whether --with-libxml2 was given. ++if test "${with_libxml2+set}" = set; then ++ withval=$with_libxml2; XML2_CONFIG=$withval ++fi ++ + XML2_FLAGS="" + XML2_LIBS="" + EXT_XPATH="" + if test "$SQLITE3_LOADEXTENSION" = "1" ; then +- { $as_echo "$as_me:$LINENO: checking for libxml2 header and library" >&5 ++ if test "$with_libxml2" = "no" ; then ++ XML2_CONFIG="" ++ else ++ { $as_echo "$as_me:$LINENO: checking for libxml2 header and library" >&5 + $as_echo_n "checking for libxml2 header and library... " >&6; } +- XML2_CONFIG="`which xml2-config 2>/dev/null`" +- if test -n "$XML2_CONFIG" ; then +- XML2_FLAGS="`xml2-config --cflags`" +- XML2_LIBS="`xml2-config --libs`" +- EXT_XPATH=libsqlite3_mod_xpath.la +- LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" +- { $as_echo "$as_me:$LINENO: result: yes" >&5 ++ if test "$with_libxml2" != "no" ; then ++ if test -z "$XML2_CONFIG" ; then ++ XML2_CONFIG=`which xml2-config 2>/dev/null` ++ fi ++ fi ++ xml2_err1=1 ++ xml2_err2=1 ++ if test -n "$XML2_CONFIG" ; then ++ XML2_FLAGS="`$XML2_CONFIG --cflags 2>/dev/null`" ++ xml2_err1=$? ++ XML2_LIBS="`$XML2_CONFIG --libs 2>/dev/null`" ++ xml2_err2=$? ++ fi ++ if test $xml2_err1 -eq 0 -a $xml2_err2 -eq 0 ; then ++ EXT_XPATH=libsqlite3_mod_xpath.la ++ LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" ++ { $as_echo "$as_me:$LINENO: result: yes" >&5 + $as_echo "yes" >&6; } +- else +- { $as_echo "$as_me:$LINENO: result: no" >&5 ++ else ++ { $as_echo "$as_me:$LINENO: result: no" >&5 + $as_echo "no" >&6; } ++ fi + fi + fi + +--- sqliteodbc-0.9991/sqliteodbc-0.9991/configure.in.orig 2014-07-21 01:23:45.000000000 -0500 ++++ sqliteodbc-0.9991/sqliteodbc-0.9991/configure.in 2015-01-12 10:12:43.000000000 -0600 +@@ -336,20 +336,36 @@ + + ######### + # libxml2 support for XPath virtual table module ++AC_ARG_WITH(libxml2, [ --with-libxml2=SCR use xml2-config script SCR], ++ XML2_CONFIG=$withval) + XML2_FLAGS="" + XML2_LIBS="" + EXT_XPATH="" + if test "$SQLITE3_LOADEXTENSION" = "1" ; then +- AC_MSG_CHECKING([for libxml2 header and library]) +- XML2_CONFIG="`which xml2-config 2>/dev/null`" +- if test -n "$XML2_CONFIG" ; then +- XML2_FLAGS="`xml2-config --cflags`" +- XML2_LIBS="`xml2-config --libs`" +- EXT_XPATH=libsqlite3_mod_xpath.la +- LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" +- AC_MSG_RESULT(yes) ++ if test "$with_libxml2" = "no" ; then ++ XML2_CONFIG="" + else +- AC_MSG_RESULT(no) ++ AC_MSG_CHECKING([for libxml2 header and library]) ++ if test "$with_libxml2" != "no" ; then ++ if test -z "$XML2_CONFIG" ; then ++ XML2_CONFIG=`which xml2-config 2>/dev/null` ++ fi ++ fi ++ xml2_err1=1 ++ xml2_err2=1 ++ if test -n "$XML2_CONFIG" ; then ++ XML2_FLAGS="`$XML2_CONFIG --cflags 2>/dev/null`" ++ xml2_err1=$? ++ XML2_LIBS="`$XML2_CONFIG --libs 2>/dev/null`" ++ xml2_err2=$? ++ fi ++ if test $xml2_err1 -eq 0 -a $xml2_err2 -eq 0 ; then ++ EXT_XPATH=libsqlite3_mod_xpath.la ++ LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" ++ AC_MSG_RESULT(yes) ++ else ++ AC_MSG_RESULT(no) ++ fi + fi + fi + AC_SUBST(XML2_FLAGS) Deleted: branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch =================================================================== --- branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch 2015-01-11 15:43:54 UTC (rev 6924) +++ branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch 2015-01-12 17:28:07 UTC (rev 6925) @@ -1,17 +0,0 @@ ---- sqliteodbc-0.9991/sqliteodbc-0.9991/configure.orig 2015-01-09 22:42:33.000000000 -0600 -+++ sqliteodbc-0.9991/sqliteodbc-0.9991/configure 2015-01-09 22:44:33.000000000 -0600 -@@ -12312,10 +12312,10 @@ - if test "$SQLITE3_LOADEXTENSION" = "1" ; then - { $as_echo "$as_me:$LINENO: checking for libxml2 header and library" >&5 - $as_echo_n "checking for libxml2 header and library... " >&6; } -- XML2_CONFIG="`which xml2-config 2>/dev/null`" -- if test -n "$XML2_CONFIG" ; then -- XML2_FLAGS="`xml2-config --cflags`" -- XML2_LIBS="`xml2-config --libs`" -+ XML2_CONFIG="$SQLITE3_DIR/bin/xml2-config" -+ if test -f "$XML2_CONFIG" ; then -+ XML2_FLAGS="`$XML2_CONFIG --cflags`" -+ XML2_LIBS="`$XML2_CONFIG --libs`" - EXT_XPATH=libsqlite3_mod_xpath.la - LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" - { $as_echo "$as_me:$LINENO: result: yes" >&5 Modified: branches/1.0/package/sqliteodbc/sqliteodbc.mk =================================================================== --- branches/1.0/package/sqliteodbc/sqliteodbc.mk 2015-01-11 15:43:54 UTC (rev 6924) +++ branches/1.0/package/sqliteodbc/sqliteodbc.mk 2015-01-12 17:28:07 UTC (rev 6925) @@ -17,7 +17,8 @@ --with-sqlite="$(STAGING_DIR)/usr" \ --with-sqlite3="$(STAGING_DIR)/usr" \ --with-sqlite4="$(STAGING_DIR)/usr" \ - --with-odbc="$(STAGING_DIR)/usr" + --with-odbc="$(STAGING_DIR)/usr" \ + --with-libxml2="$(STAGING_DIR)/usr/bin/xml2-config" define SQLITEODBC_INSTALL_TARGET_CMDS cp -a $(STAGING_DIR)/usr/lib/libsqlite3odbc*.so $(TARGET_DIR)/usr/lib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-11 15:44:02
|
Revision: 6924 http://sourceforge.net/p/astlinux/code/6924 Author: abelbeck Date: 2015-01-11 15:43:54 +0000 (Sun, 11 Jan 2015) Log Message: ----------- asterisk, when building 'menuselect' set LD_RUN_PATH at link time rather than LD_LIBRARY_PATH at runtime Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2015-01-11 14:38:27 UTC (rev 6923) +++ branches/1.0/package/asterisk/asterisk.mk 2015-01-11 15:43:54 UTC (rev 6924) @@ -243,32 +243,32 @@ $(HOST_CONFIGURE_OPTS) \ ./configure \ ) - $(HOST_MAKE_ENV) \ + $(HOST_MAKE_ENV) LD_RUN_PATH="$(HOST_DIR)/usr/lib" \ $(MAKE) -C $(ASTERISK_DIR)/menuselect menuselect ifeq ($(strip $(BR2_PACKAGE_ASTERISK_MENUSELECT)),y) - $(HOST_MAKE_ENV) \ + $(HOST_MAKE_ENV) LD_RUN_PATH="$(HOST_DIR)/usr/lib" \ $(MAKE) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS= \ menuselect else - $(HOST_MAKE_ENV) \ + $(HOST_MAKE_ENV) LD_RUN_PATH="$(HOST_DIR)/usr/lib" \ $(MAKE) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS= \ menuselect.makeopts ifeq ($(strip $(BR2_PACKAGE_MYSQL_CLIENT)),y) - (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); \ menuselect/menuselect --enable app_mysql --enable cdr_mysql --enable res_config_mysql menuselect.makeopts; \ ) endif ifeq ($(strip $(BR2_PACKAGE_UW_IMAP)),y) - (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); \ menuselect/menuselect --enable IMAP_STORAGE menuselect.makeopts; \ ) endif ifneq ($(ASTERISK_VERSION_SINGLE),1) - (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); \ menuselect/menuselect --enable app_meetme --enable app_page menuselect.makeopts; \ ) endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-10 17:26:21
|
Revision: 6921 http://sourceforge.net/p/astlinux/code/6921 Author: abelbeck Date: 2015-01-10 17:26:14 +0000 (Sat, 10 Jan 2015) Log Message: ----------- asterisk, no functional change, tidier asterisk.mk Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2015-01-10 16:54:59 UTC (rev 6920) +++ branches/1.0/package/asterisk/asterisk.mk 2015-01-10 17:26:14 UTC (rev 6921) @@ -258,20 +258,17 @@ USER_MAKEOPTS= \ menuselect.makeopts ifeq ($(strip $(BR2_PACKAGE_MYSQL_CLIENT)),y) - (cd $(ASTERISK_DIR); \ - $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ menuselect/menuselect --enable app_mysql --enable cdr_mysql --enable res_config_mysql menuselect.makeopts; \ ) endif ifeq ($(strip $(BR2_PACKAGE_UW_IMAP)),y) - (cd $(ASTERISK_DIR); \ - $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ menuselect/menuselect --enable IMAP_STORAGE menuselect.makeopts; \ ) endif ifneq ($(ASTERISK_VERSION_SINGLE),1) - (cd $(ASTERISK_DIR); \ - $(HOST_MAKE_ENV) \ + (cd $(ASTERISK_DIR); $(HOST_MAKE_ENV) \ menuselect/menuselect --enable app_meetme --enable app_page menuselect.makeopts; \ ) endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-10 16:55:07
|
Revision: 6920 http://sourceforge.net/p/astlinux/code/6920 Author: abelbeck Date: 2015-01-10 16:54:59 +0000 (Sat, 10 Jan 2015) Log Message: ----------- sqliteodbc, needs BR2_PACKAGE_LIBXML2 (libxml2) to properly build Modified Paths: -------------- branches/1.0/package/sqliteodbc/Config.in Modified: branches/1.0/package/sqliteodbc/Config.in =================================================================== --- branches/1.0/package/sqliteodbc/Config.in 2015-01-10 05:19:00 UTC (rev 6919) +++ branches/1.0/package/sqliteodbc/Config.in 2015-01-10 16:54:59 UTC (rev 6920) @@ -3,6 +3,7 @@ default n depends on BR2_PACKAGE_SQLITE select BR2_PACKAGE_UNIXODBC + select BR2_PACKAGE_LIBXML2 help SQLite library wrapped into an ODBC driver. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-10 05:19:12
|
Revision: 6919 http://sourceforge.net/p/astlinux/code/6919 Author: abelbeck Date: 2015-01-10 05:19:00 +0000 (Sat, 10 Jan 2015) Log Message: ----------- sqliteodbc, build fix via patch to properly find xml2-config which is needed to build libsqlite3_mod_xpath.so (which we don't include) but with host-libxml2 built this fails on a x86_64 build system Modified Paths: -------------- branches/1.0/package/sqliteodbc/sqliteodbc.mk Added Paths: ----------- branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch Added: branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch =================================================================== --- branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch (rev 0) +++ branches/1.0/package/sqliteodbc/sqliteodbc-xml2-config.patch 2015-01-10 05:19:00 UTC (rev 6919) @@ -0,0 +1,17 @@ +--- sqliteodbc-0.9991/sqliteodbc-0.9991/configure.orig 2015-01-09 22:42:33.000000000 -0600 ++++ sqliteodbc-0.9991/sqliteodbc-0.9991/configure 2015-01-09 22:44:33.000000000 -0600 +@@ -12312,10 +12312,10 @@ + if test "$SQLITE3_LOADEXTENSION" = "1" ; then + { $as_echo "$as_me:$LINENO: checking for libxml2 header and library" >&5 + $as_echo_n "checking for libxml2 header and library... " >&6; } +- XML2_CONFIG="`which xml2-config 2>/dev/null`" +- if test -n "$XML2_CONFIG" ; then +- XML2_FLAGS="`xml2-config --cflags`" +- XML2_LIBS="`xml2-config --libs`" ++ XML2_CONFIG="$SQLITE3_DIR/bin/xml2-config" ++ if test -f "$XML2_CONFIG" ; then ++ XML2_FLAGS="`$XML2_CONFIG --cflags`" ++ XML2_LIBS="`$XML2_CONFIG --libs`" + EXT_XPATH=libsqlite3_mod_xpath.la + LIB_TARGETS="$LIB_TARGETS $EXT_XPATH" + { $as_echo "$as_me:$LINENO: result: yes" >&5 Modified: branches/1.0/package/sqliteodbc/sqliteodbc.mk =================================================================== --- branches/1.0/package/sqliteodbc/sqliteodbc.mk 2015-01-09 22:26:57 UTC (rev 6918) +++ branches/1.0/package/sqliteodbc/sqliteodbc.mk 2015-01-10 05:19:00 UTC (rev 6919) @@ -7,7 +7,7 @@ SQLITEODBC_SOURCE = sqliteodbc-$(SQLITEODBC_VERSION).tar.gz SQLITEODBC_SITE = http://www.ch-werner.de/sqliteodbc SQLITEODBC_SUBDIR = sqliteodbc-$(SQLITEODBC_VERSION) -SQLITEODBC_DEPENDENCIES = sqlite unixodbc +SQLITEODBC_DEPENDENCIES = sqlite unixodbc libxml2 SQLITEODBC_INSTALL_STAGING = YES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-09 22:27:06
|
Revision: 6918 http://sourceforge.net/p/astlinux/code/6918 Author: abelbeck Date: 2015-01-09 22:26:57 +0000 (Fri, 09 Jan 2015) Log Message: ----------- asterisk, now build 'menuselect' under HOST_MAKE_ENV so we have more control and a NATIVE libxml2 is no longer required Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.mk Modified: branches/1.0/package/asterisk/asterisk.mk =================================================================== --- branches/1.0/package/asterisk/asterisk.mk 2015-01-09 17:37:39 UTC (rev 6917) +++ branches/1.0/package/asterisk/asterisk.mk 2015-01-09 22:26:57 UTC (rev 6918) @@ -164,6 +164,8 @@ ifneq ($(ASTERISK_VERSION_SINGLE),1) ifneq ($(ASTERISK_VERSION_SINGLE),11) +ASTERISK_EXTRAS+=host-libxml2 + ifeq ($(strip $(BR2_PACKAGE_PJSIP)),y) ASTERISK_EXTRAS+=pjsip ASTERISK_CONFIGURE_ARGS+= \ @@ -215,12 +217,11 @@ touch $@ -$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | libelf ncurses zlib \ +$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.patched | host-pkg-config host-ncurses host-flex libelf ncurses zlib \ openssl libtool util-linux $(ASTERISK_EXTRAS) (cd $(ASTERISK_DIR); rm -rf config.cache configure; \ ./bootstrap.sh; \ $(TARGET_CONFIGURE_OPTS) \ - PATH=$(STAGING_DIR)/bin:$$PATH \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ @@ -239,33 +240,38 @@ ) (cd $(ASTERISK_DIR)/menuselect; rm -rf config.cache configure; \ ./bootstrap.sh; \ + $(HOST_CONFIGURE_OPTS) \ ./configure \ ) + $(HOST_MAKE_ENV) \ $(MAKE) -C $(ASTERISK_DIR)/menuselect menuselect ifeq ($(strip $(BR2_PACKAGE_ASTERISK_MENUSELECT)),y) - PATH=$(STAGING_DIR)/bin:$$PATH \ + $(HOST_MAKE_ENV) \ $(MAKE) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS= \ menuselect else - PATH=$(STAGING_DIR)/bin:$$PATH \ + $(HOST_MAKE_ENV) \ $(MAKE) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS= \ menuselect.makeopts ifeq ($(strip $(BR2_PACKAGE_MYSQL_CLIENT)),y) (cd $(ASTERISK_DIR); \ + $(HOST_MAKE_ENV) \ menuselect/menuselect --enable app_mysql --enable cdr_mysql --enable res_config_mysql menuselect.makeopts; \ ) endif ifeq ($(strip $(BR2_PACKAGE_UW_IMAP)),y) (cd $(ASTERISK_DIR); \ + $(HOST_MAKE_ENV) \ menuselect/menuselect --enable IMAP_STORAGE menuselect.makeopts; \ ) endif ifneq ($(ASTERISK_VERSION_SINGLE),1) (cd $(ASTERISK_DIR); \ + $(HOST_MAKE_ENV) \ menuselect/menuselect --enable app_meetme --enable app_page menuselect.makeopts; \ ) endif @@ -273,15 +279,14 @@ touch $@ $(ASTERISK_DIR)/$(ASTERISK_BINARY): $(ASTERISK_DIR)/.configured - PATH=$(STAGING_DIR)/bin:$$PATH \ + $(TARGET_MAKE_ENV) \ $(MAKE) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS= \ ASTVARRUNDIR=/var/run/asterisk $(TARGET_DIR)/$(ASTERISK_TARGET_BINARY): $(ASTERISK_DIR)/$(ASTERISK_BINARY) - # mkdir -p $(TARGET_DIR)/$(ASTERISK_MODULE_DIR) - PATH=$(STAGING_DIR)/bin:$$PATH \ + $(TARGET_MAKE_ENV) \ $(MAKE1) -C $(ASTERISK_DIR) \ GLOBAL_MAKEOPTS=$(ASTERISK_GLOBAL_MAKEOPTS) \ USER_MAKEOPTS=menuselect.makeopts \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-09 17:37:42
|
Revision: 6917 http://sourceforge.net/p/astlinux/code/6917 Author: abelbeck Date: 2015-01-09 17:37:39 +0000 (Fri, 09 Jan 2015) Log Message: ----------- host-flex, version bump to 2.5.37 and cleanup Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/astlinux18.config branches/1.0/package/flex/Config.in branches/1.0/package/flex/flex.mk Added Paths: ----------- branches/1.0/package/flex/flex-prog-ar.patch Removed Paths: ------------- branches/1.0/package/flex/flex-2.5.33-prog-ar.patch Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/astlinux-ast11.config 2015-01-09 17:37:39 UTC (rev 6917) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6897-dirty Configuration -# Sat Jan 3 11:05:37 2015 +# Buildroot 2011.08-svn6916-dirty Configuration +# Fri Jan 9 10:34:36 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -267,7 +267,6 @@ # BR2_PACKAGE_CVS is not set # BR2_PACKAGE_DISTCC is not set BR2_PACKAGE_FLEX=y -BR2_PACKAGE_FLEX_LIBFL=y # BR2_PACKAGE_GMP is not set # BR2_PACKAGE_GPERF is not set # BR2_PACKAGE_MAKE is not set Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/astlinux-ast13.config 2015-01-09 17:37:39 UTC (rev 6917) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6899-dirty Configuration -# Sat Jan 3 18:34:03 2015 +# Buildroot 2011.08-svn6916-dirty Configuration +# Fri Jan 9 10:34:36 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -267,7 +267,6 @@ # BR2_PACKAGE_CVS is not set # BR2_PACKAGE_DISTCC is not set BR2_PACKAGE_FLEX=y -BR2_PACKAGE_FLEX_LIBFL=y # BR2_PACKAGE_GMP is not set # BR2_PACKAGE_GPERF is not set # BR2_PACKAGE_MAKE is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/astlinux18.config 2015-01-09 17:37:39 UTC (rev 6917) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6897-dirty Configuration -# Sat Jan 3 11:05:34 2015 +# Buildroot 2011.08-svn6916-dirty Configuration +# Fri Jan 9 10:34:36 2015 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -267,7 +267,6 @@ # BR2_PACKAGE_CVS is not set # BR2_PACKAGE_DISTCC is not set BR2_PACKAGE_FLEX=y -BR2_PACKAGE_FLEX_LIBFL=y # BR2_PACKAGE_GMP is not set # BR2_PACKAGE_GPERF is not set # BR2_PACKAGE_MAKE is not set Modified: branches/1.0/package/flex/Config.in =================================================================== --- branches/1.0/package/flex/Config.in 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/package/flex/Config.in 2015-01-09 17:37:39 UTC (rev 6917) @@ -4,12 +4,5 @@ A fast lexical analyser generator. A tool for generating programs that perform pattern-matching on text. - http://www.gnu.org/software/flex/ + http://flex.sourceforge.net/ -config BR2_PACKAGE_FLEX_LIBFL - bool "Install libfl.a under staging_dir/usr/lib" - default y - depends on BR2_PACKAGE_FLEX - help - Install libfl.a under staging_dir/usr/lib for further development - on a host machine. Deleted: branches/1.0/package/flex/flex-2.5.33-prog-ar.patch =================================================================== --- branches/1.0/package/flex/flex-2.5.33-prog-ar.patch 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/package/flex/flex-2.5.33-prog-ar.patch 2015-01-09 17:37:39 UTC (rev 6917) @@ -1,11 +0,0 @@ -diff -rup flex-2.5.33.orig/Makefile.in flex-2.5.33/Makefile.in ---- flex-2.5.33.orig/Makefile.in 2007-01-18 17:29:25.000000000 +0100 -+++ flex-2.5.33/Makefile.in 2007-01-18 18:28:22.000000000 +0100 -@@ -105,7 +105,6 @@ am__installdirs = "$(DESTDIR)$(libdir)" - "$(DESTDIR)$(includedir)" - libLIBRARIES_INSTALL = $(INSTALL_DATA) - LIBRARIES = $(lib_LIBRARIES) --AR = ar - ARFLAGS = cru - libfl_a_AR = $(AR) $(ARFLAGS) - libfl_a_LIBADD = Copied: branches/1.0/package/flex/flex-prog-ar.patch (from rev 6916, branches/1.0/package/flex/flex-2.5.33-prog-ar.patch) =================================================================== --- branches/1.0/package/flex/flex-prog-ar.patch (rev 0) +++ branches/1.0/package/flex/flex-prog-ar.patch 2015-01-09 17:37:39 UTC (rev 6917) @@ -0,0 +1,10 @@ +--- flex-2.5.37/Makefile.in.orig 2015-01-09 10:26:23.000000000 -0600 ++++ flex-2.5.37/Makefile.in 2015-01-09 10:26:48.000000000 -0600 +@@ -119,7 +119,6 @@ + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)" + LIBRARIES = $(lib_LIBRARIES) +-AR = ar + ARFLAGS = cru + libfl_a_AR = $(AR) $(ARFLAGS) + libfl_a_LIBADD = Modified: branches/1.0/package/flex/flex.mk =================================================================== --- branches/1.0/package/flex/flex.mk 2015-01-09 05:34:02 UTC (rev 6916) +++ branches/1.0/package/flex/flex.mk 2015-01-09 17:37:39 UTC (rev 6917) @@ -3,42 +3,26 @@ # flex # ############################################################# -FLEX_VERSION:=2.5.35 -FLEX_PATCH_VERSION:=10 -FLEX_SOURCE:=flex_$(FLEX_VERSION).orig.tar.gz -FLEX_PATCH:=flex_$(FLEX_VERSION)-$(FLEX_PATCH_VERSION).diff.gz -FLEX_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/f/flex -FLEX_DIR:=$(BUILD_DIR)/flex-$(FLEX_VERSION) +FLEX_VERSION = 2.5.37 +FLEX_SOURCE = flex-$(FLEX_VERSION).tar.gz +FLEX_SITE = http://download.sourceforge.net/project/flex FLEX_INSTALL_STAGING=YES -FLEX_DEPENDENCIES = \ - $(if $(BR2_PACKAGE_GETTEXT),gettext) \ - $(if $(BR2_PACKAGE_LIBINTL),libintl) +FLEX_DEPENDENCIES = host-m4 +HOST_FLEX_DEPENDENCIES = host-m4 -# lex -> flex -define FLEX_INSTALL_LEX -cd $(TARGET_DIR)/usr/bin && ln -snf flex lex -endef +FLEX_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 +HOST_FLEX_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 -define FLEX_UNINSTALL_LEX --rm $(TARGET_DIR)/usr/bin/lex +define FLEX_DISABLE_PROGRAM + $(SED) 's/^bin_PROGRAMS.*//' $(@D)/Makefile.in endef +FLEX_POST_PATCH_HOOKS += FLEX_DISABLE_PROGRAM -FLEX_POST_INSTALL_HOOKS += FLEX_INSTALL_LEX -FLEX_POST_CLEAN_HOOKS += FLEX_UNINSTALL_LEX - -# libfl installation -ifeq ($(BR2_PACKAGE_FLEX_LIBFL),y) -define FLEX_INSTALL_LIBFL -install -D $(FLEX_DIR)/libfl.a $(STAGING_DIR)/usr/lib/libfl.a +# flex++ symlink is broken when flex binary is not installed +define FLEX_REMOVE_BROKEN_SYMLINK + rm -f $(TARGET_DIR)/usr/bin/flex++ endef +FLEX_POST_INSTALL_TARGET_HOOKS += FLEX_REMOVE_BROKEN_SYMLINK -define FLEX_UNINSTALL_LIBFL --rm $(STAGING_DIR)/lib/libfl.a -endef - -FLEX_POST_INSTALL_HOOKS += FLEX_INSTALL_LIBFL -FLEX_POST_CLEAN_HOOKS += FLEX_UNINSTALL_LIBFL -endif - $(eval $(call AUTOTARGETS,package,flex)) $(eval $(call AUTOTARGETS,package,flex,host)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <abe...@us...> - 2015-01-09 05:34:10
|
Revision: 6916 http://sourceforge.net/p/astlinux/code/6916 Author: abelbeck Date: 2015-01-09 05:34:02 +0000 (Fri, 09 Jan 2015) Log Message: ----------- openssl, version bump to 1.0.1k, security fixes: CVE-2014-3571, CVE-2015-0206, et al. Modified Paths: -------------- branches/1.0/package/openssl/openssl.mk Modified: branches/1.0/package/openssl/openssl.mk =================================================================== --- branches/1.0/package/openssl/openssl.mk 2015-01-09 05:25:47 UTC (rev 6915) +++ branches/1.0/package/openssl/openssl.mk 2015-01-09 05:34:02 UTC (rev 6916) @@ -4,7 +4,7 @@ # ############################################################# -OPENSSL_VERSION = 1.0.1j +OPENSSL_VERSION = 1.0.1k OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |