Bug 15523

Summary: Motif/Lesstif not found when grace-5.0.3g is build
Product: Ports & Packages Reporter: lkoeller <lkoeller>
Component: Individual Port(s)Assignee: Satoshi Asami <asami>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description lkoeller 1999-12-16 21:50:02 UTC
	The error log on

	  http://bento.freebsd.org/errorlogs/3-full/grace-5.0.3g.log

	seems trying to build the grace port without the motif/lesstif
	interface and runs into trouble.

	This problem exists since 3.3-RELEASE and I can't reproduce it at home!
	Building grace without the graphical userinterface is really nonsense,
	so I set

	  REQUIRE_MOTIF=  YES

	in the ports Makefile.

	Even if I build it with lesstif or Motif installed and the right entry
	in /etc/make.conf it builds and runs well on several machines at home
	and work.

	The problem seems to be a error in the test procedure on bento.

Fix: 

Don't know. I suspect /etc/make.conf is not set correctly in the
	ports-building-test-scripts on bento.
How-To-Repeat: 
	Try to build it on bento. -> Error!

	Try to build it on a fresh installed Machine with lesstif/motif
	installed and /etc/make.conf set up corretly -> Works!
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-12-25 01:25:22 UTC
Responsible Changed
From-To: freebsd-ports->asami

This does indeed to appear to be something related the package building 
environment.  Pass this one to Satoshi for a look see. 
Comment 2 Satoshi Asami freebsd_committer freebsd_triage 2000-03-12 18:51:36 UTC
State Changed
From-To: open->closed

Fixed!  (REQUIRE_MOTIF -> REQUIRES_MOTIF)