Index: head/devel/py-bullet3/files/patch-setup.py =================================================================== --- head/devel/py-bullet3/files/patch-setup.py (revision 566264) +++ head/devel/py-bullet3/files/patch-setup.py (nonexistent) @@ -1,11 +0,0 @@ ---- setup.py.orig 2020-01-04 10:04:32 UTC -+++ setup.py -@@ -434,7 +434,7 @@ else: - CXX_FLAGS += '-D_BSD ' - CXX_FLAGS += '-I/usr/X11R6/include ' - CXX_FLAGS += '-DHAS_SOCKLEN_T ' -- CXX_FLAGS += '-fno-inline-functions-called-once' -+ #CXX_FLAGS += '-fno-inline-functions-called-once' - sources = ["examples/ThirdPartyLibs/enet/unix.c"]\ - +["examples/OpenGLWindow/X11OpenGLWindow.cpp"]\ - +["examples/ThirdPartyLibs/glad/gl.c"]\ Property changes on: head/devel/py-bullet3/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/py-bullet3/Makefile =================================================================== --- head/devel/py-bullet3/Makefile (revision 566264) +++ head/devel/py-bullet3/Makefile (revision 566265) @@ -1,26 +1,25 @@ # $FreeBSD$ PORTNAME= bullet3 DISTVERSION= 3.08 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python version of 3D collision detection library Bullet LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c++11-lang gl localbase python:3.6+ -USE_GITHUB= yes -GH_ACCOUNT= bulletphysics USE_PYTHON= autoplist distutils USE_GL= gl glew -post-patch: # remove examples because they fail: https://github.com/bulletphysics/bullet3/issues/1510, and they shouldn't be built anyway - @${REINPLACE_CMD} -E 's,"examples/.*\.(cpp|c|m)",,' ${WRKSRC}/setup.py +USE_GITHUB= yes +GH_ACCOUNT= bulletphysics post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pybullet*.so .include