Bug 179172

Summary: [patch] x11-drivers/xorg-drivers: fix options with bmake
Product: Ports & Packages Reporter: Tijl Coosemans <tijl>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xorg-drivers.patch none

Description Tijl Coosemans freebsd_committer freebsd_triage 2013-06-01 16:00:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-01 16:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-03 19:39:06 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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2013-06-03 19:39:12 UTC
State Changed
From-To: open->closed

Committed thanks!