Mon Aug 17 15:02:51 2015 UTC ()
Remove obsolete Linux ifdef; tested by Thomas Orgis.
Remove lib/charset.alias from PLIST, it shouldn't be there.
Bump PKGREVISION.


(wiz)
diff -r1.47 -r1.48 pkgsrc/devel/gdb/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/gdb/PLIST.common

cvs diff -r1.47 -r1.48 pkgsrc/devel/gdb/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gdb/Makefile 2015/05/03 19:45:09 1.47
+++ pkgsrc/devel/gdb/Makefile 2015/08/17 15:02:51 1.48
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.47 2015/05/03 19:45:09 joerg Exp $ 1# $NetBSD: Makefile,v 1.48 2015/08/17 15:02:51 wiz Exp $
2# 
3 2
4DISTNAME= gdb-7.9 3DISTNAME= gdb-7.9
5PKGREVISION= 1 4PKGREVISION= 2
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} 6MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html 9HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
11COMMENT= Symbolic debugger for multiple language frontends 10COMMENT= Symbolic debugger for multiple language frontends
12LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
13 12
14BROKEN_GETTEXT_DETECTION= yes 13BROKEN_GETTEXT_DETECTION= yes
15GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
16USE_PKGLOCALEDIR= YES 15USE_PKGLOCALEDIR= YES
17USE_LIBTOOL= YES 16USE_LIBTOOL= YES
18USE_TOOLS+= gmake msgfmt makeinfo 17USE_TOOLS+= gmake msgfmt makeinfo
@@ -29,32 +28,26 @@ AUTO_MKDIRS= yes @@ -29,32 +28,26 @@ AUTO_MKDIRS= yes
29.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
30 29
31.if ${OPSYS} == "SunOS" 30.if ${OPSYS} == "SunOS"
32# Work around a bug in gdb's configure 31# Work around a bug in gdb's configure
33CONFIGURE_ENV+= ac_cv_header_curses_h=yes 32CONFIGURE_ENV+= ac_cv_header_curses_h=yes
34.elif ${OPSYS} == "NetBSD" 33.elif ${OPSYS} == "NetBSD"
35.include "../../mk/curses.buildlink3.mk" 34.include "../../mk/curses.buildlink3.mk"
36CONFIGURE_ARGS+= -with-curses 35CONFIGURE_ARGS+= -with-curses
37CONFIGURE_ENV+= gdb_cv_var_elf=yes 36CONFIGURE_ENV+= gdb_cv_var_elf=yes
38MAKE_ENV+= gdb_cv_var_elf=yes 37MAKE_ENV+= gdb_cv_var_elf=yes
39CONFIGURE_ENV+= gdb_cv_struct_lwp=yes 38CONFIGURE_ENV+= gdb_cv_struct_lwp=yes
40MAKE_ENV+= gdb_cv_struct_lwp=yes 39MAKE_ENV+= gdb_cv_struct_lwp=yes
41 40
42.elif ${OPSYS} == "Linux" 
43USE_TOOLS+= aclocal autoheader autoconf 
44pre-configure: 
45 ${RUN} cd ${WRKSRC}/gdb/gdbserver && \ 
46 aclocal && autoheader && autoconf 
47 
48.elif ${OPSYS} == "DragonFly" 41.elif ${OPSYS} == "DragonFly"
49TARGET_STR= ${MACHINE_ARCH}--dragonfly 42TARGET_STR= ${MACHINE_ARCH}--dragonfly
50BUILD_DEFS+= ${TARGET_STR} 43BUILD_DEFS+= ${TARGET_STR}
51## Remove "-pc" string, without this, getting following message: 44## Remove "-pc" string, without this, getting following message:
52## *** Gdb does not support native target i386-pc-dragonfly" 45## *** Gdb does not support native target i386-pc-dragonfly"
53CONFIGURE_ARGS+= --target=${TARGET_STR} 46CONFIGURE_ARGS+= --target=${TARGET_STR}
54TEST_ENV= DEJAGNU=${WRKDIR}/../files/dragonfly-default.exp 47TEST_ENV= DEJAGNU=${WRKDIR}/../files/dragonfly-default.exp
55.endif 48.endif
56 49
57post-install: 50post-install:
58.if ${OPSYS} == "DragonFly" 51.if ${OPSYS} == "DragonFly"
59# Following are installed by binutils 52# Following are installed by binutils
60#. for f in ansidecl.h bfdlink.h dis-asm.h symcat.h 53#. for f in ansidecl.h bfdlink.h dis-asm.h symcat.h

cvs diff -r1.7 -r1.8 pkgsrc/devel/gdb/PLIST.common (expand / switch to unified diff)

--- pkgsrc/devel/gdb/PLIST.common 2015/05/03 19:45:09 1.7
+++ pkgsrc/devel/gdb/PLIST.common 2015/08/17 15:02:51 1.8
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1@comment $NetBSD: PLIST.common,v 1.7 2015/05/03 19:45:09 joerg Exp $ 1@comment $NetBSD: PLIST.common,v 1.8 2015/08/17 15:02:51 wiz Exp $
2bin/gdb 2bin/gdb
3include/gdb/jit-reader.h 3include/gdb/jit-reader.h
4include/plugin-api.h 4include/plugin-api.h
5info/annotate.info 5info/annotate.info
6info/bfd.info 6info/bfd.info
7info/gdb.info 7info/gdb.info
8info/stabs.info 8info/stabs.info
9lib/charset.alias 
10man/man1/gdb.1 9man/man1/gdb.1
11man/man1/gdbserver.1 10man/man1/gdbserver.1
12man/man5/gdbinit.5 11man/man5/gdbinit.5
13share/gdb/python/gdb/FrameDecorator.py 12share/gdb/python/gdb/FrameDecorator.py
14share/gdb/python/gdb/FrameIterator.py 13share/gdb/python/gdb/FrameIterator.py
15share/gdb/python/gdb/__init__.py 14share/gdb/python/gdb/__init__.py
16share/gdb/python/gdb/command/__init__.py 15share/gdb/python/gdb/command/__init__.py
17share/gdb/python/gdb/command/explore.py 16share/gdb/python/gdb/command/explore.py
18share/gdb/python/gdb/command/frame_filters.py 17share/gdb/python/gdb/command/frame_filters.py
19share/gdb/python/gdb/command/pretty_printers.py 18share/gdb/python/gdb/command/pretty_printers.py
20share/gdb/python/gdb/command/prompt.py 19share/gdb/python/gdb/command/prompt.py
21share/gdb/python/gdb/command/type_printers.py 20share/gdb/python/gdb/command/type_printers.py
22share/gdb/python/gdb/command/xmethods.py 21share/gdb/python/gdb/command/xmethods.py