ports/150223: [patch] x11-drivers/xorg-drivers/Makefile refers nonexistent modules

Anatoly Borodin anatoly.borodin at gmail.com
Thu Sep 2 13:10:08 UTC 2010


>Number:         150223
>Category:       ports
>Synopsis:       [patch] x11-drivers/xorg-drivers/Makefile refers nonexistent modules
>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:   Thu Sep 02 13:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
x11-drivers/xorg-drivers builds dynamically the list of modules for OPTIONS. Some of the modules are absent in the ports.
>How-To-Repeat:
# cd /usr/ports/x11-drivers/xorg-drivers && make rmconfig && make config && make clean

===> Removing user-configured options for xorg-drivers-7.5
.. (use default options here)...
xorg-drivers-7.5: "/usr/ports/x11-drivers/xf86-input-microtouch" non-existent -- dependency list incomplete
xorg-drivers-7.5: "/usr/ports/x11-drivers/xf86-video-nsc" non-existent -- dependency list incomplete

>Fix:
Apply the patch.

Patch attached with submission follows:

>From abbf0bdeae680e394927a16752becf7f8f1e2dd9 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin at gmail.com>
Date: Wed, 11 Aug 2010 02:30:03 +0200
Subject: [PATCH 1/2] TBC: x11-drivers/xf86-input-microtouch and x11-drivers/xf86-video-nsc don't exist anymore.

---
 x11-drivers/xorg-drivers/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git x11-drivers/xorg-drivers/Makefile x11-drivers/xorg-drivers/Makefile
index 7095ee1..656a941 100644
--- x11-drivers/xorg-drivers/Makefile
+++ x11-drivers/xorg-drivers/Makefile
@@ -48,7 +48,7 @@ VIDEO_OFF=	apm ark \
 		glint \
 		i128 i740 imstt \
 		mga \
-		neomagic newport nsc \
+		neomagic newport \
 		rendition \
 		s3 s3virge savage siliconmotion	sis \
 		tdfx tga trident tseng \
@@ -64,7 +64,7 @@ INPUT_OFF=	acecad \
 		fpit \
 		hyperpen \
 		joystick \
-		magictouch microtouch mutouch \
+		magictouch mutouch \
 		penmount \
 		synaptics \
 				vmmouse void
-- 
1.7.2.2



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list