diff options
author | eadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-09-21 15:15:43 +0800 |
---|---|---|
committer | eadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-09-21 15:15:43 +0800 |
commit | 51493a9fa1dc393bc050690bc72bc267911ba78b (patch) | |
tree | f12abad492e81067f3c259405e551aec6f0d8696 | |
parent | c4dc6ce69fbebf7c0e777a654e274907ffac1de4 (diff) | |
download | xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.gz xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.zst xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.zip |
Add NO_STAGE to the xorg ports.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1162 058c260c-8361-11dd-a0ac-aa2bafec7d09
89 files changed, 97 insertions, 0 deletions
diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile index 76019e1..81bcc4c 100644 --- a/devel/libpciaccess/Makefile +++ b/devel/libpciaccess/Makefile @@ -13,5 +13,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids XORG_CAT= lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile index aa54b1b..9213cdc 100644 --- a/devel/xorg-macros/Makefile +++ b/devel/xorg-macros/Makefile @@ -10,6 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org development aclocal macros XORG_CAT= util +NO_STAGE= yes MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 074a3bc..738d3d4 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ USES= pkgconfig USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto +NO_STAGE= yes .include <bsd.port.options.mk> diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index de5be6c..ae2d01a 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -13,6 +13,7 @@ LICENSE= MIT CONFLICTS= libglut-[0-9].* +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/libEGL/Makefile b/graphics/libEGL/Makefile index 2e023af..bb44227 100644 --- a/graphics/libEGL/Makefile +++ b/graphics/libEGL/Makefile @@ -20,6 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamage xfixes LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ libdrm.so:${PORTSDIR}/graphics/libdrm +NO_STAGE= yes BUILD_WKRSRC= ${WRKSRC}/src/egl INSTALL_WRKSRC= ${WRKSRC}/src/egl diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 12a2ba4..2fc5d45 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -15,6 +15,7 @@ USES= pkgconfig USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both SUB_FILES= pkg-install pkg-deinstall +NO_STAGE= yes .include <bsd.port.options.mk> diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 5e2c104..11b69e1 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -16,5 +16,6 @@ USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index 655986d..d009cb5 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -21,5 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-motif CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 87f5324..f9aebf2 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes OPTIONS_DEFINE= MANPAGES +NO_STAGE= yes .if defined(PACKAGE_BUILDING) OPTIONS_DEFAULT+= MANPAGES diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile index c48744a..4dd4381 100644 --- a/graphics/libglesv2/Makefile +++ b/graphics/libglesv2/Makefile @@ -20,6 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamage xfixes BUILD_WKRSRC= ${WRKSRC}/src/mapi/es2api INSTALL_WRKSRC= ${WRKSRC}/src/mapi/es2api +NO_STAGE= yes # this library doesn't exist in Mesa 7.6 so use newer WITH_NEW_XORG=yes diff --git a/x11-drivers/xf86-input-keyboard/Makefile b/x11-drivers/xf86-input-keyboard/Makefile index c4d4ae6..78b9520 100644 --- a/x11-drivers/xf86-input-keyboard/Makefile +++ b/x11-drivers/xf86-input-keyboard/Makefile @@ -10,5 +10,6 @@ COMMENT= X.Org keyboard input driver XORG_CAT= driver USE_XORG= kbproto MAN4= kbd.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile index cabe85a..5c87c3c 100644 --- a/x11-drivers/xf86-input-mouse/Makefile +++ b/x11-drivers/xf86-input-mouse/Makefile @@ -10,5 +10,6 @@ COMMENT= X.Org mouse input driver XORG_CAT= driver USES= pathfix MAN4= mousedrv.4x +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-synaptics/Makefile b/x11-drivers/xf86-input-synaptics/Makefile index 9566be8..41a9ed7 100644 --- a/x11-drivers/xf86-input-synaptics/Makefile +++ b/x11-drivers/xf86-input-synaptics/Makefile @@ -17,6 +17,7 @@ XORG_CAT= driver MAN1= syndaemon.1 \ synclient.1 MAN4= synaptics.4x +NO_STAGE= yes .if defined(WITH_NEW_XORG) SYNAPTICS_VERSION= 1.7.1 diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index 8793cdb..3fe72e5 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -11,6 +11,7 @@ USE_GL= gl XORG_CAT= driver USE_XORG= xf86driproto xineramaproto xf86miscproto glproto MAN4= ati.4x radeon.4x +NO_STAGE= yes .include <bsd.port.pre.mk> diff --git a/x11-drivers/xf86-video-fbdev/Makefile b/x11-drivers/xf86-video-fbdev/Makefile index 7f30b8d..0bbcad5 100644 --- a/x11-drivers/xf86-video-fbdev/Makefile +++ b/x11-drivers/xf86-video-fbdev/Makefile @@ -10,5 +10,6 @@ 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-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile index 330fb5f..c78a16b 100644 --- a/x11-drivers/xf86-video-intel/Makefile +++ b/x11-drivers/xf86-video-intel/Makefile @@ -24,6 +24,8 @@ USE_XORG= glproto \ xvmc MAN4= intel.4x +NO_STAGE= yes + .include <bsd.port.options.mk> diff --git a/x11-drivers/xf86-video-vesa/Makefile b/x11-drivers/xf86-video-vesa/Makefile index 290a11f..5f09aee 100644 --- a/x11-drivers/xf86-video-vesa/Makefile +++ b/x11-drivers/xf86-video-vesa/Makefile @@ -9,5 +9,7 @@ COMMENT= X.Org vesa display driver XORG_CAT= driver MAN4= vesa.4x +NO_STAGE= yes + .include <bsd.port.mk> diff --git a/x11-drivers/xorg-drivers/Makefile b/x11-drivers/xorg-drivers/Makefile index d728e6f..a57b706 100644 --- a/x11-drivers/xorg-drivers/Makefile +++ b/x11-drivers/xorg-drivers/Makefile @@ -16,6 +16,8 @@ VIDEODIR= ${PREFIX}/lib/xorg/modules/drivers INPUTDIR= ${PREFIX}/lib/xorg/modules/input NO_BUILD= yes +NO_STAGE= yes + INPUT_DRIVERS= mouse \ keyboard \ diff --git a/x11-fonts/fontsproto/Makefile b/x11-fonts/fontsproto/Makefile index 878eaad..cda0fb2 100644 --- a/x11-fonts/fontsproto/Makefile +++ b/x11-fonts/fontsproto/Makefile @@ -9,5 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Fonts extension headers XORG_CAT= proto +NO_STAGE= yes + .include <bsd.port.mk> diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile index dd8b61c..4b4d5c2 100644 --- a/x11-fonts/libFS/Makefile +++ b/x11-fonts/libFS/Makefile @@ -10,5 +10,7 @@ COMMENT= The FS library XORG_CAT= lib USE_XORG= fontsproto:both xproto:both xtrans USE_AUTOTOOLS= libtool +NO_STAGE= yes + .include <bsd.port.mk> diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile index dba8dc6..bdbeb31 100644 --- a/x11-fonts/libXfont/Makefile +++ b/x11-fonts/libXfont/Makefile @@ -13,6 +13,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 XORG_CAT= lib USE_XORG= xproto:both xtrans fontsproto:both fontenc +NO_STAGE= yes + CONFIGURE_ARGS=--without-xmlto --disable-devel-docs diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile index 163fd21..a9ca31e 100644 --- a/x11-fonts/libfontenc/Makefile +++ b/x11-fonts/libfontenc/Makefile @@ -10,5 +10,7 @@ COMMENT= The fontenc Library XORG_CAT= lib USE_XORG= xproto +NO_STAGE= yes + .include <bsd.port.mk> diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index dd2f329..b031e11 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -15,6 +15,8 @@ USE_RC_SUBR= xfs CONFIGURE_ARGS= --without-xmlto --without-fop MAN1= xfs.1 +NO_STAGE= yes + post-patch: ${REINPLACE_CMD} '/^config_DATA/d' ${WRKSRC}/config/Makefile.in diff --git a/x11-fonts/xorg-fonts-100dpi/Makefile b/x11-fonts/xorg-fonts-100dpi/Makefile index e827077..bbd9925 100644 --- a/x11-fonts/xorg-fonts-100dpi/Makefile +++ b/x11-fonts/xorg-fonts-100dpi/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${FONTDIR}/100dpi/courB08.pcf.gz:${PORTSDIR}/x11-fonts/font-adobe-1 CONFLICTS= XFree86-font100dpi-* NO_BUILD= # none +NO_STAGE= yes FONTDIR= ${LOCALBASE}/lib/X11/fonts do-install: # empty diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile index 4ee956d..c5b6605 100644 --- a/x11-fonts/xorg-fonts-75dpi/Makefile +++ b/x11-fonts/xorg-fonts-75dpi/Makefile @@ -22,6 +22,7 @@ CONFLICTS= XFree86-font75dpi-* NO_BUILD= # none FONTDIR= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes do-install: # empty diff --git a/x11-fonts/xorg-fonts-cyrillic/Makefile b/x11-fonts/xorg-fonts-cyrillic/Makefile index dac9095..fd25bca 100644 --- a/x11-fonts/xorg-fonts-cyrillic/Makefile +++ b/x11-fonts/xorg-fonts-cyrillic/Makefile @@ -21,6 +21,7 @@ CONFLICTS= XFree86-fontCyrillic-* NO_BUILD= # none FONTDIR= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes do-install: # empty diff --git a/x11-fonts/xorg-fonts-miscbitmaps/Makefile b/x11-fonts/xorg-fonts-miscbitmaps/Makefile index ae34475..a9f91f7 100644 --- a/x11-fonts/xorg-fonts-miscbitmaps/Makefile +++ b/x11-fonts/xorg-fonts-miscbitmaps/Makefile @@ -28,6 +28,7 @@ CONFLICTS= XFree86-fontDefaultBitmaps-* NO_BUILD= # none FONTDIR= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes do-install: # empty diff --git a/x11-fonts/xorg-fonts-truetype/Makefile b/x11-fonts/xorg-fonts-truetype/Makefile index b12e1f4..afe65e6 100644 --- a/x11-fonts/xorg-fonts-truetype/Makefile +++ b/x11-fonts/xorg-fonts-truetype/Makefile @@ -22,5 +22,6 @@ do-install: # empty NO_BUILD= # none FONTDIR= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts-type1/Makefile b/x11-fonts/xorg-fonts-type1/Makefile index 6351076..1e53ee2 100644 --- a/x11-fonts/xorg-fonts-type1/Makefile +++ b/x11-fonts/xorg-fonts-type1/Makefile @@ -24,5 +24,6 @@ do-install: # empty NO_BUILD= # none FONTDIR= ${LOCALBASE}/lib/X11/fonts +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-fonts/xorg-fonts/Makefile b/x11-fonts/xorg-fonts/Makefile index d89ea41..bd70060 100644 --- a/x11-fonts/xorg-fonts/Makefile +++ b/x11-fonts/xorg-fonts/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= xorg-fonts-100dpi>=0:${PORTSDIR}/x11-fonts/xorg-fonts-100dpi \ ${FONTSDIR}/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/libdata/xorg diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 08a055b..2dea236 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \ SLAVE_PORT= yes PLIST_FILES= bin/Xephyr +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/ diff --git a/x11-servers/xorg-dmx/Makefile b/x11-servers/xorg-dmx/Makefile index 2521fdf..28983c6 100644 --- a/x11-servers/xorg-dmx/Makefile +++ b/x11-servers/xorg-dmx/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-xvfb --disable-xnest \ --without-xmlto --disable-docs --disable-devel-docs \ --enable-dmx --localstatedir=/var --without-dtrace +NO_STAGE= yes MAN1= Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmxconfig.1 SLAVE_PORT= yes diff --git a/x11-servers/xorg-nestserver/Makefile b/x11-servers/xorg-nestserver/Makefile index 364882c..24085ae 100644 --- a/x11-servers/xorg-nestserver/Makefile +++ b/x11-servers/xorg-nestserver/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --disable-dmx --disable-xvfb \ --localstatedir=/var --without-dtrace SLAVE_PORT= yes +NO_STAGE= yes PLIST_FILES= bin/Xnest MAN1= Xnest.1 diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 103f54a..4e97c7b 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -30,6 +30,7 @@ DEVD_DESC= Use devd for autoconfiguration of input devices OPTIONS_DEFAULT=AIGLX SUID DEVD OPTIONS_EXCLUDE_sparc64= HAL +NO_STAGE= yes .include <bsd.port.options.mk> diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index 1dd6ee2..5b4a7fd 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -22,6 +22,7 @@ CONFIGURE_ARGS= --disable-dmx --disable-xnest \ SLAVE_PORT= yes PLIST_FILES= bin/Xvfb MAN1= Xvfb.1 +NO_STAGE= yes do-install: cd ${WRKSRC}/hw/vfb; ${MAKE} install diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile index 87912f8..3bf1a47 100644 --- a/x11-toolkits/libXaw/Makefile +++ b/x11-toolkits/libXaw/Makefile @@ -15,5 +15,6 @@ USES= gmake CONFIGURE_ARGS+=--without-xmlto MAN3= Xaw.3 +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libXmu/Makefile b/x11-toolkits/libXmu/Makefile index e0c0383..af7bf9b 100644 --- a/x11-toolkits/libXmu/Makefile +++ b/x11-toolkits/libXmu/Makefile @@ -11,5 +11,6 @@ COMMENT= X Miscellaneous Utilities libraries XORG_CAT= lib USE_XORG= xproto:both x11 xt xext +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 5a5ddbd..3261590 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -12,6 +12,7 @@ COMMENT= X Toolkit library XORG_CAT= lib USE_XORG= x11 sm xproto:both kbproto CONFIGURE_ARGS= --disable-specs +NO_STAGE= yes MAN3= MenuPopdown.3 \ MenuPopup.3 \ diff --git a/x11/bigreqsproto/Makefile b/x11/bigreqsproto/Makefile index 299229c..0f2206e 100644 --- a/x11/bigreqsproto/Makefile +++ b/x11/bigreqsproto/Makefile @@ -9,5 +9,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= BigReqs extension headers XORG_CAT= proto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile index dbefded..5db7e06 100644 --- a/x11/dri2proto/Makefile +++ b/x11/dri2proto/Makefile @@ -8,5 +8,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= DRI2 prototype headers XORG_CAT= proto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index 13ca8b0..06912fc 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Generate BDF font from X font server XORG_CAT= app +NO_STAGE= yes USE_XORG= x11 libfs PLIST_FILES= bin/fstobdf diff --git a/x11/glproto/Makefile b/x11/glproto/Makefile index 5ae9713..2064f0b 100644 --- a/x11/glproto/Makefile +++ b/x11/glproto/Makefile @@ -9,5 +9,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= GLX extension headers XORG_CAT= proto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index a3a6b06..9a6df4c 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Input extension headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS= --without-asciidoc diff --git a/x11/kbproto/Makefile b/x11/kbproto/Makefile index 284c182..1ac30a0 100644 --- a/x11/kbproto/Makefile +++ b/x11/kbproto/Makefile @@ -9,5 +9,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= KB extension headers XORG_CAT= proto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index 4c0e454..fd5705c 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -10,6 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Inter Client Exchange library for X11 XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto:both xtrans .include <bsd.port.mk> diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index e832ad1..2cc7345 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -12,6 +12,7 @@ COMMENT= Session Management library for X11 LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= ice xproto:both xtrans CONFIGURE_ARGS+=--disable-docs --without-xmlto diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index 979aa7b..d24c60a 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -13,6 +13,7 @@ LICENSE= MIT USES= perl5 XORG_CAT= lib +NO_STAGE= yes USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \ kbproto:both inputproto xf86bigfontproto xproto:both \ xcb diff --git a/x11/libXScrnSaver/Makefile b/x11/libXScrnSaver/Makefile index abc6f58..50bc312 100644 --- a/x11/libXScrnSaver/Makefile +++ b/x11/libXScrnSaver/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= The XScrnSaver library XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto scrnsaverproto:both MAN3= Xss.3 \ diff --git a/x11/libXTrap/Makefile b/x11/libXTrap/Makefile index 5192eda..d822af7 100644 --- a/x11/libXTrap/Makefile +++ b/x11/libXTrap/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= The XTrap library XORG_CAT= lib +NO_STAGE= yes USE_XORG= trapproto:both x11 xext xextproto xt USE_AUTOTOOLS= libtool diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 76c5600..4e188a1 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto:both MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \ diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index b171a89..e3ab615 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -10,6 +10,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Composite extension library XORG_CAT= lib +NO_STAGE= yes USE_XORG= compositeproto:both x11 xfixes xext fixesproto xproto:both MAN3= Xcomposite.3 \ XCompositeQueryExtension.3 \ diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 0ca8874..2e03ab0 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -11,6 +11,7 @@ COMMENT= X client-side cursor loading library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xrender x11 xfixes fixesproto xproto:both \ xextproto diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile index 0f23abb..94f6107 100644 --- a/x11/libXdamage/Makefile +++ b/x11/libXdamage/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Damage extension library XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 damageproto:both xfixes fixesproto xextproto xproto:both .include <bsd.port.mk> diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 3e3c7d2..9940c61 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -11,6 +11,7 @@ COMMENT= X Display Manager Control Protocol library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto:both CONFIGURE_ARGS+=--disable-docs --without-xmlto diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile index 53af3f3..bd90c96 100644 --- a/x11/libXext/Makefile +++ b/x11/libXext/Makefile @@ -12,6 +12,7 @@ COMMENT= X11 Extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto x11 xextproto:both xau CONFIGURE_ARGS+=--disable-specs --without-xmlto diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile index 8f51fda..74f8430 100644 --- a/x11/libXfixes/Makefile +++ b/x11/libXfixes/Makefile @@ -11,6 +11,7 @@ COMMENT= X Fixes extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 fixesproto:both xproto:both xextproto MAN3= Xfixes.3 diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index 25cb67b..eec923d 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -12,6 +12,7 @@ COMMENT= X Input extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto x11 xext xextproto xfixes inputproto:both CONFIGURE_ARGS+=--disable-docs \ diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 18b663d..69b1bbc 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -12,6 +12,7 @@ COMMENT= X11 Xinerama library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto xineramaproto:both USE_AUTOTOOLS= libtool diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 9056606..72aa076 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -12,6 +12,7 @@ COMMENT= X print library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto xau printproto:both USE_AUTOTOOLS= libtool diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 7f8b1de..b6bcb64 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -11,6 +11,7 @@ COMMENT= X Pixmap library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto x11 xext xextproto xt MAN1= cxpm.1 sxpm.1 diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 4e343e0..0d6a17e 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -11,6 +11,7 @@ COMMENT= X Resize and Rotate extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both MAN3= Xrandr.3 \ diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 3866a0f..b7ac416 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -11,6 +11,7 @@ COMMENT= X Render extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 renderproto:both xproto:both .include <bsd.port.mk> diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 1aaec3b..806c91f 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -11,6 +11,7 @@ COMMENT= X Resource usage library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto resourceproto xproto:both MAN3= XRes.3 \ diff --git a/x11/libXtst/Makefile b/x11/libXtst/Makefile index a382237..f3ee925 100644 --- a/x11/libXtst/Makefile +++ b/x11/libXtst/Makefile @@ -11,6 +11,7 @@ COMMENT= X Test extension LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext recordproto:both xextproto inputproto:both \ xi USE_AUTOTOOLS= libtool diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 35dcc51..82fee21 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -12,6 +12,7 @@ COMMENT= X Video Extension library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto videoproto:both xproto:both MAN3= Xv.3 \ diff --git a/x11/libXvMC/Makefile b/x11/libXvMC/Makefile index d370e05..46f63d6 100644 --- a/x11/libXvMC/Makefile +++ b/x11/libXvMC/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Video Extension Motion Compensation library XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xv xextproto videoproto:both xproto:both .include <bsd.port.mk> diff --git a/x11/libXxf86dga/Makefile b/x11/libXxf86dga/Makefile index 60fc3f9..515fe16 100644 --- a/x11/libXxf86dga/Makefile +++ b/x11/libXxf86dga/Makefile @@ -11,6 +11,7 @@ COMMENT= X DGA Extension LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto x11 xextproto xext xf86dgaproto:both MAN3= XDGA.3 \ diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile index 117479e..a1ecbd9 100644 --- a/x11/libXxf86vm/Makefile +++ b/x11/libXxf86vm/Makefile @@ -11,6 +11,7 @@ COMMENT= X Vidmode Extension LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= xproto x11 xextproto xext xf86vidmodeproto:both MAN3= XF86VM.3 \ diff --git a/x11/libdmx/Makefile b/x11/libdmx/Makefile index efc3692..098ac09 100644 --- a/x11/libdmx/Makefile +++ b/x11/libdmx/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= DMX extension library XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 xext xextproto dmxproto:both MAN3= DMX.3 \ diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index aad68f0..f0261ab 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -25,6 +25,7 @@ USE_GNOME= libxslt:build USE_LDCONFIG= yes USE_XORG= xau xdmcp USE_PYTHON_BUILD= 2.5+ +NO_STAGE= yes GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index 304bde7..8ee907e 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -11,6 +11,7 @@ COMMENT= XKB file library LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes USE_XORG= x11 kbproto:both .include <bsd.port.mk> diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index acffa7b..d7b3fed 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -10,6 +10,7 @@ COMMENT= Low-level pixel manipulation library USES= perl5 USE_PERL5= build XORG_CAT= lib +NO_STAGE= yes USE_AUTOTOOLS= libtool # XXX - Remove this before the next major release! - XXX USE_GNOME= ltverhack:9 diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index e1d3b5f..ab5ba10 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -9,5 +9,6 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Randr extension headers XORG_CAT= proto +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/recordproto/Makefile b/x11/recordproto/Makefile index 9985790..131a2e6 100644 --- a/x11/recordproto/Makefile +++ b/x11/recordproto/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= RECORD extension headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS+=--disable-specs --without-xmlto diff --git a/x11/scrnsaverproto/Makefile b/x11/scrnsaverproto/Makefile index 7427974..17c459b 100644 --- a/x11/scrnsaverproto/Makefile +++ b/x11/scrnsaverproto/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= ScrnSaver extension headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS+=--disable-specs --without-xmlto diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index eba3f6d..8d65b07 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -15,6 +15,7 @@ USE_BZIP2= yes USES= pathfix USE_PYTHON= 2.5+ GNU_CONFIGURE= yes +NO_STAGE= yes DATADIR= ${PREFIX}/share/xcb diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile index 73b3e5e..9ab54ef 100644 --- a/x11/xcmiscproto/Makefile +++ b/x11/xcmiscproto/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XCMisc extension headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS+=--disable-specs --without-xmlto diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 2777cf8..62feec7 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= XExt extension headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS+=--disable-specs diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index b5826a6..52483d2 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices XORG_CAT= app +NO_STAGE= yes USE_XORG= inputproto x11 xi xext xrandr xinerama PLIST_FILES= bin/xinput diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile index 0889606..fa41eda 100644 --- a/x11/xkeyboard-config/Makefile +++ b/x11/xkeyboard-config/Makefile @@ -12,6 +12,7 @@ LICENSE= MIT BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp XORG_CAT= data +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= intlhack libxslt:build diff --git a/x11/xorg-apps/Makefile b/x11/xorg-apps/Makefile index 93d4fa5..1e0ed96 100644 --- a/x11/xorg-apps/Makefile +++ b/x11/xorg-apps/Makefile @@ -26,6 +26,7 @@ COMPONENTS= appres bitmap xf86dga:dga iceauth luit \ COMPONENTS+= x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm NO_BUILD= yes +NO_STAGE= yes do-install: ${MKDIR} ${PREFIX}/libdata/xorg diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile index 8b10bad..44cc42c 100644 --- a/x11/xorg-cf-files/Makefile +++ b/x11/xorg-cf-files/Makefile @@ -12,6 +12,7 @@ COMMENT= X.org cf files for use with imake builds LICENSE= MIT XORG_CAT= util +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|\(define ExtraXaw[^ ]*\) [$$].*|\1 /**/|' \ diff --git a/x11/xorg-docs/Makefile b/x11/xorg-docs/Makefile index f2349d5..f349d40 100644 --- a/x11/xorg-docs/Makefile +++ b/x11/xorg-docs/Makefile @@ -13,5 +13,6 @@ MAN7= X.7 Standards.7 XProjectTeam.7 Consortium.7 Xsecurity.7 XOrgFoundation.7 CONFIGURE_ARGS+= --without-xmlto --without-fop --disable-specs XORG_CAT= doc +NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index c296e02..bba838c 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -12,6 +12,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.org libraries meta-port NO_BUILD= yes +NO_STAGE= yes RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx \ ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:${PORTSDIR}/x11-fonts/libfontenc \ diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 87adc57..11f39a3 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -12,6 +12,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org complete distribution metaport NO_BUILD= yes +NO_STAGE= yes RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 3fbb50b..b37603d 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -9,6 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers XORG_CAT= proto +NO_STAGE= yes CONFIGURE_ARGS+=--disable-specs --without-fop --without-xmlto --without-xsltproc diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 6a268d8..8668aa1 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -11,6 +11,7 @@ COMMENT= Abstract network code for X LICENSE= MIT XORG_CAT= lib +NO_STAGE= yes CONFIGURE_ARGS+=--disable-docs --without-xmlto diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile index 48d7b0a..7560f52 100644 --- a/x11/xvidtune/Makefile +++ b/x11/xvidtune/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Video mode tuner for X XORG_CAT= app +NO_STAGE= yes USE_XORG= xxf86vm xt xaw MAN1= xvidtune.1 diff --git a/x11/xwininfo/Makefile b/x11/xwininfo/Makefile index a4484f7..0e308bb 100644 --- a/x11/xwininfo/Makefile +++ b/x11/xwininfo/Makefile @@ -8,6 +8,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Window information utility for X XORG_CAT= app +NO_STAGE= yes USES= iconv USE_XORG= x11 xcb xproto xorg-macros |