summaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authoreadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-21 15:15:43 +0800
committereadler <eadler@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-21 15:15:43 +0800
commit51493a9fa1dc393bc050690bc72bc267911ba78b (patch)
treef12abad492e81067f3c259405e551aec6f0d8696 /x11-fonts
parentc4dc6ce69fbebf7c0e777a654e274907ffac1de4 (diff)
downloadxorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar
xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.gz
xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.bz2
xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.lz
xorg-devel-ports-51493a9fa1dc393bc050690bc72bc267911ba78b.tar.xz
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
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/fontsproto/Makefile2
-rw-r--r--x11-fonts/libFS/Makefile2
-rw-r--r--x11-fonts/libXfont/Makefile2
-rw-r--r--x11-fonts/libfontenc/Makefile2
-rw-r--r--x11-fonts/xfs/Makefile2
-rw-r--r--x11-fonts/xorg-fonts-100dpi/Makefile1
-rw-r--r--x11-fonts/xorg-fonts-75dpi/Makefile1
-rw-r--r--x11-fonts/xorg-fonts-cyrillic/Makefile1
-rw-r--r--x11-fonts/xorg-fonts-miscbitmaps/Makefile1
-rw-r--r--x11-fonts/xorg-fonts-truetype/Makefile1
-rw-r--r--x11-fonts/xorg-fonts-type1/Makefile1
-rw-r--r--x11-fonts/xorg-fonts/Makefile1
12 files changed, 17 insertions, 0 deletions
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