mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-servers)
This commit is contained in:
parent
8370206e3b
commit
eea5b447da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327782
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Xfstt
|
||||
# Date created: 11 September 1998
|
||||
# Whom: jabley@clear.co.nz
|
||||
#
|
||||
# Created by: jabley@clear.co.nz
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfstt
|
||||
PORTVERSION= 1.6
|
||||
@ -25,6 +21,7 @@ TTFONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for file in INSTALL doc/xfstt.1x src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|%%TTFONTDIR%%|${TTFONTDIR}|g' ${WRKSRC}/${file}
|
||||
|
@ -16,6 +16,7 @@ RESTRICTED= Matrox drivers may not be distributed.
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: x2vnc
|
||||
# Date created: 12th September 2000
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# Created by: Ade Lovett <ade@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= x2vnc
|
||||
PORTVERSION= 1.72
|
||||
@ -23,4 +19,5 @@ USE_XORG= x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm
|
||||
MAN1= x2vnc.1
|
||||
PLIST_FILES= bin/x2vnc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,4 +15,5 @@ USE_XORG= x11 xext xtst
|
||||
MAN1= x2x.1
|
||||
PLIST_FILES= bin/x2x
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,6 +22,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/
|
||||
|
||||
|
@ -25,6 +25,7 @@ MAN1= Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmxconfig.1
|
||||
|
||||
SLAVE_PORT= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKSRC}/hw/dmx; ${MAKE} install
|
||||
|
||||
|
@ -23,6 +23,7 @@ SLAVE_PORT= yes
|
||||
PLIST_FILES= bin/Xnest
|
||||
MAN1= Xnest.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${PREFIX}/bin/
|
||||
.if defined(WITH_NEW_XORG)
|
||||
|
@ -86,6 +86,7 @@ OPTIONS_DEFAULT= AIGLX SUID HAL
|
||||
|
||||
OPTIONS_EXCLUDE_sparc64= HAL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_OPENSSL_BASE)
|
||||
|
@ -23,6 +23,7 @@ SLAVE_PORT= yes
|
||||
PLIST_FILES= bin/Xvfb
|
||||
MAN1= Xvfb.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKSRC}/hw/vfb; ${MAKE} install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user