SF.net SVN: gar:[24855] csw/mgar/pkg/gdb/trunk

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Apr 16 20:04:09 CEST 2015


Revision: 24855
          http://sourceforge.net/p/gar/code/24855
Author:   pfelecan
Date:     2015-04-16 18:04:08 +0000 (Thu, 16 Apr 2015)
Log Message:
-----------
new upstream release.

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

Removed Paths:
-------------
    csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch

Modified: csw/mgar/pkg/gdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdb/trunk/Makefile	2015-04-15 21:24:04 UTC (rev 24854)
+++ csw/mgar/pkg/gdb/trunk/Makefile	2015-04-16 18:04:08 UTC (rev 24855)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = gdb
-VERSION = 7.7
+VERSION = 7.9
 GARTYPE = v2
 
 DESCRIPTION = The GNU Debugger
@@ -26,7 +26,7 @@
 endef
 
 MASTER_SITES	=	$(GNU_MIRROR)
-DISTFILES		= $(DISTNAME).tar.bz2
+DISTFILES		= $(DISTNAME).tar.xz
 # from private patch 2:
 PATCHFILES		+=	0001-OpenSolaris-gdb-solib-svr4.patch
 # from private patch 3:
@@ -34,8 +34,6 @@
 # from private patch 4:
 PATCHFILES		+=	0003-Extend-to-OpenCSW-the-OpenSolaris-gdb-fork-child.patch
 
-PATCHFILES		+=	0004-cast-rlimit-infinity.patch
-
 GARCOMPILER		=	GNU
 
 PACKAGING_PLATFORMS	=	solaris10-sparc
@@ -47,7 +45,6 @@
 BUILD_DEP_PKGS	+=	CSWgcc4ada
 BUILD_DEP_PKGS	+=	CSWflex
 BUILD_DEP_PKGS	+=	CSWexpect
-BUILD_DEP_PKGS	+=	CSWdejagnu
 BUILD_DEP_PKGS	+=	CSWlibiconv-dev
 BUILD_DEP_PKGS	+=	CSWlibncurses-dev
 BUILD_DEP_PKGS	+=	CSWlibz-dev
@@ -55,6 +52,8 @@
 BUILD_DEP_PKGS	+=	CSWlibreadline-dev
 
 CONFIGURE_ARGS-32	+=	--with-python
+CONFIGURE_ARGS-32	+=	--disable-largefile
+
 CONFIGURE_ARGS-64	+=	
 
 CONFIGURE_ARGS	=	$(DIRPATHS)
@@ -71,9 +70,12 @@
 CONFIGURE_ARGS	+=	--with-x
 CONFIGURE_ARGS	+=	$(CONFIGURE_ARGS-$(MEMORYMODEL))
 
-# skip the lengthy test until the linker on the build platforms are
-# of the same and latest version...
-TEST_SCRIPTS		=	parallel
+# - skip the lengthy test until the linker on the build platforms are
+#   of the same and latest version...
+# - the tests depend on the presence of dejagnu which was removed from
+#   the cataslog !
+#TEST_SCRIPTS		=	parallel
+TEST_SCRIPTS		=
 
 RUNTIME_DEP_PKGS	+=	CSWlibexpat1
 RUNTIME_DEP_PKGS	+=	CSWlibiconv2

Modified: csw/mgar/pkg/gdb/trunk/checksums
===================================================================
--- csw/mgar/pkg/gdb/trunk/checksums	2015-04-15 21:24:04 UTC (rev 24854)
+++ csw/mgar/pkg/gdb/trunk/checksums	2015-04-16 18:04:08 UTC (rev 24855)
@@ -1 +1 @@
-271a18f41858a7e98b28ae4eb91287c9  gdb-7.7.tar.bz2
+e6279f26559d839f0b4218a482bcb43e  gdb-7.9.tar.xz

Deleted: csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch
===================================================================
--- csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch	2015-04-15 21:24:04 UTC (rev 24854)
+++ csw/mgar/pkg/gdb/trunk/files/0004-cast-rlimit-infinity.patch	2015-04-16 18:04:08 UTC (rev 24855)
@@ -1,25 +0,0 @@
-From 462881f0945f43c07ba03fcd21d85ba2a0470ef2 Mon Sep 17 00:00:00 2001
-From: Peter Felecan <pfelecan at opencsw.org>
-Date: Sun, 9 Feb 2014 17:10:23 +0100
-Subject: [PATCH] cast rlimit infinity
-
----
- bfd/cache.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bfd/cache.c b/bfd/cache.c
-index 4d46936..6d76131 100644
---- a/bfd/cache.c
-+++ b/bfd/cache.c
-@@ -82,7 +82,7 @@ bfd_cache_max_open (void)
- #ifdef HAVE_GETRLIMIT
-       struct rlimit rlim;
-       if (getrlimit (RLIMIT_NOFILE, &rlim) == 0
--	  && rlim.rlim_cur != RLIM_INFINITY)
-+		  && rlim.rlim_cur != (unsigned long)RLIM_INFINITY)
- 	max = rlim.rlim_cur / 8;
-       else
- #endif /* HAVE_GETRLIMIT */
--- 
-1.8.4.1
-

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