summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-13 02:11:05 +0000
committerjoerg <joerg>2006-04-13 02:11:05 +0000
commit9c3eca72c6aacab9892858b56ac6cb7aaba7cd39 (patch)
treedcd4cede4177e3770f6674b892a2f21525c92950 /x11
parentff52de9394f0b89a6cad16379edfd11ba36350c1 (diff)
downloadpkgsrc-9c3eca72c6aacab9892858b56ac6cb7aaba7cd39.tar.gz
Only install headers in lib/fonts/bitmap when not building the Xserver
to avoid overriding installed files.
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-libs/distinfo3
-rw-r--r--x11/xorg-libs/patches/patch-bo14
2 files changed, 16 insertions, 1 deletions
diff --git a/x11/xorg-libs/distinfo b/x11/xorg-libs/distinfo
index 72a7c7b6958..f5b104162b0 100644
--- a/x11/xorg-libs/distinfo
+++ b/x11/xorg-libs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2006/04/12 21:53:58 joerg Exp $
+$NetBSD: distinfo,v 1.40 2006/04/13 02:11:05 joerg Exp $
SHA1 (X11R6.9.0-src1.tar.gz) = a6c077ed8fdeee5fe1956a427c4cb0bc266e1bef
RMD160 (X11R6.9.0-src1.tar.gz) = d12270a4f41a3ceee4bfd5da22d387a3aa707df8
@@ -45,3 +45,4 @@ SHA1 (patch-bg) = 3db63fcbe81d9f801ccac6353ad4a213a15c3ffe
SHA1 (patch-bl) = ccfd290ebffc08b9cd03b7eb83a9671b0e16baec
SHA1 (patch-bm) = f9b73b7c1bd7d6d6db6d23741d5d1125eea5f860
SHA1 (patch-bn) = 58049eb799b469b70b5a2c611b8aef37a5631c0c
+SHA1 (patch-bo) = fd34e4c71756f17294aeab63db1f15090b3edc1b
diff --git a/x11/xorg-libs/patches/patch-bo b/x11/xorg-libs/patches/patch-bo
new file mode 100644
index 00000000000..b75d56d0ed5
--- /dev/null
+++ b/x11/xorg-libs/patches/patch-bo
@@ -0,0 +1,14 @@
+$NetBSD: patch-bo,v 1.1 2006/04/13 02:11:05 joerg Exp $
+
+--- lib/font/bitmap/Imakefile.orig 2006-04-13 00:16:30.000000000 +0000
++++ lib/font/bitmap/Imakefile
+@@ -28,7 +28,9 @@ PCFDEFS=-DPCFFORMAT
+
+
+ INCLUDES = -I$(FONTINCSRC) -I../include
++#if !BuildServer
+ HEADERS = bdfint.h pcf.h
++#endif
+ #ifdef FontFormatDefines
+ FORMAT_DEFS = FontFormatDefines
+ #endif