Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id BDDA863D798 for ; Fri, 28 Sep 2012 12:28:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3FC5614A2D3; Fri, 28 Sep 2012 12:28:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E033214A2D1 for ; Fri, 28 Sep 2012 12:28:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WP9DrDekckn1 for ; Fri, 28 Sep 2012 12:28:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 522A514A2CE for ; Fri, 28 Sep 2012 12:28:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 09BFE175DD; Fri, 28 Sep 2012 12:28:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 28 Sep 2012 12:28:53 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20120928122854.09BFE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: manu Date: Fri Sep 28 12:28:53 UTC 2012 Modified Files: pkgsrc/databases/openldap: Makefile.common distinfo pkgsrc/databases/openldap-smbk5pwd: Makefile pkgsrc/databases/openldap/patches: patch-da Log Message: - fix openldap-smbk5pwd so that it links with -ldes on NetBSD (otherwise Undefined PLT symbol "des_set_odd_parity") - make sure OpenLDAP links with pkgsrc's libfetch as base libfetch may be linked with a different OpenSSL than OpenLDAP. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/databases/openldap/Makefile.common cvs rdiff -u -r1.86 -r1.87 pkgsrc/databases/openldap/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/openldap-smbk5pwd/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/openldap/patches/patch-da Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.