svn commit: r467682 - head/devel/uatraits

Jan Beich jbeich at FreeBSD.org
Wed Apr 18 06:39:51 UTC 2018


Author: jbeich
Date: Wed Apr 18 06:39:50 2018
New Revision: 467682
URL: https://svnweb.freebsd.org/changeset/ports/467682

Log:
  devel/uatraits: unbreak with boost 1.67
  
  checking for boost_python... boost_python
  checking boost/python.hpp usability... yes
  checking boost/python.hpp presence... yes
  checking for boost/python.hpp... yes
  checking linkage with boost::python... no
  [...]
  configure: error: boost python isn't installed for python binding
  
  PR:		227427
  Reported by:	antoine (via exp-run)

Modified:
  head/devel/uatraits/Makefile   (contents, props changed)

Modified: head/devel/uatraits/Makefile
==============================================================================
--- head/devel/uatraits/Makefile	Wed Apr 18 06:39:37 2018	(r467681)
+++ head/devel/uatraits/Makefile	Wed Apr 18 06:39:50 2018	(r467682)
@@ -26,4 +26,8 @@ CONFIGURE_ENV=	crypto_CFLAGS="-I${OPENSSLINC}" \
 		crypto_LIBS="-L${OPENSSLLIB} -lcrypto"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+post-patch:
+	@${REINPLACE_CMD} -e 's/\[boost_python]/[${PY_BOOST_LIB}]/' \
+		${WRKSRC}/config/ax_boost_python.m4
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list