diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-12 07:44:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-03-12 07:44:31 +0000 |
commit | 3ef4b795f4cf2c7f3fd873d3e4cbb2053b190847 (patch) | |
tree | f36f8893a755118cb3e1df12af3ec8381fe8ba70 /devel/gdb66 | |
parent | o) Update to 1.36.2 (PR ports/78477) (diff) |
No longer provide a "native" gdb for those machines lacking one.
Notes
Notes:
svn path=/head/; revision=130958
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/Makefile | 7 | ||||
-rw-r--r-- | devel/gdb66/pkg-plist | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index a8e8ec2f7ecf..b0f5af3773b7 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/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/gdb66/pkg-plist b/devel/gdb66/pkg-plist index 6118ca15f1e0..18c85983f58d 100644 --- a/devel/gdb66/pkg-plist +++ b/devel/gdb66/pkg-plist @@ -1,3 +1,2 @@ @comment $FreeBSD$ bin/gdb6 -%%NO_NATIVE_GDB%%bin/gdb |