svn commit: r327779 - in head/x11-drivers: input-wacom xf86-input-acecad xf86-input-egalax xf86-input-elographics xf86-input-fpit xf86-input-hyperpen xf86-input-joystick xf86-input-keyboard xf86-in...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 20 23:48:52 UTC 2013
Author: bapt
Date: Fri Sep 20 23:48:39 2013
New Revision: 327779
URL: http://svnweb.freebsd.org/changeset/ports/327779
Log:
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers)
Modified:
head/x11-drivers/input-wacom/Makefile
head/x11-drivers/xf86-input-acecad/Makefile
head/x11-drivers/xf86-input-egalax/Makefile
head/x11-drivers/xf86-input-elographics/Makefile
head/x11-drivers/xf86-input-fpit/Makefile
head/x11-drivers/xf86-input-hyperpen/Makefile
head/x11-drivers/xf86-input-joystick/Makefile
head/x11-drivers/xf86-input-keyboard/Makefile
head/x11-drivers/xf86-input-magictouch/Makefile
head/x11-drivers/xf86-input-mouse/Makefile
head/x11-drivers/xf86-input-mutouch/Makefile
head/x11-drivers/xf86-input-penmount/Makefile
head/x11-drivers/xf86-input-synaptics/Makefile
head/x11-drivers/xf86-input-vmmouse/Makefile
head/x11-drivers/xf86-input-void/Makefile
head/x11-drivers/xf86-video-apm/Makefile
head/x11-drivers/xf86-video-ark/Makefile
head/x11-drivers/xf86-video-ati/Makefile
head/x11-drivers/xf86-video-chips/Makefile
head/x11-drivers/xf86-video-cirrus/Makefile
head/x11-drivers/xf86-video-cyrix/Makefile
head/x11-drivers/xf86-video-dummy/Makefile
head/x11-drivers/xf86-video-fbdev/Makefile
head/x11-drivers/xf86-video-glint/Makefile
head/x11-drivers/xf86-video-i128/Makefile
head/x11-drivers/xf86-video-i740/Makefile
head/x11-drivers/xf86-video-imstt/Makefile
head/x11-drivers/xf86-video-intel/Makefile
head/x11-drivers/xf86-video-mach64/Makefile
head/x11-drivers/xf86-video-mga/Makefile
head/x11-drivers/xf86-video-neomagic/Makefile
head/x11-drivers/xf86-video-newport/Makefile
head/x11-drivers/xf86-video-nouveau/Makefile
head/x11-drivers/xf86-video-nv/Makefile
head/x11-drivers/xf86-video-openchrome/Makefile
head/x11-drivers/xf86-video-r128/Makefile
head/x11-drivers/xf86-video-radeonhd/Makefile
head/x11-drivers/xf86-video-rdc/Makefile
head/x11-drivers/xf86-video-rendition/Makefile
head/x11-drivers/xf86-video-s3/Makefile
head/x11-drivers/xf86-video-s3virge/Makefile
head/x11-drivers/xf86-video-savage/Makefile
head/x11-drivers/xf86-video-siliconmotion/Makefile
head/x11-drivers/xf86-video-sis-intel/Makefile
head/x11-drivers/xf86-video-sis/Makefile
head/x11-drivers/xf86-video-sunffb/Makefile
head/x11-drivers/xf86-video-tdfx/Makefile
head/x11-drivers/xf86-video-tga/Makefile
head/x11-drivers/xf86-video-trident/Makefile
head/x11-drivers/xf86-video-tseng/Makefile
head/x11-drivers/xf86-video-vesa/Makefile
head/x11-drivers/xf86-video-via/Makefile
head/x11-drivers/xf86-video-vmware/Makefile
head/x11-drivers/xf86-video-voodoo/Makefile
head/x11-drivers/xorg-drivers/Makefile
Modified: head/x11-drivers/input-wacom/Makefile
==============================================================================
--- head/x11-drivers/input-wacom/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/input-wacom/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: input-wacom
-# Date Created: 24 Oct 2008
-# Whom: Dominic Fandrey <kamikaze at bsdforen.de>
-#
+# Created by: Dominic Fandrey <kamikaze at bsdforen.de>
# $FreeBSD$
-#
PORTNAME= input-wacom
PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
@@ -54,6 +50,7 @@ MAKE_ARGS+= UDEV_CFLAGS=""
OPTIONS_DEFINE= UWACOMKLD
UWACOMKLD_DESC= Install USB kernel module (not supported on 8.x)
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MUWACOMKLD}
Modified: head/x11-drivers/xf86-input-acecad/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-acecad/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-acecad/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org acecad input driver
XORG_CAT= driver
MAN4= acecad.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-egalax/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-egalax/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-egalax/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xf86-input-egalax
-# Date Created: 2 June 2010
-# Whom: Gleb Smirnoff <glebius at FreeBSD.org>
-#
+# Created by: Gleb Smirnoff <glebius at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xf86-input-egalax
PORTVERSION= 0.2
@@ -18,6 +14,7 @@ LICENSE= BSD
XORG_CAT= driver
MAN4= egalax.4x
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505
Modified: head/x11-drivers/xf86-input-elographics/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-elographics/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-elographics/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,4 +19,5 @@ ELO_VERSION= 1.2.4
ELO_REVISION= 0
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-fpit/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-fpit/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-fpit/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -16,4 +16,5 @@ MAN4= fpit.4x
IGNORE= does not build with X server 1.7.7
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-hyperpen/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-hyperpen/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-hyperpen/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,4 +19,5 @@ HYPERREVISION= 6
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-joystick/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-joystick/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-joystick/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,6 +19,7 @@ JOYVER= 1.5.0
JOYREVISION= 1
.endif
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
Modified: head/x11-drivers/xf86-input-keyboard/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-keyboard/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ XORG_CAT= driver
USE_XORG= kbproto
MAN4= kbd.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-magictouch/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-magictouch/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-magictouch/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -14,4 +14,5 @@ XORG_CAT= driver
MAN4= magictouch.4x
USE_AUTOTOOLS= libtool
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-mouse/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-mouse/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-mouse/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ XORG_CAT= driver
USES= pathfix
MAN4= mousedrv.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-mutouch/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-mutouch/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-mutouch/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -16,4 +16,5 @@ IGNORE= does not build with xorg-server
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-penmount/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-penmount/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-penmount/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,4 +19,5 @@ PEN_VERSION= 1.4.1
PEN_REVISION= 1
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-synaptics/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-synaptics/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-synaptics/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -13,6 +13,7 @@ CONFLICTS= synaptics-[0-9]*
OPTIONS_DEFINE= HAL
OPTIONS_DEFAULT=HAL
+NO_STAGE= yes
.include <bsd.port.options.mk>
USES= pathfix
Modified: head/x11-drivers/xf86-input-vmmouse/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-vmmouse/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-vmmouse/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -26,4 +26,5 @@ PLIST_SUB+= NEW=""
PLIST_SUB+= NEW="@comment "
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-input-void/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-void/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-input-void/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -20,4 +20,5 @@ VOID_REVISION= 0
.endif
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-apm/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-apm/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-apm/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org apm display driver
XORG_CAT= driver
MAN4= apm.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-ark/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ark/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-ark/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -9,4 +9,5 @@ COMMENT= X.Org ark display driver
XORG_CAT= driver
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-ati/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -14,4 +14,5 @@ MAN4= ati.4x radeon.4x
CONFIGURE_ARGS+=--disable-kms
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-chips/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-chips/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-chips/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org chips display driver
XORG_CAT= driver
MAN4= chips.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-cirrus/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-cirrus/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-cirrus/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org cirrus display driver
XORG_CAT= driver
MAN4= cirrus.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-cyrix/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-cyrix/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-cyrix/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -14,4 +14,5 @@ XORG_CAT= driver
USE_XORG= xextproto xf86dgaproto
MAN4= cyrix.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-dummy/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-dummy/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-dummy/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org dummy display driver
XORG_CAT= driver
USE_XORG= xf86dgaproto
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-fbdev/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-fbdev/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-fbdev/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ COMMENT= X.Org fbdev display driver
XORG_CAT= driver
MAN4= fbdev.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-glint/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-glint/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-glint/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -13,4 +13,5 @@ XORG_CAT= driver
USE_XORG= xf86driproto xf86dgaproto glproto
MAN4= glint.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-i128/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-i128/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-i128/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org i128 display driver
XORG_CAT= driver
MAN4= i128.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-i740/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-i740/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-i740/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org i740 display driver
XORG_CAT= driver
MAN4= i740.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-imstt/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-imstt/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-imstt/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -13,4 +13,5 @@ IGNORE= requires pciVideoPtr typedef
XORG_CAT= driver
MAN4= imstt.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-intel/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-intel/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-intel/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -25,6 +25,7 @@ USE_XORG= glproto \
MAN4= intel.4x
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if defined(WITH_NEW_XORG)
Modified: head/x11-drivers/xf86-video-mach64/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-mach64/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-mach64/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ USE_GL= gl
XORG_CAT= driver
USE_XORG= glproto xf86driproto xf86miscproto
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-mga/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-mga/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-mga/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -14,6 +14,7 @@ XORG_CAT= driver
USE_XORG= xf86driproto glproto
MAN4= mga.4x
+NO_STAGE= yes
pre-patch:
# ${REINPLACE_CMD} \
# -e 's|values.h|sys/limits.h|g' \
Modified: head/x11-drivers/xf86-video-neomagic/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-neomagic/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-neomagic/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ XORG_CAT= driver
USE_XORG= xf86dgaproto
MAN4= neomagic.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-newport/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-newport/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-newport/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,6 +10,7 @@ COMMENT= X.Org newport display driver
XORG_CAT= driver
MAN4= newport.4x
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \
-e 's|MAXSHORT|SHRT_MAX|g' \
Modified: head/x11-drivers/xf86-video-nouveau/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-nouveau/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-nouveau/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,6 +19,7 @@ MAN4= nouveau.4x
# also doesn't work with mesa (libGL) version higher then 7.4.x
IGNORE= Not supported, missing kernel support. use the nvidia driver.
+NO_STAGE= yes
post-configure:
${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h
Modified: head/x11-drivers/xf86-video-nv/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-nv/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-nv/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ COMMENT= X.Org nv display driver
XORG_CAT= driver
MAN4= nv.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-openchrome/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-openchrome/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-openchrome/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -17,4 +17,5 @@ MAKE_ARGS+= drivermandir=${LOCALBASE}/ma
ONLY_FOR_ARCHS= amd64 i386 ia64
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-r128/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-r128/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-r128/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ XORG_CAT= driver
USE_XORG= glproto xf86driproto xf86miscproto xineramaproto
MAN4= r128.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-radeonhd/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-radeonhd/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-radeonhd/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -19,6 +19,7 @@ CONFLICTS= xf86-video-radeonhd-devel-[0-
MAN4= radeonhd.4x
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUTILS}
Modified: head/x11-drivers/xf86-video-rdc/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-rdc/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-rdc/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -17,6 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x1
IGNORE= does not build with X server 1.12
.endif
+NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/lib/xorg/modules/drivers
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \
Modified: head/x11-drivers/xf86-video-rendition/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-rendition/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-rendition/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ COMMENT= X.Org rendition display driver
XORG_CAT= driver
MAN4= rendition.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-s3/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-s3/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-s3/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org s3 display driver
XORG_CAT= driver
MAN4= s3.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-s3virge/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-s3virge/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-s3virge/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org s3virge display driver
XORG_CAT= driver
MAN4= s3virge.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-savage/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-savage/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-savage/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -13,4 +13,5 @@ XORG_CAT= driver
USE_XORG= xf86driproto glproto
MAN4= savage.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-siliconmotion/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-siliconmotion/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-siliconmotion/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org siliconmotion display dri
XORG_CAT= driver
MAN4= siliconmotion.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-sis-intel/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-sis-intel/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-sis-intel/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: xf86-video-sis-intel
-# Date Created: 30 May 2008
-# Whom: Alexey Illarionov <littlesavage at orionet.ru>
-# Based on: x11-drivers/xf86-video-sis by flz at FreeBSD.org
-#
+# Created by: Alexey Illarionov <littlesavage at orionet.ru>
# $FreeBSD$
-#
PORTNAME= xf86-video-sis-intel
PORTVERSION= 300407
@@ -27,4 +22,5 @@ XORG_CAT= driver
USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
MAN4= sis.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-sis/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-sis/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-sis/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -15,4 +15,5 @@ XORG_CAT= driver
USE_XORG= xf86dgaproto xf86driproto xineramaproto xf86miscproto glproto
MAN4= sis.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-sunffb/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-sunffb/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-sunffb/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -15,4 +15,5 @@ USE_XORG= xf86driproto xextproto glproto
MAN4= sunffb.4x
ONLY_FOR_ARCHS= sparc64
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-tdfx/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tdfx/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-tdfx/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -14,4 +14,5 @@ XORG_CAT= driver
USE_XORG= xf86driproto glproto
MAN4= tdfx.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-tga/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tga/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-tga/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ COMMENT= X.Org tga display driver
XORG_CAT= driver
USE_XORG= xf86dgaproto
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-trident/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-trident/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-trident/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ XORG_CAT= driver
USE_XORG= xf86dgaproto
MAN4= trident.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-tseng/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-tseng/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-tseng/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -11,4 +11,5 @@ COMMENT= X.Org tseng display driver
XORG_CAT= driver
MAN4= tseng.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-vesa/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-vesa/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-vesa/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -10,4 +10,5 @@ COMMENT= X.Org vesa display driver
XORG_CAT= driver
MAN4= vesa.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-via/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-via/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-via/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -16,6 +16,7 @@ USE_XORG= xvmc xf86driproto xextproto x1
MAN4= via.4x
+NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
Modified: head/x11-drivers/xf86-video-vmware/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-vmware/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-vmware/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ USE_XORG= xextproto xineramaproto videop
MAN4= vmware.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xf86-video-voodoo/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-voodoo/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xf86-video-voodoo/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -12,4 +12,5 @@ XORG_CAT= driver
USE_XORG= xf86dgaproto
MAN4= voodoo.4x
+NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/x11-drivers/xorg-drivers/Makefile
==============================================================================
--- head/x11-drivers/xorg-drivers/Makefile Fri Sep 20 23:44:55 2013 (r327778)
+++ head/x11-drivers/xorg-drivers/Makefile Fri Sep 20 23:48:39 2013 (r327779)
@@ -97,6 +97,7 @@ SUNFFB_DESC= Install sunffb video drive
# these drivers have a different module name compared to the plugin they install
QUIRKS= keyboard:kbd
+NO_STAGE= yes
.include <bsd.port.options.mk>
# Manual add arch specific drivers so they be added to depend lines.
More information about the svn-ports-all
mailing list