From owner-svn-ports-all@freebsd.org Sat Nov 30 18:03:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 329BA1B25FB; Sat, 30 Nov 2019 18:03:55 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 47QK4q0XWrz4JGP; Sat, 30 Nov 2019 18:03:54 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 80B32228B7; Sat, 30 Nov 2019 13:03:51 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sat, 30 Nov 2019 13:03:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Wmnzql NrGsqnnTwPOFcAQ017zrUVKgveg/gweAIHxis=; b=Gbt1oPNgKJ5yd397oU6weB iIAHiQuEQpdjq0P2fylFGPX3aeVckCLO/e9bW1/sXj04SIeRMqrHxtrUCr8lKmbl 85x6Yc6IM0fljz8J3RdluNjJPcD5NK1N9RSE28uQblvAS/AXJ3vP+ntFh9ogJ5PD LYaeR7MReoyjd5oUZLl7/YcXI9Ih1tux2+cp4RcCa9/hIfV5NdCKXisnnW+JkPPu PYOZtrmJsgORo018aj1iXytR5S8J2UM6HkmUOjnFsGh5G9ZzwYcPqJwZDKjHjFa6 IpUhM8fVN7xseB3QuKg4i0imaOyQxZyYpvtwO/VrLwxLjXAdf2/XpsePc9Wkp0YQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudejuddguddtlecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjfgesgh dtreertdervdenucfhrhhomhepvfhosghirghsucfmohhrthhkrghmphcuoehtohgsihhk sehfrhgvvggsshgurdhorhhgqeenucffohhmrghinhepfhhrvggvsghsugdrohhrghenuc fkphepleehrdeltddrvddviedrfedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgs ihhksehfrhgvvggsshgurdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from urd.tobik.me (ip5f5ae21e.dynamic.kabel-deutschland.de [95.90.226.30]) by mail.messagingengine.com (Postfix) with ESMTPA id 7415B30600BF; Sat, 30 Nov 2019 13:03:50 -0500 (EST) Date: Sat, 30 Nov 2019 19:03:48 +0100 From: Tobias Kortkamp To: Xin LI Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r518705 - head/net/openldap24-server Message-ID: <20191130180348.GA38267@urd.tobik.me> References: <201911300619.xAU6JpfM062682@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <201911300619.xAU6JpfM062682@repo.freebsd.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47QK4q0XWrz4JGP X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.97 / 15.00]; NEURAL_HAM_MEDIUM(-0.97)[-0.971,0]; NEURAL_HAM_LONG(-1.00)[-0.995,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2019 18:03:55 -0000 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 30, 2019 at 06:19:51AM +0000, Xin LI wrote: > Author: delphij > Date: Sat Nov 30 06:19:51 2019 > New Revision: 518705 > URL: https://svnweb.freebsd.org/changeset/ports/518705 >=20 > Log: > net/openldap24-server: add support for pbkdf2 password hash > =20 > PR: 241471 > Submitted by: Joris Dedieu >=20 > Modified: > head/net/openldap24-server/Makefile > head/net/openldap24-server/pkg-plist >=20 > .if ${PORT_OPTIONS:MKQUEUE} > -BUILD_DEPENDS+=3D autoconf>0:devel/autoconf > +USE_AUTOTOOLS+=3D autoconf This fails basic sanity checks and regresses r459003: $ make check-sanity WITH=3DKQUEUE /!\ openldap-server-2.4.48_1: Makefile errors /!\ USE_AUTOTOOLS is unsupported, please use USES=3Dautoreconf and GNU_CONFIGUR= E=3Dyes --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAl3irv9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2HbnAgAq2/iU1ThGeq06Mdrln+KoPRLlBF9lIdFAc/YVigB+U09kPIoWHQXByOF 3MTIBTLBoueFUjgCg9YevLzVEsSZ5w/8F4r8dftrVpxc2XXVXJWsKLc4Ku7uiKzi AWrq93+nGP7CJ+lxGL959NF1t27/uTUXD+CTc6tpzvPG4SJEUQS06H+AL0PH+Ne1 tuh/TIBhTyzlGSBRANuESExF71SrnXUpqsNjDwPxdZDLQv6QHC+Ah9NeSVhR7E3Z +Nxx6ftu/hG2RT71bEQu3FidjZqkzpbqKccneq2YRdoR0t0N4lSRmaH0pfW9WC48 ND1ch2tNRMJcrvWepBVmla6u+iR6wA== =HP5a -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm--