From owner-svn-ports-all@freebsd.org Thu Jan 31 06:54:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2764134809E; Thu, 31 Jan 2019 06:54:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 613B8731B9; Thu, 31 Jan 2019 06:54:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A7943BCE; Thu, 31 Jan 2019 06:54:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0V6s4f8085479; Thu, 31 Jan 2019 06:54:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0V6s3Iv085476; Thu, 31 Jan 2019 06:54:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901310654.x0V6s3Iv085476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 31 Jan 2019 06:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491692 - in head/devel/py-bullet3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel/py-bullet3: . files X-SVN-Commit-Revision: 491692 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 613B8731B9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2019 06:54:05 -0000 Author: yuri Date: Thu Jan 31 06:54:03 2019 New Revision: 491692 URL: https://svnweb.freebsd.org/changeset/ports/491692 Log: devel/py-bullet3: Update 2.87 -> 2.88 Reported by: portscout Deleted: head/devel/py-bullet3/files/patch-examples_ThirdPartyLibs_Gwen_Macros.h Modified: head/devel/py-bullet3/Makefile head/devel/py-bullet3/distinfo head/devel/py-bullet3/files/patch-setup.py Modified: head/devel/py-bullet3/Makefile ============================================================================== --- head/devel/py-bullet3/Makefile Thu Jan 31 06:31:40 2019 (r491691) +++ head/devel/py-bullet3/Makefile Thu Jan 31 06:54:03 2019 (r491692) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bullet3 -DISTVERSION= 2.87 -PORTREVISION= 3 +DISTVERSION= 2.88 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +11,7 @@ COMMENT= Python version of 3D collision detection libr LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++11-lang localbase python +USES= compiler:c++11-lang gl localbase python USE_GITHUB= yes GH_ACCOUNT= bulletphysics USE_PYTHON= autoplist distutils Modified: head/devel/py-bullet3/distinfo ============================================================================== --- head/devel/py-bullet3/distinfo Thu Jan 31 06:31:40 2019 (r491691) +++ head/devel/py-bullet3/distinfo Thu Jan 31 06:54:03 2019 (r491692) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529561825 -SHA256 (bulletphysics-bullet3-2.87_GH0.tar.gz) = 438c151c48840fe3f902ec260d9496f8beb26dba4b17769a4a53212903935f95 -SIZE (bulletphysics-bullet3-2.87_GH0.tar.gz) = 56691047 +TIMESTAMP = 1548916400 +SHA256 (bulletphysics-bullet3-2.88_GH0.tar.gz) = 21c135775527754fc2929db1db5144e92ad0218ae72840a9f162acb467a7bbf9 +SIZE (bulletphysics-bullet3-2.88_GH0.tar.gz) = 78575915 Modified: head/devel/py-bullet3/files/patch-setup.py ============================================================================== --- head/devel/py-bullet3/files/patch-setup.py Thu Jan 31 06:31:40 2019 (r491691) +++ head/devel/py-bullet3/files/patch-setup.py Thu Jan 31 06:54:03 2019 (r491692) @@ -1,11 +1,6 @@ ---- setup.py.orig 2017-09-29 23:20:39 UTC +--- setup.py.orig 2018-12-31 20:42:41 UTC +++ setup.py -@@ -409,11 +409,12 @@ elif _platform == "darwin": - +["examples/OpenGLWindow/MacOpenGLWindowObjC.m"] - else: - print("bsd!") -+ libraries = ['GL','GLEW','pthread'] - os.environ['LDFLAGS'] = '-L/usr/X11R6/lib' +@@ -535,7 +535,7 @@ else: CXX_FLAGS += '-D_BSD ' CXX_FLAGS += '-I/usr/X11R6/include ' CXX_FLAGS += '-DHAS_SOCKLEN_T ' @@ -13,4 +8,4 @@ + #CXX_FLAGS += '-fno-inline-functions-called-once' sources = ["examples/ThirdPartyLibs/enet/unix.c"]\ +["examples/OpenGLWindow/X11OpenGLWindow.cpp"]\ - +["examples/ThirdPartyLibs/Glew/glew.c"]\ + +["examples/ThirdPartyLibs/glad/gl.c"]\