pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/sysutils/gnome-vfs



wiz%NetBSD.org@localhost said:
> Didn't the previous commit mentioned below already fix this?
> [...]
> Log Message:
> Override detection of gnutls to use pkg-config in the failure case.
> Fixes build with gnutls-2.8.0 reported by tron and taca.

Oh, I missed that there was already a patch which deals with the
problem. Appearently it didn't work fully -- as said https
was broken. Just double-checked:

Without my change:
$ grep GNUTLS work.zelz27/gnome-vfs-2.24.1/config.h
/* #undef GNUTLS_COMPAT */
/* #undef HAVE_GNUTLS */
$ gnomevfs-info https://www.netbsd.org/
Error: Generic error

With my change:
$ grep GNUTLS work.zelz27/gnome-vfs-2.24.1/config.h
/* #undef GNUTLS_COMPAT */
#define HAVE_GNUTLS 1
$ gnomevfs-info https://www.netbsd.org/
Name              : index.html
Type              : Regular
MIME type         : text/html
Default app       : epiphany.desktop
Access time       : Mon Jun 29 12:34:54 2009

There are more pkgs which just silently lose TLS/https
ability if gnutls-2.8 is not detected.

best regards
Matthias



------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index