Date: Sun, 24 Oct 2004 19:31:18 -0700 From: Kris Kennaway <kris@obsecurity.org> To: Yen-Ming Lee <leeym@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/bbsmount Makefile Message-ID: <20041025023118.GA25690@xor.obsecurity.org> In-Reply-To: <200410250227.i9P2RQhQ063781@repoman.freebsd.org> References: <200410250227.i9P2RQhQ063781@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <bsd.port.pre.mk> > | + > | +.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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041025023118.GA25690>