From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 30 09:20:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E81F16A4A0 for ; Fri, 30 Jun 2006 09:20:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9919743D69 for ; Fri, 30 Jun 2006 09:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5U9KCNY045556 for ; Fri, 30 Jun 2006 09:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5U9KCO7045555; Fri, 30 Jun 2006 09:20:12 GMT (envelope-from gnats) Resent-Date: Fri, 30 Jun 2006 09:20:12 GMT Resent-Message-Id: <200606300920.k5U9KCO7045555@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DCF16A56D for ; Fri, 30 Jun 2006 09:13:23 +0000 (UTC) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (polymer3.scphys.kyoto-u.ac.jp [130.54.55.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D72A4460E for ; Fri, 30 Jun 2006 08:47:29 +0000 (GMT) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: from polymer3.scphys.kyoto-u.ac.jp (localhost [127.0.0.1]) by polymer3.scphys.kyoto-u.ac.jp (8.13.6/8.13.6/20060227-1) with ESMTP id k5U8lOLw030023; Fri, 30 Jun 2006 17:47:24 +0900 (JST) (envelope-from turutani@polymer3.scphys.kyoto-u.ac.jp) Received: (from turutani@localhost) by polymer3.scphys.kyoto-u.ac.jp (8.13.6/8.13.6/Submit) id k5U8lOXj030017; Fri, 30 Jun 2006 17:47:24 +0900 (JST) (envelope-from turutani) Message-Id: <200606300847.k5U8lOXj030017@polymer3.scphys.kyoto-u.ac.jp> Date: Fri, 30 Jun 2006 17:47:24 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/99638: comments about variables concerning with OpenLDAP is wrong. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 09:20:19 -0000 >Number: 99638 >Category: ports >Synopsis: comments about variables concerning with OpenLDAP is wrong. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 30 09:20:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 6.1-STABLE FreeBSD 6.1-STABLE #2: Tue May 30 06:56:45 JST 2006 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: comments about USE_OPENLDAP and WANT_OPENLDAP_VER are still old. fix these messages. I want some comment in UPDATING file, for ports depending openldap may cause error while updating. >How-To-Repeat: for example, # portupgrade pwlib-1.10.0_1,1 causes error if openldap-client-2.2.30 is installed. >Fix: here is a fix about Mk/bsd.port.mk : --- /usr/ports/Mk/bsd.port.mk.orig Fri Jun 30 04:30:03 2006 +++ /usr/ports/Mk/bsd.port.mk Fri Jun 30 17:37:48 2006 @@ -382,9 +382,9 @@ # USE_OPENSSL - If set, this port relies on the OpenSSL package. ## # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. -# Implies: WANT_OPENLDAP_VER?=22 +# Implies: WANT_OPENLDAP_VER?=23 # WANT_OPENLDAP_VER -# - Legal values are: 21, 22, 23 +# - Legal values are: 22, 23, 24 # If set to an unkown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL # - If set, the system should use OpenLDAP libraries >Release-Note: >Audit-Trail: >Unformatted: