summaryrefslogtreecommitdiffstats
path: root/devel/gdb6
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-03-12 07:44:31 +0000
committerobrien <obrien@FreeBSD.org>2005-03-12 07:44:31 +0000
commitc1a104e7568e96896be60b4636b7b3e2b0d46acf (patch)
tree97600e2cf406dbef1c56f1cfc18d79e0b16a0e64 /devel/gdb6
parentc41a322bba84977266e88871364c024d6a3352c8 (diff)
downloadFreeBSD-ports-c1a104e7568e96896be60b4636b7b3e2b0d46acf.zip
FreeBSD-ports-c1a104e7568e96896be60b4636b7b3e2b0d46acf.tar.gz
No longer provide a "native" gdb for those machines lacking one.
Diffstat (limited to 'devel/gdb6')
-rw-r--r--devel/gdb6/Makefile7
-rw-r--r--devel/gdb6/pkg-plist1
2 files changed, 0 insertions, 8 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index a8e8ec2..b0f5af3 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -45,13 +45,6 @@ CFLAGS+= -include ${FILESDIR}/fbsd4.h
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
-PLIST_SUB+= NO_NATIVE_GDB=""
-post-install:
- cd ${PREFIX}/bin ; ${LN} -sf gdb${PORTVERSION} gdb
-.else
-PLIST_SUB+= NO_NATIVE_GDB="@comment "
-.endif
post-patch:
@${REINPLACE_CMD} -e 's/$$/ [GDB v6.x for FreeBSD]/' \
diff --git a/devel/gdb6/pkg-plist b/devel/gdb6/pkg-plist
index 6118ca1..18c8598 100644
--- a/devel/gdb6/pkg-plist
+++ b/devel/gdb6/pkg-plist
@@ -1,3 +1,2 @@
@comment $FreeBSD$
bin/gdb6
-%%NO_NATIVE_GDB%%bin/gdb
OpenPOWER on IntegriCloud