[csw-devel] SF.net SVN: gar:[15391] csw/mgar/pkg/binutils/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Aug 21 08:14:57 CEST 2011


Revision: 15391
          http://gar.svn.sourceforge.net/gar/?rev=15391&view=rev
Author:   wahwah
Date:     2011-08-21 06:14:57 +0000 (Sun, 21 Aug 2011)

Log Message:
-----------
pkg/binutils/trunk: it builds with gcc

Modified Paths:
--------------
    csw/mgar/pkg/binutils/trunk/Makefile
    csw/mgar/pkg/binutils/trunk/checksums

Modified: csw/mgar/pkg/binutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/binutils/trunk/Makefile	2011-08-21 05:45:44 UTC (rev 15390)
+++ csw/mgar/pkg/binutils/trunk/Makefile	2011-08-21 06:14:57 UTC (rev 15391)
@@ -1,5 +1,5 @@
 NAME = binutils
-VERSION = 2.20
+VERSION = 2.21.1
 CATEGORIES = utils
 
 DESCRIPTION = GNU binary utilities: gas, gld, gprof, and others
@@ -11,26 +11,29 @@
 
 # These have been reported as
 #   <http://sourceware.org/bugzilla/show_bug.cgi?id=11129>
-PATCHFILES  = 0001-Remove-gcc-specific-warning-no-error.patch
-PATCHFILES += 0002-Use-func-instead-of-FUNCTION.patch
+# PATCHFILES  = 0001-Remove-gcc-specific-warning-no-error.patch
+# PATCHFILES += 0002-Use-func-instead-of-FUNCTION.patch
 
 RUNTIME_DEP_PKGS = CSWzlib CSWiconv CSWggettextrt
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
 BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --program-prefix=g
+# http://sourceware.org/bugzilla/show_bug.cgi?id=12265
+CONFIGURE_ARGS += --disable-werror
+CONFIGURE_ARGS_i386 += --enable-targets=i386-pc-solaris2.10,i686-pc-mingw32
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
 
-ifeq ($(GARCH),i386)
-CONFIGURE_ARGS += --enable-targets=i386-pc-solaris2.10,i686-pc-mingw32
-endif
-
 TEST_TARGET = check
 
 # Do not run tests until this is fixed:
 #   <http://sourceware.org/bugzilla/show_bug.cgi?id=11128>
 SKIPTEST ?= 1
 
+GARCOMPILER = GNU
+
+RUNTIME_DEP_PKGS_CSWbinutils += CSWlibintl8
+RUNTIME_DEP_PKGS_CSWbinutils += CSWlibz1
+CHECKPKG_OVERRIDES_CSWbinutils += file-with-bad-content
+
 include gar/category.mk

Modified: csw/mgar/pkg/binutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/binutils/trunk/checksums	2011-08-21 05:45:44 UTC (rev 15390)
+++ csw/mgar/pkg/binutils/trunk/checksums	2011-08-21 06:14:57 UTC (rev 15391)
@@ -1,3 +1 @@
-da13e88df454002f329e47f26cc51018  0001-Remove-gcc-specific-warning-no-error.patch
-52296e0f180d98a9857913a5d9050907  0002-Use-func-instead-of-FUNCTION.patch
-ee2d3e996e9a2d669808713360fa96f8  binutils-2.20.tar.bz2
+a22801a9cad45c85e9ff6afc10537d72  binutils-2.21.1.tar.bz2


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