Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2008 09:50:35 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        infofarmer@FreeBSD.org
Subject:   ports/121591: [PATCH] net-im/mcabber: fix build
Message-ID:  <20080311085035.CA72A2F691@miwi.homeunix.com>
Resent-Message-ID: <200803110900.m2B902Uv003136@freefall.freebsd.org>

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

>Number:         121591
>Category:       ports
>Synopsis:       [PATCH] net-im/mcabber: fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 09:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #3: Sun Feb 17 17:40:50 CET 2008
>Description:

- Chase security/libgcrypt shlib version bump

Port maintainer (infofarmer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mcabber-0.9.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/mcabber/Makefile,v
retrieving revision 1.26
diff -u -u -r1.26 Makefile
--- Makefile	18 Jan 2008 18:29:53 -0000	1.26
+++ Makefile	10 Mar 2008 18:55:12 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mcabber
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/ CENKES
 
@@ -57,7 +58,7 @@
 
 .if defined(WITH_OTR)
 LIB_DEPENDS+=	otr.3:${PORTSDIR}/security/libotr \
-		gcrypt.13:${PORTSDIR}/security/libgcrypt
+		gcrypt.15:${PORTSDIR}/security/libgcrypt
 CONFIGURE_ARGS+=--enable-otr
 .else
 CONFIGURE_ARGS+=--disable-otr
--- mcabber-0.9.6_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080311085035.CA72A2F691>