From owner-freebsd-ports Sun Sep 12 11: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7319114C22 for ; Sun, 12 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75563; Sun, 12 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (Postfix) with ESMTP id 0866F15573 for ; Sun, 12 Sep 1999 10:49:07 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: from lunatic.oneinsane.net (qmailr@lunatic.oneinsane.net [207.113.133.231]) by the.oneinsane.net (8.9.3/8.9.3) with SMTP id KAA25710 for ; Sun, 12 Sep 1999 10:09:20 -0700 (PDT) Received: (qmail 97566 invoked by uid 1000); 12 Sep 1999 17:09:19 -0000 Message-Id: <19990912170919.97565.qmail@lunatic.oneinsane.net> Date: 12 Sep 1999 17:09:19 -0000 From: insane@lunatic.oneinsane.net Reply-To: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13710: Wrong MD5 and patch-ac was for wrong file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13710 >Category: ports >Synopsis: Wrong MD5 and patch-ac was for wrong file >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 12 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 3.2-STABLE i386 >Organization: OneInsane Network >Environment: FreeBSD lunatic.oneinsane.net 3.2-STABLE FreeBSD 3.2-STABLE #15: Tue Jun 29 16:09:23 PDT 1999 insane@lunatic.oneinsane.net:/usr/src/sys/compile/LUNATIC i386 >Description: MD5 for nmapfe was for nmap-2.3BETA5.tgz patch-ac was for nmapfe_sig.c instead of gladesig.c. There is no such file named nmapfe_sig.c. >How-To-Repeat: Just try to run make >Fix: Here is the corrected MD5: MD5 (nmapfe-0.9.5.tgz) = f7cd97ddcd1eca49489298ad9bd3bf00 and Here is the proper patch-ac: --- gladesig.c.orig Sun Sep 12 09:51:38 1999 +++ gladesig.c Sun Sep 12 09:55:40 1999 @@ -163,7 +163,7 @@ on_Get_Nmap_Version_activate (GtkMenuItem *menuitem, gpointer user_data) { - execute("nmap -V"); + execute( NMAP_PATH "nmap -V"); } @@ -467,7 +467,8 @@ if (size > command_size) command = realloc(command, size); - strcpy(command, "nmap "); + strcpy(command, NMAP_PATH); + strcat(command, "nmap "); /*Uhm... yeah.. Spit out which scan to perform based on the which_scan variable */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message