Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 06:39:51 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467682 - head/devel/uatraits
Message-ID:  <201804180639.w3I6dpZu058933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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