From owner-cvs-ports@FreeBSD.ORG Mon Jul 26 10:22:34 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDCD16A4CE; Mon, 26 Jul 2004 10:22:34 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D51443D58; Mon, 26 Jul 2004 10:22:34 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-7.local ([172.16.0.7] helo=dhcp-13.local) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1Bp2co-0007rv-8O; Mon, 26 Jul 2004 12:22:33 +0200 Date: Mon, 26 Jul 2004 12:23:37 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Adam Weinberger , Jun Kuriyama From: Oliver Eikemeier In-Reply-To: <200407260457.i6Q4vECI067746@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/gnupg Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 10:22:35 -0000 Adam Weinberger wrote: > adamw 2004-07-26 04:57:14 UTC > > FreeBSD ports repository > > Modified files: > security/gnupg Makefile > Log: > Fix LDAP detection. For everybody who has a the default > openldap client installed, this will cause a plist change. > I didn't bump the PORTREVISION, but it might not be a bad > idea. I'll leave that up to the maintainer. I don't like autodetection, especially when it can't be turned off, so I can not build packages without OpenLDAP support on a machine with OpenLDAP installed. Said that (this may be a personal preference, just ignore me), the code should look for shared libraries at ${LOCALBASE}, not ${PREFIX}. -Oliver