Bug 91870 - [PATCH] Port textproc/wordnet does not build
Summary: [PATCH] Port textproc/wordnet does not build
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 13:40 UTC by Sven Berkvens-Matthijsse
Modified: 2006-01-17 14:57 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 Sven Berkvens-Matthijsse 2006-01-16 13:40:02 UTC
	The port textproc/wordnet does not build because it tries to build
	a manual page for the wn program, and it cannot.

Fix: 

The patch file files/src.wn.Makefile is broken. There is a line saying
	NO_MAN=True, but this should have been NOMAN=True (without the
	underscore).
How-To-Repeat: 	Try to install textproc/wordnet.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-16 13:44:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Mikhail Teterin 2006-01-16 17:11:46 UTC
Thanks for the heads up. I just added the NOMAN setting in addition to the 
NO_MAN (the latter is standard in 5.x and later).

Please, update the port and try again. Thanks!

	-mi
Comment 3 Sven Berkvens-Matthijsse 2006-01-17 08:32:57 UTC
> Thanks for the heads up. I just added the NOMAN setting in addition to the 
> NO_MAN (the latter is standard in 5.x and later).
> 
> Please, update the port and try again. Thanks!

Works like a charm! Thanks...

> 	-mi

-- 
Sven
Comment 4 Mikhail Teterin freebsd_committer freebsd_triage 2006-01-17 14:56:49 UTC
State Changed
From-To: feedback->closed

Fix confirmed by the originator.