From owner-freebsd-ports@FreeBSD.ORG Tue Jul 8 22:19:23 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19580362 for ; Tue, 8 Jul 2014 22:19:23 +0000 (UTC) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id AD6FB27E3 for ; Tue, 8 Jul 2014 22:19:22 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlcGADJtvFNbsLPm/2dsb2JhbABagw5SwAiHQQGBERd1hAMBAQU6HCMQCxQECSUPKh4GiFkBCMZyF49CB4RDAQSadYFJkkSDRTs Received: from 230.179-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.179.230]) by relay.skynet.be with ESMTP; 09 Jul 2014 00:19:14 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s68MJDmU009274; Wed, 9 Jul 2014 00:19:14 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 9 Jul 2014 00:19:13 +0200 From: Tijl Coosemans To: olli hauer Subject: Re: svn commit: r360871 - head/security/pam-pgsql Message-ID: <20140709001913.70a2ae53@kalimero.tijl.coosemans.org> In-Reply-To: <53BC67EA.8050301@gmx.de> References: <201407061018.s66AIaVF008378@svn.freebsd.org> <53BC67EA.8050301@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 22:19:23 -0000 On Tue, 08 Jul 2014 23:51:38 +0200 olli hauer wrote: > On 2014-07-06 12:18, Tijl Coosemans wrote: >> Author: tijl >> Date: Sun Jul 6 10:18:36 2014 >> New Revision: 360871 >> URL: http://svnweb.freebsd.org/changeset/ports/360871 >> QAT: https://qat.redports.org/buildarchive/r360871/ >> >> Log: >> The old pkg_install is buggy with @cwd. Just install the module under >> PREFIX like all other PAM ports. >> >> Modified: >> head/security/pam-pgsql/Makefile >> head/security/pam-pgsql/pkg-plist > > Perhaps it is a good idea to document this change in UPDATING so users > can adjust there configs like pam, httpd.conf ... Done in r361299, but PAM configs usually don't use absolute paths I think.