Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 10:11:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522024 - in head/devel/py-bullet3: . files
Message-ID:  <202001041011.004ABVpv000471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan  4 10:11:31 2020
New Revision: 522024
URL: https://svnweb.freebsd.org/changeset/ports/522024

Log:
  devel/py-bullet3: Update 2.88 -> 2.89
  
  Reported by:	portscout

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	Sat Jan  4 10:08:31 2020	(r522023)
+++ head/devel/py-bullet3/Makefile	Sat Jan  4 10:11:31 2020	(r522024)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bullet3
-DISTVERSION=	2.88
-PORTREVISION=	1
+DISTVERSION=	2.89
 CATEGORIES=	devel
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/devel/py-bullet3/distinfo
==============================================================================
--- head/devel/py-bullet3/distinfo	Sat Jan  4 10:08:31 2020	(r522023)
+++ head/devel/py-bullet3/distinfo	Sat Jan  4 10:11:31 2020	(r522024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548916400
-SHA256 (bulletphysics-bullet3-2.88_GH0.tar.gz) = 21c135775527754fc2929db1db5144e92ad0218ae72840a9f162acb467a7bbf9
-SIZE (bulletphysics-bullet3-2.88_GH0.tar.gz) = 78575915
+TIMESTAMP = 1578131800
+SHA256 (bulletphysics-bullet3-2.89_GH0.tar.gz) = 621b36e91c0371933f3c2156db22c083383164881d2a6b84636759dc4cbb0bb8
+SIZE (bulletphysics-bullet3-2.89_GH0.tar.gz) = 135742506

Modified: head/devel/py-bullet3/files/patch-setup.py
==============================================================================
--- head/devel/py-bullet3/files/patch-setup.py	Sat Jan  4 10:08:31 2020	(r522023)
+++ head/devel/py-bullet3/files/patch-setup.py	Sat Jan  4 10:11:31 2020	(r522024)
@@ -1,11 +1,11 @@
---- setup.py.orig	2018-12-31 20:42:41 UTC
+--- setup.py.orig	2020-01-04 10:04:32 UTC
 +++ setup.py
-@@ -535,7 +535,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"]\
+@@ -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"]\



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