Bug 186896

Summary: ftp/lftp configure fails when SSL/TLS support via GnuTLS is selected
Product: Ports & Packages Reporter: Martijn Lina <martijn>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Martijn Lina 2014-02-19 15:10:00 UTC
the port ftp/lftp fails to configure when SSL/TLS support via GnuTLS is selected.

Fix: 

The fix is to add this to the Makefile:

GNUTLS_USES+= pkgconfig
How-To-Repeat: build ftp/lftp with SSL/TLS support via GnuTLS set
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-19 15:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->martymac

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-21 10:14:12 UTC
Author: martymac
Date: Fri Feb 21 10:13:59 2014
New Revision: 345354
URL: http://svnweb.freebsd.org/changeset/ports/345354
QAT: https://qat.redports.org/buildarchive/r345354/

Log:
  Fix build when GNUTLS is selected
  
  PR:		ports/186896
  Submitted by:	Martijn Lina <martijn@hostage.nl>

Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Fri Feb 21 10:11:39 2014	(r345353)
+++ head/ftp/lftp/Makefile	Fri Feb 21 10:13:59 2014	(r345354)
@@ -48,6 +48,7 @@ OPENSSL_CONFIGURE_WITH=	openssl
 OPENSSL_USE=	OPENSSL=yes
 GNUTLS_CONFIGURE_WITH=	gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
+GNUTLS_USES+=	pkgconfig
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ganael LAPLANCHE freebsd_committer freebsd_triage 2014-02-21 10:14:28 UTC
State Changed
From-To: open->closed

Committed, thanks!