ports/179172: [patch] x11-drivers/xorg-drivers: fix options with bmake

Tijl Coosemans tijl at FreeBSD.org
Sat Jun 1 15:00:01 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list