Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/etc Update default pkgsrc font path refere...



details:   https://anonhg.NetBSD.org/src/rev/1c48492a84f1
branches:  trunk
changeset: 330061:1c48492a84f1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 20 08:08:58 2014 +0000

description:
Update default pkgsrc font path references.

diffstat:

 external/mit/xorg/etc/etc.dreamcast/xorg.conf.jpkbd |  4 ++--
 external/mit/xorg/etc/etc.dreamcast/xorg.conf.uskbd |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-jp  |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-us  |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-jp  |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-us  |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-jp  |  4 ++--
 external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-us  |  4 ++--
 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws003sh  |  4 ++--
 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws007sh  |  4 ++--
 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws011sh  |  4 ++--
 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws020sh  |  4 ++--
 external/mit/xorg/etc/etc.zaurus/xorg.conf.C3x00    |  4 ++--
 external/mit/xorg/etc/etc.zaurus/xorg.conf.C7x0     |  4 ++--
 14 files changed, 28 insertions(+), 28 deletions(-)

diffs (252 lines):

diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.dreamcast/xorg.conf.jpkbd
--- a/external/mit/xorg/etc/etc.dreamcast/xorg.conf.jpkbd       Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.dreamcast/xorg.conf.jpkbd       Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.jpkbd,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.jpkbd,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -8,7 +8,7 @@
 EndSection
        
 Section "Files"
-       FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+       FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.dreamcast/xorg.conf.uskbd
--- a/external/mit/xorg/etc/etc.dreamcast/xorg.conf.uskbd       Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.dreamcast/xorg.conf.uskbd       Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.uskbd,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.uskbd,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -8,7 +8,7 @@
 EndSection
        
 Section "Files"
-       FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+       FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-jp
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-jp        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-jp        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.640x240-jp,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.640x240-jp,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-us
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-us        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.640x240-us        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.640x240-us,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.640x240-us,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-jp
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-jp        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-jp        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.640x480-jp,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.640x480-jp,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-us
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-us        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.640x480-us        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.640x480-us,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.640x480-us,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-jp
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-jp        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-jp        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.800x600-jp,v 1.2 2011/05/20 16:35:38 tsutsui Exp $
+# $NetBSD: xorg.conf.800x600-jp,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-us
--- a/external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-us        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpc/xorg.conf.800x600-us        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.800x600-us,v 1.2 2011/05/20 16:35:39 tsutsui Exp $
+# $NetBSD: xorg.conf.800x600-us,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws003sh
--- a/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws003sh        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws003sh        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.ws003sh,v 1.2 2011/05/20 16:35:39 tsutsui Exp $
+# $NetBSD: xorg.conf.ws003sh,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws007sh
--- a/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws007sh        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws007sh        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.ws007sh,v 1.2 2011/05/20 16:35:39 tsutsui Exp $
+# $NetBSD: xorg.conf.ws007sh,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws011sh
--- a/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws011sh        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws011sh        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.ws011sh,v 1.2 2011/05/20 16:35:39 tsutsui Exp $
+# $NetBSD: xorg.conf.ws011sh,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws020sh
--- a/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws020sh        Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.hpcarm/xorg.conf.ws020sh        Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.ws020sh,v 1.2 2011/05/20 16:35:39 tsutsui Exp $
+# $NetBSD: xorg.conf.ws020sh,v 1.3 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -9,7 +9,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.zaurus/xorg.conf.C3x00
--- a/external/mit/xorg/etc/etc.zaurus/xorg.conf.C3x00  Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.zaurus/xorg.conf.C3x00  Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.C3x00,v 1.1 2012/02/10 11:25:43 tsutsui Exp $
+# $NetBSD: xorg.conf.C3x00,v 1.2 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -8,7 +8,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"
diff -r dc85e606c395 -r 1c48492a84f1 external/mit/xorg/etc/etc.zaurus/xorg.conf.C7x0
--- a/external/mit/xorg/etc/etc.zaurus/xorg.conf.C7x0   Fri Jun 20 07:08:15 2014 +0000
+++ b/external/mit/xorg/etc/etc.zaurus/xorg.conf.C7x0   Fri Jun 20 08:08:58 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg.conf.C7x0,v 1.1 2012/02/10 11:25:43 tsutsui Exp $
+# $NetBSD: xorg.conf.C7x0,v 1.2 2014/06/20 08:08:58 wiz Exp $
 
 Section "ServerLayout"
        Identifier      "wsfb"
@@ -8,7 +8,7 @@
 EndSection
        
 Section "Files"
-#      FontPath        "/usr/pkg/lib/X11/fonts/TTF/"
+#      FontPath        "/usr/pkg/share/fonts/X11/TTF/"
 EndSection
 
 Section "InputDevice"



Home | Main Index | Thread Index | Old Index