From owner-svn-ports-all@FreeBSD.ORG Tue Oct 7 17:53:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 181CF6F4 for ; Tue, 7 Oct 2014 17:53:47 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id E330478C for ; Tue, 7 Oct 2014 17:53:46 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 7B28D48499; Tue, 7 Oct 2014 13:53:42 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LYxrqCksO2M6; Tue, 7 Oct 2014 13:53:42 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <543428A6.5000203@egr.msu.edu> Date: Tue, 07 Oct 2014 13:53:42 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: svn-ports-all@freebsd.org, 5u623l20@gmail.com Subject: Re: svn commit: r368759 - in head/databases/freetds: . files References: <201409211410.s8LEAree007793@svn.freebsd.org> In-Reply-To: <201409211410.s8LEAree007793@svn.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 17:53:47 -0000 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@gmail.com> > - Convert to simple OPTIONS handling where possible > > PR: 193686 > Submitted by: 5u623l20@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 > +@sample %%ETCDIR%%/freetds.conf.sample > +@sample %%ETCDIR%%/interfaces.sample > +@sample %%ETCDIR%%/locales.conf.sample > +@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.