Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 15:30:05 +0200 (CEST)
From:      "Herbert J. Skuhra" <herbert@bugat.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57246: net/loudmouth - chase gnutls update
Message-ID:  <20030926133005.F41191FEC@freebsd2.rocks>
Resent-Message-ID: <200309261340.h8QDe88k013181@freefall.freebsd.org>

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

>Number:         57246
>Category:       ports
>Synopsis:       net/loudmouth - chase gnutls update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 26 06:40:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
BSD User Group Austria (bugat.at)
>Environment:
System: FreeBSD freebsd2.rocks 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #2: Fri Sep 12 15:51:06 CEST 2003 herbert@freebsd2.rocks:/usr/obj/usr/src/sys/PC1 i386


>Description:
	GNUTLS was updated recently. Fix lib dependency.
	GNUTLS SUPPORT ONLY WORKS IF security/gnutls WAS BUILT with "--with-included-libtasn1"

>How-To-Repeat:
>Fix:

------ patch ------

diff -ruN loudmouth.bak/Makefile loudmouth/Makefile
--- loudmouth.bak/Makefile	Fri Sep 26 15:22:01 2003
+++ loudmouth/Makefile	Fri Sep 26 15:22:18 2003
@@ -30,7 +30,7 @@
 .endif
 
 .if defined(WITH_GNUTLS)
-LIB_DEPENDS+=		gnutls.8:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=		gnutls.7:${PORTSDIR}/security/gnutls
 .else
 CONFIGURE_ARGS+=	--without-ssl
 .endif

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



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