From owner-cvs-ports@FreeBSD.ORG Fri Apr 8 09:32:26 2005 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 138DC16A4CE; Fri, 8 Apr 2005 09:32:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF36143D58; Fri, 8 Apr 2005 09:32:25 +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 j389WPOD032228; Fri, 8 Apr 2005 09:32:25 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j389WPDL032227; Fri, 8 Apr 2005 09:32:25 GMT (envelope-from joerg) Message-Id: <200504080932.j389WPDL032227@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 8 Apr 2005 09:32:25 +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/openradius Makefile pkg-plist ports/net/openradius/scripts configure 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: Fri, 08 Apr 2005 09:32:26 -0000 joerg 2005-04-08 09:32:25 UTC FreeBSD ports repository Modified files: net/openradius Makefile pkg-plist net/openradius/scripts configure Log: Make LDAP support an option. Previously, it was conditionally compiled into the package depending on whether ${LOCALBASE}/include/ldap.h was present in the host system, but without even considering to also conditionally modify the PLIST. This has been fixed now. Pointed out by: pointyhat's build log Revision Changes Path 1.7 +14 -1 ports/net/openradius/Makefile 1.4 +1 -1 ports/net/openradius/pkg-plist 1.4 +1 -1 ports/net/openradius/scripts/configure