|
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.
|