Subject: pkg/23767: update of devel/loudmouth to 0.14.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <snj@pobox.com>
List: netbsd-bugs
Date: 12/15/2003 22:24:52
>Number:         23767
>Category:       pkg
>Synopsis:       update of devel/loudmouth to 0.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 15 22:25:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Soren Jacobsen
>Release:        NetBSD 1.6ZG
>Organization:
>Environment:
Recent pkgsrc.
>Description:
0.14.1 fixes "a problem" (whatever that means) when using gnutls.
Also, HOMEPAGE changed.
>How-To-Repeat:
>Fix:
I think gnutls support should be enabled unconditionally.  In the mean time,
the change I made to buildlink2.mk will make things work, as long as
LOUDMOUTH_USE_SSL is defined in mk.conf.  If it was specified in the
environment at the time of building, then packages using loudmouth will
fail to link.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/loudmouth/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2003/10/18 08:15:37	1.4
+++ Makefile	2003/12/15 22:20:38
@@ -1,14 +1,13 @@
 # $NetBSD: Makefile,v 1.4 2003/10/18 08:15:37 jmmv Exp $
 #
 
-DISTNAME=	loudmouth-0.14
-PKGREVISION=	1
+DISTNAME=	loudmouth-0.14.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/loudmouth/0.14/}
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	xtraeme@NetBSD.org
-HOMEPAGE=	http://www.imendio.com/projects/loudmouth/
+HOMEPAGE=	http://loudmouth.imendio.org/
 COMMENT=	Lightweight Jabber client library
 
 USE_BUILDLINK2=		yes
Index: buildlink2.mk
===================================================================
RCS file: /cvsroot/pkgsrc/devel/loudmouth/buildlink2.mk,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 buildlink2.mk
--- buildlink2.mk	2003/09/02 07:27:58	1.1.1.1
+++ buildlink2.mk	2003/12/15 22:20:38
@@ -21,6 +21,9 @@
 .include "../../devel/glib2/buildlink2.mk"
 .include "../../devel/pkgconfig/buildlink2.mk"
 .include "../../converters/libiconv/buildlink2.mk"
+.if defined(LOUDMOUTH_USE_SSL) && !empty(LOUDMOUTH_USE_SSL:M[Yy][Ee][Ss])
+.include "../../security/gnutls/buildlink2.mk"
+.endif
 
 BUILDLINK_TARGETS+=	loudmouth-buildlink
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/loudmouth/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2003/10/03 09:48:44	1.2
+++ distinfo	2003/12/15 22:20:38
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.2 2003/10/03 09:48:44 xtraeme Exp $
 
-SHA1 (loudmouth-0.14.tar.bz2) = 258cddeea7b7533d02707806a6855e7b1ff74aa4
-Size (loudmouth-0.14.tar.bz2) = 192372 bytes
+SHA1 (loudmouth-0.14.1.tar.bz2) = 0f70f2e27eec0e7e973608c0cb69afe9b499d1ca
+Size (loudmouth-0.14.1.tar.bz2) = 192333 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: