Hi, Last change python.port.mk make invisible MODPY_DEFAULT_VERSION_3, but this variable uses in graphics/blender and graphics/py3-cairo.
example (graphics/blender): Fatal: unknown or unsupported MODPY_VERSION: (in graphics/blender) Fatal: unknown or unsupported _MODPY_MAJOR_VERSION: (in graphics/blender) *** Error 1 in /home/ports/graphics/blender (/home/ports/infrastructure/mk/bsd.port.mk:3331 '.BEGIN': @exit 1) OK ? -- Alexandr Shadchin Index: graphics/blender/Makefile =================================================================== RCS file: /cvs/ports/graphics/blender/Makefile,v retrieving revision 1.45 diff -u -p -r1.45 Makefile --- graphics/blender/Makefile 26 Sep 2012 16:26:01 -0000 1.45 +++ graphics/blender/Makefile 14 Oct 2012 12:49:15 -0000 @@ -25,7 +25,7 @@ MASTER_SITES = http://download.blender.o MODULES = devel/cmake \ lang/python \ devel/gettext -MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} +MODPY_VERSION = 3.2 CONFIGURE_ARGS = -DPYTHON_LIBRARY="${LOCALBASE}/lib/libpython${MODPY_VERSION}m.so" \ -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \ Index: graphics/py3-cairo/Makefile =================================================================== RCS file: /cvs/ports/graphics/py3-cairo/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- graphics/py3-cairo/Makefile 30 Mar 2012 07:12:28 -0000 1.1.1.1 +++ graphics/py3-cairo/Makefile 14 Oct 2012 12:49:18 -0000 @@ -28,7 +28,7 @@ WANTLIB += xcb-shm z MODULES= lang/python \ devel/gettext -MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} +MODPY_VERSION= 3.2 LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \ graphics/cairo
