Bug 57246

Summary: net/loudmouth - chase gnutls update
Product: Ports & Packages Reporter: Herbert J. Skuhra <herbert>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Herbert J. Skuhra 2003-09-26 14:40:07 UTC
	GNUTLS was updated recently. Fix lib dependency.
	GNUTLS SUPPORT ONLY WORKS IF security/gnutls WAS BUILT with "--with-included-libtasn1"

Fix: ------ patch ------



------ end --------kaobaWkryrXt4GbjTUtiTb8jQuXQ0FjRhHePZCnEEGyMQn0y
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-26 14:45:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-26 15:10:25 UTC
State Changed
From-To: open->closed

Committed, thanks!