diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:48:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:48:39 +0800 |
commit | ee7d39c6d6bfc40bf297f6c47f542bff670a3cff (patch) | |
tree | 2a8dc9a70972bd51b0fc9de4c3d629628c7d46f3 | |
parent | a74cf2f49cc90079912ddc93077b9437d9ae2381 (diff) | |
download | freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.tar.gz freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.tar.zst freebsd-ports-gnome-ee7d39c6d6bfc40bf297f6c47f542bff670a3cff.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers)
55 files changed, 58 insertions, 16 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile index baa1ed1bff65..7754c0fac70f 100644 --- a/x11-drivers/input-wacom/Makefile +++ b/x11-drivers/input-wacom/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: input-wacom -# Date Created: 24 Oct 2008 -# Whom: Dominic Fandrey <kamikaze@bsdforen.de> -# +# Created by: Dominic Fandrey <kamikaze@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} diff --git a/x11-drivers/xf86-input-acecad/Makefile b/x11-drivers/xf86-input-acecad/Makefile index add20a8fddec..b3059da6472c 100644 --- a/x11-drivers/xf86-input-acecad/Makefile +++ b/x11-drivers/xf86-input-acecad/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org acecad input driver XORG_CAT= driver MAN4= acecad.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index 88c6e1a943a1..2d5bf585504e 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xf86-input-egalax -# Date Created: 2 June 2010 -# Whom: Gleb Smirnoff <glebius@FreeBSD.org> -# +# Created by: Gleb Smirnoff <glebius@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 diff --git a/x11-drivers/xf86-input-elographics/Makefile b/x11-drivers/xf86-input-elographics/Makefile index 4da812191edb..0e6a9a3f2823 100644 --- a/x11-drivers/xf86-input-elographics/Makefile +++ b/x11-drivers/xf86-input-elographics/Makefile @@ -19,4 +19,5 @@ ELO_VERSION= 1.2.4 ELO_REVISION= 0 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-fpit/Makefile b/x11-drivers/xf86-input-fpit/Makefile index ae3b53b12a5d..e68566c2744e 100644 --- a/x11-drivers/xf86-input-fpit/Makefile +++ b/x11-drivers/xf86-input-fpit/Makefile @@ -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> diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile index 4c6ffaf98ce0..30505e50e9a6 100644 --- a/x11-drivers/xf86-input-hyperpen/Makefile +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -19,4 +19,5 @@ HYPERREVISION= 6 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile index f2e9e1e46bb5..81b59d03630d 100644 --- a/x11-drivers/xf86-input-joystick/Makefile +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -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 diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile index c4d4ae61bfc5..607fb124ce97 100644 --- a/x11-drivers/xf86-input-keyboard/Makefile +++ b/x11-drivers/xf86-input-keyboard/Makefile @@ -11,4 +11,5 @@ XORG_CAT= driver USE_XORG= kbproto MAN4= kbd.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-magictouch/Makefile b/x11-drivers/xf86-input-magictouch/Makefile index 9b48bf0fe9a1..61d5036b3a54 100644 --- a/x11-drivers/xf86-input-magictouch/Makefile +++ b/x11-drivers/xf86-input-magictouch/Makefile @@ -14,4 +14,5 @@ XORG_CAT= driver MAN4= magictouch.4x USE_AUTOTOOLS= libtool +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile index cabe85a8eb0b..3bbe02f61dac 100644 --- a/x11-drivers/xf86-input-mouse/Makefile +++ b/x11-drivers/xf86-input-mouse/Makefile @@ -11,4 +11,5 @@ XORG_CAT= driver USES= pathfix MAN4= mousedrv.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-mutouch/Makefile b/x11-drivers/xf86-input-mutouch/Makefile index 7e5d23c89439..00e303ad0567 100644 --- a/x11-drivers/xf86-input-mutouch/Makefile +++ b/x11-drivers/xf86-input-mutouch/Makefile @@ -16,4 +16,5 @@ IGNORE= does not build with xorg-server 1.7.7 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile index 9f29f545af2c..06efbd521dfb 100644 --- a/x11-drivers/xf86-input-penmount/Makefile +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -19,4 +19,5 @@ PEN_VERSION= 1.4.1 PEN_REVISION= 1 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index aec3f7dfc78f..882e44bb8b80 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -13,6 +13,7 @@ CONFLICTS= synaptics-[0-9]* OPTIONS_DEFINE= HAL OPTIONS_DEFAULT=HAL +NO_STAGE= yes .include <bsd.port.options.mk> USES= pathfix diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile index ca879b51efc8..d84f01f016f9 100644 --- a/x11-drivers/xf86-input-vmmouse/Makefile +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -26,4 +26,5 @@ PLIST_SUB+= NEW="" PLIST_SUB+= NEW="@comment " .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index d768b9dbfac6..4493a71bf8de 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -20,4 +20,5 @@ VOID_REVISION= 0 .endif +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile index 65e37a3e3ca6..815688873d27 100644 --- a/x11-drivers/xf86-video-apm/Makefile +++ b/x11-drivers/xf86-video-apm/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org apm display driver XORG_CAT= driver MAN4= apm.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-ark/Makefile b/x11-drivers/xf86-video-ark/Makefile index c3e844391f83..84fd8c18f273 100644 --- a/x11-drivers/xf86-video-ark/Makefile +++ b/x11-drivers/xf86-video-ark/Makefile @@ -9,4 +9,5 @@ COMMENT= X.Org ark display driver XORG_CAT= driver +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index 369e3d2cf62a..8c2c583bb91d 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -14,4 +14,5 @@ MAN4= ati.4x radeon.4x CONFIGURE_ARGS+=--disable-kms +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile index 0187092b4d2f..decf7db48a6a 100644 --- a/x11-drivers/xf86-video-chips/Makefile +++ b/x11-drivers/xf86-video-chips/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org chips display driver XORG_CAT= driver MAN4= chips.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-cirrus/Makefile b/x11-drivers/xf86-video-cirrus/Makefile index 01a93fa42ddc..c9a9cf9d53f2 100644 --- a/x11-drivers/xf86-video-cirrus/Makefile +++ b/x11-drivers/xf86-video-cirrus/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org cirrus display driver XORG_CAT= driver MAN4= cirrus.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-cyrix/Makefile b/x11-drivers/xf86-video-cyrix/Makefile index e46a3116a20f..f6747bdafbd4 100644 --- a/x11-drivers/xf86-video-cyrix/Makefile +++ b/x11-drivers/xf86-video-cyrix/Makefile @@ -14,4 +14,5 @@ XORG_CAT= driver USE_XORG= xextproto xf86dgaproto MAN4= cyrix.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile index baf18cda4d5d..607efd749d69 100644 --- a/x11-drivers/xf86-video-dummy/Makefile +++ b/x11-drivers/xf86-video-dummy/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org dummy display driver XORG_CAT= driver USE_XORG= xf86dgaproto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile index 7f30b8d665b4..fee856eee920 100644 --- a/x11-drivers/xf86-video-fbdev/Makefile +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -11,4 +11,5 @@ COMMENT= X.Org fbdev display driver XORG_CAT= driver MAN4= fbdev.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-glint/Makefile b/x11-drivers/xf86-video-glint/Makefile index e3175b17712b..ffda5d581664 100644 --- a/x11-drivers/xf86-video-glint/Makefile +++ b/x11-drivers/xf86-video-glint/Makefile @@ -13,4 +13,5 @@ XORG_CAT= driver USE_XORG= xf86driproto xf86dgaproto glproto MAN4= glint.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-i128/Makefile b/x11-drivers/xf86-video-i128/Makefile index 9c6c57ebccc4..f38e1d77caee 100644 --- a/x11-drivers/xf86-video-i128/Makefile +++ b/x11-drivers/xf86-video-i128/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org i128 display driver XORG_CAT= driver MAN4= i128.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-i740/Makefile b/x11-drivers/xf86-video-i740/Makefile index 50f4c1119d81..15f7bf3dfe80 100644 --- a/x11-drivers/xf86-video-i740/Makefile +++ b/x11-drivers/xf86-video-i740/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org i740 display driver XORG_CAT= driver MAN4= i740.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-imstt/Makefile b/x11-drivers/xf86-video-imstt/Makefile index d86879311183..54dd8f90f894 100644 --- a/x11-drivers/xf86-video-imstt/Makefile +++ b/x11-drivers/xf86-video-imstt/Makefile @@ -13,4 +13,5 @@ IGNORE= requires pciVideoPtr typedef XORG_CAT= driver MAN4= imstt.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index d1b1501c1a06..e3675aa1d708 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -25,6 +25,7 @@ USE_XORG= glproto \ MAN4= intel.4x +NO_STAGE= yes .include <bsd.port.options.mk> .if defined(WITH_NEW_XORG) diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile index cb8eb260f44a..5143d83a7192 100644 --- a/x11-drivers/xf86-video-mach64/Makefile +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -12,4 +12,5 @@ USE_GL= gl XORG_CAT= driver USE_XORG= glproto xf86driproto xf86miscproto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-mga/Makefile b/x11-drivers/xf86-video-mga/Makefile index 4da568fba90c..15b501a8a0f9 100644 --- a/x11-drivers/xf86-video-mga/Makefile +++ b/x11-drivers/xf86-video-mga/Makefile @@ -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' \ diff --git a/x11-drivers/xf86-video-neomagic/Makefile b/x11-drivers/xf86-video-neomagic/Makefile index 4748da1aa9e8..dc5ec7968874 100644 --- a/x11-drivers/xf86-video-neomagic/Makefile +++ b/x11-drivers/xf86-video-neomagic/Makefile @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= neomagic.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-newport/Makefile b/x11-drivers/xf86-video-newport/Makefile index 962ee7484160..b87635d14727 100644 --- a/x11-drivers/xf86-video-newport/Makefile +++ b/x11-drivers/xf86-video-newport/Makefile @@ -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' \ diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 9d0def501b9d..c44ac008e671 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -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 diff --git a/x11-drivers/xf86-video-nv/Makefile b/x11-drivers/xf86-video-nv/Makefile index 2e8a95d18979..15b5b81caa45 100644 --- a/x11-drivers/xf86-video-nv/Makefile +++ b/x11-drivers/xf86-video-nv/Makefile @@ -11,4 +11,5 @@ COMMENT= X.Org nv display driver XORG_CAT= driver MAN4= nv.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index fad0cb90ffd0..77b60f265545 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -17,4 +17,5 @@ MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 ONLY_FOR_ARCHS= amd64 i386 ia64 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-r128/Makefile b/x11-drivers/xf86-video-r128/Makefile index 1ad8177619dd..3ef8daf4e52c 100644 --- a/x11-drivers/xf86-video-r128/Makefile +++ b/x11-drivers/xf86-video-r128/Makefile @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= glproto xf86driproto xf86miscproto xineramaproto MAN4= r128.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index 5d62c9d6dba2..129a45325dfd 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -19,6 +19,7 @@ CONFLICTS= xf86-video-radeonhd-devel-[0-9]* MAN4= radeonhd.4x +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUTILS} diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile index 40e19bc04cb9..b4c838f28122 100644 --- a/x11-drivers/xf86-video-rdc/Makefile +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -17,6 +17,7 @@ USE_XORG= xvmc xf86driproto xextproto x11 glproto 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 \ diff --git a/x11-drivers/xf86-video-rendition/Makefile b/x11-drivers/xf86-video-rendition/Makefile index 0b4d2a6a11c9..404ccb37996a 100644 --- a/x11-drivers/xf86-video-rendition/Makefile +++ b/x11-drivers/xf86-video-rendition/Makefile @@ -11,4 +11,5 @@ COMMENT= X.Org rendition display driver XORG_CAT= driver MAN4= rendition.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-s3/Makefile b/x11-drivers/xf86-video-s3/Makefile index c6fd38ad7a77..78028bcef927 100644 --- a/x11-drivers/xf86-video-s3/Makefile +++ b/x11-drivers/xf86-video-s3/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org s3 display driver XORG_CAT= driver MAN4= s3.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-s3virge/Makefile b/x11-drivers/xf86-video-s3virge/Makefile index 5d947f0d6916..0a4130967f5a 100644 --- a/x11-drivers/xf86-video-s3virge/Makefile +++ b/x11-drivers/xf86-video-s3virge/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org s3virge display driver XORG_CAT= driver MAN4= s3virge.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-savage/Makefile b/x11-drivers/xf86-video-savage/Makefile index 36abb6d15725..8485f124bf69 100644 --- a/x11-drivers/xf86-video-savage/Makefile +++ b/x11-drivers/xf86-video-savage/Makefile @@ -13,4 +13,5 @@ XORG_CAT= driver USE_XORG= xf86driproto glproto MAN4= savage.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-siliconmotion/Makefile b/x11-drivers/xf86-video-siliconmotion/Makefile index dd044dce86cc..4bd7ca801bfe 100644 --- a/x11-drivers/xf86-video-siliconmotion/Makefile +++ b/x11-drivers/xf86-video-siliconmotion/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org siliconmotion display driver XORG_CAT= driver MAN4= siliconmotion.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-sis-intel/Makefile b/x11-drivers/xf86-video-sis-intel/Makefile index b53662053fbc..40d26b51893e 100644 --- a/x11-drivers/xf86-video-sis-intel/Makefile +++ b/x11-drivers/xf86-video-sis-intel/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: xf86-video-sis-intel -# Date Created: 30 May 2008 -# Whom: Alexey Illarionov <littlesavage@orionet.ru> -# Based on: x11-drivers/xf86-video-sis by flz@FreeBSD.org -# +# Created by: Alexey Illarionov <littlesavage@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> diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile index 056882880cff..1fd3ede1afab 100644 --- a/x11-drivers/xf86-video-sis/Makefile +++ b/x11-drivers/xf86-video-sis/Makefile @@ -15,4 +15,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto xf86driproto xineramaproto xf86miscproto glproto MAN4= sis.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-sunffb/Makefile b/x11-drivers/xf86-video-sunffb/Makefile index 630a968200ee..866cf843c3f3 100644 --- a/x11-drivers/xf86-video-sunffb/Makefile +++ b/x11-drivers/xf86-video-sunffb/Makefile @@ -15,4 +15,5 @@ USE_XORG= xf86driproto xextproto glproto MAN4= sunffb.4x ONLY_FOR_ARCHS= sparc64 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tdfx/Makefile b/x11-drivers/xf86-video-tdfx/Makefile index 9a8e70c279e0..ec9c69624798 100644 --- a/x11-drivers/xf86-video-tdfx/Makefile +++ b/x11-drivers/xf86-video-tdfx/Makefile @@ -14,4 +14,5 @@ XORG_CAT= driver USE_XORG= xf86driproto glproto MAN4= tdfx.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tga/Makefile b/x11-drivers/xf86-video-tga/Makefile index 827dc8b06a94..4458f2c8189a 100644 --- a/x11-drivers/xf86-video-tga/Makefile +++ b/x11-drivers/xf86-video-tga/Makefile @@ -11,4 +11,5 @@ COMMENT= X.Org tga display driver XORG_CAT= driver USE_XORG= xf86dgaproto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-trident/Makefile b/x11-drivers/xf86-video-trident/Makefile index ca4491cb9334..5408db1d526f 100644 --- a/x11-drivers/xf86-video-trident/Makefile +++ b/x11-drivers/xf86-video-trident/Makefile @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= trident.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-tseng/Makefile b/x11-drivers/xf86-video-tseng/Makefile index 4134fa9b13ef..ec63a430d17f 100644 --- a/x11-drivers/xf86-video-tseng/Makefile +++ b/x11-drivers/xf86-video-tseng/Makefile @@ -11,4 +11,5 @@ COMMENT= X.Org tseng display driver XORG_CAT= driver MAN4= tseng.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile index 04588d135a2b..97ef2045de98 100644 --- a/x11-drivers/xf86-video-vesa/Makefile +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -10,4 +10,5 @@ COMMENT= X.Org vesa display driver XORG_CAT= driver MAN4= vesa.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile index eb05e608ebd3..66e74aa504fe 100644 --- a/x11-drivers/xf86-video-via/Makefile +++ b/x11-drivers/xf86-video-via/Makefile @@ -16,6 +16,7 @@ USE_XORG= xvmc xf86driproto xextproto x11 glproto MAN4= via.4x +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile index d8aa97d0ec6c..2e731b89da98 100644 --- a/x11-drivers/xf86-video-vmware/Makefile +++ b/x11-drivers/xf86-video-vmware/Makefile @@ -12,4 +12,5 @@ USE_XORG= xextproto xineramaproto videoproto MAN4= vmware.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index a6df42353901..c3e1361fd08b 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -12,4 +12,5 @@ XORG_CAT= driver USE_XORG= xf86dgaproto MAN4= voodoo.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index 9bf1dd08ba43..4f7071eb029d 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -97,6 +97,7 @@ SUNFFB_DESC= Install sunffb video driver # 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. |