View | Details | Raw Unified | Return to bug 172148
Collapse All | Expand All

(-)edb/Makefile (-1 / +8 lines)
Lines 2-7 Link Here
2
PORTNAME=	edb
2
PORTNAME=	edb
3
PORTVERSION=	0.9.18
3
PORTVERSION=	0.9.18
4
PORTREVISION=	1
4
CATEGORIES=	devel
5
CATEGORIES=	devel
5
MASTER_SITES=	http://codef00.com/projects/
6
MASTER_SITES=	http://codef00.com/projects/
6
DISTNAME=	debugger-${PORTVERSION}
7
DISTNAME=	debugger-${PORTVERSION}
Lines 29-34 Link Here
29
STRIP_FILES=	bin/${PORTNAME} libexec/${PORTNAME}/*.so
30
STRIP_FILES=	bin/${PORTNAME} libexec/${PORTNAME}/*.so
31
.include <bsd.port.pre.mk>
32
33
.if ${OSVERSION} < 800505
34
BROKEN=		doesn't build due to lack of memroy map of ptrace
35
.endif
36
30
.include <bsd.port.options.mk>
37
.include <bsd.port.options.mk>
31
do-configure:
38
do-configure:
Lines 47-50 Link Here
47
	${INSTALL_MAN} ${WRKSRC}/edb.1 ${MANPREFIX}/man/man1/edb.1
54
	${INSTALL_MAN} ${WRKSRC}/edb.1 ${MANPREFIX}/man/man1/edb.1
48
	${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,}
55
	${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,}
49
.include <bsd.port.mk>
56
.include <bsd.port.post.mk>
(-)edb/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
edbg (Evan's Debugger) is a cross platform x86/x86-64 debugger. It
1
edb (Evan's Debugger) is a cross platform x86/x86-64 debugger. It
2
was inspired by OllyDbg, but aims to function on x86 and x86-64 as
2
was inspired by OllyDbg, but aims to function on x86 and x86-64 as
3
well as multiple OS's. Linux is the only officially supported
3
well as multiple OS's. Linux is the only officially supported
4
platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports
4
platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports

Return to bug 172148