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

X Strike Force X.Org X11 SVN commit: r1085 - in trunk/debian: . patches/hurd



Author: ender
Date: 2006-01-16 11:53:46 -0500 (Mon, 16 Jan 2006)
New Revision: 1085

Modified:
   trunk/debian/changelog
   trunk/debian/patches/hurd/800_gnu_config.diff
Log:
* hurd/800_gnu_config.diff: Fix for local socket creation in the Hurd:
  sockets are BSD4.4-like (closes: #348011).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-01-15 06:01:56 UTC (rev 1084)
+++ trunk/debian/changelog	2006-01-16 16:53:46 UTC (rev 1085)
@@ -1,8 +1,9 @@
 xorg-x11 (6.9.0.dfsg.1-4+SVN) UNRELEASED; urgency=low
 
-  * 
+  * hurd/800_gnu_config.diff: Fix for local socket creation in the Hurd:
+    sockets are BSD4.4-like (closes: #348011).
 
- -- David Nusinow <dnusinow@debian.org>  Sun, 15 Jan 2006 01:01:13 -0500
+ -- David Martínez Moreno <ender@debian.org>  Mon, 16 Jan 2006 17:26:22 +0100
 
 xorg-x11 (6.9.0.dfsg.1-4) unstable; urgency=low
 

Modified: trunk/debian/patches/hurd/800_gnu_config.diff
===================================================================
--- trunk/debian/patches/hurd/800_gnu_config.diff	2006-01-15 06:01:56 UTC (rev 1084)
+++ trunk/debian/patches/hurd/800_gnu_config.diff	2006-01-16 16:53:46 UTC (rev 1085)
@@ -7,7 +7,7 @@
  
  #ifndef OSName
  #define OSName			DefaultOSName
-@@ -17,57 +17,371 @@
+@@ -17,57 +17,373 @@
  #ifndef OSTeenyVersion
  #define OSTeenyVersion		DefaultOSTeenyVersion
  #endif
@@ -353,8 +353,8 @@
 +#ifndef HasSecureRPC
 +# define HasSecureRPC		YES
 +#endif
--
--#define HasBSD44Sockets		YES
+ 
+ #define HasBSD44Sockets		YES
  #define HasSockets		YES
 +#ifndef HasSnprintf
  #define HasSnprintf		YES
@@ -393,7 +393,7 @@
  #define AvoidNullMakeCommand	YES
  #ifndef DebuggableLibraries
  #define DebuggableLibraries	NO
-@@ -87,32 +401,64 @@
+@@ -87,32 +403,64 @@
  #define UseStaticTermcapLib	NO
  #endif
  
@@ -466,7 +466,7 @@
  #define YaccCmd			bison -y
  #define LexCmd			flex -l
  #define HasFlex			YES
-@@ -128,30 +474,68 @@
+@@ -128,30 +476,68 @@
  #define StandardCppDefines	StandardDefines
  
  #define HasVarRun		YES
@@ -541,7 +541,7 @@
  #define HasGnuMake	YES
  
  #define MakeNamedTargetSubdir(dir,flags,subname)\
-@@ -159,12 +543,16 @@
+@@ -159,12 +545,16 @@
  
  #define ArchitectureDefines	-DGNU_ARCHITECTURE
  



Reply to: