From owner-freebsd-ports@FreeBSD.ORG Thu Nov 30 08:46:05 2006 Return-Path: X-Original-To: ports@FreeBSD.ORG Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B84D516A501; Thu, 30 Nov 2006 08:46:05 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D7543CA2; Thu, 30 Nov 2006 08:45:55 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 9B4CCEB3C97; Thu, 30 Nov 2006 16:46:01 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id PpXUmwUj7voP; Thu, 30 Nov 2006 16:45:53 +0800 (CST) Received: from [10.217.12.238] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 54419EB08CB; Thu, 30 Nov 2006 16:45:45 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=HuAKeGGZ5iyuxeqaNw/ISLROcDXneGHZcpo7LH/gpjcwSJHDowziIJqBJxlZc/FW3 CUzmBBIV8Wun2vdNqjIZQ== Message-ID: <456E9A1F.60706@delphij.net> Date: Thu, 30 Nov 2006 16:45:19 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: Norikatsu Shigemura References: <20061127223711.cac8cd47.nork@FreeBSD.org> In-Reply-To: <20061127223711.cac8cd47.nork@FreeBSD.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigDD7882036FB61C164898532E" Cc: ports@FreeBSD.ORG, delphij@FreeBSD.ORG Subject: Re: net/openldap23-server: PTHREAD_LIBS clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 08:46:05 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDD7882036FB61C164898532E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Norikatsu Shigemura wrote: > Hi delphij! >=20 > I found a problem that openldap23-server doesn't reflect > PTHREAD_LIBS=3DANY (like -lthr). Please check following patch. >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/net/openldap23-server/Makefile,v > retrieving revision 1.143 > diff -u -r1.143 Makefile > --- Makefile 15 Nov 2006 07:10:22 -0000 1.143 > +++ Makefile 27 Nov 2006 09:33:31 -0000 > @@ -78,6 +78,8 @@ > OPENLDAP_PKGFILESUFX=3D > .endif > =20 > +CONFIGURE_SED=3D -e 's,-kthread,${PTHREAD_LIBS},g' > + > .include > =20 > .if defined(CLIENT_ONLY) Committed, thanks! Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enigDD7882036FB61C164898532E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFbpofOfuToMruuMARA6ViAJ9iHlNtLnratSDsMo7hjVBy30P1dQCfVLkt Tzz5Eul1j8pXiF8H/pprmrI= =RKDH -----END PGP SIGNATURE----- --------------enigDD7882036FB61C164898532E--