X Strike Force SVN commit: rev 177 - in branches/4.3.0/sid/debian: . patches

2003-06-11 Thread X Strike Force SVN Admin
Author: ishikawa
Date: 2003-06-11 10:29:35 -0500 (Wed, 11 Jun 2003)
New Revision: 177

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff
   branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff
Log:
remove special-case logic in linux.cf that defined "HasLinuxInput"
to "NO" for Mc68020Architecture
 (sync with svn trunk/debian revision 176)

 #003_linux.cf_and_xfree86.cf.diff:
 - remove special-case logic in linux.cf that defined
   "HasLinuxInput" to "NO" for Mc68020Architecture; m68k is now
   supported by the Linux 2.4.20 kernel (at least in Debian), so we let
   this symbol be defined to "YES" just like all the other
   architectures.  This only really affects the Wacom input driver and
   should not cause any regressions. 
   (thanks to James Troup for pointing out this no-longer-needed conditional) 

 #004_imake_manpage_handling_overhaul.diff:
  - line offset adjust with #003 change



Modified: 
branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff
==
--- branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff  
2003-06-11 04:43:13 UTC (rev 176)
+++ branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff  
2003-06-11 15:29:35 UTC (rev 177)
@@ -305,7 +305,7 @@
  /* The TT/Meltho fonts are all under non-free licenses. */
  #  define BuildTrueTypeFonts  NO
  #  define BuildBethMarduthoFonts  NO
-@@ -971,26 +971,6 @@
+@@ -968,26 +968,6 @@
  # define ConnectionFlags  -DUNIXCONN -DTCPCONN
  #endif
  

Modified: branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff
==
--- branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff  
2003-06-11 04:43:13 UTC (rev 176)
+++ branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff  
2003-06-11 15:29:35 UTC (rev 177)
@@ -49,8 +49,8 @@
  # endif
  #endif
  
 xc/config/cf/linux.cf.orig Fri Jan  3 11:54:53 2003
-+++ xc/config/cf/linux.cf  Fri Jan  3 11:56:08 2003
+--- xc/config/cf/linux.cf.orig 2003-06-11 23:55:12.0 +0900
 xc/config/cf/linux.cf  2003-06-12 00:01:31.0 +0900
 @@ -87,17 +87,23 @@
  XCOMM binutils:   (LinuxBinUtilsMajorVersion)
  
@@ -77,7 +77,7 @@
  # define XF86SetupUsesStaticTcl   NO
  /* un-comment this when it is un-broken */
  /* # define JoystickSupport YES */
-@@ -146,10 +152,55 @@
+@@ -146,14 +152,56 @@
  #  define SpecsDocDirsCTEXT GL ICCCM X11 Xext Xv i18n 
xterm
  #  define BuildRman   NO
  #  define BuildHtmlManPages   NO
@@ -118,6 +118,10 @@
  /* we build-depend on libfreetype6-dev (FreeType 2.x) */
  #   define BuildFreetype2Library  NO
  #   define HasFreetype2   YES
+-/* m68k has no 2.4 kernel yet */
+-#   ifndef Mc68020Architecture
+-#define HasLinuxInput YES
+-#   endif
 +
 +/*
 + We need to build both XFree86 server (loader server) and XFree86-dbg
@@ -130,10 +134,11 @@
 +*/
 +#   define FontLibSharedFreeType  NO
 +
- /* m68k has no 2.4 kernel yet */
- #   ifndef Mc68020Architecture
- #define HasLinuxInput YES
-@@ -701,7 +714,7 @@
++#   define HasLinuxInput  YES
+ #   define HasXdmAuth YES
+ #   define HasLatex   YES
+ /* at present, glide2 only works on i386 */
+@@ -701,7 +749,7 @@
  
  #if UseElfFormat
  # ifndef DoLoadableServer
@@ -142,7 +147,7 @@
  #   define DoLoadableServer   NO
  #  else
  #   define DoLoadableServer   YES
-@@ -746,7 +759,7 @@
+@@ -746,7 +794,7 @@
  
  #ifdef AlphaArchitecture
  # ifndef OptimizedCDebugFlags
@@ -151,7 +156,7 @@
  # endif
  # define LinuxMachineDefines  -D__alpha__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -759,7 +772,7 @@
+@@ -759,7 +807,7 @@
  #ifdef Arm32Architecture
  # define DefaultCCOptions -fsigned-char
  # ifndef OptimizedCDebugFlags
@@ -160,7 +165,7 @@
  # endif
  # define LinuxMachineDefines  -D__arm__ -D__arm32__ -U__arm -Uarm
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -767,7 +780,7 @@
+@@ -767,7 +815,7 @@
  #endif /* Arm32Achitecture */
  
  #ifdef HPArchitecture
@@ -169,7 +174,7 @@
  # define LinuxMachineDefines  -D__hppa__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
  # define ServerExtraDefines   -DGCCUSESGAS XFree86ServerDefines
-@@ -775,7 +788,7 @@
+@@ -775,7 +823,7 @@
  
  #ifdef i386Architecture
  # ifndef OptimizedCDebugFlags
@@ -178,7 +183,7 @@
  # endif
  # define LinuxMachineDefines  -D__i386__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -784,7 +797,7 @@
+@@ -784,7 +832,7 @@
  
  #ifdef ia64Architecture
  # ifndef OptimizedCDebugFlags
@@ -187,7 +192,7 @@
  # endif
  # define LinuxMachineDefines  -D_

X Strike Force SVN commit: rev 177 - in branches/4.3.0/sid/debian: . patches

