Bug 179172 - [patch] x11-drivers/xorg-drivers: fix options with bmake
Summary: [patch] x11-drivers/xorg-drivers: fix options with bmake
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 16:00 UTC by Tijl Coosemans
Modified: 2013-06-03 19:40 UTC (History)
0 users

See Also:


Attachments
xorg-drivers.patch (415 bytes, patch)
2013-06-01 16:00 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!