diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 21:53:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 21:53:58 +0000 |
commit | 22838bd6eeecfbe833ac452aaec1c2e179630c24 (patch) | |
tree | af1343c1c5e7bb443f04ceecc90c1ae2a14089af /x11 | |
parent | 3b22168ac1dff8b4ec24e003c4228390dba2ad8e (diff) | |
download | pkgsrc-22838bd6eeecfbe833ac452aaec1c2e179630c24.tar.gz |
Don't create xorg/lib/X11/fs as symlink to the config directory,
it prevents the default config from being included correctly
in the package. Add a random imake dependency to xorg-fontserver
while here and bump the revision.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/xorg-libs/patches/patch-bn | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xorg-libs/distinfo b/x11/xorg-libs/distinfo index ddc3931431c..72a7c7b6958 100644 --- a/x11/xorg-libs/distinfo +++ b/x11/xorg-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.38 2006/03/20 21:34:59 joerg Exp $ +$NetBSD: distinfo,v 1.39 2006/04/12 21:53:58 joerg Exp $ SHA1 (X11R6.9.0-src1.tar.gz) = a6c077ed8fdeee5fe1956a427c4cb0bc266e1bef RMD160 (X11R6.9.0-src1.tar.gz) = d12270a4f41a3ceee4bfd5da22d387a3aa707df8 @@ -44,3 +44,4 @@ SHA1 (patch-bf) = 753c56b84a6859fa4048d88a53f9c04400525d72 SHA1 (patch-bg) = 3db63fcbe81d9f801ccac6353ad4a213a15c3ffe SHA1 (patch-bl) = ccfd290ebffc08b9cd03b7eb83a9671b0e16baec SHA1 (patch-bm) = f9b73b7c1bd7d6d6db6d23741d5d1125eea5f860 +SHA1 (patch-bn) = 58049eb799b469b70b5a2c611b8aef37a5631c0c diff --git a/x11/xorg-libs/patches/patch-bn b/x11/xorg-libs/patches/patch-bn new file mode 100644 index 00000000000..224e67d63ff --- /dev/null +++ b/x11/xorg-libs/patches/patch-bn @@ -0,0 +1,13 @@ +$NetBSD: patch-bn,v 1.4 2006/04/12 21:53:58 joerg Exp $ + +--- programs/xfs/Imakefile.orig 2006-04-12 21:45:29.000000000 +0000 ++++ programs/xfs/Imakefile +@@ -51,8 +51,6 @@ ServerTarget(xfs,$(FSDIRS),NullParameter + ServerTarget(xfs,$(FSDIRS),difs/main.o,$(FSLIBS),$(FSSYSLIBS) $(EXTRA_LIBRARIES)) + #endif + +-LinkConfDirectory(fs,.,fs,.) +- + CppFileTarget(config,config.cpp,$(SITE_CONFIG),$(ICONFIGFILES)) + + InstallManPage(xfs,$(MANDIR)) |