From owner-cvs-ports@FreeBSD.ORG Mon Dec 6 10:40:46 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 C0D8B16A4CE; Mon, 6 Dec 2004 10:40:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8943D46; Mon, 6 Dec 2004 10:40:46 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB6Aekp0069689; Mon, 6 Dec 2004 10:40:46 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB6Aek4r069688; Mon, 6 Dec 2004 10:40:46 GMT (envelope-from joerg) Message-Id: <200412061040.iB6Aek4r069688@repoman.freebsd.org> From: Joerg Wunsch Date: Mon, 6 Dec 2004 10:40:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gq 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, 06 Dec 2004 10:40:46 -0000 joerg 2004-12-06 10:40:46 UTC FreeBSD ports repository Modified files: net/gq Makefile Log: GQ changed the configure option to specify the LDAP base directory from --with-ldap to --with-ldap-prefix quite some time ago. Incidentally, it still used to work with the wrong option most of the time, as configure silently ignores unknown --with options (this is a feature), and as the configure script often included the correct -I and -L options to find OpenLDAP as a side-effect of other stuff installed in the same location. However, I've seen it fail as well, and using the correct option is the canonical way out. Approved by: maintainer timeout Revision Changes Path 1.25 +1 -1 ports/net/gq/Makefile