aboutsummaryrefslogtreecommitdiffstats
path: root/devel/edb
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-09-28 23:21:55 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2012-09-28 23:21:55 +0800
commitc5b08a71a651abde214ca22bfda9cd6cd367881a (patch)
tree30aa1d419f068833068418989d694d3b4c24a004 /devel/edb
parentb8a19bfabb1f56f84199dc9244a74689410335e7 (diff)
downloadfreebsd-ports-gnome-c5b08a71a651abde214ca22bfda9cd6cd367881a.tar.gz
freebsd-ports-gnome-c5b08a71a651abde214ca22bfda9cd6cd367881a.tar.zst
freebsd-ports-gnome-c5b08a71a651abde214ca22bfda9cd6cd367881a.zip
- Mark BROKEN on 7.4/8.0
- Update pkg-descr to have correct project name PR: ports/172148 Submitted by: HU Dong <itechbear@gmail.com> (maintainer)
Diffstat (limited to 'devel/edb')
-rw-r--r--devel/edb/Makefile9
-rw-r--r--devel/edb/pkg-descr2
2 files changed, 9 insertions, 2 deletions
diff --git a/devel/edb/Makefile b/devel/edb/Makefile
index 518188dbb178..09bdffc76f08 100644
--- a/devel/edb/Makefile
+++ b/devel/edb/Makefile
@@ -2,6 +2,7 @@
PORTNAME= edb
PORTVERSION= 0.9.18
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://codef00.com/projects/
DISTNAME= debugger-${PORTVERSION}
@@ -29,6 +30,12 @@ ONLY_FOR_ARCHS= i386 amd64
STRIP_FILES= bin/${PORTNAME} libexec/${PORTNAME}/*.so
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800505
+BROKEN= doesn't build due to lack of memory map of ptrace
+.endif
+
.include <bsd.port.options.mk>
do-configure:
@@ -47,4 +54,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/edb.1 ${MANPREFIX}/man/man1/edb.1
${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/edb/pkg-descr b/devel/edb/pkg-descr
index 668843073042..ffee67a30a92 100644
--- a/devel/edb/pkg-descr
+++ b/devel/edb/pkg-descr
@@ -1,4 +1,4 @@
-edbg (Evan's Debugger) is a cross platform x86/x86-64 debugger. It
+edb (Evan's Debugger) is a cross platform x86/x86-64 debugger. It
was inspired by OllyDbg, but aims to function on x86 and x86-64 as
well as multiple OS's. Linux is the only officially supported
platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports