Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2004 23:15:13 +0100
From:      Piotr Smyrak <smyru@smyrak.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61754: [patch] make polish/gnugadu2 chase newer version of net/loudmouth
Message-ID:  <E1Ajn6X-0007ee-0r@beth.poprostu.pl>
Resent-Message-ID: <200401222220.i0MMK7XW044632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61754
>Category:       ports
>Synopsis:       [patch] make polish/gnugadu2 chase newer version of net/loudmouth
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 22 14:20:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Smyrak
>Release:        FreeBSD 5.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD ntbk 5.1-RELEASE-p9 FreeBSD 5.1-RELEASE-p9 #0: Fri Nov 14 15:54:01 CET 2003 root@ntbk:/usr/obj/usr/src/sys/SMYRU i386


>Description:
	The latest update of net/loudmouth breaks build of gnugadu2 
when WITH_JABBER option is set. The patch fixes the Makefile.

>How-To-Repeat:
	One should try to build polish/gnugadu2: make -DWITH_JABBER

>Fix:

--- gnugadu2.patch.4 begins here ---
--- Makefile.orig	Thu Jan 22 22:02:48 2004
+++ Makefile	Thu Jan 22 22:11:01 2004
@@ -69,7 +69,7 @@
 
 .if defined(WITH_JABBER)
 CONFIGURE_ARGS+=	--with-jabber
-LIB_DEPENDS+=	loudmouth.0:${PORTSDIR}/net/loudmouth
+LIB_DEPENDS+=	loudmouth-1.0:${PORTSDIR}/net/loudmouth
 PLIST_SUB+=	JABBER:=""
 .else
 CONFIGURE_ARGS+=	--without-jabber
--- gnugadu2.patch.4 ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ajn6X-0007ee-0r>