2003-06-11 Thread X Strike Force SVN Admin
Author: ishikawa
Date: 2003-06-11 10:29:35 -0500 (Wed, 11 Jun 2003)
New Revision: 177

Modified:
   branches/4.3.0/sid/debian/changelog
   branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff
   branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff
Log:
remove special-case logic in linux.cf that defined "HasLinuxInput"
to "NO" for Mc68020Architecture
 (sync with svn trunk/debian revision 176)

 #003_linux.cf_and_xfree86.cf.diff:
 - remove special-case logic in linux.cf that defined
   "HasLinuxInput" to "NO" for Mc68020Architecture; m68k is now
   supported by the Linux 2.4.20 kernel (at least in Debian), so we let
   this symbol be defined to "YES" just like all the other
   architectures.  This only really affects the Wacom input driver and
   should not cause any regressions. 
   (thanks to James Troup for pointing out this no-longer-needed conditional) 

 #004_imake_manpage_handling_overhaul.diff:
  - line offset adjust with #003 change



Modified: branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff
==
--- branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff  
2003-06-11 04:43:13 UTC (rev 176)
+++ branches/4.3.0/sid/debian/patches/004_imake_manpage_handling_overhaul.diff  
2003-06-11 15:29:35 UTC (rev 177)
@@ -305,7 +305,7 @@
  /* The TT/Meltho fonts are all under non-free licenses. */
  #  define BuildTrueTypeFonts  NO
  #  define BuildBethMarduthoFonts  NO
-@@ -971,26 +971,6 @@
+@@ -968,26 +968,6 @@
  # define ConnectionFlags  -DUNIXCONN -DTCPCONN
  #endif
  

Modified: branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff
==
--- branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff  2003-06-11 
04:43:13 UTC (rev 176)
+++ branches/4.3.0/sid/debian/patches/003_linux.cf_and_xfree86.cf.diff  2003-06-11 
15:29:35 UTC (rev 177)
@@ -49,8 +49,8 @@
  # endif
  #endif
  
 xc/config/cf/linux.cf.orig Fri Jan  3 11:54:53 2003
-+++ xc/config/cf/linux.cf  Fri Jan  3 11:56:08 2003
+--- xc/config/cf/linux.cf.orig 2003-06-11 23:55:12.0 +0900
 xc/config/cf/linux.cf  2003-06-12 00:01:31.0 +0900
 @@ -87,17 +87,23 @@
  XCOMM binutils:   (LinuxBinUtilsMajorVersion)
  
@@ -77,7 +77,7 @@
  # define XF86SetupUsesStaticTcl   NO
  /* un-comment this when it is un-broken */
  /* # define JoystickSupport YES */
-@@ -146,10 +152,55 @@
+@@ -146,14 +152,56 @@
  #  define SpecsDocDirsCTEXT GL ICCCM X11 Xext Xv i18n xterm
  #  define BuildRman   NO
  #  define BuildHtmlManPages   NO
@@ -118,6 +118,10 @@
  /* we build-depend on libfreetype6-dev (FreeType 2.x) */
  #   define BuildFreetype2Library  NO
  #   define HasFreetype2   YES
+-/* m68k has no 2.4 kernel yet */
+-#   ifndef Mc68020Architecture
+-#define HasLinuxInput YES
+-#   endif
 +
 +/*
 + We need to build both XFree86 server (loader server) and XFree86-dbg
@@ -130,10 +134,11 @@
 +*/
 +#   define FontLibSharedFreeType  NO
 +
- /* m68k has no 2.4 kernel yet */
- #   ifndef Mc68020Architecture
- #define HasLinuxInput YES
-@@ -701,7 +714,7 @@
++#   define HasLinuxInput  YES
+ #   define HasXdmAuth YES
+ #   define HasLatex   YES
+ /* at present, glide2 only works on i386 */
+@@ -701,7 +749,7 @@
  
  #if UseElfFormat
  # ifndef DoLoadableServer
@@ -142,7 +147,7 @@
  #   define DoLoadableServer   NO
  #  else
  #   define DoLoadableServer   YES
-@@ -746,7 +759,7 @@
+@@ -746,7 +794,7 @@
  
  #ifdef AlphaArchitecture
  # ifndef OptimizedCDebugFlags
@@ -151,7 +156,7 @@
  # endif
  # define LinuxMachineDefines  -D__alpha__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -759,7 +772,7 @@
+@@ -759,7 +807,7 @@
  #ifdef Arm32Architecture
  # define DefaultCCOptions -fsigned-char
  # ifndef OptimizedCDebugFlags
@@ -160,7 +165,7 @@
  # endif
  # define LinuxMachineDefines  -D__arm__ -D__arm32__ -U__arm -Uarm
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -767,7 +780,7 @@
+@@ -767,7 +815,7 @@
  #endif /* Arm32Achitecture */
  
  #ifdef HPArchitecture
@@ -169,7 +174,7 @@
  # define LinuxMachineDefines  -D__hppa__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
  # define ServerExtraDefines   -DGCCUSESGAS XFree86ServerDefines
-@@ -775,7 +788,7 @@
+@@ -775,7 +823,7 @@
  
  #ifdef i386Architecture
  # ifndef OptimizedCDebugFlags
@@ -178,7 +183,7 @@
  # endif
  # define LinuxMachineDefines  -D__i386__
  # define ServerOSDefines  XFree86ServerOSDefines -DDDXTIME -DPART_NET
-@@ -784,7 +797,7 @@
+@@ -784,7 +832,7 @@
  
  #ifdef ia64Architecture
  # ifndef OptimizedCDebugFlags
@@ -187,7 +192,7 @@
  # endif
  # define LinuxMachineDefines  -D__i