diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-10 01:29:22 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-10 01:29:22 +0000 |
commit | 6f022c38fcab5d16a80baf642907cb11328e008b (patch) | |
tree | 1ea652121d06b334dcf11bc01247ce4373a657a7 /x11-servers/XFree86-4-FontServer/files | |
parent | 21e9a82722f5559a4d7498b5573a8a31d5af16b4 (diff) | |
download | FreeBSD-ports-6f022c38fcab5d16a80baf642907cb11328e008b.zip FreeBSD-ports-6f022c38fcab5d16a80baf642907cb11328e008b.tar.gz |
Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html
PR: ports/67733 imake
ports/67508 libraries
ports/67510 clients
ports/67513 server
ports/67776 100dpi fonts
ports/67777 75dpi fonts
ports/67778 cyrillic fonts
ports/67779 default bitmap fonts
ports/67781 font encodings
ports/67783 scalable fonts
ports/67784 font server
ports/67785 XFree86 meta-port
ports/67775 documents
ports/67786 manpages
ports/67787 nest server
ports/67788 print server
ports/67789 virtual framebuffer server
ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by: anholt
Jung-uk Kim (jkim AT niksun DOT com)
arved
Tested by: pointyhat
linimon
Diffstat (limited to 'x11-servers/XFree86-4-FontServer/files')
-rw-r--r-- | x11-servers/XFree86-4-FontServer/files/patch-programs::xfs::Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-FontServer/files/patch-programs::xfs::Imakefile b/x11-servers/XFree86-4-FontServer/files/patch-programs::xfs::Imakefile new file mode 100644 index 0000000..7133d1c --- /dev/null +++ b/x11-servers/XFree86-4-FontServer/files/patch-programs::xfs::Imakefile @@ -0,0 +1,11 @@ +--- programs/xfs/Imakefile.orig Tue Apr 20 20:57:28 2004 ++++ programs/xfs/Imakefile Tue Apr 20 20:58:12 2004 +@@ -58,7 +58,7 @@ + InstallManPage(xfs,$(MANDIR)) + + #if InstallFSConfig +-InstallNonExecFile(config,$(FSLIBDIR)) ++InstallNamedNonExec(config,config.default,$(FSLIBDIR)) + #else + InstallNonExecFileNoClobber(config,$(FSLIBDIR)) + #endif |