Bug 70617 - mtrace6 not installed in net/pim6sd port
Summary: mtrace6 not installed in net/pim6sd port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: suz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-18 15:40 UTC by Mohacsi Janos
Modified: 2004-08-19 15:11 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mohacsi Janos 2004-08-18 15:40:28 UTC
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>

Fix: 

Add 
SUBDIR+=mtrace6

to distirbution Makefile.
How-To-Repeat: 	Enter mtrace6 directory also. to compile it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-08-18 19:41:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->suz

Over to maintainer.
Comment 2 suz freebsd_committer freebsd_triage 2004-08-19 15:04:45 UTC
State Changed
From-To: open->closed

closed the PR by applying the suggested fix