From owner-svn-ports-all@FreeBSD.ORG Fri Sep 28 15:21:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B99106566C; Fri, 28 Sep 2012 15:21:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D4FB18FC18; Fri, 28 Sep 2012 15:21:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8SFLt4U062897; Fri, 28 Sep 2012 15:21:55 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8SFLtGu062893; Fri, 28 Sep 2012 15:21:55 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209281521.q8SFLtGu062893@svn.freebsd.org> From: Bryan Drewery Date: Fri, 28 Sep 2012 15:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304998 - head/devel/edb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 15:21:56 -0000 Author: bdrewery Date: Fri Sep 28 15:21:55 2012 New Revision: 304998 URL: http://svn.freebsd.org/changeset/ports/304998 Log: - Mark BROKEN on 7.4/8.0 - Update pkg-descr to have correct project name PR: ports/172148 Submitted by: HU Dong (maintainer) Modified: head/devel/edb/Makefile head/devel/edb/pkg-descr Modified: head/devel/edb/Makefile ============================================================================== --- head/devel/edb/Makefile Fri Sep 28 14:20:19 2012 (r304997) +++ head/devel/edb/Makefile Fri Sep 28 15:21:55 2012 (r304998) @@ -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 + +.if ${OSVERSION} < 800505 +BROKEN= doesn't build due to lack of memory map of ptrace +.endif + .include 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 +.include Modified: head/devel/edb/pkg-descr ============================================================================== --- head/devel/edb/pkg-descr Fri Sep 28 14:20:19 2012 (r304997) +++ head/devel/edb/pkg-descr Fri Sep 28 15:21:55 2012 (r304998) @@ -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