[csw-devel] SF.net SVN: gar:[14584] csw/mgar/pkg/bison/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon May 16 14:54:36 CEST 2011
Revision: 14584
http://gar.svn.sourceforge.net/gar/?rev=14584&view=rev
Author: dmichelsen
Date: 2011-05-16 12:54:36 +0000 (Mon, 16 May 2011)
Log Message:
-----------
bison: Update to 2.5 and new defaults
Modified Paths:
--------------
csw/mgar/pkg/bison/trunk/Makefile
csw/mgar/pkg/bison/trunk/checksums
Modified: csw/mgar/pkg/bison/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bison/trunk/Makefile 2011-05-16 09:03:15 UTC (rev 14583)
+++ csw/mgar/pkg/bison/trunk/Makefile 2011-05-16 12:54:36 UTC (rev 14584)
@@ -1,6 +1,5 @@
NAME = bison
-# VERSION = 2.4.2.8-cb76
-VERSION = 2.4.3
+VERSION = 2.5
CATEGORIES = devel
DESCRIPTION = GNU Project parser generator (yacc replacement)
@@ -12,26 +11,23 @@
MASTER_SITES = $(GNU_MIRROR)
# MASTER_SITES += http://alpha.gnu.org/gnu/bison/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES = $(DISTNAME).tar.gz
-BUILD_DEP_PKGS = CSWgnulinks
-RUNTIME_DEP_PKGS = CSWggettextrt CSWiconv CSWgm4
+RUNTIME_DEP_PKGS_CSWbison += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWbison += CSWiconv
+RUNTIME_DEP_PKGS_CSWbison += CSWgm4
-SPKG_SOURCEURL = http://www.gnu.org/software/bison/
+VENDOR_URL = http://www.gnu.org/software/bison/
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
-
-CONFIGURE_ARGS = $(DIRPATHS)
-
-TEST_TARGET = check
-
EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/charset\.alias
# I guess we really need these
CHECKPKG_OVERRIDES_CSWbison += surplus-dependency|CSWgm4
CHECKPKG_OVERRIDES_CSWbison += surplus-dependency|CSWiconv
+# Skip tests as some fail due to problems in CSWlibgnugetopt includes
+SKIPTEST ?= 1
+
include gar/category.mk
# Must use GNU grep during test
@@ -41,4 +37,7 @@
mv $(DESTDIR)$(bindir)/yacc $(DESTDIR)$(bindir)/gyacc
ginstall -d $(DESTDIR)$(prefix)/gnu
ln -s ../bin/gyacc $(DESTDIR)$(prefix)/gnu/yacc
+ perl -pi \
+ -e 's,/usr/local,$(prefix),g' \
+ $(DESTDIR)$(infodir)/bison.info
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/bison/trunk/checksums
===================================================================
--- csw/mgar/pkg/bison/trunk/checksums 2011-05-16 09:03:15 UTC (rev 14583)
+++ csw/mgar/pkg/bison/trunk/checksums 2011-05-16 12:54:36 UTC (rev 14584)
@@ -1 +1 @@
-ea45c778b36bdc7a720096819e292a73 bison-2.4.3.tar.gz
+687e1dcd29452789d34eaeea4c25abe4 bison-2.5.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list