Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2012 19:30:17 GMT
From:      Marcus von Appen <mva@FreeBSD.org>
To:        freebsd-python@FreeBSD.org
Subject:   Re: ports/155936: lang/python27 Pthread: previous declaration of ...
Message-ID:  <201206031930.q53JUHvL090910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/155936; it has been noted by GNATS.

From: Marcus von Appen <mva@FreeBSD.org>
To: bug-followup@FreeBSD.org, kalten@gmx.at, freebsd-python@FreeBSD.org
Cc:  
Subject: Re: ports/155936: lang/python27 Pthread: previous declaration of ...
Date: Sun, 3 Jun 2012 21:22:37 +0200

 --ey/N+yb7u/X9mFhi
 Content-Type: multipart/mixed; boundary="vni90+aGYgRvsTuO"
 Content-Disposition: inline
 
 
 --vni90+aGYgRvsTuO
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The attached patch fixes the pth usage (and hence the now available
 BROKEN=) for lang/python27.
 
 Cheers
 Marcus
 
 --vni90+aGYgRvsTuO
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="unbreak_pth_python27.diff"
 
 Index: lang/python27/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/lang/python27/Makefile,v
 retrieving revision 1.188
 diff -u -r1.188 Makefile
 --- lang/python27/Makefile	31 May 2012 15:17:32 -0000	1.188
 +++ lang/python27/Makefile	3 Jun 2012 19:15:11 -0000
 @@ -81,10 +81,10 @@
  .if ${PORT_OPTIONS:MTHREADS}
  PLIST_SUB+=	THREADS=""
  .if ${PORT_OPTIONS:MPTH}
 -BROKEN=			does not build with PTH enabled
 -CONFIGURE_ARGS+=	--with-pth
 +CONFIGURE_ARGS+=	--with-pth --with-system-ffi
  EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-configure-pth
 -LIB_DEPENDS+=		pth:${PORTSDIR}/devel/pth
 +LIB_DEPENDS+=		pth:${PORTSDIR}/devel/pth \
 +			ffi.5:${PORTSDIR}/devel/libffi
  _PTH_CPPFLAGS=		"-I${LOCALBASE}/include/pth"
  _PTH_LDFLAGS=		"-L${LOCALBASE}/lib/pth"
  CPPFLAGS:=		${_PTH_CPPFLAGS} ${CPPFLAGS}
 
 --vni90+aGYgRvsTuO--
 
 --ey/N+yb7u/X9mFhi
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.19 (FreeBSD)
 
 iEYEARECAAYFAk/LuX0ACgkQi68/ErJnpkeFVACgrSX5f+w12Y/rLXBDaLlB+cZX
 +9MAoNUwuKx6jvzYr9WTGSV9qRmHgbVn
 =hHaV
 -----END PGP SIGNATURE-----
 
 --ey/N+yb7u/X9mFhi--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206031930.q53JUHvL090910>