Date: Fri, 17 Feb 2006 17:16:50 GMT From: Kostik Belousov <kostikbel@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/93489: Mk/bsd.port.mk has updated version of openldap 23 so, but net/openldap23 uses old version number Message-ID: <200602171716.k1HHGovP082614@www.freebsd.org> Resent-Message-ID: <200602171720.k1HHK5Y1037514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93489 >Category: ports >Synopsis: Mk/bsd.port.mk has updated version of openldap 23 so, but net/openldap23 uses old version number >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 17:20:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Kostik Belousov >Release: 6-STABLE >Organization: >Environment: FreeBSD deviant.kiev.zoral.com.ua 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Thu Feb 16 07:21:00 EET 2006 root@deviant.kiev.zoral.com.ua:/usr/obj/usr/src/sys/DEVIANT i386 >Description: Recent commit (1.525 by kris@) of ports/Mk/bsd.port.mk changed the version of libldap-2.3.so from libldap-2.3.so.1 to libldap-2.3.so.2 for the case WANT_OPENLDAP_VER=23. But, the port net/openldap23-client still installs libldap-2.3.so.1. I think that the change to bsd.port.mk shall be reverted. >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /usr/local/arch/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.525 diff -u -r1.525 bsd.port.mk --- bsd.port.mk 11 Feb 2006 02:34:48 -0000 1.525 +++ bsd.port.mk 17 Feb 2006 17:13:00 -0000 @@ -1523,7 +1523,7 @@ .if ${WANT_OPENLDAP_VER} == 22 LIB_DEPENDS+= ldap-2.2.7:${PORTSDIR}/net/openldap22${_OPENLDAP_FLAVOUR}-client .elif ${WANT_OPENLDAP_VER} == 23 -LIB_DEPENDS+= ldap-2.3.2:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client +LIB_DEPENDS+= ldap-2.3.1:${PORTSDIR}/net/openldap23${_OPENLDAP_FLAVOUR}-client .else BROKEN= unknown OpenLDAP version: ${WANT_OPENLDAP_VER} .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602171716.k1HHGovP082614>