Bug 155993 - x11-toolkits/tk86 does not install man/mann/busy.n.gz nor man/mann/fontchooser.n.gz
Summary: x11-toolkits/tk86 does not install man/mann/busy.n.gz nor man/mann/fontchoose...
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 12:20 UTC by Trond Endrestøl
Modified: 2011-06-06 13:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2011-03-28 12:20:10 UTC
cd /usr/ports/x11-toolkits/tk86 && make package complain about two missing files:

/usr/local/man/mann/busy.n.gz        and
/usr/local/man/mann/fontchooser.n.gz

Fix: 

Manually copy busy.n and fontchooser.n to /usr/local/man/mann, compress the files using gzip, and rerun make package from /usr/ports/x11-toolkits/tk86.
How-To-Repeat: cd /usr/ports/x11-toolkits/tk86 && make package
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-28 12:20:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-06 13:14:46 UTC
mm          2011-06-06 12:14:38 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/tk86    Makefile 
  Log:
  - Fix invalid define for WITH_TK86_MAN
  
  PR:             ports/155993
  Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>
  
  Revision  Changes    Path
  1.32      +2 -2      ports/x11-toolkits/tk86/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2011-06-06 13:21:17 UTC
State Changed
From-To: open->closed

Resolved, thanks!