summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-08-17 15:02:51 +0000
committerwiz <wiz@pkgsrc.org>2015-08-17 15:02:51 +0000
commit883e33132836be00f686f41a400f21f91f066ebc (patch)
tree070891ca6ef752c64513f7d82e21bc4cc88e002d /devel
parentf61a4a4989e01debb7db6ba099a38013614db1c6 (diff)
downloadpkgsrc-883e33132836be00f686f41a400f21f91f066ebc.tar.gz
Remove obsolete Linux ifdef; tested by Thomas Orgis.
Remove lib/charset.alias from PLIST, it shouldn't be there. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/gdb/Makefile11
-rw-r--r--devel/gdb/PLIST.common3
2 files changed, 3 insertions, 11 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index f422d89ca0f..be6b1281c4f 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2015/05/03 19:45:09 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.48 2015/08/17 15:02:51 wiz Exp $
DISTNAME= gdb-7.9
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
@@ -39,12 +38,6 @@ MAKE_ENV+= gdb_cv_var_elf=yes
CONFIGURE_ENV+= gdb_cv_struct_lwp=yes
MAKE_ENV+= gdb_cv_struct_lwp=yes
-.elif ${OPSYS} == "Linux"
-USE_TOOLS+= aclocal autoheader autoconf
-pre-configure:
- ${RUN} cd ${WRKSRC}/gdb/gdbserver && \
- aclocal && autoheader && autoconf
-
.elif ${OPSYS} == "DragonFly"
TARGET_STR= ${MACHINE_ARCH}--dragonfly
BUILD_DEFS+= ${TARGET_STR}
diff --git a/devel/gdb/PLIST.common b/devel/gdb/PLIST.common
index 6109a3efb82..9cba823d5d2 100644
--- a/devel/gdb/PLIST.common
+++ b/devel/gdb/PLIST.common
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.7 2015/05/03 19:45:09 joerg Exp $
+@comment $NetBSD: PLIST.common,v 1.8 2015/08/17 15:02:51 wiz Exp $
bin/gdb
include/gdb/jit-reader.h
include/plugin-api.h
@@ -6,7 +6,6 @@ info/annotate.info
info/bfd.info
info/gdb.info
info/stabs.info
-lib/charset.alias
man/man1/gdb.1
man/man1/gdbserver.1
man/man5/gdbinit.5