Bug 197242

Summary: x11/xlockmore: fix options misuse
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (jgh)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-02-01 15:58:10 UTC
Created attachment 152437 [details]
Patch

XLOCKMORE_LANG is used to pass language to the build, however it is handled as an option. This is incorrect and doesn't work. Use it as a plain variable.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-01 15:58:10 UTC
Auto-assigned to maintainer jgh@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-02-01 18:01:44 UTC
A commit references this bug:

Author: jgh
Date: Sun Feb  1 18:01:31 UTC 2015
New revision: 378257
URL: https://svnweb.freebsd.org/changeset/ports/378257

Log:
  - adddres misuse of options

  PR:		197242
  Submitted by:	amdmi3@

Changes:
  head/x11/xlockmore/Makefile
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2015-02-01 18:02:08 UTC
thanks!