pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gdb6 Removed ability to build with gcc-3.4 as th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3b03b961c82
branches:  trunk
changeset: 476124:e3b03b961c82
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Thu Jun 03 22:07:50 2004 +0000

description:
Removed ability to build with gcc-3.4 as this package has been removed.

diffstat:

 devel/gdb6/Makefile                  |  13 ++-----------
 devel/gdb6/distinfo                  |   4 +---
 devel/gdb6/patches/patch-Makefile_in |  13 -------------
 devel/gdb6/patches/patch-configure   |  13 -------------
 4 files changed, 3 insertions(+), 40 deletions(-)

diffs (91 lines):

diff -r f43735f56117 -r e3b03b961c82 devel/gdb6/Makefile
--- a/devel/gdb6/Makefile       Thu Jun 03 22:07:35 2004 +0000
+++ b/devel/gdb6/Makefile       Thu Jun 03 22:07:50 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/06/03 20:02:02 shannonjr Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/03 22:07:50 shannonjr Exp $
 #
 
 DISTNAME=              gdb-6.1
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            devel
 MASTER_SITES=          ftp://sources.redhat.com/pub/gdb/releases/
 EXTRACT_SUFX=          .tar.bz2
@@ -29,9 +29,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-BUILD_DEFS=    USE_GCC_34
-USE_GCC_34?=   NO
-
 pre-patch:
        ${CP} ${FILESDIR}/nbsd-nat.c ${WRKSRC}/gdb
 
@@ -42,11 +39,5 @@
                ${ECHO} dejagnu is required for the test target;        \
        fi
 
-.if !empty(USE_GCC_34:M[Yy][Ee][Ss])
-.include "../../lang/gcc-3.4/buildlink3.mk"
-pre-configure:
-.  include "../../lang/gcc-3.4/preconfigure.mk"
-.endif
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f43735f56117 -r e3b03b961c82 devel/gdb6/distinfo
--- a/devel/gdb6/distinfo       Thu Jun 03 22:07:35 2004 +0000
+++ b/devel/gdb6/distinfo       Thu Jun 03 22:07:50 2004 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/06/01 19:29:30 shannonjr Exp $
+$NetBSD: distinfo,v 1.2 2004/06/03 22:07:50 shannonjr Exp $
 
 SHA1 (gdb-6.1.tar.bz2) = 588c967d164f226ed33eb966e765c046bac066a5
 Size (gdb-6.1.tar.bz2) = 12571495 bytes
-SHA1 (patch-Makefile_in) = 208bf8aa72b1b307323a2992ef1f5de45af5c54f
 SHA1 (patch-Makefile_tpl) = b5c98fc990606e2f5c566864d02565d8fc9adeb4
 SHA1 (patch-ax_gdb_c) = bc9a4e5d77d571a6f06b88984fb2030beec37654
 SHA1 (patch-cli_cli_decode_c) = 19dbdb326643bf32a3d0c26cfea056cca19deb13
@@ -11,7 +10,6 @@
 SHA1 (patch-cli_cli_setshow_c) = 048c03512a18f3234422a3afc00d6c45f2dea58d
 SHA1 (patch-cli_cmds_c) = 66e40920b5de734cbcf66c0b357e82a74f3c48c0
 SHA1 (patch-config_xm_nbsd_h) = a54471bf7cdd42def5e78137df3674988ae3c04b
-SHA1 (patch-configure) = ee3c8d6ace35837870cd1df517ab18122af1257c
 SHA1 (patch-corelow_c) = 6ae7afb646fe7464b8a3667913ac6681b1df34e6
 SHA1 (patch-gdb_configure_in) = 5721068e232c1418bec9a3e7b2dd0d911f841f27
 SHA1 (patch-i386_nbsdelf_mh) = 45b48c56f8d3e6ad61644ee02fd04d21c79fba20
diff -r f43735f56117 -r e3b03b961c82 devel/gdb6/patches/patch-Makefile_in
--- a/devel/gdb6/patches/patch-Makefile_in      Thu Jun 03 22:07:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-Makefile_in,v 1.1.1.1 2004/06/01 19:29:30 shannonjr Exp $
-
---- Makefile.in.orig   2004-06-01 08:06:05.000000000 -0600
-+++ Makefile.in
-@@ -23853,7 +23853,7 @@ configure-target-zlib: $(ALL_GCC_C)
- configure-target-examples: $(ALL_GCC_C)
- configure-target-libgloss: $(ALL_GCC)
- all-target-libgloss: maybe-configure-target-newlib
--configure-target-libiberty: $(ALL_GCC)
-+maybe-configure-target-libiberty: $(ALL_GCC)
- configure-target-libtermcap: $(ALL_GCC_C)
- configure-target-newlib: $(ALL_GCC)
- configure-target-rda: $(ALL_GCC_C)
diff -r f43735f56117 -r e3b03b961c82 devel/gdb6/patches/patch-configure
--- a/devel/gdb6/patches/patch-configure        Thu Jun 03 22:07:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure,v 1.1.1.1 2004/06/01 19:29:30 shannonjr Exp $
-
---- configure.orig     2004-06-01 08:25:47.000000000 -0600
-+++ configure
-@@ -920,7 +920,7 @@ target_configdirs=`echo ${target_librari
- # This should be done more generally, but at the moment it doesn't matter.
- if test ${host_alias} != ${build_alias} ; then
-   # This is the only build module.
--  build_modules=libiberty
-+  build_modules=
- else
-   build_modules=
- fi



Home | Main Index | Thread Index | Old Index