ports/57246: net/loudmouth - chase gnutls update

Herbert J. Skuhra herbert at bugat.at
Fri Sep 26 13:40:12 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list