From mohacsi@scone.ki.iif.hu  Wed Aug 18 14:37:37 2004
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id C1F2F16A4CE; Wed, 18 Aug 2004 14:37:37 +0000 (GMT)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id D461943D49; Wed, 18 Aug 2004 14:37:36 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.1/8.13.1) id i7IEb1pq021283;
	Wed, 18 Aug 2004 16:37:01 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200408181437.i7IEb1pq021283@scone.ki.iif.hu>
Date: Wed, 18 Aug 2004 16:37:01 +0200 (CEST)
From: Janos Mohacsi <mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: suz@freebsd.org
Subject: mtrace6 not installed in net/pim6sd port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         70617
>Category:       ports
>Synopsis:       mtrace6 not installed in net/pim6sd port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    suz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 14:40:28 GMT 2004
>Closed-Date:    Thu Aug 19 14:11:18 GMT 2004
>Last-Modified:  Thu Aug 19 14:11:18 GMT 2004
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Aug 4 11:53:21 CEST 2004 root@scone.ki.iif.hu:/usr/obj/usr/src/sys/SCONE i386

>Description:
the net/pim6sd port does not install mtrace6 tool and mtrace6
manual pages however they are available in the distribution.
The mtrace6 is there:
pim6sd/work/pim6sd-20030901a/pim6sd/mtrace6

Can be compiled:

sudo make
Warning: Object directory not changed from original /usr/ports/net/pim6sd/work/pim6sd-20030901a/pim6sd/mtrace6
cc -O -pipe -march=pentium4 -Wall -I/usr/ports/net/pim6sd/work/pim6sd-20030901a/pim6sd/mtrace6/.. -DHAVE_GETIFADDRS  -c mtrace6.c
cc -O -pipe -march=pentium4 -Wall -I/usr/ports/net/pim6sd/work/pim6sd-20030901a/pim6sd/mtrace6/.. -DHAVE_GETIFADDRS   -o mtrace6 mtrace6.o 
gzip -cn mtrace6.8 > mtrace6.8.gz
mohacsi@scone>

>How-To-Repeat:
	Enter mtrace6 directory also. to compile it.
>Fix:
Add 
SUBDIR+=mtrace6

to distirbution Makefile.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->suz 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Aug 18 18:41:01 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70617 
State-Changed-From-To: open->closed 
State-Changed-By: suz 
State-Changed-When: Thu Aug 19 14:04:45 GMT 2004 
State-Changed-Why:  
closed the PR by applying the suggested fix 

http://www.freebsd.org/cgi/query-pr.cgi?pr=70617 
>Unformatted:

applied the suggested fix.
