Bug 57246 - net/loudmouth - chase gnutls update
Summary: net/loudmouth - chase gnutls update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 14:40 UTC by Herbert J. Skuhra
Modified: 2003-09-26 15:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!