Bug#466409: gnome-utils: FTBFS on GNU/kFreeBSD (due to Build-Depends on linux-libc-dev)

2008-02-18 Thread Petr Salinger
Package: gnome-utils
Severity: important
Version: 2.20.0.1-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version has unsatisfied Build-Depends on 
linux-libc-dev under non-linux ports.

Please, could you exclude linux specific package in Build-Depends
by using linux-libc-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
or yet better, drop it completely, as linux-libc-dev is 
(indirectly via libc-dev) build-essential on linux architectures.

Thanks for your cooperation.

 Petr





___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


Bug#456936: libgtop2: FTBFS on GNU/kFreeBSD

2007-12-18 Thread Petr Salinger

Package: libgtop2
Severity: important
Version: 2.20.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs extended build-dependencies and small tweak.
Please find attached patch with that.

It would also be nice if you can ask upstream
to include change in sysdeps/freebsd/open.c.

Thanks in advance

Petr
diff -u libgtop2-2.20.0/debian/control.in libgtop2-2.20.0/debian/control.in
--- libgtop2-2.20.0/debian/control.in
+++ libgtop2-2.20.0/debian/control.in
@@ -13,6 +13,8 @@
texinfo,
dpkg-dev (= 1.13.19),
libxml-parser-perl,
+   libgeom-dev [kfreebsd-i386 kfreebsd-amd64],
+   libdevstat-dev [kfreebsd-i386 kfreebsd-amd64],
libkvm-dev [kfreebsd-i386 kfreebsd-amd64]
 Standards-Version: 3.7.2
 
only in patch2:
unchanged:
--- libgtop2-2.20.0.orig/sysdeps/freebsd/open.c
+++ libgtop2-2.20.0/sysdeps/freebsd/open.c
@@ -63,9 +63,11 @@
server-machine.euid = geteuid ();
server-machine.gid = getgid ();
server-machine.egid = getegid ();
-
+#if defined(__FreeBSD_kernel__)
+   server-os_version_code = __FreeBSD_kernel_version;
+#else
server-os_version_code = __FreeBSD_version;
-
+#endif
/* Setup machine-specific data */
server-machine.kd = kvm_open (NULL, NULL, NULL, O_RDONLY, kvm_open);
 
___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Bug#451915: libgnomesu(GNU/k*BSD): FTBFS: out of date libtool scripts

2007-11-19 Thread Petr Salinger
Package: libgnomesu
Severity: important
Version: 1.0.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version of libgnomesu fails to build on GNU/kFreeBSD,
because of outdated libtool.

The version of libtool used in libgnomesu is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.

Here is how to update the libtool in your package:

   libtoolize -c -f
   aclocal
   autoconf

Note that you should probably use the same version of aclocal (from
the packages automake*) as the one used in the package. You could
determine it by looking at the first line of Makefile.in.

It would also be nice if you can ask upstream to update libtool
in their next release.

Thanks in advance

  Petr




___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers