ports/132081: No GNUTLS port make option for databases/freetds

Matthew Ekstrand-Abueg mattea at rescomp.berkeley.edu
Wed Feb 25 04:20:05 UTC 2009


The following reply was made to PR ports/132081; it has been noted by GNATS.

From: Matthew Ekstrand-Abueg <mattea at rescomp.berkeley.edu>
To: Peter Lai <cowbert at gmail.com>, bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/132081: No GNUTLS port make option for databases/freetds
Date: Tue, 24 Feb 2009 19:57:28 -0800

 --0lsrIB+s628ok5gC
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 22:03 Tue 24 Feb     , Peter Lai wrote:
 > can you test --with-gnutls with ports/freetds-devel as well?
 
 The configure flag works with freetds-devel.  It was actually from
 freetds-0.82 that I found out about the flag.  In case you want one, I
 have included a patch below for freetds-devel to add the flag and
 option.
 
 --=20
 Matthew Ekstrand-Abueg
 Lead Unix Systems Administrator
 Network Infrastructure, RSSP-IT
 UC Berkeley
 
 
 --- Makefile.orig	2009-02-14 15:31:43.000000000 -0800
 +++ Makefile	2009-02-24 19:52:08.000000000 -0800
 @@ -35,6 +35,7 @@
  MAN5=3D		freetds.conf.5
 =20
  OPTIONS=3D	OPENSSL "Use openssl" off       \
 +		GNUTLS "Use GNUTLS" off \
  		IODBC   "Use iodbc (Mutually Exclusive)" off    \
  		UNIXODBC "Use unixodbc (Mutually Exclusive)" off        \
  		MSDBLIB "MS SQL Server support (breaks databases/sybtcl)"       off
 @@ -48,6 +49,11 @@
  CONFIGURE_ARGS+=3D--with-openssl=3D${OPENSSLBASE}
  .endif
 =20
 +.if defined(WITH_GNUTLS)
 +LIB_DEPENDS+=3D	gnutls:${PORTSDIR}/security/gnutls
 +CONFIGURE_ARGS+=3D--with-gnutls
 +.endif
 +
  .if defined(WITH_IODBC)
  LIB_DEPENDS+=3D	iodbc:${PORTSDIR}/databases/libiodbc
  CONFIGURE_ARGS+=3D	--with-iodbc=3D${LOCALBASE}
 
 --0lsrIB+s628ok5gC
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.10 (FreeBSD)
 
 iEYEARECAAYFAkmkwagACgkQuvLXdjQFuCdHPACbBslyEltXw11i1MIo+mxIP5YP
 RoQAnijxMIJi69mfEFgJybn545ajDEmn
 =H7Q6
 -----END PGP SIGNATURE-----
 
 --0lsrIB+s628ok5gC--



More information about the freebsd-ports-bugs mailing list