summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2002-06-04 12:36:15 +0000
committertron <tron>2002-06-04 12:36:15 +0000
commita786e4930bdcc8b41e440174b5adf82750d24598 (patch)
tree00c81eee7bd37e99309aeb9a28aa2655ebef2b0a /x11
parent982884130e6b096454dd88c4d4065ad2aac449b1 (diff)
downloadpkgsrc-a786e4930bdcc8b41e440174b5adf82750d24598.tar.gz
Build and install "bdftopcf" to fix installation of fonts for the
X11 server. Bump version to 3.3.6.3.
Diffstat (limited to 'x11')
-rw-r--r--x11/xservers/Makefile8
-rw-r--r--x11/xservers/distinfo4
-rw-r--r--x11/xservers/patches/patch-aa4
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/xservers/Makefile b/x11/xservers/Makefile
index 5a7d5e9de3d..422759167d5 100644
--- a/x11/xservers/Makefile
+++ b/x11/xservers/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2002/02/23 18:34:13 tron Exp $#
+# $NetBSD: Makefile,v 1.7 2002/06/04 12:36:15 tron Exp $#
-DISTNAME= xservers-3.3.6.2
+DISTNAME= xservers-3.3.6.3
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -26,8 +26,8 @@ IGNORE= "The X11 servers are included in your X11 distribution."
X11_SUBDIR= X11R6.3
X11_SRCS= Imakefile Makefile config fonts include lib nls \
- programs/Imakefile programs/Xserver programs/mkfontdir \
- programs/xkbcomp
+ programs/Imakefile programs/Xserver programs/bdftopcf \
+ programs/mkfontdir programs/xkbcomp
MESSAGE_SUBST+= X11_SUBDIR=${X11_SUBDIR}
diff --git a/x11/xservers/distinfo b/x11/xservers/distinfo
index 564dec4f392..022b395a3da 100644
--- a/x11/xservers/distinfo
+++ b/x11/xservers/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2002/02/23 18:34:13 tron Exp $
+$NetBSD: distinfo,v 1.3 2002/06/04 12:36:16 tron Exp $
-SHA1 (patch-aa) = 3221e1993bf65c9f7516a146b73cddf32af6c0fa
+SHA1 (patch-aa) = 023c69ba09127bc4de484f0cd372aef3a8ea1ed7
SHA1 (patch-ab) = 49380b43e031c878297eb32aaf014ac9244b1785
SHA1 (patch-ac) = 35f3f5f7e431a0ca2e1ff97ba5ffc22a65681d4d
SHA1 (patch-ad) = d2625138dba810be59a99e1ba8d28460f7edb789
diff --git a/x11/xservers/patches/patch-aa b/x11/xservers/patches/patch-aa
index 7bb3c2bc908..ce505ba778f 100644
--- a/x11/xservers/patches/patch-aa
+++ b/x11/xservers/patches/patch-aa
@@ -1,4 +1,4 @@
-B$NetBSD: patch-aa,v 1.2 2002/02/23 18:34:14 tron Exp $
+B$NetBSD: patch-aa,v 1.3 2002/06/04 12:36:16 tron Exp $
--- programs/Imakefile 1998/12/01 10:26:15 1.2
+++ programs/Imakefile 2002/02/11 09:16:14
@@ -7,7 +7,7 @@ B$NetBSD: patch-aa,v 1.2 2002/02/23 18:34:14 tron Exp $
#if BuildServersOnly
-SUBDIRS = $(XSSRCDIR)
-+SUBDIRS = $(XSSRCDIR) mkfontdir xkbcomp
++SUBDIRS = $(XSSRCDIR) bdftopcf mkfontdir xkbcomp
#else
SUBDIRS = \
appres bdftopcf bitmap $(SCREENSAVESRCDIR) editres fsinfo \