Bug 21011

Summary: 1) libjtoolbar looks in wrong place for headers and 2) tries to install non-existent file
Product: Ports & Packages Reporter: wolfieee <wolfieee>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description wolfieee 2000-09-03 09:30:01 UTC
libjtoolbar attempts to add /usr/local/include/jx to 
makemake's include path, but the correct include path
is /usr/X11R6/include/jx
---
libjtoolbar tries to install a non-existent license file

Fix: 

*QUICK HACK*
1)
cd /usr/local/include
ln -s /usr/X11R6/include/jx

2)
export NOPORTDOCS=yes
before build.
How-To-Repeat: cd /usr/ports/x11-toolkits
cd libjtoolbar
make
Comment 1 lioux 2000-09-10 20:00:46 UTC
        Well, I am the port maintainer.
        I am trying to address all jx family ports
at once. I just contact Steve Price about it.
        I hope this gets ironed out pretty soon.
	Same as of ports/21010
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-09-17 22:30:06 UTC
State Changed
From-To: open->closed

Just committed maintainer's fix.