From owner-freebsd-ports Thu May 23 19:30:23 2002 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 C37AB37B40C for ; Thu, 23 May 2002 19:30:17 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4O2UH356586; Thu, 23 May 2002 19:30:17 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 43D0537B400 for ; Thu, 23 May 2002 19:24:46 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4O2OjhG022531 for ; Thu, 23 May 2002 19:24:45 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4O2Ojdx022530; Thu, 23 May 2002 19:24:45 -0700 (PDT) Message-Id: <200205240224.g4O2Ojdx022530@www.freebsd.org> Date: Thu, 23 May 2002 19:24:45 -0700 (PDT) From: Takahashi Ryoji To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38476: ports/security/nmapfe: install problem 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 >Number: 38476 >Category: ports >Synopsis: ports/security/nmapfe: install problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 23 19:30:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Takahashi Ryoji >Release: FreeBSD 4.6-RC-20020520-JPSNAP >Organization: >Environment: FreeBSD w16id0c.fuku.okidata.co.jp 4.6-RC-20020520-JPSNAP FreeBSD 4.6-RC-20020520-JPSNAP #0: Sun May 19 23:30:58 GMT 2002 root@tora.jp.freebsd.org:/usr/src/ sys/compile/GENERIC i386 >Description: "cd /usr/ports/security/nmapfe;make;make install" results in the following: If the next command fails -- you cannot use the X front end ./shtool mkdir -f -p -m 755 /usr/local/share/gnome/apps/Utilities test -f nmapfe/nmapfe && ./shtool install -c -m 755 nmapfe/nmapfe /usr/local/bin /nmapfe && ./shtool mkln -f -s /usr/local/bin/nmapfe /usr/local/bin/xnmap && ./s htool install -c -m 644 nmapfe.desktop /usr/local/share/gnome/apps/Utilities/nma pfe.desktop && ./shtool install -c -m 644 docs/nmapfe.1 /usr/local/man/man1/nmap fe.1 && ./shtool install -c -m 644 docs/xnmap.1 /usr/local/man/man1/xnmap.1 *** Error code 1 (ignored) >How-To-Repeat: cd /usr/ports/security/nmapfe make make install >Fix: # cd /usr/ports/security/nmapfe # diff -ruN Makefile.orig Makefile --- Makefile.orig Fri May 24 09:26:19 2002 +++ Makefile Fri May 24 09:26:29 2002 @@ -13,7 +13,7 @@ RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap -USE_GTK= yes +HAVE_GTK= yes #WRKSRC:= ${WRKSRC}/nmapfe INSTALL_TARGET= install-nmapfe MAN1= nmapfe.1 xnmap.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message