pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/loudmouth The package failed to build with some g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dcb848b4cd3
branches:  trunk
changeset: 394611:9dcb848b4cd3
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sat Jun 13 12:56:28 2009 +0000

description:
The package failed to build with some gnutls problem, so build it against
openssl instead. We perefer openssl anyway.

diffstat:

 chat/loudmouth/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r faf07ef62d7f -r 9dcb848b4cd3 chat/loudmouth/Makefile
--- a/chat/loudmouth/Makefile   Sat Jun 13 12:35:37 2009 +0000
+++ b/chat/loudmouth/Makefile   Sat Jun 13 12:56:28 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2008/10/30 22:07:25 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2009/06/13 12:56:28 ahoka Exp $
 
 DISTNAME=      loudmouth-1.4.3
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \
                http://ftp.imendio.com/pub/imendio/loudmouth/src/
@@ -18,12 +19,11 @@
 CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --disable-gtk-doc
 CONFIGURE_ARGS+=       --disable-mono
+CONFIGURE_ARGS+=       --with-ssl=openssl
 
 PKGCONFIG_OVERRIDE+=   loudmouth-1.0.pc.in
 
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.0
-
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index