aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2018-09-11 18:34:27 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2018-09-11 18:34:27 +0000
commit0fae2e9e0e506b74d2648d9581e939154814c599 (patch)
treefde4faddc8b6422d8c776308219c1df37c4df4aa /x11-fonts
parent393a7ac29fa9726f7fbd9d25fd8d1e689e251c24 (diff)
downloadports-0fae2e9e0e506b74d2648d9581e939154814c599.tar.gz
ports-0fae2e9e0e506b74d2648d9581e939154814c599.zip
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
Notes
Notes: svn path=/head/; revision=479538
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/bdftopcf/Makefile2
-rw-r--r--x11-fonts/fonttosfnt/Makefile1
-rw-r--r--x11-fonts/libFS/Makefile2
-rw-r--r--x11-fonts/libXfont/Makefile2
-rw-r--r--x11-fonts/libXfont2/Makefile2
-rw-r--r--x11-fonts/libXfontcache/Makefile2
-rw-r--r--x11-fonts/libXft/Makefile2
-rw-r--r--x11-fonts/libfontenc/Makefile2
-rw-r--r--x11-fonts/mkfontscale/Makefile2
-rw-r--r--x11-fonts/showfont/Makefile2
-rw-r--r--x11-fonts/xfs/Makefile2
11 files changed, 11 insertions, 10 deletions
diff --git a/x11-fonts/bdftopcf/Makefile b/x11-fonts/bdftopcf/Makefile
index 923590d9e23d..46653e26a79f 100644
--- a/x11-fonts/bdftopcf/Makefile
+++ b/x11-fonts/bdftopcf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bdftopcf
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/fonttosfnt/Makefile b/x11-fonts/fonttosfnt/Makefile
index bf7eeaeff548..24829fd9d7e7 100644
--- a/x11-fonts/fonttosfnt/Makefile
+++ b/x11-fonts/fonttosfnt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fonttosfnt
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/libFS/Makefile b/x11-fonts/libFS/Makefile
index 89381af2fae5..6603fd1201b6 100644
--- a/x11-fonts/libFS/Makefile
+++ b/x11-fonts/libFS/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libFS
PORTVERSION= 1.0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/libXfont/Makefile b/x11-fonts/libXfont/Makefile
index d0767cab7b4f..c3f7f1351713 100644
--- a/x11-fonts/libXfont/Makefile
+++ b/x11-fonts/libXfont/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libXfont
PORTVERSION= 1.5.4
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= x11-fonts
diff --git a/x11-fonts/libXfont2/Makefile b/x11-fonts/libXfont2/Makefile
index 3229efe69fb6..61f535b0c67d 100644
--- a/x11-fonts/libXfont2/Makefile
+++ b/x11-fonts/libXfont2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libXfont2
PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/libXfontcache/Makefile b/x11-fonts/libXfontcache/Makefile
index 0dc720a5103b..9df0489504fa 100644
--- a/x11-fonts/libXfontcache/Makefile
+++ b/x11-fonts/libXfontcache/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libXfontcache
PORTVERSION= 1.0.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 190aec433edc..a2b0f9d5e762 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libXft
PORTVERSION= 2.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fonts
MAINTAINER= gnome@FreeBSD.org
diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile
index 0f976959397b..106e2b5cbf6e 100644
--- a/x11-fonts/libfontenc/Makefile
+++ b/x11-fonts/libfontenc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libfontenc
PORTVERSION= 1.1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/mkfontscale/Makefile b/x11-fonts/mkfontscale/Makefile
index 2f221df277fc..49c6fdf3a78f 100644
--- a/x11-fonts/mkfontscale/Makefile
+++ b/x11-fonts/mkfontscale/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mkfontscale
PORTVERSION= 1.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-fonts/showfont/Makefile b/x11-fonts/showfont/Makefile
index af653f8c4d64..d8eff2c5ba4f 100644
--- a/x11-fonts/showfont/Makefile
+++ b/x11-fonts/showfont/Makefile
@@ -8,7 +8,7 @@ MAINTAINER= x11@FreeBSD.org
COMMENT= Font dumper for the X font server
XORG_CAT= app
-USE_XORG= libfs
+USE_XORG= libfs xorgproto
PLIST_FILES= bin/showfont man/man1/showfont.1.gz
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile
index 6e463eaad725..f3c0c3336206 100644
--- a/x11-fonts/xfs/Makefile
+++ b/x11-fonts/xfs/Makefile
@@ -10,7 +10,7 @@ COMMENT= X.Org font server
XORG_CAT= app
USES= gmake
-USE_XORG= libfs xfont2 xtrans
+USE_XORG= libfs xfont2 xorgproto xtrans
USE_RC_SUBR= xfs
CONFIGURE_ARGS= --without-xmlto --without-fop