Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2002 19:24:45 -0700 (PDT)
From:      Takahashi Ryoji <ryoji@safins.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38476: ports/security/nmapfe: install problem
Message-ID:  <200205240224.g4O2Ojdx022530@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205240224.g4O2Ojdx022530>