Bug#345268: jed: FTBFS on GNU/kFreeBSD

Aurelien Jarno aurel32 at debian.org
Sun May 14 22:43:16 UTC 2006


Jörg Sommer wrote:
> Hi Aurelien,
Hi !

> Can you fetch the source of the new version and try if you can build it
> and if this version runs at you? Thanks.
> 
> dget http://www.minet.uni-jena.de/~joergs/debian/jed_0.99.18-1.dsc

I have just tried it, but it seems the test is reverted. Mouse support 
and X render extension are only enabled on Hurd and GNU/kFreeBSD

Please find attached a patch to fix that.

BTW, GNU/kFreeBSD now has support for X render extension, so I have 
enabled it on this architecture.

Bye,
Aurelien

-- 
   .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
  : :' :  Debian GNU/Linux developer | Electrical Engineer
  `. `'   aurel32 at debian.org         | aurelien at aurel32.net
    `-    people.debian.org/~aurel32 | www.aurel32.net
-------------- next part --------------
diff -u jed-0.99.18/debian/patches/00list jed-0.99.18/debian/patches/00list
--- jed-0.99.18/debian/patches/00list
+++ jed-0.99.18/debian/patches/00list
@@ -5,8 +5,11 @@
 50_popups.sl
 
-#if DEB_BUILD_ARCH_OS == hurd || DEB_BUILD_ARCH_OS == kfreebsd
-  /* The xrender extension and libgpm are not supported by these
-     architectures: #345268 #95843 */
+#if DEB_BUILD_ARCH_OS != hurd
+  /* The xrender extension is not supported on the hurd: #95843 */
 50_enable-xrenderfont
+#endif
+
+#if DEB_BUILD_ARCH_OS != hurd && DEB_BUILD_ARCH_OS != kfreebsd
+  /* libgpm is not supported by these architectures: #345268 #95843 */
 60_gpm-mouse-support
 #endif


More information about the Pkg-jed-devel mailing list