From tijl@coosemans.org  Sat Jun  1 14:58:41 2013
Return-Path: <tijl@coosemans.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id B31F4A57
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jun 2013 14:58:41 +0000 (UTC)
	(envelope-from tijl@coosemans.org)
Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178])
	by mx1.freebsd.org (Postfix) with ESMTP id 58911292
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jun 2013 14:58:40 +0000 (UTC)
Received: from 160.153-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.153.160])
  by relay.skynet.be with ESMTP; 01 Jun 2013 16:57:24 +0200
Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1])
	by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id r51EvMt3076150
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Jun 2013 16:57:23 +0200 (CEST)
	(envelope-from tijl@kalimero.tijl.coosemans.org)
Received: (from tijl@localhost)
	by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id r51EvMrc076149;
	Sat, 1 Jun 2013 16:57:22 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <201306011457.r51EvMrc076149@kalimero.tijl.coosemans.org>
Date: Sat, 1 Jun 2013 16:57:22 +0200 (CEST)
From: Tijl Coosemans <tijl@FreeBSD.org>
Reply-To: Tijl Coosemans <tijl@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] x11-drivers/xorg-drivers: fix options with bmake
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         179172
>Category:       ports
>Synopsis:       [patch] x11-drivers/xorg-drivers: fix options with bmake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 01 15:00:00 UTC 2013
>Closed-Date:    Mon Jun 03 18:39:24 UTC 2013
>Last-Modified:  Mon Jun  3 18:40:00 UTC 2013
>Originator:     Tijl Coosemans
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
>Description:
The options menu is incomplete on FreeBSD current with the new make.
The reason is that Makefile uses :U variable modifier.
The attached patch fixes it like x11/xorg-apps.
>How-To-Repeat:
>Fix:

--- xorg-drivers.patch begins here ---
Index: x11-drivers/xorg-drivers/Makefile
===================================================================
--- x11-drivers/xorg-drivers/Makefile	(revision 319558)
+++ x11-drivers/xorg-drivers/Makefile	(working copy)
@@ -10,6 +10,8 @@
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.org drivers meta-port
 
+.MAKE.FreeBSD_UL=	yes
+
 VIDEODIR=	${PREFIX}/lib/xorg/modules/drivers
 INPUTDIR=	${PREFIX}/lib/xorg/modules/input
 
--- xorg-drivers.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 1 15:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179172 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Mon Jun 3 18:39:12 UTC 2013 
State-Changed-Why:  
Committed thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179172 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179172: commit references a PR
Date: Mon,  3 Jun 2013 18:39:06 +0000 (UTC)

 Author: kwm
 Date: Mon Jun  3 18:38:53 2013
 New Revision: 319799
 URL: http://svnweb.freebsd.org/changeset/ports/319799
 
 Log:
   Fix the options menu with bmake.
   
   PR:		ports/179172
   Submitted by:	tijl@
 
 Modified:
   head/x11-drivers/xorg-drivers/Makefile   (contents, props changed)
 
 Modified: head/x11-drivers/xorg-drivers/Makefile
 ==============================================================================
 --- head/x11-drivers/xorg-drivers/Makefile	Mon Jun  3 18:29:50 2013	(r319798)
 +++ head/x11-drivers/xorg-drivers/Makefile	Mon Jun  3 18:38:53 2013	(r319799)
 @@ -10,6 +10,8 @@ EXTRACT_ONLY=	# none
  MAINTAINER=	x11@FreeBSD.org
  COMMENT=	X.org drivers meta-port
  
 +.MAKE.FreeBSD_UL=    yes
 +
  VIDEODIR=	${PREFIX}/lib/xorg/modules/drivers
  INPUTDIR=	${PREFIX}/lib/xorg/modules/input
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
