From owner-freebsd-ports Sat May 26 19:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A99C37B423 for ; Sat, 26 May 2001 19:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R2e5j36634; Sat, 26 May 2001 19:40:05 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 19:40:05 -0700 (PDT) Message-Id: <200105270240.f4R2e5j36634@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/27675: Update security/nmap to add nmapfe support Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/27675; it has been noted by GNATS. From: "David W. Chapman Jr." To: , Cc: Subject: Re: ports/27675: Update security/nmap to add nmapfe support Date: Sat, 26 May 2001 21:32:13 -0500 isn't this what /usr/ports/security/nmapfe is for? ----- Original Message ----- From: To: Sent: Saturday, May 26, 2001 9:27 PM Subject: ports/27675: Update security/nmap to add nmapfe support > > >Number: 27675 > >Category: ports > >Synopsis: Update security/nmap to add nmapfe support > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: update > >Submitter-Id: current-users > >Arrival-Date: Sat May 26 19:30:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Joe Marcus Clarke > >Release: FreeBSD 4.3-RELEASE i386 > >Organization: > MarcusCom > >Environment: > System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 > > > > >Description: > These patches allow for the latest version of nmapfe to be built > along side the command line nmap application. This is especially useful > as the stand-alone nmapfe port appears to be broken. > >How-To-Repeat: > > >Fix: > > --- Makefile.orig Sat May 26 22:21:43 2001 > +++ Makefile Sat May 26 22:19:33 2001 > @@ -21,6 +21,10 @@ > > .include > > +.if defined(HAVE_GTK) > +USE_GTK= yes > +.endif > + > GNU_CONFIGURE= yes > .if ${OSVERSION} < 300004 > CFLAGS+= -DDLT_RAW=12 # for obsoleted > @@ -31,6 +35,7 @@ > @${RM} -rf ${WRKSRC}/libpcap* > > post-install: > + [ -e ${PREFIX}/bin/nmapfe ] || (cd ${PREFIX}/bin ; ${LN} -sf nmap nmapfe) > @strip ${PREFIX}/bin/nmap > > .include > > --- pkg-plist.orig Sat May 26 22:19:41 2001 > +++ pkg-plist Sat May 26 22:19:55 2001 > @@ -1,5 +1,6 @@ > @comment $FreeBSD: ports/security/nmap/pkg-plist,v 1.11 2001/04/15 01:04:33 obrien Exp $ > bin/nmap > +bin/nmapfe > share/nmap/nmap-os-fingerprints > share/nmap/nmap-protocols > share/nmap/nmap-services > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message