Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2011 22:50:15 GMT
From:      Jason Helfman <jhelfman@e-e.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157024
Message-ID:  <201105142250.p4EMoFVQ083905@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/157024; it has been noted by GNATS.

From: Jason Helfman <jhelfman@e-e.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/157024
Date: Sat, 14 May 2011 15:29:16 -0700

 Be less strict on library versions. Again, clean tinderbox run.
 
 --- libvirt/Makefile.orig	2011-05-14 15:20:26.000000000 -0700
 +++ libvirt/Makefile	2011-05-14 15:20:44.000000000 -0700
 @@ -23,10 +23,10 @@
   USE_PYTHON_BUILD=	yes
   PLIST_SUB+=	PORTVERSION="-${PORTVERSION}"
   
 -LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl \
 -		gcrypt.17:${PORTSDIR}/security/libgcrypt \
 -		xml2.5:${PORTSDIR}/textproc/libxml2 \
 -		gnutls.40:${PORTSDIR}/security/gnutls
 +LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl \
 +		gcrypt:${PORTSDIR}/security/libgcrypt \
 +		xml2:${PORTSDIR}/textproc/libxml2 \
 +		gnutls:${PORTSDIR}/security/gnutls
   
   .if !defined(WITHOUT_NLS)
   USE_GETTEXT=	yes
 
 -- 
 Jason Helfman
 System Administrator
 experts-exchange.com
 http://www.experts-exchange.com/M_4830110.html
 E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5



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