crux-commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
March 2019
- 1 participants
- 573 discussions
ports/contrib (3.4): ffmpeg: add support for nvidia hardware encoding via ffnvcodec-headers port
by crux@crux.nu 05 Mar '19
by crux@crux.nu 05 Mar '19
05 Mar '19
commit 636154be3b78b281a725b7532922c2176e07437f
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Tue Mar 5 01:31:15 2019 +1100
ffmpeg: add support for nvidia hardware encoding via ffnvcodec-headers port
diff --git a/ffmpeg/.signature b/ffmpeg/.signature
index b0c42aed..53ac4536 100644
--- a/ffmpeg/.signature
+++ b/ffmpeg/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32Z2KSFg8RclS2MLNhl61NIBI8Ly2VyCpezh2LAgSEGC3v2Z1EnFgO3IoiPNtRpWmhKnnSCmOSasY8zfIQzwWQk=
-SHA256 (Pkgfile) = 3740bc31aa6f25fa78b2f67bc5ea79db0d302479de025e7dbc8d49d3aefb6d2b
+RWSagIOpLGJF36ZVfIczIISzJaowoZchX9obfHiP78pr+MFwBXsMv9OAW9NEPQtus04DaqoX/4iIrbVfiV8gt0KG0uhXBjj7Dw4=
+SHA256 (Pkgfile) = ccb84b4c4b645840d0a39becf0a0ba114d53e8e69b7cee26378d7fde3e3a1871
SHA256 (.footprint) = fbb9d65e4628c14776dbe54f9861c5458a5af52e65d079e3a7653c5c5749c03d
SHA256 (ffmpeg-4.1.1.tar.bz2) = 0cb40e3b8acaccd0ecb38aa863f66f0c6e02406246556c2992f67bf650fab058
SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3
diff --git a/ffmpeg/Pkgfile b/ffmpeg/Pkgfile
index 4110c703..a448251c 100644
--- a/ffmpeg/Pkgfile
+++ b/ffmpeg/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://ffmpeg.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: yasm
-# Optional: alsa-lib fdk-aac gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio
+# Optional: alsa-lib fdk-aac ffnvcodec-headers gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265 pulseaudio
name=ffmpeg
version=4.1.1
-release=1
+release=2
source=(https://ffmpeg.org/releases/$name-$version.tar.bz2
ffmpeg-x264-10bit.sh
CVE-2018-6621.patch)
@@ -17,6 +17,7 @@ build() {
#https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6621
patch -p1 -i $SRC/CVE-2018-6621.patch
+[ -e '/usr/lib/pkgconfig/ffnvcodec.pc' ] && PKGMK_FFMPEG+=' --enable-nvdec --enable-nvenc'
[ -e '/usr/lib/pkgconfig/libwebp.pc' ] && PKGMK_FFMPEG+=' --enable-libwebp'
[ -e '/usr/lib/pkgconfig/vdpau.pc' ] && PKGMK_FFMPEG+=' --enable-vdpau'
[ -e '/usr/lib/pkgconfig/freetype2.pc' ] && PKGMK_FFMPEG+=' --enable-libfreetype'
1
0
commit d328d17d9c5fd9a7c5c72b4cad1153fdbc4c0ea1
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Sun Mar 3 21:19:02 2019 +1100
db-32: fix compile
diff --git a/db-32/.signature b/db-32/.signature
index 3bbf1c1..c996470 100644
--- a/db-32/.signature
+++ b/db-32/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXWOSLkooYU5c0RyiuGdYvuPq0n0xH6vP85HvpNWJD69sEoxDBb5tegNLMNheTvaUpegWjFBoa0hMpO1ePxCcaQY=
-SHA256 (Pkgfile) = 79e5b8d329ce333a6b38ba21ea6a05fbbcbab6951f89df0fb30c8713b4028b4c
+RWSwxGo/zH7eXbvf/nixuP3r4+iuM8+N7KGmy7gn8wpp61JGaTD0Njhz6dMYqV2SQSfPCVxp7Ss5kGG5a7+Qq5CW79Tme1YeEAY=
+SHA256 (Pkgfile) = 381b2022f6959ce8769407bc16167423d9df17fa31fffd609fb486827b4be62b
SHA256 (.footprint) = f48dabc8d96d2d29b1e4772033c3f0056ebfe7498829bbb79da1db9267f16314
SHA256 (db-5.3.28.tar.gz) = e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
+SHA256 (0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch) = 696ac5af5473f0d85ecc6af44a85333c91500721fb5c33028c05e843429058d1
diff --git a/db-32/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch b/db-32/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
new file mode 100644
index 0000000..571708e
--- /dev/null
+++ b/db-32/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
@@ -0,0 +1,45 @@
+From 29621d637e30982489693f2e207ce6a1790e3337 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem(a)gmail.com>
+Date: Wed, 22 Mar 2017 15:32:26 +0000
+Subject: [PATCH] atomic: Rename local __atomic_compare_exchange to avoid clash
+ with builtins
+
+Helps building with clang
+
+Fixes
+
+../db-5.3.28/src/dbinc/atomic.h:179:19: error: definition of builtin function '__atomic_compare_exchange'
+static inline int __atomic_compare_exchange(
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj <raj.khem(a)gmail.com>
+---
+ src/dbinc/atomic.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/dbinc/atomic.h b/src/dbinc/atomic.h
+index 6a858f7..1b49de5 100644
+--- a/src/dbinc/atomic.h
++++ b/src/dbinc/atomic.h
+@@ -144,7 +144,7 @@ typedef LONG volatile *interlocked_val;
+ #define atomic_inc(env, p) __atomic_inc(p)
+ #define atomic_dec(env, p) __atomic_dec(p)
+ #define atomic_compare_exchange(env, p, o, n) \
+- __atomic_compare_exchange((p), (o), (n))
++ __db_atomic_compare_exchange((p), (o), (n))
+ static inline int __atomic_inc(db_atomic_t *p)
+ {
+ int temp;
+@@ -176,7 +176,7 @@ static inline int __atomic_dec(db_atomic_t *p)
+ * http://gcc.gnu.org/onlinedocs/gcc-4.1.0/gcc/Atomic-Builtins.html
+ * which configure could be changed to use.
+ */
+-static inline int __atomic_compare_exchange(
++static inline int __db_atomic_compare_exchange(
+ db_atomic_t *p, atomic_value_t oldval, atomic_value_t newval)
+ {
+ atomic_value_t was;
+--
+1.8.3.1
+
diff --git a/db-32/Pkgfile b/db-32/Pkgfile
index bfdefab..ef124bc 100644
--- a/db-32/Pkgfile
+++ b/db-32/Pkgfile
@@ -1,14 +1,18 @@
# Description: Berkeley DB
# URL: http://www.oracle.com/database/berkeley-db/index.html
-# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
+# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
name=db-32
version=5.3.28
-release=1
-source=(http://download.oracle.com/berkeley-db/db-$version.tar.gz)
+release=2
+source=(http://download.oracle.com/berkeley-db/db-$version.tar.gz
+ 0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch)
build() {
cd db-$version/build_unix
+
+ patch -p1 -d .. -i $SRC/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
+
../dist/configure --prefix=/usr \
--libdir=/usr/lib32 \
--enable-compat185 \
@@ -19,5 +23,5 @@ build() {
make DESTDIR=$PKG install
rm -r $PKG/usr/docs
chmod -R +w $PKG
- rm -rf $PKG/usr/{bin,include}
+ rm -rf $PKG/usr/{bin,include}
}
1
0
commit 8ca7d230fcd5c9428ffa30eb49db40296e43fea4
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:35:06 2019 +0100
removed xorg-mkfontdir dependencies
diff --git a/xorg-font-terminus/.signature b/xorg-font-terminus/.signature
index ed6d88c2..a52725e2 100644
--- a/xorg-font-terminus/.signature
+++ b/xorg-font-terminus/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+3DD1EQqYj9ru8DObXQqyenWrYdJDUycDx7RlG/jiLMJxl7CRYkBtIeLOxv5I0134b8tlFaWtAn2yHvVmVWaAU=
-SHA256 (Pkgfile) = 0db32a6aceed304586fff4b917bcc0a51262af23ede9cafd9725b1aa710143fb
+RWSagIOpLGJF355sfoWJvmS8StewDs8Mt+TWNDPMcnQPqxXjXaSLrJoZ22ZsF7ocSq9O4coQdH0GPOsMaBk+/EtbPUTXpbS5zgk=
+SHA256 (Pkgfile) = b67bbb84565bcb1ec0625f90e562f179568812477040c14b3d800bd0366f68c6
SHA256 (.footprint) = 36dfa5e1b8f39b7d92ff02de5d92c5d245f3c5879cbaf9bea557674c1e76e0b0
SHA256 (terminus-font-4.40.tar.gz) = 64f52c24d3f1c1e39f21e6c43077a9be3e21d4384f176f5766c00558ba670711
diff --git a/xorg-font-terminus/Pkgfile b/xorg-font-terminus/Pkgfile
index 2c41630d..e24b5818 100644
--- a/xorg-font-terminus/Pkgfile
+++ b/xorg-font-terminus/Pkgfile
@@ -1,7 +1,7 @@
# Description: A clean, fixed width bitmap font, designed for long (8 and more hours per day) work with computers
# URL: http://terminus-font.sourceforge.net/
# Maintainer: Matt Housh, jaeger at crux dot ninja
-# Depends on: xorg-bdftopcf xorg-mkfontdir xorg-mkfontscale
+# Depends on: xorg-bdftopcf xorg-mkfontscale
name=xorg-font-terminus
version=4.40
1
0
commit 3a8295e14a9799b012ce3b94f451045b1eb92598
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:33:12 2019 +0100
removed xorg-mkfontdir dependencies
diff --git a/xorg-font-inconsolata-dz/.signature b/xorg-font-inconsolata-dz/.signature
index 68225e25f..2583c485d 100644
--- a/xorg-font-inconsolata-dz/.signature
+++ b/xorg-font-inconsolata-dz/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/W20cGiz4NPaUbIDiKfxvXlDeGSbAYwtX3RWUen/mEhXYlER6TKpAeKcqw7LnUleAAaGuAXzqzx6HTYPvnFROwo=
-SHA256 (Pkgfile) = 7e9f00fe7665d6104f4f0d3c4fe40483eb613b4fc5227dac37a3cd7c1547de12
+RWSE3ohX2g5d/R1sYXCzryfIADOuzBPPrcVZEBsC0l5AHqfFbH5m6qYEvsDFQuHwup8ByZfPXOgzukB1gN+VR5iCjq893yI7dQk=
+SHA256 (Pkgfile) = e605ed0e84cc9070b97b87abc88257de45d28efe4a5db0f04530fde5c4ade7e6
SHA256 (.footprint) = b789e4814bad3d6307660c68c66fb3c0c5587d726f039425b8fc37c6bc865204
SHA256 (Inconsolata-dz.otf.zip) = 002fed4b8c1e5417c03f9b55e009acc682da08b13cdbf8f601f52efaf5324d58
diff --git a/xorg-font-inconsolata-dz/Pkgfile b/xorg-font-inconsolata-dz/Pkgfile
index 463a17310..dd93e176a 100644
--- a/xorg-font-inconsolata-dz/Pkgfile
+++ b/xorg-font-inconsolata-dz/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.levien.com/type/myfonts/inconsolata.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
+# Depends on: xorg-mkfontscale fontconfig
name=xorg-font-inconsolata-dz
#date -d "$(curl -sI http://media.nodnod.net/Inconsolata-dz.otf.zip | grep '^Last-Modified:' | cut -d' ' -f2-)" +%Y%m%d
diff --git a/xorg-font-msttcorefonts/.signature b/xorg-font-msttcorefonts/.signature
index 872445e5b..e229f69d3 100644
--- a/xorg-font-msttcorefonts/.signature
+++ b/xorg-font-msttcorefonts/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/bbK5tFjZ8EeWq0Z4UGw6i0DFWdMrK5exIgEdHrMTws5z2IwbKv04MP8AVNYKdskc30pxvsSYxwXlCzqEOV/2wY=
-SHA256 (Pkgfile) = c7310d6e453eae9a86346c65073cf5e69f30779cbbd5fa0d4cb7ddc80de45ee1
+RWSE3ohX2g5d/QHFI81Xu1fyZ09EwZykES82nB8csr09mesyqwwaet/g5mGwoh4FQNZPD+n6Yb142xz99QWOBQlJP1SPRN2SCwY=
+SHA256 (Pkgfile) = 9c7bfcc3b4b609e4cad3e9553bdaf6d22a7005a4d60b2af19b9e38e39ff451af
SHA256 (.footprint) = af51fb726800c15d713df37bbff2ad6b61175b0652dfdbef8dcc516d2e7e2e62
SHA256 (andale32.exe) = 0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
SHA256 (arial32.exe) = 85297a4d146e9c87ac6f74822734bdee5f4b2a722d7eaa584b7f2cbf76f478f6
diff --git a/xorg-font-msttcorefonts/Pkgfile b/xorg-font-msttcorefonts/Pkgfile
index 3a503fd34..1cf3a4d9e 100644
--- a/xorg-font-msttcorefonts/Pkgfile
+++ b/xorg-font-msttcorefonts/Pkgfile
@@ -2,7 +2,7 @@
# Description: Microsoft's Web Fonts (truetype)
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
-# Depends on: fontconfig xorg-mkfontdir xorg-mkfontscale cabextract
+# Depends on: fontconfig xorg-mkfontscale cabextract
name=xorg-font-msttcorefonts
version=1.4
1
0
commit f682fbfea9c6fec5a090c2fdef157a0740722328
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:27:32 2019 +0100
xorg-mkfontdir: purged from dependencies
diff --git a/xorg-font-adobe-100dpi/.signature b/xorg-font-adobe-100dpi/.signature
index 0c2b63c..86ae723 100644
--- a/xorg-font-adobe-100dpi/.signature
+++ b/xorg-font-adobe-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndEwFQk35zithEFZvr8myNlNjH/uDbo7JjI+VAojB70VSswm9PyZTquCu530VuUyyJMuINwrG7iovAP3r4pSzugY=
-SHA256 (Pkgfile) = ab0187e546c2af1679a7eccb3387e21b7c6b2b98735978667699a5a402de7c79
+RWTSGWF5Q7TndDyQwUP5fAmZ6hy+moAwXQPM6W0gyyvGpAtZ5m2gfV1/yOCr1zR67kHr6bWrKHVMMZVoHNQZTfw3SdC5f9j55Ao=
+SHA256 (Pkgfile) = 81b1a82ebbd28e412ce71ee7d58a442c1c05e7efd6bd97e3648e4b9081e03eb6
SHA256 (.footprint) = c9bc14072ef89a5f06ae8c302e2325cafc1c47b4077287b39e8aef9bc0a5aa65
SHA256 (font-adobe-100dpi-1.0.3.tar.bz2) = b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054
diff --git a/xorg-font-adobe-100dpi/Pkgfile b/xorg-font-adobe-100dpi/Pkgfile
index 9ed08d6..2e82b20 100644
--- a/xorg-font-adobe-100dpi/Pkgfile
+++ b/xorg-font-adobe-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-100dpi
version=1.0.3
diff --git a/xorg-font-adobe-75dpi/.signature b/xorg-font-adobe-75dpi/.signature
index 51d30d3..392e6ad 100644
--- a/xorg-font-adobe-75dpi/.signature
+++ b/xorg-font-adobe-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndFCchXHlQ89NhHhwgTnUfn+wf2stoDHuQENJCUOsHev1BBrR30loz7SpvotKZhy3H/Pk0fz4YsGU/wZNtjGXVQE=
-SHA256 (Pkgfile) = 12330d0528992eca149601490b53b32b38cdb6ed06cce51d4a4907d197bb7137
+RWTSGWF5Q7TndGPlCXzeb7v0Z4vjdfvlImJfhYLrQ5QgxtiiLQaq39gUDo/NihgNqxNfNM//mPsmQ3QJfIhVUesl0jJtFNAH2wI=
+SHA256 (Pkgfile) = ccbd2bf7b6a1e76e1dbc3c290f59caebced0c7157a0297ead7a5bf844d3ffac9
SHA256 (.footprint) = 58a8bfb2e29a6672b0e44de5de97aba3b0eb7090ec4395b258d390f00d22d139
SHA256 (font-adobe-75dpi-1.0.3.tar.bz2) = c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09
diff --git a/xorg-font-adobe-75dpi/Pkgfile b/xorg-font-adobe-75dpi/Pkgfile
index 4b577e9..f9514f9 100644
--- a/xorg-font-adobe-75dpi/Pkgfile
+++ b/xorg-font-adobe-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-75dpi
version=1.0.3
diff --git a/xorg-font-adobe-utopia-100dpi/.signature b/xorg-font-adobe-utopia-100dpi/.signature
index d6fbb55..b2e94e5 100644
--- a/xorg-font-adobe-utopia-100dpi/.signature
+++ b/xorg-font-adobe-utopia-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndEixRsKRaEm5kPdQzbDMAHClwdCMBynIwx3LUsz9o0NQcuYqW7SyTXXzpXRzquYU/YdFBeL96if0BhgeGmVN7wg=
-SHA256 (Pkgfile) = 8f06d2a1a86a15f84cb145b7ef36034dcbd80fed56696262a8ac59415312a1ca
+RWTSGWF5Q7TndNndO/ixBHPNhxTyN0iVJpbg5To7HT5Dgr8TJsPLT4rqhOrSkum6QbA3In8lfm4zGRNhgcpCiV4gRMTaUt8x0QM=
+SHA256 (Pkgfile) = e7acce7858aee79e0b36b247ed09d3394337a6969cfb42b265ad72c992ddcb5a
SHA256 (.footprint) = 9eb908291bef0375f74a181f3a34a52e98b8ab9663d1d1d80926f85971f8adb5
SHA256 (font-adobe-utopia-100dpi-1.0.4.tar.bz2) = d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
diff --git a/xorg-font-adobe-utopia-100dpi/Pkgfile b/xorg-font-adobe-utopia-100dpi/Pkgfile
index bcbb090..0313b05 100644
--- a/xorg-font-adobe-utopia-100dpi/Pkgfile
+++ b/xorg-font-adobe-utopia-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
+# Depends on: xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
name=xorg-font-adobe-utopia-100dpi
version=1.0.4
diff --git a/xorg-font-adobe-utopia-75dpi/.signature b/xorg-font-adobe-utopia-75dpi/.signature
index 2543f8b..92ef3da 100644
--- a/xorg-font-adobe-utopia-75dpi/.signature
+++ b/xorg-font-adobe-utopia-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndE2piswbbljtDUGlZfnIM+l69hryx5omPdemAEy5K7WL5UMfWjq1/1maKrazDDz5xnvFcQ6Ah38i6hoFJ9D9awM=
-SHA256 (Pkgfile) = 17bcf769226a6e72000a5b5ad9392379f04f52844da35bdacdb2faf126adb455
+RWTSGWF5Q7TndFSH2XVvgEiFYraNI52lpsg3GAGuvG4Jr8daYn3WWlLtSGwCRZwi/5MO4XSDDwp3QZKZ/VX6dzrwyg59oKxOeww=
+SHA256 (Pkgfile) = 1b131a5d2219133f27c43c6b1128f64b15b8b1716b268d2b38dd86222fc8fb84
SHA256 (.footprint) = b31844962b1fb2623a156cf877099a3853c88fc6693ebdd299cf73b8cb63eb53
SHA256 (font-adobe-utopia-75dpi-1.0.4.tar.bz2) = 8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94
diff --git a/xorg-font-adobe-utopia-75dpi/Pkgfile b/xorg-font-adobe-utopia-75dpi/Pkgfile
index dcc08f2..5f8135c 100644
--- a/xorg-font-adobe-utopia-75dpi/Pkgfile
+++ b/xorg-font-adobe-utopia-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-utopia-75dpi
version=1.0.4
diff --git a/xorg-font-adobe-utopia-type1/Pkgfile b/xorg-font-adobe-utopia-type1/Pkgfile
index ef8c551..0fefeec 100644
--- a/xorg-font-adobe-utopia-type1/Pkgfile
+++ b/xorg-font-adobe-utopia-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-adobe-utopia-type1
version=1.0.4
diff --git a/xorg-font-arabic-misc/.signature b/xorg-font-arabic-misc/.signature
index a657fee..29930a4 100644
--- a/xorg-font-arabic-misc/.signature
+++ b/xorg-font-arabic-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndCbFmki6Gcjxce4BG4A/GU2JX15j20gNHNo8Qj1/dM/ySifs50wd8aKkKq/pEvDW+d8l6JpAHrhewUtdLLnMYA4=
-SHA256 (Pkgfile) = 754e241a75d348c320a9f8e5aaa2a9147a128b37083d36559127ce8e1c9b2786
+RWTSGWF5Q7TndI3DxY4Hl2rstujT0G/DbHIZorCGuiSWX9NciRr/HDNRIW4HqEG5XIpkbZEZE8phxq3MuDNfeQ43+iBcD1TgWQY=
+SHA256 (Pkgfile) = 736a69566754ed71f1102e9d639140a0a7770cfcc244eab9cad24db48f1bfe13
SHA256 (.footprint) = f95926320e2b5db3493fbb3c1c334e71f029833a100adcf51419c2c6f2055fd5
SHA256 (font-arabic-misc-1.0.3.tar.bz2) = 505d9b12a7093389e67a925dfda6346bde26d114c67f0cdca7aeda6e5d3344f4
diff --git a/xorg-font-arabic-misc/Pkgfile b/xorg-font-arabic-misc/Pkgfile
index cb4e7af..2674450 100644
--- a/xorg-font-arabic-misc/Pkgfile
+++ b/xorg-font-arabic-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-arabic-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-arabic-misc
version=1.0.3
diff --git a/xorg-font-bh-100dpi/.signature b/xorg-font-bh-100dpi/.signature
index 0b9c519..92c5e26 100644
--- a/xorg-font-bh-100dpi/.signature
+++ b/xorg-font-bh-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndE31QKlOKsgmeP4s6F+woR0OKmUsaLeW8jtnpFxI6iugF14veMrJMk6/ULbhLUUJv4rhYbe389yST5LlpMSwHgc=
-SHA256 (Pkgfile) = 2d145a694e4306065b9de2edd42d8811825a05ef0aabab2ebea4b428b5af493d
+RWTSGWF5Q7TndFmMbkQ+jp1GTTHTVqlTNcKA5e4RVpWzUkJoeiKhUs2DcpMlSkgmdB+rivBIW+jpjKwNt18rt7vUL6zsjv7EwAc=
+SHA256 (Pkgfile) = 8cda69ace1e73363450002d813bf5b5c8c7e0a7ce1af7bb3d9ecb02cc9a6f676
SHA256 (.footprint) = 5810631ebcce90db6c1113da0f91a4d0ca2ab1bce10c9fa36783346709ecc8fd
SHA256 (font-bh-100dpi-1.0.3.tar.bz2) = 23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481
diff --git a/xorg-font-bh-100dpi/Pkgfile b/xorg-font-bh-100dpi/Pkgfile
index f867202..36311c4 100644
--- a/xorg-font-bh-100dpi/Pkgfile
+++ b/xorg-font-bh-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-100dpi
version=1.0.3
diff --git a/xorg-font-bh-75dpi/.signature b/xorg-font-bh-75dpi/.signature
index 2dc1bd0..692f042 100644
--- a/xorg-font-bh-75dpi/.signature
+++ b/xorg-font-bh-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndHlibjjlKrpGkMc39d52LZkAABw0FsKo0EIO0N1diVYLBvLX0mDyPc1dZ6qIA63fOyAIv8Zsl/ZZeDVTygEqwQ8=
-SHA256 (Pkgfile) = 02af0f7b1ce349b550755f15f99cf77e52f394e72b6546f1ff97f96c4c9d84f4
+RWTSGWF5Q7TndFYonjQ2itYCv1HkHJALKcPLHOjyW+X4NSK36REe/li2EV55pROvF07oXVDD7JLd458bFeZYOTdb1dsheIZYfw8=
+SHA256 (Pkgfile) = d4e01a7071edf8c736a3c0b9af9bde7e55e389d23e717cbaae7fc340334e4abc
SHA256 (.footprint) = 67678df74c372efea625e0c52be58be7d245912d59dc63f86ddbad83f865d8fb
SHA256 (font-bh-75dpi-1.0.3.tar.bz2) = 3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c
diff --git a/xorg-font-bh-75dpi/Pkgfile b/xorg-font-bh-75dpi/Pkgfile
index eb385a6..b50aee0 100644
--- a/xorg-font-bh-75dpi/Pkgfile
+++ b/xorg-font-bh-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-75dpi
version=1.0.3
diff --git a/xorg-font-bh-lucidatypewriter-100dpi/.signature b/xorg-font-bh-lucidatypewriter-100dpi/.signature
index 4cd4ec1..09cdf76 100644
--- a/xorg-font-bh-lucidatypewriter-100dpi/.signature
+++ b/xorg-font-bh-lucidatypewriter-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndDGZRcg5xvK8HZRh0Lus2MZorOf4h7jziQfZqsAEoTX1DSkZM6CTOnTYofMdPClGp78w57zLfyw1MBUHQJnl/wQ=
-SHA256 (Pkgfile) = 998493143547e3656fb032c8b4d6f5ed920cdca1876965c7baf8cc22e0f6b976
+RWTSGWF5Q7TndB+RtjTikRa9u7cVSbY+6zI0fVnnnGwKYfEc49OJYWoyqfxrXhbaHNL0+LLQH+/lQ2UUZo83LViGcM7DSBtH6gQ=
+SHA256 (Pkgfile) = a805f5e6ea2a769db21682beb11684003ca77e23184a7e777936c7291f918d15
SHA256 (.footprint) = eab3551a441c991fdb4befef6def77fa58ad6500b2b0f5dbb285c8bed26d8ca6
SHA256 (font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2) = 62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb
diff --git a/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile b/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
index efa4583..2ffa66d 100644
--- a/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
+++ b/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-lucidatypewriter-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-lucidatypewriter-100dpi
version=1.0.3
diff --git a/xorg-font-bh-lucidatypewriter-75dpi/.signature b/xorg-font-bh-lucidatypewriter-75dpi/.signature
index 3861680..b31866f 100644
--- a/xorg-font-bh-lucidatypewriter-75dpi/.signature
+++ b/xorg-font-bh-lucidatypewriter-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMHMh3I8f7SxU8IGbmMSIkmjyg5/t6W81oztjfWffYu0+vcqU7P9VjTx5PJVNgm6D5FpwgN3mrelcqDPl8LKQwQ=
-SHA256 (Pkgfile) = f4031a6a5a1fa490c16cb1ecd9f754ba36c5b378858d4620c6a4670a999e59ce
+RWTSGWF5Q7TndCnI0gYMd5wMslYuyxVQzAPEVJVM3LwDj6UCbJd9AqjDnJmONiShKsFSfphIIHLuX9qG3fzCRMc91xteDSLbnAs=
+SHA256 (Pkgfile) = f4202f21de33816bdef994d3c723fb6f7c9f54f99a48ff78ff64e9c79e80b22c
SHA256 (.footprint) = 03065909c459df2e7945f2755b4d29238aff33b064a147a50eab9a8026569c8a
SHA256 (font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2) = 4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31
diff --git a/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile b/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
index 0392f4e..5a46653 100644
--- a/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
+++ b/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-lucidatypewriter-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-lucidatypewriter-75dpi
version=1.0.3
diff --git a/xorg-font-bh-ttf/.signature b/xorg-font-bh-ttf/.signature
index 851a672..93bacda 100644
--- a/xorg-font-bh-ttf/.signature
+++ b/xorg-font-bh-ttf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndIBa/x17mTGf45R0rcsPvBhqfTSzenjni62XFTGr/l9iXHIbOiuGk48BOnzhurl7fLNIxX3HxcH5xsUjr1iG6wE=
-SHA256 (Pkgfile) = 50bd48273153ead8307e5829ab6f0a272391b7baf68272a8df20f8d164c2e3d8
+RWTSGWF5Q7TndMwNlNr1uzvHMifQXlaRZUUkHEV9b3auP9tktfUyWMHUvUs1WQ7ZW3fmPWbGcmYUZCIgN/Mm1WeJUzI6gmylfwA=
+SHA256 (Pkgfile) = 0de076c596f883fe75b81b19db7e187dabb1c310851caad4c8ec9a5e40c7f4ca
SHA256 (.footprint) = ca9f4730a1b6d2950a75fc72e14d97b0bcebca32b3f1f98cd89153e0446f5487
SHA256 (font-bh-ttf-1.0.3.tar.bz2) = 1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
diff --git a/xorg-font-bh-ttf/Pkgfile b/xorg-font-bh-ttf/Pkgfile
index b3e21af..8cdc6f6 100644
--- a/xorg-font-bh-ttf/Pkgfile
+++ b/xorg-font-bh-ttf/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-ttf
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bh-ttf
version=1.0.3
diff --git a/xorg-font-bh-type1/.signature b/xorg-font-bh-type1/.signature
index d487c23..6ef4717 100644
--- a/xorg-font-bh-type1/.signature
+++ b/xorg-font-bh-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndDSvG4etvkyFV42gnbq5qulOT6E6BOIt6hNDxjoRwL1R3XiwVT4WkFStrNioKEm90lFyFfz1vxFfldmUd5aZaAw=
-SHA256 (Pkgfile) = 89fb44117dbf65ae677d62e78df6e98d5a3b7b3a7a864653b8c54b8cc1ef3714
+RWTSGWF5Q7TndF9WL56PLGCyNNP7bzCznLzcudq3i2DdA/m7fdLTZEll/Xv1LHy3MkP7Jj2nUXDbZdGlL5VbGLeExeA4QFTdYgw=
+SHA256 (Pkgfile) = c6ea7e28aa78c568883dd0b0ad6c750dc6b26e46f08db31d3f926bb9e8baa6c7
SHA256 (.footprint) = ffc4eebd6bc889b770e7d64978f473d509688b40c8be1269c8b605440afa5c71
SHA256 (font-bh-type1-1.0.3.tar.bz2) = 761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1
diff --git a/xorg-font-bh-type1/Pkgfile b/xorg-font-bh-type1/Pkgfile
index 0f42378..a973599 100644
--- a/xorg-font-bh-type1/Pkgfile
+++ b/xorg-font-bh-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bh-type1
version=1.0.3
diff --git a/xorg-font-bitstream-100dpi/.signature b/xorg-font-bitstream-100dpi/.signature
index 4fd7e1a..74ef2a0 100644
--- a/xorg-font-bitstream-100dpi/.signature
+++ b/xorg-font-bitstream-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndKTZ8HxRZjht59VpIQcgsR39ECgY+/kZgFIRRxoW3YeSrjRP6DsfZbpg6RLu1BkQM2VCuuk0j1egt6ND7e+j5QE=
-SHA256 (Pkgfile) = 38597ca0d7341ecf0eecf1d4f7ce7811b348ca962b93363afd3b21da301245e3
+RWTSGWF5Q7TndIYOqgT9A4pRmgDs0tsctImzJXMZPjRmDySV5/3bXMR+iwq04PmzrxGihs4pOpc+HfVuTXevV34rQLJTiJd8uAo=
+SHA256 (Pkgfile) = 74c5d8fe6282928301a8d93d992f0c14ffb7b6f8c2025cc75a4f368dbd691d7e
SHA256 (.footprint) = 4a8c85d1f1e50174c247af70350132856bfffca94381fe4fe03feea5c62e84d6
SHA256 (font-bitstream-100dpi-1.0.3.tar.bz2) = ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce
diff --git a/xorg-font-bitstream-100dpi/Pkgfile b/xorg-font-bitstream-100dpi/Pkgfile
index ef393a7..f75da26 100644
--- a/xorg-font-bitstream-100dpi/Pkgfile
+++ b/xorg-font-bitstream-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-100dpi
version=1.0.3
diff --git a/xorg-font-bitstream-75dpi/.signature b/xorg-font-bitstream-75dpi/.signature
index 54c11f3..b611d58 100644
--- a/xorg-font-bitstream-75dpi/.signature
+++ b/xorg-font-bitstream-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndPqwZ8MDIXRXIfWRhoGPC5ycKkf3D9E/paZTvRge7UO6Yx7xxYhjGNqKo6kRYaCnEboY+K+J2m/mrBnk4SP+kQc=
-SHA256 (Pkgfile) = 02618571e635e73dc89554240fd1bb435df7d12b508015b34fdb1969836ae1e0
+RWTSGWF5Q7TndJx0kG0krjyE3Cqs+D6aPceEGfHixNN3XjyQJ65e2vK9kvCYEeMJswBIwPUd5ZWJu2+cOCpU39Tb8C+jPTd2jQc=
+SHA256 (Pkgfile) = ea2dc392993f20760fd9cc49b39b8bea1a26223c3f46f8bcbbbc8c7b362e2464
SHA256 (.footprint) = 8e55ef104877d2ada16bcc665c6d8134ee67ccf6b9ad391cc776d8e18cea7462
SHA256 (font-bitstream-75dpi-1.0.3.tar.bz2) = ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e
diff --git a/xorg-font-bitstream-75dpi/Pkgfile b/xorg-font-bitstream-75dpi/Pkgfile
index 3aa05c0..97db016 100644
--- a/xorg-font-bitstream-75dpi/Pkgfile
+++ b/xorg-font-bitstream-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-75dpi
version=1.0.3
diff --git a/xorg-font-bitstream-speedo/.signature b/xorg-font-bitstream-speedo/.signature
index 6120755..e299f47 100644
--- a/xorg-font-bitstream-speedo/.signature
+++ b/xorg-font-bitstream-speedo/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndN0ZqhQQMKMijkTUenEVsq0fs25L9X+t1DhjDsBjqO0dwupeUyCEkEOSwWP9xURKOJFxrO6u55T4H6kWwP00VQo=
-SHA256 (Pkgfile) = f56916bfa1f8c1ed54b757518a176ed92b157137280ac6faac6f9b95c6bfa6a5
+RWTSGWF5Q7TndE63tI9wgOUU0bul0oR9ntyrdUbYTRMnQUWjsWJolBHJcqqi26T8V+ZLsai9kXyLlltcEejWsT3eK3Ev8qlTWQA=
+SHA256 (Pkgfile) = 14499e84b6f1f09ff606604a5712155fa3aa646efea970061bc98e89dc742751
SHA256 (.footprint) = 42bbd02e851b360ae157f43ba3403afec6f3c474ab5d0500f75368fc369cfcae
SHA256 (font-bitstream-speedo-1.0.2.tar.bz2) = 0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763
diff --git a/xorg-font-bitstream-speedo/Pkgfile b/xorg-font-bitstream-speedo/Pkgfile
index 91df66a..36e5f99 100644
--- a/xorg-font-bitstream-speedo/Pkgfile
+++ b/xorg-font-bitstream-speedo/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-speedo
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-speedo
version=1.0.2
diff --git a/xorg-font-bitstream-type1/.signature b/xorg-font-bitstream-type1/.signature
index 89a8dc4..b10af11 100644
--- a/xorg-font-bitstream-type1/.signature
+++ b/xorg-font-bitstream-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndJ9DaFhSXQkGHZUsrbmGrWqIqnpMaYFxEa3PQumfg9NM18zJoQlEI0ohl459qoydXvt7u8g0lJOGdE287Xhv8Q8=
-SHA256 (Pkgfile) = f049970f7f7200969bbca3f636b527dfd1067cc0277972289240bef8771d0d0b
+RWTSGWF5Q7TndFeQ5whV3S8UxseAaVaSMVkNqNRHiqWTdZwAvn37ngjNX7j2B9OeOZRGUr1bJ7E0+c9+/+z1buqq9IBTg79L/Q0=
+SHA256 (Pkgfile) = 64ef6523e3585536c037890363d1f5f1a1d892540e3212a89efac421d334d116
SHA256 (.footprint) = fbadab91e7e46c1454f9bb829fdb8fd654bf81caaebe701a748d7a0d92fb2e05
SHA256 (font-bitstream-type1-1.0.3.tar.bz2) = c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688
diff --git a/xorg-font-bitstream-type1/Pkgfile b/xorg-font-bitstream-type1/Pkgfile
index 8c4d7c9..b8297ea 100644
--- a/xorg-font-bitstream-type1/Pkgfile
+++ b/xorg-font-bitstream-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bitstream-type1
version=1.0.3
diff --git a/xorg-font-cronyx-cyrillic/.signature b/xorg-font-cronyx-cyrillic/.signature
index 108501c..49e40b7 100644
--- a/xorg-font-cronyx-cyrillic/.signature
+++ b/xorg-font-cronyx-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndAl/Bee4vs5HrpyadkHny0kaQmbvIZx4btdxEZFSIzMSPoryrtp+BCC0Mfzo4s6YGT2L9/eppI+O9w6HWgQR8wA=
-SHA256 (Pkgfile) = 0e6321e2d6428fb98370d562e044888b8ba4a55b2a3c5157779da5948cd81189
+RWTSGWF5Q7TndLk7F9rOX6qDXnfjz8jTUnRiBOidsLtgtNE4gAfs/bGY48hGf4uBUwYAy1HJk+VE8B/IZ291TI8611HdG17EIw0=
+SHA256 (Pkgfile) = 7b4d4c1fa97fe6fe697acce98c946265b339432cd3bb021f3e927e11f779b9b6
SHA256 (.footprint) = de1fcc0165b80421e6e6cbb3f08784a713b959302f25a55925e52f41ce54b722
SHA256 (font-cronyx-cyrillic-1.0.3.tar.bz2) = 6e8631936157677c77ba032b5c7b1fb3cb2ee872dbcea0444f12cd602cd9212a
diff --git a/xorg-font-cronyx-cyrillic/Pkgfile b/xorg-font-cronyx-cyrillic/Pkgfile
index 1fe190e..17d4cb1 100644
--- a/xorg-font-cronyx-cyrillic/Pkgfile
+++ b/xorg-font-cronyx-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-cronyx-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-cronyx-cyrillic
version=1.0.3
diff --git a/xorg-font-cursor-misc/.signature b/xorg-font-cursor-misc/.signature
index 089e3a8..7d73616 100644
--- a/xorg-font-cursor-misc/.signature
+++ b/xorg-font-cursor-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndPRkoLtw6Y8WedBRom5P31T1lNNOAACm4VpFJmMxaSwdbkCA8IfgLhWQ2078j3sW+jMnl4bnfxPTaXDQO2UlWAY=
-SHA256 (Pkgfile) = a78ff3baf1cf917d1e51b391301276ed21a663217904a500b4b2b9da64bc70f6
+RWTSGWF5Q7TndKj6rJmRDqspWTrf4s79WTg/O5QjJV1KSPCeOsxLsdjXAMbo7TsA1QJXZ4HsL9g/n1GXZ81g1z8YjQl0fNR95Q4=
+SHA256 (Pkgfile) = 685c6a8eb5506123453b698f525a66ee34549f717a0c0b55e07f828d4a6c0f09
SHA256 (.footprint) = 027a45f5f467e352cba523998cbb8825f600b421cfadd95fb1d33d8b9fbdfcd2
SHA256 (font-cursor-misc-1.0.3.tar.bz2) = 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635
diff --git a/xorg-font-cursor-misc/Pkgfile b/xorg-font-cursor-misc/Pkgfile
index 0c24ccc..6343b09 100644
--- a/xorg-font-cursor-misc/Pkgfile
+++ b/xorg-font-cursor-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-cursor-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf
+# Depends on: xorg-mkfontscale, xorg-bdftopcf
name=xorg-font-cursor-misc
version=1.0.3
diff --git a/xorg-font-daewoo-misc/.signature b/xorg-font-daewoo-misc/.signature
index c27f290..4492f6c 100644
--- a/xorg-font-daewoo-misc/.signature
+++ b/xorg-font-daewoo-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMmDh/Ow2L3X3u7uroayg+WK5HNGu60hJN+hDVza1OXur1V1IkJXKRDfZNuI6UAgSd9Mmk+n/o7qIV50Rp1nJgQ=
-SHA256 (Pkgfile) = 0c8498e0827305d5d8b5dddfc9a6fe80e132b993449f2c4db9886e8c9a9acf7c
+RWTSGWF5Q7TndMaPGXkmxqEslN4l7biAEI5VhUuLzUQRDvdayqvfvyMRC0gz/1D9jvD72mJk0GsQDO+2Kbz3lbTtC5+CNGkhlAg=
+SHA256 (Pkgfile) = 0d49ef260caedcf7551d56fecc9a749aa68b0d1550d6d886a6dfe41f9cb6fda0
SHA256 (.footprint) = 902445ac586b96ff984a2a0a7c00df526299a7ea89825d3a861dd1f7649f273a
SHA256 (font-daewoo-misc-1.0.3.tar.bz2) = bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8
diff --git a/xorg-font-daewoo-misc/Pkgfile b/xorg-font-daewoo-misc/Pkgfile
index fdce951..b1da0ba 100644
--- a/xorg-font-daewoo-misc/Pkgfile
+++ b/xorg-font-daewoo-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-daewoo-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-daewoo-misc
version=1.0.3
diff --git a/xorg-font-dec-misc/.signature b/xorg-font-dec-misc/.signature
index 8f4e2b3..b89a564 100644
--- a/xorg-font-dec-misc/.signature
+++ b/xorg-font-dec-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndGZNjcnvhNl0euttION1fIRtAQGw45zD4Yij79V+udEYOL+FKFRcMHowJgpjtD1OL5k/VN95u6A+GgVkFiwWFg4=
-SHA256 (Pkgfile) = 3043c9112b7d0e7f9483ce3a30e8a7450850415ccc184b3ab988a97e9d34c78a
+RWTSGWF5Q7TndAVMBXIegmqHXrp+hz96uG/NoVrIGw2obO+Q101avhWyDBeRm0bChWwOTpiSL5xIfZcBUM0DmvA9W0dgjCthNwI=
+SHA256 (Pkgfile) = c0a8a61bf3c389188a77725093a178ac0e6f57a4d056cdc418e6f8fb3aad4227
SHA256 (.footprint) = eba02919c7c1b563ed80078593cc8ef5086d6f3e12c93cec1a4a2d80240e3552
SHA256 (font-dec-misc-1.0.3.tar.bz2) = e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b
diff --git a/xorg-font-dec-misc/Pkgfile b/xorg-font-dec-misc/Pkgfile
index 9b55fa8..0c71c69 100644
--- a/xorg-font-dec-misc/Pkgfile
+++ b/xorg-font-dec-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-dec-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-dec-misc
version=1.0.3
diff --git a/xorg-font-dejavu-ttf/.signature b/xorg-font-dejavu-ttf/.signature
index 0e9f193..bdb1f2a 100644
--- a/xorg-font-dejavu-ttf/.signature
+++ b/xorg-font-dejavu-ttf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndBn3eGuupjiFzLPZK4sy/uvjhL+IPr7S45pXe6eI4s66f9/hU6w9wpnJFAEpr9upD0S/MHCe0T55vfKs5kyfdwg=
-SHA256 (Pkgfile) = f64909af801b450c4e66951b1d3dec3ebf2ad99c09ba6d105f81a8c67f9e418d
+RWTSGWF5Q7TndBNfzm01brC8oEg5JmIw4Vxnp9KoNA0/Vs0SpVjhprKmZJig1GPeHiHCLe2ATKUkysxeDLlQncJJr2vEaVZZlgE=
+SHA256 (Pkgfile) = 070e224d48ef8f0dfe2c5b5a5f540dcfcbcd647ac23f51bfc6771fc48f06acf6
SHA256 (.footprint) = 61b1abf61ffa1af6c94783fadb80cb98fb70113c12e76610cd540491c37e8d38
SHA256 (dejavu-fonts-ttf-2.36.tar.bz2) = f12d7e7f7adedcda09cc3d2281645ac72504aaa0949690233418867adb50fa6e
diff --git a/xorg-font-dejavu-ttf/Pkgfile b/xorg-font-dejavu-ttf/Pkgfile
index ba82156..10b536b 100644
--- a/xorg-font-dejavu-ttf/Pkgfile
+++ b/xorg-font-dejavu-ttf/Pkgfile
@@ -1,7 +1,7 @@
# Description: A font family based on the Bitstream Vera Fonts
# URL: http://dejavu-fonts.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
+# Depends on: xorg-mkfontscale fontconfig
name=xorg-font-dejavu-ttf
version=2.36
diff --git a/xorg-font-ibm-type1/.signature b/xorg-font-ibm-type1/.signature
index 02c1963..b791cf0 100644
--- a/xorg-font-ibm-type1/.signature
+++ b/xorg-font-ibm-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndNlot9YupCkHXkA6e+mHuhCm1T1AcPN0poMg6AT3Oj/XdAv8S4kG1jDDUIeUX5FF4twJLyGuHXxI3vQcYY4BzwI=
-SHA256 (Pkgfile) = 97d549067f5ad0fb1e983ea96496496495044d7aa5a66abe8b154dc677b43fcf
+RWTSGWF5Q7TndNBNu5Ga+N0OjaxdBwzMYe11gkghdb38bmaHsPm9Tp9CE2o7bZBSs9ELSSLbZC43wF42O4fnqyET/QiPrZ4wPgo=
+SHA256 (Pkgfile) = d13e0f2c47389f1c6f4e73076d710bf07dd8d01ba826b51c4dc3f3e61a1d8476
SHA256 (.footprint) = 968dd9b01dd298619120fce6944938970cfc5ca46b32e5299c5e824ee1057e7d
SHA256 (font-ibm-type1-1.0.3.tar.bz2) = fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
diff --git a/xorg-font-ibm-type1/Pkgfile b/xorg-font-ibm-type1/Pkgfile
index 2773af8..1a71e57 100644
--- a/xorg-font-ibm-type1/Pkgfile
+++ b/xorg-font-ibm-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-ibm-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-ibm-type1
version=1.0.3
diff --git a/xorg-font-isas-misc/.signature b/xorg-font-isas-misc/.signature
index ef56724..df38f32 100644
--- a/xorg-font-isas-misc/.signature
+++ b/xorg-font-isas-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMOZRoCuC7PjyTzO5sVEq4huQoKMWY2H79cW3W0WLAsz5b1vNaD7lkPhityuYk7lbSFKxjxye7HYVVD+CtnfMwE=
-SHA256 (Pkgfile) = 4e52cce48002dd7ba1e6e583e3f3c734eb2c280e020b4a58491720da3da5b78c
+RWTSGWF5Q7TndNEQdTR5DZ9wQlG+hkWgllP5wJkU5jFNsFzyBdFtLVyhyJ3lQNIvD9mQ5iiH47f89z2Dhj9YImO5y/k17Fij6Qk=
+SHA256 (Pkgfile) = 0ab754c11a0edeee76dba19ddd7890b77a5deaf2c13135ba85ddadd015e00cad
SHA256 (.footprint) = 281d27e6b32c417752776e37dedfbd6e979ab88e7d0e6c83a5b1ac3f26cb0a77
SHA256 (font-isas-misc-1.0.3.tar.bz2) = 5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867
diff --git a/xorg-font-isas-misc/Pkgfile b/xorg-font-isas-misc/Pkgfile
index 3d5614a..a68104b 100644
--- a/xorg-font-isas-misc/Pkgfile
+++ b/xorg-font-isas-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-isas-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-isas-misc
version=1.0.3
diff --git a/xorg-font-jis-misc/.signature b/xorg-font-jis-misc/.signature
index 9bb8ba8..83f0b03 100644
--- a/xorg-font-jis-misc/.signature
+++ b/xorg-font-jis-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndKZhBTK2AuaewFdN3oI8mzEn2ivss2zS4dyV132Su859bX3mC6cVfCQ+lUoVQBIK5iBD6QbaxF9RWGpgEzN4xQE=
-SHA256 (Pkgfile) = d7b50340ac25d89bff47f34e2c8d065ae275f8ac461a8df817d2a88a10cb04ab
+RWTSGWF5Q7TndE774zl5nJGRxEcBHouWadRtxHt3PHQzGJP4Njai5Z7JweS8YOgd7V04CLNIxhGDoqW2OCHDzKCDWFvrks40iAQ=
+SHA256 (Pkgfile) = 5ff8ef650006534fd09faf8b491ef36d06580b1bbbf5075c9a7106f779ba5b08
SHA256 (.footprint) = dfc2032d30f8ad732622841e20b00aac5cf069b691130250ee982fdc61d64edf
SHA256 (font-jis-misc-1.0.3.tar.bz2) = 2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
diff --git a/xorg-font-jis-misc/Pkgfile b/xorg-font-jis-misc/Pkgfile
index 0644be9..72eb277 100644
--- a/xorg-font-jis-misc/Pkgfile
+++ b/xorg-font-jis-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-jis-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-jis-misc
version=1.0.3
diff --git a/xorg-font-micro-misc/.signature b/xorg-font-micro-misc/.signature
index bf0a1bd..ddda846 100644
--- a/xorg-font-micro-misc/.signature
+++ b/xorg-font-micro-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndI+HLcNLolGNDzH1qMGTzdn6pPwFm9ZatreuCtjuREZnmUEXkI/fE4gpwJPJTp/xZ3p9fwns5MQevnqzclT/CQ8=
-SHA256 (Pkgfile) = 4b84db7e5d3a8bc040eca98edb5de0ee409c552f9b3e8aff1a3a13f8a5a6407a
+RWTSGWF5Q7TndAsluWLpSptdDq0oGy2mwJ2Q3IKhINZOYn6cm4ov1cXyj97uv6AXd0BgbIo4A5PR2L+YH6ejU8fLYu8arcTPWQc=
+SHA256 (Pkgfile) = 5c4f7ea1ecfbb40b747f23898b9c90e51dd8ffd0e8a69177edd0c98f582ac722
SHA256 (.footprint) = 71f18bfd4513f04d9e0a489e670d3904972a9d176ebb7e306d622a75bde0e843
SHA256 (font-micro-misc-1.0.3.tar.bz2) = 9a3381c10f32d9511f0ad4179df395914c50779103c16cddf7017f5220ed8db6
diff --git a/xorg-font-micro-misc/Pkgfile b/xorg-font-micro-misc/Pkgfile
index 58bf50e..89f1429 100644
--- a/xorg-font-micro-misc/Pkgfile
+++ b/xorg-font-micro-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-micro-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-micro-misc
version=1.0.3
diff --git a/xorg-font-misc-cyrillic/.signature b/xorg-font-misc-cyrillic/.signature
index 8ee8761..d66571b 100644
--- a/xorg-font-misc-cyrillic/.signature
+++ b/xorg-font-misc-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndLukhqWzZTVd0NwEQhNIG+gYjfH+TAGvxdtY5ukc0SlEXq1t7ilmA/VXLIlqjM3zXibVChiuCXPmpmoNxOXXEAc=
-SHA256 (Pkgfile) = 0e9a61f4254420fbe9a1f94141b6be5e0546bf2d541d79cc3fc32f9c00229046
+RWTSGWF5Q7TndECXUWxjHIZxzmT/VNtRVxqA/ftCn4mRY1nI0TcnsdIrm410U0DvJ189LmKiGuQ1C84RaSdZ+TTuSy9VWinlTgs=
+SHA256 (Pkgfile) = 55ece48ed632acb006fc515111bdd2ace44ce124c8013461d2280e89b52516b0
SHA256 (.footprint) = 3aefa898ab146d78ff372f3657d02bab5341e125c1866a91ef588a023d9346bd
SHA256 (font-misc-cyrillic-1.0.3.tar.bz2) = e40fe3e3323c62b738550795457ad555c70c008aa91b5912dfd46f8e745f5e60
diff --git a/xorg-font-misc-cyrillic/Pkgfile b/xorg-font-misc-cyrillic/Pkgfile
index 515eaf4..81c2e27 100644
--- a/xorg-font-misc-cyrillic/Pkgfile
+++ b/xorg-font-misc-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-misc-cyrillic
version=1.0.3
diff --git a/xorg-font-misc-ethiopic/.signature b/xorg-font-misc-ethiopic/.signature
index 8e64fb3..3594573 100644
--- a/xorg-font-misc-ethiopic/.signature
+++ b/xorg-font-misc-ethiopic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndIjj8Oum+rJvQWoiZ6EHcVzD+KLbdjo7jy/0VBy0JJ03siX4jOOwQtJdZaF+6+fpAepUHs4lv911Zy5jCY15mA4=
-SHA256 (Pkgfile) = 819842070ca262db725f135cbbd4cce9abfcdf8c9868671a6ffd7696d08d3477
+RWTSGWF5Q7TndKumH08ESpJtEBigbcb6O8IXK3bd55VDDac+dzFayrlQQTUdIY6HaMkPfDoh8NKN6i2J0o93T7PZu6PF504EoAI=
+SHA256 (Pkgfile) = 76c84c0bc9f1466a5dfa3a54580cd8f95442d61118e6e754e5388f71092c8435
SHA256 (.footprint) = a7e0d7fffc9a3cc6df30192735e034b07f935be26e06c401496878c82e33032c
SHA256 (font-misc-ethiopic-1.0.3.tar.bz2) = 53cb1fd83afdbe7939c0eac34003676ee0e6023216892d98054db90b703c98a5
diff --git a/xorg-font-misc-ethiopic/Pkgfile b/xorg-font-misc-ethiopic/Pkgfile
index ad54f91..ad2d320 100644
--- a/xorg-font-misc-ethiopic/Pkgfile
+++ b/xorg-font-misc-ethiopic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-ethiopic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-misc-ethiopic
version=1.0.3
diff --git a/xorg-font-misc-meltho/.signature b/xorg-font-misc-meltho/.signature
index 4191e16..3fc2e84 100644
--- a/xorg-font-misc-meltho/.signature
+++ b/xorg-font-misc-meltho/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndA+Y23kuvJNdsXQdw69PDni7KSseGEXh5LW6QVqvjdD48bi/xsUoPXx4LJix5uJN+PJ7YTfY8EJ/0OBg4ncoxwI=
-SHA256 (Pkgfile) = af23f1273d4cc184396c2ff34d8bd8949638e1198850f8ee2e78559c879f9183
+RWTSGWF5Q7TndJz0hjkUOI4PPn76eg4DSvKXtvylZH8+EavxW2EnInFe8sYxVUwaOevRwQfChxWpb8novhmA1w7y6dT6zOhifQk=
+SHA256 (Pkgfile) = 65ecb188be7e4e242d97799fc49382a289794ea955e4055847a4bc621ccc6631
SHA256 (.footprint) = fd7bddaad8d0812c468a7293761ef9b148256832d25151da02816f16a1582835
SHA256 (font-misc-meltho-1.0.3.tar.bz2) = 3721323f13855cf7ca609115a1f7b182491e9b2b9c6e01eb1a2c7f8edd480791
diff --git a/xorg-font-misc-meltho/Pkgfile b/xorg-font-misc-meltho/Pkgfile
index 64b3a9d..36ca8fa 100644
--- a/xorg-font-misc-meltho/Pkgfile
+++ b/xorg-font-misc-meltho/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-meltho
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-misc-meltho
version=1.0.3
diff --git a/xorg-font-misc-misc/.signature b/xorg-font-misc-misc/.signature
index a3ee520..fad16e8 100644
--- a/xorg-font-misc-misc/.signature
+++ b/xorg-font-misc-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndGUwm/aghYuH4Y0i2H1WlCsN1Fj3DVDZNoxWZkwglfPeqeDZCkP9YlQ2hTcwW6bbOK89ogKEuy2ZDkELnDfXzQs=
-SHA256 (Pkgfile) = ff440c5f51ab236098133c37a20783811e784dacb7bbfafb1f59e2688333cdfa
+RWTSGWF5Q7TndKDQvaBVSKHK7gsEHYg06tKmfxXLkAwCStDUlXhOTYdYHKOlhv4cnunfrwAGh/R9LbwbnU2V8TeSwCEUfOvAcgw=
+SHA256 (Pkgfile) = 7f3ed9e33eba9b1a7af5966895fba67162853a63ac72865d70d1e2d2561ad78d
SHA256 (.footprint) = 98a62c1afeb34492adbfe094b0b001eebb9da09661643fa1cf823850c5cc835c
SHA256 (font-misc-misc-1.1.2.tar.bz2) = b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794
diff --git a/xorg-font-misc-misc/Pkgfile b/xorg-font-misc-misc/Pkgfile
index 2885598..fe24411 100644
--- a/xorg-font-misc-misc/Pkgfile
+++ b/xorg-font-misc-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-misc-misc
version=1.1.2
diff --git a/xorg-font-mutt-misc/.signature b/xorg-font-mutt-misc/.signature
index af37f48..ff6b1d4 100644
--- a/xorg-font-mutt-misc/.signature
+++ b/xorg-font-mutt-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndA6joO0+xZ2kMR4YVJkb/JQV4uMOUa9BVan6q/OCzmUe2I8h9kxCP2RmSD9H5dSPVP6XQGZfTMq5LqXTo/fYhw4=
-SHA256 (Pkgfile) = 4b7ac0563fa963dac7c31dd22bf9879d5690107438eb7abf185ed36278b8d850
+RWTSGWF5Q7TndLVyJfz3rj+5PHWXjTnJzCZqJ8hYUvieeNpROcEB/kol3ulGyYWLIWdBr5nRb076GjNVYpCCRJKLlMGpA/u3eQ8=
+SHA256 (Pkgfile) = 7c57a70402cf837774862fc274fb12fa093c43ae2607c2a24e5d39e19de6accb
SHA256 (.footprint) = 908c99ae1e01fbb3d51247e403c78f202c15222837aead383b98eb679e4a0ac7
SHA256 (font-mutt-misc-1.0.3.tar.bz2) = bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f
diff --git a/xorg-font-mutt-misc/Pkgfile b/xorg-font-mutt-misc/Pkgfile
index 4ae6802..37b362d 100644
--- a/xorg-font-mutt-misc/Pkgfile
+++ b/xorg-font-mutt-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-mutt-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-mutt-misc
version=1.0.3
diff --git a/xorg-font-schumacher-misc/.signature b/xorg-font-schumacher-misc/.signature
index 8a91fa2..b0f0543 100644
--- a/xorg-font-schumacher-misc/.signature
+++ b/xorg-font-schumacher-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndJo52kZBvEZi4Mw9yFUeHGMl18LTUj+UszB+hclxyB1Xj6Dtb8E6NKtSkuV/I76S6wNEMWAIzVeMHwpz9539qAI=
-SHA256 (Pkgfile) = 64bf3166dfa7dd15aafd68b10ec6ed25b1814639393c56fe88572a049be46394
+RWTSGWF5Q7TndKgsCQtmmFXfEnj1IZalnVfzJUXaGoemBdlHI5Kl1fYlzgT+8R2vJM6Y4fm8v55btHyN/z99ZO4XRR+wxp7Kiwc=
+SHA256 (Pkgfile) = 0765e3a0bb3d95c975f2bb75619ece66f3f38db6be4f270871e11a93519e9f56
SHA256 (.footprint) = 1f1269eeaa45d6e02da3e6f4fc7782735a2a0b7411314ab54d7fc3ea9429e8a1
SHA256 (font-schumacher-misc-1.1.2.tar.bz2) = e444028656e0767e2eddc6d9aca462b16a2be75a47244dbc199b2c44eca87e5a
diff --git a/xorg-font-schumacher-misc/Pkgfile b/xorg-font-schumacher-misc/Pkgfile
index 268b46c..bebacf9 100644
--- a/xorg-font-schumacher-misc/Pkgfile
+++ b/xorg-font-schumacher-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-schumacher-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-schumacher-misc
version=1.1.2
diff --git a/xorg-font-screen-cyrillic/.signature b/xorg-font-screen-cyrillic/.signature
index 75da020..6e07aee 100644
--- a/xorg-font-screen-cyrillic/.signature
+++ b/xorg-font-screen-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndCR1iNcJm4CbM5UsDSFTvLr2KGnnadbeNpd/mfdyxiImeAZcv4E9eXzbZ9HAk5GMU36NRzk1dJZ47SGOjdvp2A8=
-SHA256 (Pkgfile) = 04d8252a04d8838f43be3a0657a279f8374f71e30e60b934d36260b63c7c480a
+RWTSGWF5Q7TndGelD5/kCqhOGUid9ieI95JXFSHoS8Ol2fOgj54CtsYzawpDdl1cVgGX+/sqtT7phZqoS1hx13HEpH9oHzBItwI=
+SHA256 (Pkgfile) = 82fc7dedfe1280d7e08bcedaeab8e72cdb9bae864447e2c429302cfb7e911877
SHA256 (.footprint) = aa9c5ab8791037a0f4593d9716fb201aa020661bc9c7faa657cfcab567a2e5e3
SHA256 (font-screen-cyrillic-1.0.4.tar.bz2) = 824231e8dffe15299454e47259f29d98001c9cf8ad3d6b5171399e4d71705e79
diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile
index 7c4c063..364969c 100644
--- a/xorg-font-screen-cyrillic/Pkgfile
+++ b/xorg-font-screen-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-screen-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-screen-cyrillic
version=1.0.4
diff --git a/xorg-font-sony-misc/.signature b/xorg-font-sony-misc/.signature
index eb0d994..0ed89a0 100644
--- a/xorg-font-sony-misc/.signature
+++ b/xorg-font-sony-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndFGk+ubP3nmpSEmIHO1pzDNMvbLIApUnDQVp4ZnIliBj24PO8VuHo1swixl5X+JK7G+DpeLYuH55512r8ZrzoQ4=
-SHA256 (Pkgfile) = d62679a9327126c52b3bb909b597c0926ad3486163cf0c688567278223e781d4
+RWTSGWF5Q7TndOJEdMtr4RY6V47kTxk2Jtt3tsIHWcf4J+WcHJ1CF8qTvfEDAo2NSqMQd/lGowqCiLeTl9gMrkWqYq4iLNoJ4gM=
+SHA256 (Pkgfile) = f34e8318412a66999c4c5a0aa710d96d0a2e3d4edabc0550e4037abc6efd3db9
SHA256 (.footprint) = 7c32d0cdf807ebc1f30dd9184850da23f9112802d5adaee3e1d174532c1f362b
SHA256 (font-sony-misc-1.0.3.tar.bz2) = 2043a326ba347c9da5ca1e9bc363e2521c3ea40b43b1f9662d333efd4867cff5
diff --git a/xorg-font-sony-misc/Pkgfile b/xorg-font-sony-misc/Pkgfile
index ee81c82..db96ba4 100644
--- a/xorg-font-sony-misc/Pkgfile
+++ b/xorg-font-sony-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-sony-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-sony-misc
version=1.0.3
diff --git a/xorg-font-sun-misc/.signature b/xorg-font-sun-misc/.signature
index 12e89a8..27a5e6c 100644
--- a/xorg-font-sun-misc/.signature
+++ b/xorg-font-sun-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMM/ovYNv6iJUqhu67trjy78u5tJl3oqPGBcF0FUCL0NwRjubSitEXdUKyhrer3+0xkwrjY4Pz1Xc+q/5cN8Qgg=
-SHA256 (Pkgfile) = a8f840d09a0ce8fb9950020293ae63d5eaf96367fdec9b4e5bbcaf5bb43ed8c2
+RWTSGWF5Q7TndH5CwOhDJCvo8PqZFCTOvjbpv5z6vrL+r0NlCXQBbJKnn+U6OU7yDKbgCDONRlTvK3k/7A2v1q3v1U/aSPT0CgY=
+SHA256 (Pkgfile) = f8c77857b8bd96dfd36378c3a79e9fd131530d03138fb23c07f2d7ad20ae3db9
SHA256 (.footprint) = 9ae5a55fb166bb8868919ce1feb0dbc704e3ae378ece0dadc6e3fd880c0a0ba6
SHA256 (font-sun-misc-1.0.3.tar.bz2) = 481f4fcbbf7005658b080b3cf342c8c76de752e77f47958b2b383de73266d2e0
diff --git a/xorg-font-sun-misc/Pkgfile b/xorg-font-sun-misc/Pkgfile
index cb47f33..83345d1 100644
--- a/xorg-font-sun-misc/Pkgfile
+++ b/xorg-font-sun-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-sun-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-sun-misc
version=1.0.3
diff --git a/xorg-font-winitzki-cyrillic/.signature b/xorg-font-winitzki-cyrillic/.signature
index 141ffe7..fa45ac4 100644
--- a/xorg-font-winitzki-cyrillic/.signature
+++ b/xorg-font-winitzki-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndI4JKdsntu3Cd0LQdL2VHGbndd+ijmBeS20YNbTA24WA71LbmaWDdo5Ec7vKx6wPSphUDVPwYuqyqo0hbOZpuw8=
-SHA256 (Pkgfile) = e02ff873a507348cb3d4d9d5d6152dfed186c08fc4994d4676a2a62f3f9f9d88
+RWTSGWF5Q7TndJTxFVo1RzgUgv3UtAoC8XYnu0humeQahb6y4ro7RmlufC7I098CEIahpDOm6v5m/khNWWB3idnFbcFyRjU8kwU=
+SHA256 (Pkgfile) = 26762ea9aee93754477c6f383f46c543bee78b2a2c510675c9c398f2d2085b51
SHA256 (.footprint) = 00b57c7ecb95decac778bff01b29d9f12f9790fc4d927ca7263e99c8b09a2b86
SHA256 (font-winitzki-cyrillic-1.0.3.tar.bz2) = abd13b63d02fcaec488686c23683e5cf640b43bd32f8ca22eeae6f84df0a36a0
diff --git a/xorg-font-winitzki-cyrillic/Pkgfile b/xorg-font-winitzki-cyrillic/Pkgfile
index 879cf7c..2075b00 100644
--- a/xorg-font-winitzki-cyrillic/Pkgfile
+++ b/xorg-font-winitzki-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-winitzki-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-winitzki-cyrillic
version=1.0.3
diff --git a/xorg-font-xfree86-type1/.signature b/xorg-font-xfree86-type1/.signature
index a46f095..99606e8 100644
--- a/xorg-font-xfree86-type1/.signature
+++ b/xorg-font-xfree86-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndO7a+azfTcWJExNIr6Dv7RgA1spFTqvg85gqIT3uygZtQWK49BhUYFpWKffJ3RU51lNHCUlCBue34etg4RanXwo=
-SHA256 (Pkgfile) = d5153552895c0a00893440072045d2b200dce490e90741ddaf8d667e96d8432b
+RWTSGWF5Q7TndF0vUX4Bw2qQpEYuZ+sSV5nYwrARQNxyE79DgCAkfou5b5pfeYsM48McXd3a5R4eHRTFplk73dLHsj91iQ/lVgo=
+SHA256 (Pkgfile) = 963e09808b902bf0c98fac6fd04b61e7ecb5cd696ec926a2b98573f1dbf9a5f7
SHA256 (.footprint) = 9f6ec142e3d5a1011b23c9bdfe4b195c9328fd2389650ef3b17ac75193069964
SHA256 (font-xfree86-type1-1.0.4.tar.bz2) = caebf42aec7be7f3bd40e0f232d6f34881b853dc84acfcdf7458358701fbe34a
diff --git a/xorg-font-xfree86-type1/Pkgfile b/xorg-font-xfree86-type1/Pkgfile
index 2c9ed17..cc2e5ab 100644
--- a/xorg-font-xfree86-type1/Pkgfile
+++ b/xorg-font-xfree86-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-xfree86-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-xfree86-type1
version=1.0.4
diff --git a/xorg-server/.signature b/xorg-server/.signature
index 6278eb5..5aebaab 100644
--- a/xorg-server/.signature
+++ b/xorg-server/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndK0f1X9nLwHpUEIquBQymBt59IIuXUN/m+XOlDUllSWJEgAj8n75vG5zWFrU8qnGXoxykJaYojLqqzvUPPbHpAw=
-SHA256 (Pkgfile) = e6dc9a2df7e91f1b18b781480cb3066f67bd0f686321700f3451211858f7bad1
+RWTSGWF5Q7TndNRxPIFGMc5Rjd0RbpXxOMygAYHYRFsXUImsJa1CHbQqVfDhGN3T1prY11eX0BM9j5DV4zrq1uRybdq6UlTRaQE=
+SHA256 (Pkgfile) = 13275925eac02bfd01b75a2e63b1d3a5478a4fbd25e87ec887f582f1ecc6277b
SHA256 (.footprint) = d159a275a4868001332954580ab4f70976c97a80334b157023935b36722e50cd
SHA256 (xorg-server-1.20.4.tar.bz2) = fe0fd493ebe93bfc56bede382fa204458ff5f636ea54d413a5d1bd58e19166ee
diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile
index dd7e5cc..f0c6b4d 100644
--- a/xorg-server/Pkgfile
+++ b/xorg-server/Pkgfile
@@ -1,7 +1,7 @@
# Description: X Window System server
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: libepoxy util-linux xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontdir xorg-mkfontscale xorg-xcb-util-keysyms
+# Depends on: libepoxy util-linux xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontscale xorg-xcb-util-keysyms
name=xorg-server
version=1.20.4
1
0
commit f682fbfea9c6fec5a090c2fdef157a0740722328
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:27:32 2019 +0100
xorg-mkfontdir: purged from dependencies
diff --git a/xorg-font-adobe-100dpi/.signature b/xorg-font-adobe-100dpi/.signature
index 0c2b63c..86ae723 100644
--- a/xorg-font-adobe-100dpi/.signature
+++ b/xorg-font-adobe-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndEwFQk35zithEFZvr8myNlNjH/uDbo7JjI+VAojB70VSswm9PyZTquCu530VuUyyJMuINwrG7iovAP3r4pSzugY=
-SHA256 (Pkgfile) = ab0187e546c2af1679a7eccb3387e21b7c6b2b98735978667699a5a402de7c79
+RWTSGWF5Q7TndDyQwUP5fAmZ6hy+moAwXQPM6W0gyyvGpAtZ5m2gfV1/yOCr1zR67kHr6bWrKHVMMZVoHNQZTfw3SdC5f9j55Ao=
+SHA256 (Pkgfile) = 81b1a82ebbd28e412ce71ee7d58a442c1c05e7efd6bd97e3648e4b9081e03eb6
SHA256 (.footprint) = c9bc14072ef89a5f06ae8c302e2325cafc1c47b4077287b39e8aef9bc0a5aa65
SHA256 (font-adobe-100dpi-1.0.3.tar.bz2) = b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054
diff --git a/xorg-font-adobe-100dpi/Pkgfile b/xorg-font-adobe-100dpi/Pkgfile
index 9ed08d6..2e82b20 100644
--- a/xorg-font-adobe-100dpi/Pkgfile
+++ b/xorg-font-adobe-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-100dpi
version=1.0.3
diff --git a/xorg-font-adobe-75dpi/.signature b/xorg-font-adobe-75dpi/.signature
index 51d30d3..392e6ad 100644
--- a/xorg-font-adobe-75dpi/.signature
+++ b/xorg-font-adobe-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndFCchXHlQ89NhHhwgTnUfn+wf2stoDHuQENJCUOsHev1BBrR30loz7SpvotKZhy3H/Pk0fz4YsGU/wZNtjGXVQE=
-SHA256 (Pkgfile) = 12330d0528992eca149601490b53b32b38cdb6ed06cce51d4a4907d197bb7137
+RWTSGWF5Q7TndGPlCXzeb7v0Z4vjdfvlImJfhYLrQ5QgxtiiLQaq39gUDo/NihgNqxNfNM//mPsmQ3QJfIhVUesl0jJtFNAH2wI=
+SHA256 (Pkgfile) = ccbd2bf7b6a1e76e1dbc3c290f59caebced0c7157a0297ead7a5bf844d3ffac9
SHA256 (.footprint) = 58a8bfb2e29a6672b0e44de5de97aba3b0eb7090ec4395b258d390f00d22d139
SHA256 (font-adobe-75dpi-1.0.3.tar.bz2) = c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09
diff --git a/xorg-font-adobe-75dpi/Pkgfile b/xorg-font-adobe-75dpi/Pkgfile
index 4b577e9..f9514f9 100644
--- a/xorg-font-adobe-75dpi/Pkgfile
+++ b/xorg-font-adobe-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-75dpi
version=1.0.3
diff --git a/xorg-font-adobe-utopia-100dpi/.signature b/xorg-font-adobe-utopia-100dpi/.signature
index d6fbb55..b2e94e5 100644
--- a/xorg-font-adobe-utopia-100dpi/.signature
+++ b/xorg-font-adobe-utopia-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndEixRsKRaEm5kPdQzbDMAHClwdCMBynIwx3LUsz9o0NQcuYqW7SyTXXzpXRzquYU/YdFBeL96if0BhgeGmVN7wg=
-SHA256 (Pkgfile) = 8f06d2a1a86a15f84cb145b7ef36034dcbd80fed56696262a8ac59415312a1ca
+RWTSGWF5Q7TndNndO/ixBHPNhxTyN0iVJpbg5To7HT5Dgr8TJsPLT4rqhOrSkum6QbA3In8lfm4zGRNhgcpCiV4gRMTaUt8x0QM=
+SHA256 (Pkgfile) = e7acce7858aee79e0b36b247ed09d3394337a6969cfb42b265ad72c992ddcb5a
SHA256 (.footprint) = 9eb908291bef0375f74a181f3a34a52e98b8ab9663d1d1d80926f85971f8adb5
SHA256 (font-adobe-utopia-100dpi-1.0.4.tar.bz2) = d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
diff --git a/xorg-font-adobe-utopia-100dpi/Pkgfile b/xorg-font-adobe-utopia-100dpi/Pkgfile
index bcbb090..0313b05 100644
--- a/xorg-font-adobe-utopia-100dpi/Pkgfile
+++ b/xorg-font-adobe-utopia-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
+# Depends on: xorg-mkfontscale, xorg-font-util, xorg-bdftopcf
name=xorg-font-adobe-utopia-100dpi
version=1.0.4
diff --git a/xorg-font-adobe-utopia-75dpi/.signature b/xorg-font-adobe-utopia-75dpi/.signature
index 2543f8b..92ef3da 100644
--- a/xorg-font-adobe-utopia-75dpi/.signature
+++ b/xorg-font-adobe-utopia-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndE2piswbbljtDUGlZfnIM+l69hryx5omPdemAEy5K7WL5UMfWjq1/1maKrazDDz5xnvFcQ6Ah38i6hoFJ9D9awM=
-SHA256 (Pkgfile) = 17bcf769226a6e72000a5b5ad9392379f04f52844da35bdacdb2faf126adb455
+RWTSGWF5Q7TndFSH2XVvgEiFYraNI52lpsg3GAGuvG4Jr8daYn3WWlLtSGwCRZwi/5MO4XSDDwp3QZKZ/VX6dzrwyg59oKxOeww=
+SHA256 (Pkgfile) = 1b131a5d2219133f27c43c6b1128f64b15b8b1716b268d2b38dd86222fc8fb84
SHA256 (.footprint) = b31844962b1fb2623a156cf877099a3853c88fc6693ebdd299cf73b8cb63eb53
SHA256 (font-adobe-utopia-75dpi-1.0.4.tar.bz2) = 8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94
diff --git a/xorg-font-adobe-utopia-75dpi/Pkgfile b/xorg-font-adobe-utopia-75dpi/Pkgfile
index dcc08f2..5f8135c 100644
--- a/xorg-font-adobe-utopia-75dpi/Pkgfile
+++ b/xorg-font-adobe-utopia-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-adobe-utopia-75dpi
version=1.0.4
diff --git a/xorg-font-adobe-utopia-type1/Pkgfile b/xorg-font-adobe-utopia-type1/Pkgfile
index ef8c551..0fefeec 100644
--- a/xorg-font-adobe-utopia-type1/Pkgfile
+++ b/xorg-font-adobe-utopia-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-adobe-utopia-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-adobe-utopia-type1
version=1.0.4
diff --git a/xorg-font-arabic-misc/.signature b/xorg-font-arabic-misc/.signature
index a657fee..29930a4 100644
--- a/xorg-font-arabic-misc/.signature
+++ b/xorg-font-arabic-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndCbFmki6Gcjxce4BG4A/GU2JX15j20gNHNo8Qj1/dM/ySifs50wd8aKkKq/pEvDW+d8l6JpAHrhewUtdLLnMYA4=
-SHA256 (Pkgfile) = 754e241a75d348c320a9f8e5aaa2a9147a128b37083d36559127ce8e1c9b2786
+RWTSGWF5Q7TndI3DxY4Hl2rstujT0G/DbHIZorCGuiSWX9NciRr/HDNRIW4HqEG5XIpkbZEZE8phxq3MuDNfeQ43+iBcD1TgWQY=
+SHA256 (Pkgfile) = 736a69566754ed71f1102e9d639140a0a7770cfcc244eab9cad24db48f1bfe13
SHA256 (.footprint) = f95926320e2b5db3493fbb3c1c334e71f029833a100adcf51419c2c6f2055fd5
SHA256 (font-arabic-misc-1.0.3.tar.bz2) = 505d9b12a7093389e67a925dfda6346bde26d114c67f0cdca7aeda6e5d3344f4
diff --git a/xorg-font-arabic-misc/Pkgfile b/xorg-font-arabic-misc/Pkgfile
index cb4e7af..2674450 100644
--- a/xorg-font-arabic-misc/Pkgfile
+++ b/xorg-font-arabic-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-arabic-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-arabic-misc
version=1.0.3
diff --git a/xorg-font-bh-100dpi/.signature b/xorg-font-bh-100dpi/.signature
index 0b9c519..92c5e26 100644
--- a/xorg-font-bh-100dpi/.signature
+++ b/xorg-font-bh-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndE31QKlOKsgmeP4s6F+woR0OKmUsaLeW8jtnpFxI6iugF14veMrJMk6/ULbhLUUJv4rhYbe389yST5LlpMSwHgc=
-SHA256 (Pkgfile) = 2d145a694e4306065b9de2edd42d8811825a05ef0aabab2ebea4b428b5af493d
+RWTSGWF5Q7TndFmMbkQ+jp1GTTHTVqlTNcKA5e4RVpWzUkJoeiKhUs2DcpMlSkgmdB+rivBIW+jpjKwNt18rt7vUL6zsjv7EwAc=
+SHA256 (Pkgfile) = 8cda69ace1e73363450002d813bf5b5c8c7e0a7ce1af7bb3d9ecb02cc9a6f676
SHA256 (.footprint) = 5810631ebcce90db6c1113da0f91a4d0ca2ab1bce10c9fa36783346709ecc8fd
SHA256 (font-bh-100dpi-1.0.3.tar.bz2) = 23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481
diff --git a/xorg-font-bh-100dpi/Pkgfile b/xorg-font-bh-100dpi/Pkgfile
index f867202..36311c4 100644
--- a/xorg-font-bh-100dpi/Pkgfile
+++ b/xorg-font-bh-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-100dpi
version=1.0.3
diff --git a/xorg-font-bh-75dpi/.signature b/xorg-font-bh-75dpi/.signature
index 2dc1bd0..692f042 100644
--- a/xorg-font-bh-75dpi/.signature
+++ b/xorg-font-bh-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndHlibjjlKrpGkMc39d52LZkAABw0FsKo0EIO0N1diVYLBvLX0mDyPc1dZ6qIA63fOyAIv8Zsl/ZZeDVTygEqwQ8=
-SHA256 (Pkgfile) = 02af0f7b1ce349b550755f15f99cf77e52f394e72b6546f1ff97f96c4c9d84f4
+RWTSGWF5Q7TndFYonjQ2itYCv1HkHJALKcPLHOjyW+X4NSK36REe/li2EV55pROvF07oXVDD7JLd458bFeZYOTdb1dsheIZYfw8=
+SHA256 (Pkgfile) = d4e01a7071edf8c736a3c0b9af9bde7e55e389d23e717cbaae7fc340334e4abc
SHA256 (.footprint) = 67678df74c372efea625e0c52be58be7d245912d59dc63f86ddbad83f865d8fb
SHA256 (font-bh-75dpi-1.0.3.tar.bz2) = 3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c
diff --git a/xorg-font-bh-75dpi/Pkgfile b/xorg-font-bh-75dpi/Pkgfile
index eb385a6..b50aee0 100644
--- a/xorg-font-bh-75dpi/Pkgfile
+++ b/xorg-font-bh-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-75dpi
version=1.0.3
diff --git a/xorg-font-bh-lucidatypewriter-100dpi/.signature b/xorg-font-bh-lucidatypewriter-100dpi/.signature
index 4cd4ec1..09cdf76 100644
--- a/xorg-font-bh-lucidatypewriter-100dpi/.signature
+++ b/xorg-font-bh-lucidatypewriter-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndDGZRcg5xvK8HZRh0Lus2MZorOf4h7jziQfZqsAEoTX1DSkZM6CTOnTYofMdPClGp78w57zLfyw1MBUHQJnl/wQ=
-SHA256 (Pkgfile) = 998493143547e3656fb032c8b4d6f5ed920cdca1876965c7baf8cc22e0f6b976
+RWTSGWF5Q7TndB+RtjTikRa9u7cVSbY+6zI0fVnnnGwKYfEc49OJYWoyqfxrXhbaHNL0+LLQH+/lQ2UUZo83LViGcM7DSBtH6gQ=
+SHA256 (Pkgfile) = a805f5e6ea2a769db21682beb11684003ca77e23184a7e777936c7291f918d15
SHA256 (.footprint) = eab3551a441c991fdb4befef6def77fa58ad6500b2b0f5dbb285c8bed26d8ca6
SHA256 (font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2) = 62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb
diff --git a/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile b/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
index efa4583..2ffa66d 100644
--- a/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
+++ b/xorg-font-bh-lucidatypewriter-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-lucidatypewriter-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-lucidatypewriter-100dpi
version=1.0.3
diff --git a/xorg-font-bh-lucidatypewriter-75dpi/.signature b/xorg-font-bh-lucidatypewriter-75dpi/.signature
index 3861680..b31866f 100644
--- a/xorg-font-bh-lucidatypewriter-75dpi/.signature
+++ b/xorg-font-bh-lucidatypewriter-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMHMh3I8f7SxU8IGbmMSIkmjyg5/t6W81oztjfWffYu0+vcqU7P9VjTx5PJVNgm6D5FpwgN3mrelcqDPl8LKQwQ=
-SHA256 (Pkgfile) = f4031a6a5a1fa490c16cb1ecd9f754ba36c5b378858d4620c6a4670a999e59ce
+RWTSGWF5Q7TndCnI0gYMd5wMslYuyxVQzAPEVJVM3LwDj6UCbJd9AqjDnJmONiShKsFSfphIIHLuX9qG3fzCRMc91xteDSLbnAs=
+SHA256 (Pkgfile) = f4202f21de33816bdef994d3c723fb6f7c9f54f99a48ff78ff64e9c79e80b22c
SHA256 (.footprint) = 03065909c459df2e7945f2755b4d29238aff33b064a147a50eab9a8026569c8a
SHA256 (font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2) = 4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31
diff --git a/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile b/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
index 0392f4e..5a46653 100644
--- a/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
+++ b/xorg-font-bh-lucidatypewriter-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-lucidatypewriter-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-bh-lucidatypewriter-75dpi
version=1.0.3
diff --git a/xorg-font-bh-ttf/.signature b/xorg-font-bh-ttf/.signature
index 851a672..93bacda 100644
--- a/xorg-font-bh-ttf/.signature
+++ b/xorg-font-bh-ttf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndIBa/x17mTGf45R0rcsPvBhqfTSzenjni62XFTGr/l9iXHIbOiuGk48BOnzhurl7fLNIxX3HxcH5xsUjr1iG6wE=
-SHA256 (Pkgfile) = 50bd48273153ead8307e5829ab6f0a272391b7baf68272a8df20f8d164c2e3d8
+RWTSGWF5Q7TndMwNlNr1uzvHMifQXlaRZUUkHEV9b3auP9tktfUyWMHUvUs1WQ7ZW3fmPWbGcmYUZCIgN/Mm1WeJUzI6gmylfwA=
+SHA256 (Pkgfile) = 0de076c596f883fe75b81b19db7e187dabb1c310851caad4c8ec9a5e40c7f4ca
SHA256 (.footprint) = ca9f4730a1b6d2950a75fc72e14d97b0bcebca32b3f1f98cd89153e0446f5487
SHA256 (font-bh-ttf-1.0.3.tar.bz2) = 1b4bea63271b4db0726b5b52c97994c3313b6023510349226908090501abd25f
diff --git a/xorg-font-bh-ttf/Pkgfile b/xorg-font-bh-ttf/Pkgfile
index b3e21af..8cdc6f6 100644
--- a/xorg-font-bh-ttf/Pkgfile
+++ b/xorg-font-bh-ttf/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-ttf
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bh-ttf
version=1.0.3
diff --git a/xorg-font-bh-type1/.signature b/xorg-font-bh-type1/.signature
index d487c23..6ef4717 100644
--- a/xorg-font-bh-type1/.signature
+++ b/xorg-font-bh-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndDSvG4etvkyFV42gnbq5qulOT6E6BOIt6hNDxjoRwL1R3XiwVT4WkFStrNioKEm90lFyFfz1vxFfldmUd5aZaAw=
-SHA256 (Pkgfile) = 89fb44117dbf65ae677d62e78df6e98d5a3b7b3a7a864653b8c54b8cc1ef3714
+RWTSGWF5Q7TndF9WL56PLGCyNNP7bzCznLzcudq3i2DdA/m7fdLTZEll/Xv1LHy3MkP7Jj2nUXDbZdGlL5VbGLeExeA4QFTdYgw=
+SHA256 (Pkgfile) = c6ea7e28aa78c568883dd0b0ad6c750dc6b26e46f08db31d3f926bb9e8baa6c7
SHA256 (.footprint) = ffc4eebd6bc889b770e7d64978f473d509688b40c8be1269c8b605440afa5c71
SHA256 (font-bh-type1-1.0.3.tar.bz2) = 761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1
diff --git a/xorg-font-bh-type1/Pkgfile b/xorg-font-bh-type1/Pkgfile
index 0f42378..a973599 100644
--- a/xorg-font-bh-type1/Pkgfile
+++ b/xorg-font-bh-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bh-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bh-type1
version=1.0.3
diff --git a/xorg-font-bitstream-100dpi/.signature b/xorg-font-bitstream-100dpi/.signature
index 4fd7e1a..74ef2a0 100644
--- a/xorg-font-bitstream-100dpi/.signature
+++ b/xorg-font-bitstream-100dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndKTZ8HxRZjht59VpIQcgsR39ECgY+/kZgFIRRxoW3YeSrjRP6DsfZbpg6RLu1BkQM2VCuuk0j1egt6ND7e+j5QE=
-SHA256 (Pkgfile) = 38597ca0d7341ecf0eecf1d4f7ce7811b348ca962b93363afd3b21da301245e3
+RWTSGWF5Q7TndIYOqgT9A4pRmgDs0tsctImzJXMZPjRmDySV5/3bXMR+iwq04PmzrxGihs4pOpc+HfVuTXevV34rQLJTiJd8uAo=
+SHA256 (Pkgfile) = 74c5d8fe6282928301a8d93d992f0c14ffb7b6f8c2025cc75a4f368dbd691d7e
SHA256 (.footprint) = 4a8c85d1f1e50174c247af70350132856bfffca94381fe4fe03feea5c62e84d6
SHA256 (font-bitstream-100dpi-1.0.3.tar.bz2) = ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce
diff --git a/xorg-font-bitstream-100dpi/Pkgfile b/xorg-font-bitstream-100dpi/Pkgfile
index ef393a7..f75da26 100644
--- a/xorg-font-bitstream-100dpi/Pkgfile
+++ b/xorg-font-bitstream-100dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-100dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-100dpi
version=1.0.3
diff --git a/xorg-font-bitstream-75dpi/.signature b/xorg-font-bitstream-75dpi/.signature
index 54c11f3..b611d58 100644
--- a/xorg-font-bitstream-75dpi/.signature
+++ b/xorg-font-bitstream-75dpi/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndPqwZ8MDIXRXIfWRhoGPC5ycKkf3D9E/paZTvRge7UO6Yx7xxYhjGNqKo6kRYaCnEboY+K+J2m/mrBnk4SP+kQc=
-SHA256 (Pkgfile) = 02618571e635e73dc89554240fd1bb435df7d12b508015b34fdb1969836ae1e0
+RWTSGWF5Q7TndJx0kG0krjyE3Cqs+D6aPceEGfHixNN3XjyQJ65e2vK9kvCYEeMJswBIwPUd5ZWJu2+cOCpU39Tb8C+jPTd2jQc=
+SHA256 (Pkgfile) = ea2dc392993f20760fd9cc49b39b8bea1a26223c3f46f8bcbbbc8c7b362e2464
SHA256 (.footprint) = 8e55ef104877d2ada16bcc665c6d8134ee67ccf6b9ad391cc776d8e18cea7462
SHA256 (font-bitstream-75dpi-1.0.3.tar.bz2) = ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e
diff --git a/xorg-font-bitstream-75dpi/Pkgfile b/xorg-font-bitstream-75dpi/Pkgfile
index 3aa05c0..97db016 100644
--- a/xorg-font-bitstream-75dpi/Pkgfile
+++ b/xorg-font-bitstream-75dpi/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-75dpi
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-75dpi
version=1.0.3
diff --git a/xorg-font-bitstream-speedo/.signature b/xorg-font-bitstream-speedo/.signature
index 6120755..e299f47 100644
--- a/xorg-font-bitstream-speedo/.signature
+++ b/xorg-font-bitstream-speedo/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndN0ZqhQQMKMijkTUenEVsq0fs25L9X+t1DhjDsBjqO0dwupeUyCEkEOSwWP9xURKOJFxrO6u55T4H6kWwP00VQo=
-SHA256 (Pkgfile) = f56916bfa1f8c1ed54b757518a176ed92b157137280ac6faac6f9b95c6bfa6a5
+RWTSGWF5Q7TndE63tI9wgOUU0bul0oR9ntyrdUbYTRMnQUWjsWJolBHJcqqi26T8V+ZLsai9kXyLlltcEejWsT3eK3Ev8qlTWQA=
+SHA256 (Pkgfile) = 14499e84b6f1f09ff606604a5712155fa3aa646efea970061bc98e89dc742751
SHA256 (.footprint) = 42bbd02e851b360ae157f43ba3403afec6f3c474ab5d0500f75368fc369cfcae
SHA256 (font-bitstream-speedo-1.0.2.tar.bz2) = 0708fe0046947b88c082b55844af8a861741dcdf087f0624bdf23fb773d76763
diff --git a/xorg-font-bitstream-speedo/Pkgfile b/xorg-font-bitstream-speedo/Pkgfile
index 91df66a..36e5f99 100644
--- a/xorg-font-bitstream-speedo/Pkgfile
+++ b/xorg-font-bitstream-speedo/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-speedo
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-bitstream-speedo
version=1.0.2
diff --git a/xorg-font-bitstream-type1/.signature b/xorg-font-bitstream-type1/.signature
index 89a8dc4..b10af11 100644
--- a/xorg-font-bitstream-type1/.signature
+++ b/xorg-font-bitstream-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndJ9DaFhSXQkGHZUsrbmGrWqIqnpMaYFxEa3PQumfg9NM18zJoQlEI0ohl459qoydXvt7u8g0lJOGdE287Xhv8Q8=
-SHA256 (Pkgfile) = f049970f7f7200969bbca3f636b527dfd1067cc0277972289240bef8771d0d0b
+RWTSGWF5Q7TndFeQ5whV3S8UxseAaVaSMVkNqNRHiqWTdZwAvn37ngjNX7j2B9OeOZRGUr1bJ7E0+c9+/+z1buqq9IBTg79L/Q0=
+SHA256 (Pkgfile) = 64ef6523e3585536c037890363d1f5f1a1d892540e3212a89efac421d334d116
SHA256 (.footprint) = fbadab91e7e46c1454f9bb829fdb8fd654bf81caaebe701a748d7a0d92fb2e05
SHA256 (font-bitstream-type1-1.0.3.tar.bz2) = c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688
diff --git a/xorg-font-bitstream-type1/Pkgfile b/xorg-font-bitstream-type1/Pkgfile
index 8c4d7c9..b8297ea 100644
--- a/xorg-font-bitstream-type1/Pkgfile
+++ b/xorg-font-bitstream-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-bitstream-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-bitstream-type1
version=1.0.3
diff --git a/xorg-font-cronyx-cyrillic/.signature b/xorg-font-cronyx-cyrillic/.signature
index 108501c..49e40b7 100644
--- a/xorg-font-cronyx-cyrillic/.signature
+++ b/xorg-font-cronyx-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndAl/Bee4vs5HrpyadkHny0kaQmbvIZx4btdxEZFSIzMSPoryrtp+BCC0Mfzo4s6YGT2L9/eppI+O9w6HWgQR8wA=
-SHA256 (Pkgfile) = 0e6321e2d6428fb98370d562e044888b8ba4a55b2a3c5157779da5948cd81189
+RWTSGWF5Q7TndLk7F9rOX6qDXnfjz8jTUnRiBOidsLtgtNE4gAfs/bGY48hGf4uBUwYAy1HJk+VE8B/IZ291TI8611HdG17EIw0=
+SHA256 (Pkgfile) = 7b4d4c1fa97fe6fe697acce98c946265b339432cd3bb021f3e927e11f779b9b6
SHA256 (.footprint) = de1fcc0165b80421e6e6cbb3f08784a713b959302f25a55925e52f41ce54b722
SHA256 (font-cronyx-cyrillic-1.0.3.tar.bz2) = 6e8631936157677c77ba032b5c7b1fb3cb2ee872dbcea0444f12cd602cd9212a
diff --git a/xorg-font-cronyx-cyrillic/Pkgfile b/xorg-font-cronyx-cyrillic/Pkgfile
index 1fe190e..17d4cb1 100644
--- a/xorg-font-cronyx-cyrillic/Pkgfile
+++ b/xorg-font-cronyx-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-cronyx-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-cronyx-cyrillic
version=1.0.3
diff --git a/xorg-font-cursor-misc/.signature b/xorg-font-cursor-misc/.signature
index 089e3a8..7d73616 100644
--- a/xorg-font-cursor-misc/.signature
+++ b/xorg-font-cursor-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndPRkoLtw6Y8WedBRom5P31T1lNNOAACm4VpFJmMxaSwdbkCA8IfgLhWQ2078j3sW+jMnl4bnfxPTaXDQO2UlWAY=
-SHA256 (Pkgfile) = a78ff3baf1cf917d1e51b391301276ed21a663217904a500b4b2b9da64bc70f6
+RWTSGWF5Q7TndKj6rJmRDqspWTrf4s79WTg/O5QjJV1KSPCeOsxLsdjXAMbo7TsA1QJXZ4HsL9g/n1GXZ81g1z8YjQl0fNR95Q4=
+SHA256 (Pkgfile) = 685c6a8eb5506123453b698f525a66ee34549f717a0c0b55e07f828d4a6c0f09
SHA256 (.footprint) = 027a45f5f467e352cba523998cbb8825f600b421cfadd95fb1d33d8b9fbdfcd2
SHA256 (font-cursor-misc-1.0.3.tar.bz2) = 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635
diff --git a/xorg-font-cursor-misc/Pkgfile b/xorg-font-cursor-misc/Pkgfile
index 0c24ccc..6343b09 100644
--- a/xorg-font-cursor-misc/Pkgfile
+++ b/xorg-font-cursor-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-cursor-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf
+# Depends on: xorg-mkfontscale, xorg-bdftopcf
name=xorg-font-cursor-misc
version=1.0.3
diff --git a/xorg-font-daewoo-misc/.signature b/xorg-font-daewoo-misc/.signature
index c27f290..4492f6c 100644
--- a/xorg-font-daewoo-misc/.signature
+++ b/xorg-font-daewoo-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMmDh/Ow2L3X3u7uroayg+WK5HNGu60hJN+hDVza1OXur1V1IkJXKRDfZNuI6UAgSd9Mmk+n/o7qIV50Rp1nJgQ=
-SHA256 (Pkgfile) = 0c8498e0827305d5d8b5dddfc9a6fe80e132b993449f2c4db9886e8c9a9acf7c
+RWTSGWF5Q7TndMaPGXkmxqEslN4l7biAEI5VhUuLzUQRDvdayqvfvyMRC0gz/1D9jvD72mJk0GsQDO+2Kbz3lbTtC5+CNGkhlAg=
+SHA256 (Pkgfile) = 0d49ef260caedcf7551d56fecc9a749aa68b0d1550d6d886a6dfe41f9cb6fda0
SHA256 (.footprint) = 902445ac586b96ff984a2a0a7c00df526299a7ea89825d3a861dd1f7649f273a
SHA256 (font-daewoo-misc-1.0.3.tar.bz2) = bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8
diff --git a/xorg-font-daewoo-misc/Pkgfile b/xorg-font-daewoo-misc/Pkgfile
index fdce951..b1da0ba 100644
--- a/xorg-font-daewoo-misc/Pkgfile
+++ b/xorg-font-daewoo-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-daewoo-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-daewoo-misc
version=1.0.3
diff --git a/xorg-font-dec-misc/.signature b/xorg-font-dec-misc/.signature
index 8f4e2b3..b89a564 100644
--- a/xorg-font-dec-misc/.signature
+++ b/xorg-font-dec-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndGZNjcnvhNl0euttION1fIRtAQGw45zD4Yij79V+udEYOL+FKFRcMHowJgpjtD1OL5k/VN95u6A+GgVkFiwWFg4=
-SHA256 (Pkgfile) = 3043c9112b7d0e7f9483ce3a30e8a7450850415ccc184b3ab988a97e9d34c78a
+RWTSGWF5Q7TndAVMBXIegmqHXrp+hz96uG/NoVrIGw2obO+Q101avhWyDBeRm0bChWwOTpiSL5xIfZcBUM0DmvA9W0dgjCthNwI=
+SHA256 (Pkgfile) = c0a8a61bf3c389188a77725093a178ac0e6f57a4d056cdc418e6f8fb3aad4227
SHA256 (.footprint) = eba02919c7c1b563ed80078593cc8ef5086d6f3e12c93cec1a4a2d80240e3552
SHA256 (font-dec-misc-1.0.3.tar.bz2) = e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b
diff --git a/xorg-font-dec-misc/Pkgfile b/xorg-font-dec-misc/Pkgfile
index 9b55fa8..0c71c69 100644
--- a/xorg-font-dec-misc/Pkgfile
+++ b/xorg-font-dec-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-dec-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-dec-misc
version=1.0.3
diff --git a/xorg-font-dejavu-ttf/.signature b/xorg-font-dejavu-ttf/.signature
index 0e9f193..bdb1f2a 100644
--- a/xorg-font-dejavu-ttf/.signature
+++ b/xorg-font-dejavu-ttf/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndBn3eGuupjiFzLPZK4sy/uvjhL+IPr7S45pXe6eI4s66f9/hU6w9wpnJFAEpr9upD0S/MHCe0T55vfKs5kyfdwg=
-SHA256 (Pkgfile) = f64909af801b450c4e66951b1d3dec3ebf2ad99c09ba6d105f81a8c67f9e418d
+RWTSGWF5Q7TndBNfzm01brC8oEg5JmIw4Vxnp9KoNA0/Vs0SpVjhprKmZJig1GPeHiHCLe2ATKUkysxeDLlQncJJr2vEaVZZlgE=
+SHA256 (Pkgfile) = 070e224d48ef8f0dfe2c5b5a5f540dcfcbcd647ac23f51bfc6771fc48f06acf6
SHA256 (.footprint) = 61b1abf61ffa1af6c94783fadb80cb98fb70113c12e76610cd540491c37e8d38
SHA256 (dejavu-fonts-ttf-2.36.tar.bz2) = f12d7e7f7adedcda09cc3d2281645ac72504aaa0949690233418867adb50fa6e
diff --git a/xorg-font-dejavu-ttf/Pkgfile b/xorg-font-dejavu-ttf/Pkgfile
index ba82156..10b536b 100644
--- a/xorg-font-dejavu-ttf/Pkgfile
+++ b/xorg-font-dejavu-ttf/Pkgfile
@@ -1,7 +1,7 @@
# Description: A font family based on the Bitstream Vera Fonts
# URL: http://dejavu-fonts.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig
+# Depends on: xorg-mkfontscale fontconfig
name=xorg-font-dejavu-ttf
version=2.36
diff --git a/xorg-font-ibm-type1/.signature b/xorg-font-ibm-type1/.signature
index 02c1963..b791cf0 100644
--- a/xorg-font-ibm-type1/.signature
+++ b/xorg-font-ibm-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndNlot9YupCkHXkA6e+mHuhCm1T1AcPN0poMg6AT3Oj/XdAv8S4kG1jDDUIeUX5FF4twJLyGuHXxI3vQcYY4BzwI=
-SHA256 (Pkgfile) = 97d549067f5ad0fb1e983ea96496496495044d7aa5a66abe8b154dc677b43fcf
+RWTSGWF5Q7TndNBNu5Ga+N0OjaxdBwzMYe11gkghdb38bmaHsPm9Tp9CE2o7bZBSs9ELSSLbZC43wF42O4fnqyET/QiPrZ4wPgo=
+SHA256 (Pkgfile) = d13e0f2c47389f1c6f4e73076d710bf07dd8d01ba826b51c4dc3f3e61a1d8476
SHA256 (.footprint) = 968dd9b01dd298619120fce6944938970cfc5ca46b32e5299c5e824ee1057e7d
SHA256 (font-ibm-type1-1.0.3.tar.bz2) = fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df
diff --git a/xorg-font-ibm-type1/Pkgfile b/xorg-font-ibm-type1/Pkgfile
index 2773af8..1a71e57 100644
--- a/xorg-font-ibm-type1/Pkgfile
+++ b/xorg-font-ibm-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-ibm-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-ibm-type1
version=1.0.3
diff --git a/xorg-font-isas-misc/.signature b/xorg-font-isas-misc/.signature
index ef56724..df38f32 100644
--- a/xorg-font-isas-misc/.signature
+++ b/xorg-font-isas-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMOZRoCuC7PjyTzO5sVEq4huQoKMWY2H79cW3W0WLAsz5b1vNaD7lkPhityuYk7lbSFKxjxye7HYVVD+CtnfMwE=
-SHA256 (Pkgfile) = 4e52cce48002dd7ba1e6e583e3f3c734eb2c280e020b4a58491720da3da5b78c
+RWTSGWF5Q7TndNEQdTR5DZ9wQlG+hkWgllP5wJkU5jFNsFzyBdFtLVyhyJ3lQNIvD9mQ5iiH47f89z2Dhj9YImO5y/k17Fij6Qk=
+SHA256 (Pkgfile) = 0ab754c11a0edeee76dba19ddd7890b77a5deaf2c13135ba85ddadd015e00cad
SHA256 (.footprint) = 281d27e6b32c417752776e37dedfbd6e979ab88e7d0e6c83a5b1ac3f26cb0a77
SHA256 (font-isas-misc-1.0.3.tar.bz2) = 5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867
diff --git a/xorg-font-isas-misc/Pkgfile b/xorg-font-isas-misc/Pkgfile
index 3d5614a..a68104b 100644
--- a/xorg-font-isas-misc/Pkgfile
+++ b/xorg-font-isas-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-isas-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-isas-misc
version=1.0.3
diff --git a/xorg-font-jis-misc/.signature b/xorg-font-jis-misc/.signature
index 9bb8ba8..83f0b03 100644
--- a/xorg-font-jis-misc/.signature
+++ b/xorg-font-jis-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndKZhBTK2AuaewFdN3oI8mzEn2ivss2zS4dyV132Su859bX3mC6cVfCQ+lUoVQBIK5iBD6QbaxF9RWGpgEzN4xQE=
-SHA256 (Pkgfile) = d7b50340ac25d89bff47f34e2c8d065ae275f8ac461a8df817d2a88a10cb04ab
+RWTSGWF5Q7TndE774zl5nJGRxEcBHouWadRtxHt3PHQzGJP4Njai5Z7JweS8YOgd7V04CLNIxhGDoqW2OCHDzKCDWFvrks40iAQ=
+SHA256 (Pkgfile) = 5ff8ef650006534fd09faf8b491ef36d06580b1bbbf5075c9a7106f779ba5b08
SHA256 (.footprint) = dfc2032d30f8ad732622841e20b00aac5cf069b691130250ee982fdc61d64edf
SHA256 (font-jis-misc-1.0.3.tar.bz2) = 2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
diff --git a/xorg-font-jis-misc/Pkgfile b/xorg-font-jis-misc/Pkgfile
index 0644be9..72eb277 100644
--- a/xorg-font-jis-misc/Pkgfile
+++ b/xorg-font-jis-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-jis-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-jis-misc
version=1.0.3
diff --git a/xorg-font-micro-misc/.signature b/xorg-font-micro-misc/.signature
index bf0a1bd..ddda846 100644
--- a/xorg-font-micro-misc/.signature
+++ b/xorg-font-micro-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndI+HLcNLolGNDzH1qMGTzdn6pPwFm9ZatreuCtjuREZnmUEXkI/fE4gpwJPJTp/xZ3p9fwns5MQevnqzclT/CQ8=
-SHA256 (Pkgfile) = 4b84db7e5d3a8bc040eca98edb5de0ee409c552f9b3e8aff1a3a13f8a5a6407a
+RWTSGWF5Q7TndAsluWLpSptdDq0oGy2mwJ2Q3IKhINZOYn6cm4ov1cXyj97uv6AXd0BgbIo4A5PR2L+YH6ejU8fLYu8arcTPWQc=
+SHA256 (Pkgfile) = 5c4f7ea1ecfbb40b747f23898b9c90e51dd8ffd0e8a69177edd0c98f582ac722
SHA256 (.footprint) = 71f18bfd4513f04d9e0a489e670d3904972a9d176ebb7e306d622a75bde0e843
SHA256 (font-micro-misc-1.0.3.tar.bz2) = 9a3381c10f32d9511f0ad4179df395914c50779103c16cddf7017f5220ed8db6
diff --git a/xorg-font-micro-misc/Pkgfile b/xorg-font-micro-misc/Pkgfile
index 58bf50e..89f1429 100644
--- a/xorg-font-micro-misc/Pkgfile
+++ b/xorg-font-micro-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-micro-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-micro-misc
version=1.0.3
diff --git a/xorg-font-misc-cyrillic/.signature b/xorg-font-misc-cyrillic/.signature
index 8ee8761..d66571b 100644
--- a/xorg-font-misc-cyrillic/.signature
+++ b/xorg-font-misc-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndLukhqWzZTVd0NwEQhNIG+gYjfH+TAGvxdtY5ukc0SlEXq1t7ilmA/VXLIlqjM3zXibVChiuCXPmpmoNxOXXEAc=
-SHA256 (Pkgfile) = 0e9a61f4254420fbe9a1f94141b6be5e0546bf2d541d79cc3fc32f9c00229046
+RWTSGWF5Q7TndECXUWxjHIZxzmT/VNtRVxqA/ftCn4mRY1nI0TcnsdIrm410U0DvJ189LmKiGuQ1C84RaSdZ+TTuSy9VWinlTgs=
+SHA256 (Pkgfile) = 55ece48ed632acb006fc515111bdd2ace44ce124c8013461d2280e89b52516b0
SHA256 (.footprint) = 3aefa898ab146d78ff372f3657d02bab5341e125c1866a91ef588a023d9346bd
SHA256 (font-misc-cyrillic-1.0.3.tar.bz2) = e40fe3e3323c62b738550795457ad555c70c008aa91b5912dfd46f8e745f5e60
diff --git a/xorg-font-misc-cyrillic/Pkgfile b/xorg-font-misc-cyrillic/Pkgfile
index 515eaf4..81c2e27 100644
--- a/xorg-font-misc-cyrillic/Pkgfile
+++ b/xorg-font-misc-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-misc-cyrillic
version=1.0.3
diff --git a/xorg-font-misc-ethiopic/.signature b/xorg-font-misc-ethiopic/.signature
index 8e64fb3..3594573 100644
--- a/xorg-font-misc-ethiopic/.signature
+++ b/xorg-font-misc-ethiopic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndIjj8Oum+rJvQWoiZ6EHcVzD+KLbdjo7jy/0VBy0JJ03siX4jOOwQtJdZaF+6+fpAepUHs4lv911Zy5jCY15mA4=
-SHA256 (Pkgfile) = 819842070ca262db725f135cbbd4cce9abfcdf8c9868671a6ffd7696d08d3477
+RWTSGWF5Q7TndKumH08ESpJtEBigbcb6O8IXK3bd55VDDac+dzFayrlQQTUdIY6HaMkPfDoh8NKN6i2J0o93T7PZu6PF504EoAI=
+SHA256 (Pkgfile) = 76c84c0bc9f1466a5dfa3a54580cd8f95442d61118e6e754e5388f71092c8435
SHA256 (.footprint) = a7e0d7fffc9a3cc6df30192735e034b07f935be26e06c401496878c82e33032c
SHA256 (font-misc-ethiopic-1.0.3.tar.bz2) = 53cb1fd83afdbe7939c0eac34003676ee0e6023216892d98054db90b703c98a5
diff --git a/xorg-font-misc-ethiopic/Pkgfile b/xorg-font-misc-ethiopic/Pkgfile
index ad54f91..ad2d320 100644
--- a/xorg-font-misc-ethiopic/Pkgfile
+++ b/xorg-font-misc-ethiopic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-ethiopic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-misc-ethiopic
version=1.0.3
diff --git a/xorg-font-misc-meltho/.signature b/xorg-font-misc-meltho/.signature
index 4191e16..3fc2e84 100644
--- a/xorg-font-misc-meltho/.signature
+++ b/xorg-font-misc-meltho/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndA+Y23kuvJNdsXQdw69PDni7KSseGEXh5LW6QVqvjdD48bi/xsUoPXx4LJix5uJN+PJ7YTfY8EJ/0OBg4ncoxwI=
-SHA256 (Pkgfile) = af23f1273d4cc184396c2ff34d8bd8949638e1198850f8ee2e78559c879f9183
+RWTSGWF5Q7TndJz0hjkUOI4PPn76eg4DSvKXtvylZH8+EavxW2EnInFe8sYxVUwaOevRwQfChxWpb8novhmA1w7y6dT6zOhifQk=
+SHA256 (Pkgfile) = 65ecb188be7e4e242d97799fc49382a289794ea955e4055847a4bc621ccc6631
SHA256 (.footprint) = fd7bddaad8d0812c468a7293761ef9b148256832d25151da02816f16a1582835
SHA256 (font-misc-meltho-1.0.3.tar.bz2) = 3721323f13855cf7ca609115a1f7b182491e9b2b9c6e01eb1a2c7f8edd480791
diff --git a/xorg-font-misc-meltho/Pkgfile b/xorg-font-misc-meltho/Pkgfile
index 64b3a9d..36ca8fa 100644
--- a/xorg-font-misc-meltho/Pkgfile
+++ b/xorg-font-misc-meltho/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-meltho
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-misc-meltho
version=1.0.3
diff --git a/xorg-font-misc-misc/.signature b/xorg-font-misc-misc/.signature
index a3ee520..fad16e8 100644
--- a/xorg-font-misc-misc/.signature
+++ b/xorg-font-misc-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndGUwm/aghYuH4Y0i2H1WlCsN1Fj3DVDZNoxWZkwglfPeqeDZCkP9YlQ2hTcwW6bbOK89ogKEuy2ZDkELnDfXzQs=
-SHA256 (Pkgfile) = ff440c5f51ab236098133c37a20783811e784dacb7bbfafb1f59e2688333cdfa
+RWTSGWF5Q7TndKDQvaBVSKHK7gsEHYg06tKmfxXLkAwCStDUlXhOTYdYHKOlhv4cnunfrwAGh/R9LbwbnU2V8TeSwCEUfOvAcgw=
+SHA256 (Pkgfile) = 7f3ed9e33eba9b1a7af5966895fba67162853a63ac72865d70d1e2d2561ad78d
SHA256 (.footprint) = 98a62c1afeb34492adbfe094b0b001eebb9da09661643fa1cf823850c5cc835c
SHA256 (font-misc-misc-1.1.2.tar.bz2) = b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794
diff --git a/xorg-font-misc-misc/Pkgfile b/xorg-font-misc-misc/Pkgfile
index 2885598..fe24411 100644
--- a/xorg-font-misc-misc/Pkgfile
+++ b/xorg-font-misc-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-misc-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
+# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontscale
name=xorg-font-misc-misc
version=1.1.2
diff --git a/xorg-font-mutt-misc/.signature b/xorg-font-mutt-misc/.signature
index af37f48..ff6b1d4 100644
--- a/xorg-font-mutt-misc/.signature
+++ b/xorg-font-mutt-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndA6joO0+xZ2kMR4YVJkb/JQV4uMOUa9BVan6q/OCzmUe2I8h9kxCP2RmSD9H5dSPVP6XQGZfTMq5LqXTo/fYhw4=
-SHA256 (Pkgfile) = 4b7ac0563fa963dac7c31dd22bf9879d5690107438eb7abf185ed36278b8d850
+RWTSGWF5Q7TndLVyJfz3rj+5PHWXjTnJzCZqJ8hYUvieeNpROcEB/kol3ulGyYWLIWdBr5nRb076GjNVYpCCRJKLlMGpA/u3eQ8=
+SHA256 (Pkgfile) = 7c57a70402cf837774862fc274fb12fa093c43ae2607c2a24e5d39e19de6accb
SHA256 (.footprint) = 908c99ae1e01fbb3d51247e403c78f202c15222837aead383b98eb679e4a0ac7
SHA256 (font-mutt-misc-1.0.3.tar.bz2) = bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f
diff --git a/xorg-font-mutt-misc/Pkgfile b/xorg-font-mutt-misc/Pkgfile
index 4ae6802..37b362d 100644
--- a/xorg-font-mutt-misc/Pkgfile
+++ b/xorg-font-mutt-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-mutt-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-mutt-misc
version=1.0.3
diff --git a/xorg-font-schumacher-misc/.signature b/xorg-font-schumacher-misc/.signature
index 8a91fa2..b0f0543 100644
--- a/xorg-font-schumacher-misc/.signature
+++ b/xorg-font-schumacher-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndJo52kZBvEZi4Mw9yFUeHGMl18LTUj+UszB+hclxyB1Xj6Dtb8E6NKtSkuV/I76S6wNEMWAIzVeMHwpz9539qAI=
-SHA256 (Pkgfile) = 64bf3166dfa7dd15aafd68b10ec6ed25b1814639393c56fe88572a049be46394
+RWTSGWF5Q7TndKgsCQtmmFXfEnj1IZalnVfzJUXaGoemBdlHI5Kl1fYlzgT+8R2vJM6Y4fm8v55btHyN/z99ZO4XRR+wxp7Kiwc=
+SHA256 (Pkgfile) = 0765e3a0bb3d95c975f2bb75619ece66f3f38db6be4f270871e11a93519e9f56
SHA256 (.footprint) = 1f1269eeaa45d6e02da3e6f4fc7782735a2a0b7411314ab54d7fc3ea9429e8a1
SHA256 (font-schumacher-misc-1.1.2.tar.bz2) = e444028656e0767e2eddc6d9aca462b16a2be75a47244dbc199b2c44eca87e5a
diff --git a/xorg-font-schumacher-misc/Pkgfile b/xorg-font-schumacher-misc/Pkgfile
index 268b46c..bebacf9 100644
--- a/xorg-font-schumacher-misc/Pkgfile
+++ b/xorg-font-schumacher-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-schumacher-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-schumacher-misc
version=1.1.2
diff --git a/xorg-font-screen-cyrillic/.signature b/xorg-font-screen-cyrillic/.signature
index 75da020..6e07aee 100644
--- a/xorg-font-screen-cyrillic/.signature
+++ b/xorg-font-screen-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndCR1iNcJm4CbM5UsDSFTvLr2KGnnadbeNpd/mfdyxiImeAZcv4E9eXzbZ9HAk5GMU36NRzk1dJZ47SGOjdvp2A8=
-SHA256 (Pkgfile) = 04d8252a04d8838f43be3a0657a279f8374f71e30e60b934d36260b63c7c480a
+RWTSGWF5Q7TndGelD5/kCqhOGUid9ieI95JXFSHoS8Ol2fOgj54CtsYzawpDdl1cVgGX+/sqtT7phZqoS1hx13HEpH9oHzBItwI=
+SHA256 (Pkgfile) = 82fc7dedfe1280d7e08bcedaeab8e72cdb9bae864447e2c429302cfb7e911877
SHA256 (.footprint) = aa9c5ab8791037a0f4593d9716fb201aa020661bc9c7faa657cfcab567a2e5e3
SHA256 (font-screen-cyrillic-1.0.4.tar.bz2) = 824231e8dffe15299454e47259f29d98001c9cf8ad3d6b5171399e4d71705e79
diff --git a/xorg-font-screen-cyrillic/Pkgfile b/xorg-font-screen-cyrillic/Pkgfile
index 7c4c063..364969c 100644
--- a/xorg-font-screen-cyrillic/Pkgfile
+++ b/xorg-font-screen-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-screen-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-screen-cyrillic
version=1.0.4
diff --git a/xorg-font-sony-misc/.signature b/xorg-font-sony-misc/.signature
index eb0d994..0ed89a0 100644
--- a/xorg-font-sony-misc/.signature
+++ b/xorg-font-sony-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndFGk+ubP3nmpSEmIHO1pzDNMvbLIApUnDQVp4ZnIliBj24PO8VuHo1swixl5X+JK7G+DpeLYuH55512r8ZrzoQ4=
-SHA256 (Pkgfile) = d62679a9327126c52b3bb909b597c0926ad3486163cf0c688567278223e781d4
+RWTSGWF5Q7TndOJEdMtr4RY6V47kTxk2Jtt3tsIHWcf4J+WcHJ1CF8qTvfEDAo2NSqMQd/lGowqCiLeTl9gMrkWqYq4iLNoJ4gM=
+SHA256 (Pkgfile) = f34e8318412a66999c4c5a0aa710d96d0a2e3d4edabc0550e4037abc6efd3db9
SHA256 (.footprint) = 7c32d0cdf807ebc1f30dd9184850da23f9112802d5adaee3e1d174532c1f362b
SHA256 (font-sony-misc-1.0.3.tar.bz2) = 2043a326ba347c9da5ca1e9bc363e2521c3ea40b43b1f9662d333efd4867cff5
diff --git a/xorg-font-sony-misc/Pkgfile b/xorg-font-sony-misc/Pkgfile
index ee81c82..db96ba4 100644
--- a/xorg-font-sony-misc/Pkgfile
+++ b/xorg-font-sony-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-sony-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-sony-misc
version=1.0.3
diff --git a/xorg-font-sun-misc/.signature b/xorg-font-sun-misc/.signature
index 12e89a8..27a5e6c 100644
--- a/xorg-font-sun-misc/.signature
+++ b/xorg-font-sun-misc/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndMM/ovYNv6iJUqhu67trjy78u5tJl3oqPGBcF0FUCL0NwRjubSitEXdUKyhrer3+0xkwrjY4Pz1Xc+q/5cN8Qgg=
-SHA256 (Pkgfile) = a8f840d09a0ce8fb9950020293ae63d5eaf96367fdec9b4e5bbcaf5bb43ed8c2
+RWTSGWF5Q7TndH5CwOhDJCvo8PqZFCTOvjbpv5z6vrL+r0NlCXQBbJKnn+U6OU7yDKbgCDONRlTvK3k/7A2v1q3v1U/aSPT0CgY=
+SHA256 (Pkgfile) = f8c77857b8bd96dfd36378c3a79e9fd131530d03138fb23c07f2d7ad20ae3db9
SHA256 (.footprint) = 9ae5a55fb166bb8868919ce1feb0dbc704e3ae378ece0dadc6e3fd880c0a0ba6
SHA256 (font-sun-misc-1.0.3.tar.bz2) = 481f4fcbbf7005658b080b3cf342c8c76de752e77f47958b2b383de73266d2e0
diff --git a/xorg-font-sun-misc/Pkgfile b/xorg-font-sun-misc/Pkgfile
index cb47f33..83345d1 100644
--- a/xorg-font-sun-misc/Pkgfile
+++ b/xorg-font-sun-misc/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-sun-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-sun-misc
version=1.0.3
diff --git a/xorg-font-winitzki-cyrillic/.signature b/xorg-font-winitzki-cyrillic/.signature
index 141ffe7..fa45ac4 100644
--- a/xorg-font-winitzki-cyrillic/.signature
+++ b/xorg-font-winitzki-cyrillic/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndI4JKdsntu3Cd0LQdL2VHGbndd+ijmBeS20YNbTA24WA71LbmaWDdo5Ec7vKx6wPSphUDVPwYuqyqo0hbOZpuw8=
-SHA256 (Pkgfile) = e02ff873a507348cb3d4d9d5d6152dfed186c08fc4994d4676a2a62f3f9f9d88
+RWTSGWF5Q7TndJTxFVo1RzgUgv3UtAoC8XYnu0humeQahb6y4ro7RmlufC7I098CEIahpDOm6v5m/khNWWB3idnFbcFyRjU8kwU=
+SHA256 (Pkgfile) = 26762ea9aee93754477c6f383f46c543bee78b2a2c510675c9c398f2d2085b51
SHA256 (.footprint) = 00b57c7ecb95decac778bff01b29d9f12f9790fc4d927ca7263e99c8b09a2b86
SHA256 (font-winitzki-cyrillic-1.0.3.tar.bz2) = abd13b63d02fcaec488686c23683e5cf640b43bd32f8ca22eeae6f84df0a36a0
diff --git a/xorg-font-winitzki-cyrillic/Pkgfile b/xorg-font-winitzki-cyrillic/Pkgfile
index 879cf7c..2075b00 100644
--- a/xorg-font-winitzki-cyrillic/Pkgfile
+++ b/xorg-font-winitzki-cyrillic/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-winitzki-cyrillic
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
+# Depends on: xorg-mkfontscale, xorg-bdftopcf, xorg-font-util
name=xorg-font-winitzki-cyrillic
version=1.0.3
diff --git a/xorg-font-xfree86-type1/.signature b/xorg-font-xfree86-type1/.signature
index a46f095..99606e8 100644
--- a/xorg-font-xfree86-type1/.signature
+++ b/xorg-font-xfree86-type1/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndO7a+azfTcWJExNIr6Dv7RgA1spFTqvg85gqIT3uygZtQWK49BhUYFpWKffJ3RU51lNHCUlCBue34etg4RanXwo=
-SHA256 (Pkgfile) = d5153552895c0a00893440072045d2b200dce490e90741ddaf8d667e96d8432b
+RWTSGWF5Q7TndF0vUX4Bw2qQpEYuZ+sSV5nYwrARQNxyE79DgCAkfou5b5pfeYsM48McXd3a5R4eHRTFplk73dLHsj91iQ/lVgo=
+SHA256 (Pkgfile) = 963e09808b902bf0c98fac6fd04b61e7ecb5cd696ec926a2b98573f1dbf9a5f7
SHA256 (.footprint) = 9f6ec142e3d5a1011b23c9bdfe4b195c9328fd2389650ef3b17ac75193069964
SHA256 (font-xfree86-type1-1.0.4.tar.bz2) = caebf42aec7be7f3bd40e0f232d6f34881b853dc84acfcdf7458358701fbe34a
diff --git a/xorg-font-xfree86-type1/Pkgfile b/xorg-font-xfree86-type1/Pkgfile
index 2c9ed17..cc2e5ab 100644
--- a/xorg-font-xfree86-type1/Pkgfile
+++ b/xorg-font-xfree86-type1/Pkgfile
@@ -1,7 +1,7 @@
# Description: xorg font font-xfree86-type1
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: xorg-mkfontdir, xorg-mkfontscale, fontconfig
+# Depends on: xorg-mkfontscale, fontconfig
name=xorg-font-xfree86-type1
version=1.0.4
diff --git a/xorg-server/.signature b/xorg-server/.signature
index 6278eb5..5aebaab 100644
--- a/xorg-server/.signature
+++ b/xorg-server/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndK0f1X9nLwHpUEIquBQymBt59IIuXUN/m+XOlDUllSWJEgAj8n75vG5zWFrU8qnGXoxykJaYojLqqzvUPPbHpAw=
-SHA256 (Pkgfile) = e6dc9a2df7e91f1b18b781480cb3066f67bd0f686321700f3451211858f7bad1
+RWTSGWF5Q7TndNRxPIFGMc5Rjd0RbpXxOMygAYHYRFsXUImsJa1CHbQqVfDhGN3T1prY11eX0BM9j5DV4zrq1uRybdq6UlTRaQE=
+SHA256 (Pkgfile) = 13275925eac02bfd01b75a2e63b1d3a5478a4fbd25e87ec887f582f1ecc6277b
SHA256 (.footprint) = d159a275a4868001332954580ab4f70976c97a80334b157023935b36722e50cd
SHA256 (xorg-server-1.20.4.tar.bz2) = fe0fd493ebe93bfc56bede382fa204458ff5f636ea54d413a5d1bd58e19166ee
diff --git a/xorg-server/Pkgfile b/xorg-server/Pkgfile
index dd7e5cc..f0c6b4d 100644
--- a/xorg-server/Pkgfile
+++ b/xorg-server/Pkgfile
@@ -1,7 +1,7 @@
# Description: X Window System server
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: libepoxy util-linux xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontdir xorg-mkfontscale xorg-xcb-util-keysyms
+# Depends on: libepoxy util-linux xorg-bdftopcf xorg-font-util xorg-libdmx xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxfont2 xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxxf86dga xorg-mkfontscale xorg-xcb-util-keysyms
name=xorg-server
version=1.20.4
1
0
commit c5b063d4b5a9ae9d29646611fdc9847ad14d83b3
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Sat Mar 2 17:22:38 2019 -0600
dunst: initial import, version 1.3.2
diff --git a/dunst/.footprint b/dunst/.footprint
new file mode 100644
index 00000000..89ad24e0
--- /dev/null
+++ b/dunst/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/dunst
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/org.knopwob.dunst.service
+drwxr-xr-x root/root usr/share/dunst/
+-rw-r--r-- root/root usr/share/dunst/dunstrc
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/dunst.1.gz
diff --git a/dunst/.md5sum b/dunst/.md5sum
new file mode 100644
index 00000000..4dfb52ad
--- /dev/null
+++ b/dunst/.md5sum
@@ -0,0 +1 @@
+68ad9fd1dab537d7a1ad93c899c50278 dunst-1.3.2.tar.gz
diff --git a/dunst/.signature b/dunst/.signature
new file mode 100644
index 00000000..550f76c9
--- /dev/null
+++ b/dunst/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF33sWpNdkRA2nRbPE76s2QzbM/1fKeE0JQ8vJacH/OJvHaQzj8tzT6ZqrFTx5uk0TEss99AiXRwExLbRr212ATwg=
+SHA256 (Pkgfile) = 3d310cd743b5db04f0346c389478bb5d4e5b630ec1f2b8f178b2e0baacb48d88
+SHA256 (.footprint) = 5e444186454a276de56288fb7ebc407b1ee2b3ac37fbf101a172fd8c6e7e9983
+SHA256 (dunst-1.3.2.tar.gz) = aab6e8fb1105a64153eee1db85d00ddb807994f03f7222aa46d40e3f3846d28a
diff --git a/dunst/Pkgfile b/dunst/Pkgfile
new file mode 100644
index 00000000..f2f01c16
--- /dev/null
+++ b/dunst/Pkgfile
@@ -0,0 +1,15 @@
+# Description: A lightweight replacement for the notification daemons provided by most desktop environments
+# URL: https://dunst-project.org/
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+# Depends on: dbus gdk-pixbuf libxdg-basedir pango xorg-libxinerama xorg-libxrandr xorg-libxscrnsaver
+
+name=dunst
+version=1.3.2
+release=1
+source=(https://github.com/dunst-project/$name/archive/v$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make
+ make PREFIX=/usr DESTDIR=$PKG install
+}
1
0
02 Mar '19
commit e16bd3760f7b7a14fc9c47c3347a27ad1c0e20f1
Author: Matt Housh <jaeger(a)crux.ninja>
Date: Sat Mar 2 17:21:45 2019 -0600
libxdg-basedir: initial import, version 1.2.0
diff --git a/libxdg-basedir/.footprint b/libxdg-basedir/.footprint
new file mode 100644
index 00000000..1ffd6c68
--- /dev/null
+++ b/libxdg-basedir/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/basedir.h
+-rw-r--r-- root/root usr/include/basedir_fs.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libxdg-basedir.a
+-rwxr-xr-x root/root usr/lib/libxdg-basedir.la
+lrwxrwxrwx root/root usr/lib/libxdg-basedir.so -> libxdg-basedir.so.1.2.0
+lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.2.0
+-rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.2.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc
diff --git a/libxdg-basedir/.md5sum b/libxdg-basedir/.md5sum
new file mode 100644
index 00000000..ba836b2a
--- /dev/null
+++ b/libxdg-basedir/.md5sum
@@ -0,0 +1 @@
+bd3bb815c9e27fda9c721b9c0b29ddda libxdg-basedir-1.2.0.tar.gz
diff --git a/libxdg-basedir/.signature b/libxdg-basedir/.signature
new file mode 100644
index 00000000..6f469e9a
--- /dev/null
+++ b/libxdg-basedir/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF37ug5yDEMl8YghHrW5wJtVRnakncUmKm96DPBtBkoiCfBOI+7/CAERq9mR4yjPCXEdKDCdHILp0FbKpukPvzAAQ=
+SHA256 (Pkgfile) = 43539fb81217ad828009f3aa7f353fbb2a92d1049316d4635ce606e688e0bc9d
+SHA256 (.footprint) = 9bebe11b48966f10b1311b9995a2ae64722ce578ae1f2689d67876030a5229d7
+SHA256 (libxdg-basedir-1.2.0.tar.gz) = 1c2b0032a539033313b5be2e48ddd0ae94c84faf21d93956d53562eef4614868
diff --git a/libxdg-basedir/Pkgfile b/libxdg-basedir/Pkgfile
new file mode 100644
index 00000000..87452e3c
--- /dev/null
+++ b/libxdg-basedir/Pkgfile
@@ -0,0 +1,16 @@
+# Description: An implementation of the XDG Base Directory specifications
+# URL: https://github.com/devnev/libxdg-basedir
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+
+name=libxdg-basedir
+version=1.2.0
+release=1
+source=(https://github.com/devnev/$name/archive/$name-$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$name-$version
+ NOCONFIGURE=1 ./autogen.sh
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
1
0
ports/xorg (3.5): [notify] xorg-mkfontdir: dropped. Now merged into xorg-mkfontscale
by crux@crux.nu 02 Mar '19
by crux@crux.nu 02 Mar '19
02 Mar '19
commit cb7ceecfc58c4cd9b519ad8d5c9f0271b6b5f50f
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:10:31 2019 +0100
[notify] xorg-mkfontdir: dropped. Now merged into xorg-mkfontscale
diff --git a/xorg-mkfontdir/.footprint b/xorg-mkfontdir/.footprint
deleted file mode 100644
index 6c5d8b6..0000000
--- a/xorg-mkfontdir/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mkfontdir
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/mkfontdir.1.gz
diff --git a/xorg-mkfontdir/.signature b/xorg-mkfontdir/.signature
deleted file mode 100644
index 4261ca8..0000000
--- a/xorg-mkfontdir/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndM3U9CgJIk9yKc3NEA83iBqh0UomMrTE2V4EQqRN1sMYz844/Wj4eKZC9JStrd67T4W7lQ3Ha3umdWEv3UvxaAg=
-SHA256 (Pkgfile) = 23124c0955b5c769bfe0bc6d819271b4f32b1e6738f2144d7ba71c26ff025dd2
-SHA256 (.footprint) = 60ee4c6ebdd899dd9e3ba31e3a2e523ed46ab8915e1ee67e179bbb258beca091
-SHA256 (mkfontdir-1.0.7.tar.bz2) = 56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530
diff --git a/xorg-mkfontdir/Pkgfile b/xorg-mkfontdir/Pkgfile
deleted file mode 100644
index 6ddd836..0000000
--- a/xorg-mkfontdir/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Create an index of X font files
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-
-name=xorg-mkfontdir
-version=1.0.7
-release=2
-source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2)
-
-build() {
- cd mkfontdir-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}
1
0
ports/xorg (3.4): [notify] xorg-mkfontdir: dropped. Now merged into xorg-mkfontscale
by crux@crux.nu 02 Mar '19
by crux@crux.nu 02 Mar '19
02 Mar '19
commit cb7ceecfc58c4cd9b519ad8d5c9f0271b6b5f50f
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Sun Mar 3 00:10:31 2019 +0100
[notify] xorg-mkfontdir: dropped. Now merged into xorg-mkfontscale
diff --git a/xorg-mkfontdir/.footprint b/xorg-mkfontdir/.footprint
deleted file mode 100644
index 6c5d8b6..0000000
--- a/xorg-mkfontdir/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/mkfontdir
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/mkfontdir.1.gz
diff --git a/xorg-mkfontdir/.signature b/xorg-mkfontdir/.signature
deleted file mode 100644
index 4261ca8..0000000
--- a/xorg-mkfontdir/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndM3U9CgJIk9yKc3NEA83iBqh0UomMrTE2V4EQqRN1sMYz844/Wj4eKZC9JStrd67T4W7lQ3Ha3umdWEv3UvxaAg=
-SHA256 (Pkgfile) = 23124c0955b5c769bfe0bc6d819271b4f32b1e6738f2144d7ba71c26ff025dd2
-SHA256 (.footprint) = 60ee4c6ebdd899dd9e3ba31e3a2e523ed46ab8915e1ee67e179bbb258beca091
-SHA256 (mkfontdir-1.0.7.tar.bz2) = 56d52a482df130484e51fd066d1b6eda7c2c02ddbc91fe6e2be1b9c4e7306530
diff --git a/xorg-mkfontdir/Pkgfile b/xorg-mkfontdir/Pkgfile
deleted file mode 100644
index 6ddd836..0000000
--- a/xorg-mkfontdir/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Create an index of X font files
-# URL: http://xorg.freedesktop.org
-# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-
-name=xorg-mkfontdir
-version=1.0.7
-release=2
-source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2)
-
-build() {
- cd mkfontdir-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}
1
0