Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 22:46:03 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367480 - head/security/hydra
Message-ID:  <201409062246.s86Mk3fw072926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep  6 22:46:03 2014
New Revision: 367480
URL: http://svnweb.freebsd.org/changeset/ports/367480
QAT: https://qat.redports.org/buildarchive/r367480/

Log:
  security/hydra: Switch Firebird client options from 2.1 => 2.5
  
  databases/firebird21-* will be removed imminently.  Hydra has a
  non-default option that relies on the firebird client library which
  the currently version of Firebird (2.5.x) also has.  This change
  is untested.  There's no revbump because the option is not normally set.
  
  Change is necessary, it's an attempt to avoid breakage when Firebird
  ports are removed.

Modified:
  head/security/hydra/Makefile

Modified: head/security/hydra/Makefile
==============================================================================
--- head/security/hydra/Makefile	Sat Sep  6 22:29:41 2014	(r367479)
+++ head/security/hydra/Makefile	Sat Sep  6 22:46:03 2014	(r367480)
@@ -29,7 +29,7 @@ WANT_GNOME=	yes
 OPTIONS_DEFINE=	FIREBIRD SSH SVN X11
 OPTIONS_DEFAULT=SSH
 OPTIONS_EXCLUDE=NLS DOCS
-FIREBIRD_LIB_DEPENDS=	libfbclient.so:${PORTSDIR}/databases/firebird21-client
+FIREBIRD_LIB_DEPENDS=	libfbclient.so:${PORTSDIR}/databases/firebird25-client
 SVN_LIB_DEPENDS=	libsvn_client-1.so:${PORTSDIR}/devel/subversion
 
 .include <bsd.port.options.mk>



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