Date: Sat, 1 Jun 2013 16:57:22 +0200 (CEST) From: Tijl Coosemans <tijl@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/179172: [patch] x11-drivers/xorg-drivers: fix options with bmake Message-ID: <201306011457.r51EvMrc076149@kalimero.tijl.coosemans.org> Resent-Message-ID: <201306011500.r51F00oJ086996@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 179172 >Category: ports >Synopsis: [patch] x11-drivers/xorg-drivers: fix options with bmake >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 01 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011457.r51EvMrc076149>