Bug 31137

Summary: Fix: ports/x11/xlockmore/Makefile uses incorrect configure option [patch]
Product: Ports & Packages Reporter: Markus Holmberg <markush+freebsd>
Component: Individual Port(s)Assignee: Thomas Gellekum <tg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Markus Holmberg 2001-10-08 13:30:00 UTC
The xlockmore port (ports/x11/xlockmore/Makefile) uses incorrect configure option to disable MesaGL support. "--without-mesagl" should be changed to "--without-mesa"

Fix: Apply this patch:
How-To-Repeat: 
MesaGL gets included even though it is explicitly requested not to:

cd ports/x11/xlockmore && make install WITH_MESAGL=no
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-10-09 04:46:39 UTC
Responsible Changed
From-To: freebsd-ports->tg

Over to maintainer
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2001-10-09 12:26:02 UTC
State Changed
From-To: open->closed

Fixed, thanks.