From owner-cvs-ports@FreeBSD.ORG Mon Oct 25 02:30:45 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA3C16A4CE; Mon, 25 Oct 2004 02:30:45 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00FFB43D31; Mon, 25 Oct 2004 02:30:45 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E53C85183F; Sun, 24 Oct 2004 19:31:18 -0700 (PDT) Date: Sun, 24 Oct 2004 19:31:18 -0700 From: Kris Kennaway To: Yen-Ming Lee Message-ID: <20041025023118.GA25690@xor.obsecurity.org> References: <200410250227.i9P2RQhQ063781@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <200410250227.i9P2RQhQ063781@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/bbsmount Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 02:30:45 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 25, 2004 at 02:27:26AM +0000, Yen-Ming Lee wrote: > leeym 2004-10-25 02:27:26 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/bbsmount Makefile=20 > Log: > add OSVERSION-depend post-patch target > | +.include > | + > | +.if ${OSVERSION} < 500000 > | +post-patch: > | @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ > | ${WRKSRC}/${CONFIGURE_SCRIPT} > | +.endif That's incorrect - PTHREAD_LIBS should be used on all versions. It doesn't even default to -lpthread on 5.x any more. Kris --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBfGV2Wry0BWjoQKURAil4AJ9OGat6eim6Ez2ligTxlksAvOen+gCg6T38 jcdmZabFn76XA09+4FXStJ0= =407c -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--