From owner-freebsd-ports@freebsd.org Fri Jul 24 04:51:35 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBA579A830D for ; Fri, 24 Jul 2015 04:51:35 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A911119B5 for ; Fri, 24 Jul 2015 04:51:35 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1ZIUxD-000zXe-Hj>; Fri, 24 Jul 2015 06:51:27 +0200 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1ZIUxD-00216q-4W>; Fri, 24 Jul 2015 06:51:27 +0200 Date: Fri, 24 Jul 2015 06:51:21 +0200 From: "O. Hartmann" To: freebsd-ports Subject: databases/postgresql9[234]-server: LDAP support broken since last update! Message-ID: <20150724065121.2ca15f08@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 04:51:36 -0000 Someone broke databases/postgresql94-server's LDAP support (also 9.2, 9.3)! The LDAP support isn't compiled in anymore although explicitely selected. Obviously a --with-ldap switch gets lost during the procedure. See PR 201782 and PR 201795. oh