svn commit: r368759 - in head/databases/freetds: . files
Adam McDougall
mcdouga9 at egr.msu.edu
Tue Oct 7 17:53:47 UTC 2014
On 09/21/2014 10:10, Thomas Zander wrote:
> Author: riggs
> Date: Sun Sep 21 14:10:53 2014
> New Revision: 368759
> URL: http://svnweb.freebsd.org/changeset/ports/368759
> QAT: https://qat.redports.org/buildarchive/r368759/
>
> Log:
> - Update to upstream version 0.91.103
> - Assign maintainership to Muhammad Moinur Rahman <5u623l20 at gmail.com>
> - Convert to simple OPTIONS handling where possible
>
> PR: 193686
> Submitted by: 5u623l20 at gmail.com
> -CONFIGURE_ARGS= --with-tdsver=${TDS_VER}
> +LIBS+= -lgcrypt
> +CONFIGURE_ARGS= --with-tdsver=${TDS_VER} --sysconfdir=${ETCDIR}
> Modified: head/databases/freetds/pkg-plist
> ==============================================================================
> --- head/databases/freetds/pkg-plist Sun Sep 21 14:08:59 2014 (r368758)
> +++ head/databases/freetds/pkg-plist Sun Sep 21 14:10:53 2014 (r368759)
...
> -etc/freetds.conf.dist
> -etc/freetds/interfaces.dist
> -etc/locales.conf.dist
> -etc/pool.conf.dist
> + at sample %%ETCDIR%%/freetds.conf.sample
> + at sample %%ETCDIR%%/interfaces.sample
> + at sample %%ETCDIR%%/locales.conf.sample
> + at sample %%ETCDIR%%/pool.conf.sample
I spent about an hour tracking down why PHP could not contact my MSSQL
servers after upgrading, could you commit a warning to
/usr/ports/UPDATING about the config file move from
/usr/local/etc/freetds.conf to /usr/local/etc/freetds/freetds.conf, or
perhaps change the location back? ETCDIR is a subdir of /usr/local/etc/
where I had my necessary configuration file under configuration
management and I have to alter the config for other systems too if the
new location will remain. Thanks.
More information about the svn-ports-all
mailing list