pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-libs Only install headers in lib/fonts/bitmap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bbe09f13c02
branches:  trunk
changeset: 511342:8bbe09f13c02
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Apr 13 02:11:05 2006 +0000

description:
Only install headers in lib/fonts/bitmap when not building the Xserver
to avoid overriding installed files.

diffstat:

 x11/xorg-libs/distinfo         |   3 ++-
 x11/xorg-libs/patches/patch-bo |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r eee246ec02a1 -r 8bbe09f13c02 x11/xorg-libs/distinfo
--- a/x11/xorg-libs/distinfo    Thu Apr 13 01:57:35 2006 +0000
+++ b/x11/xorg-libs/distinfo    Thu Apr 13 02:11:05 2006 +0000
@@ -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-bl) = ccfd290ebffc08b9cd03b7eb83a9671b0e16baec
 SHA1 (patch-bm) = f9b73b7c1bd7d6d6db6d23741d5d1125eea5f860
 SHA1 (patch-bn) = 58049eb799b469b70b5a2c611b8aef37a5631c0c
+SHA1 (patch-bo) = fd34e4c71756f17294aeab63db1f15090b3edc1b
diff -r eee246ec02a1 -r 8bbe09f13c02 x11/xorg-libs/patches/patch-bo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xorg-libs/patches/patch-bo    Thu Apr 13 02:11:05 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index