[Evolution] Bug#555304: evolution: FTBFS on GNU/kFreeBSD (only update of Debian packaging needed)
Petr Salinger
Petr.Salinger at seznam.cz
Mon Nov 9 11:01:26 UTC 2009
Package: evolution
Version: 2.28.1-1
Severity: serious
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD
and blocks some transitions, see
http://lists.debian.org/debian-devel/2009/11/msg00289.html
Please update debian/rules and debian/control by patch bellow.
Thanks in advance
Petr
diff -u evolution-2.28.1/debian/rules evolution-2.28.1/debian/rules
--- evolution-2.28.1/debian/rules
+++ evolution-2.28.1/debian/rules
@@ -36,6 +36,10 @@
--libexecdir=/usr/lib \
--enable-plugins=experimental
+ifneq ($(DEB_HOST_ARCH_OS),linux)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-nm
+endif
+
clean::
debconf-updatepo
find -name '*.schemas' | xargs rm -f
diff -u evolution-2.28.1/debian/control evolution-2.28.1/debian/control
--- evolution-2.28.1/debian/control
+++ evolution-2.28.1/debian/control
@@ -49,7 +49,7 @@
libgconf2-dev,
libgnomeprint2.2-dev (>= 2.7.0),
libgnomeprintui2.2-dev (>= 2.2.1),
- libhal-dev (>= 0.5.4) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ libhal-dev (>= 0.5.4) [!hurd-i386],
libcamel1.2-dev (>= 2.28.0),
libedataserver1.2-dev (>= 2.28.0),
libegroupwise1.2-dev (>= 2.28.0),
More information about the Pkg-evolution-maintainers
mailing list