svn commit: r489574 - head/math/blitz++

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 13:17:18 UTC 2019


Author: antoine
Date: Mon Jan  7 13:17:17 2019
New Revision: 489574
URL: https://svnweb.freebsd.org/changeset/ports/489574

Log:
  math/blitz++ is not compatible with python3
  
  PR:		234633

Modified:
  head/math/blitz++/Makefile

Modified: head/math/blitz++/Makefile
==============================================================================
--- head/math/blitz++/Makefile	Mon Jan  7 12:14:46 2019	(r489573)
+++ head/math/blitz++/Makefile	Mon Jan  7 13:17:17 2019	(r489574)
@@ -15,7 +15,7 @@ BROKEN_FreeBSD_12=	fails to compile: ../blitz/blitz.h:
 BROKEN_FreeBSD_13=	fails to compile: ../blitz/blitz.h:58:12: 'iostream.h' file not found
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix python
+USES=		gmake libtool pathfix python:2.7
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-shared CXX_OPTIMIZE_FLAGS="${CFLAGS}"
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list