From owner-freebsd-ports Sat May 26 19:40:21 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 BA9B937B424 for ; Sat, 26 May 2001 19:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4R2e6D36640; Sat, 26 May 2001 19:40:06 -0700 (PDT) (envelope-from gnats) Date: Sat, 26 May 2001 19:40:06 -0700 (PDT) Message-Id: <200105270240.f4R2e6D36640@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/27675: Update security/nmap to add nmapfe support Reply-To: Joe Clarke 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: Joe Clarke To: "David W. Chapman Jr." Cc: Subject: Re: ports/27675: Update security/nmap to add nmapfe support Date: Sat, 26 May 2001 22:33:50 -0400 (EDT) That port is broken. The distfile hasn't been fetchable for a a while. Plus, the version is out of date. The new nmapfe's will be bundled with nmap itself. Joe Clarke On Sat, 26 May 2001, David W. Chapman Jr. wrote: > 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