Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2021 19:26:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568409 - in head/graphics/bonzomatic: . files
Message-ID:  <202103141926.12EJQqCW018659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Mar 14 19:26:52 2021
New Revision: 568409
URL: https://svnweb.freebsd.org/changeset/ports/568409

Log:
  - Update to 2021-03-07

Added:
  head/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp   (contents, props changed)
Deleted:
  head/graphics/bonzomatic/files/patch-CMakeLists.txt
Modified:
  head/graphics/bonzomatic/Makefile
  head/graphics/bonzomatic/distinfo

Modified: head/graphics/bonzomatic/Makefile
==============================================================================
--- head/graphics/bonzomatic/Makefile	Sun Mar 14 19:21:41 2021	(r568408)
+++ head/graphics/bonzomatic/Makefile	Sun Mar 14 19:26:52 2021	(r568409)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bonzomatic
-DISTVERSION=	2021-01-29
+DISTVERSION=	2021-03-07
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org
@@ -19,7 +19,9 @@ BUILD_DEPENDS=	${LOCALBASE}/include/stb/stb_image.h:de
 USES=		cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
 USE_GL=		gl glu glew
 USE_XORG=	x11 xext xrandr xinerama xcursor xi
-
+CMAKE_ON=	BONZOMATIC_USE_SYSTEM_GLFW \
+		BONZOMATIC_USE_SYSTEM_GLEW \
+		BONZOMATIC_USE_SYSTEM_STB
 USE_GITHUB=	yes
 GH_ACCOUNT=	Gargaj
 GH_PROJECT=	Bonzomatic

Modified: head/graphics/bonzomatic/distinfo
==============================================================================
--- head/graphics/bonzomatic/distinfo	Sun Mar 14 19:21:41 2021	(r568408)
+++ head/graphics/bonzomatic/distinfo	Sun Mar 14 19:26:52 2021	(r568409)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613690017
-SHA256 (Gargaj-Bonzomatic-2021-01-29_GH0.tar.gz) = aa6c550636cc19151b02398f7b78180f3430a23ea10932f5bc7389e092f52ce0
-SIZE (Gargaj-Bonzomatic-2021-01-29_GH0.tar.gz) = 2721898
+TIMESTAMP = 1615303812
+SHA256 (Gargaj-Bonzomatic-2021-03-07_GH0.tar.gz) = e673d00acbf9e00b65338504eb7b03a525d832155b5ce7fea6c3f3b4c1edb294
+SIZE (Gargaj-Bonzomatic-2021-03-07_GH0.tar.gz) = 2721345

Added: head/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/bonzomatic/files/patch-src_platform__x11_Misc.cpp	Sun Mar 14 19:26:52 2021	(r568409)
@@ -0,0 +1,10 @@
+--- src/platform_x11/Misc.cpp.orig	2021-03-07 12:52:50 UTC
++++ src/platform_x11/Misc.cpp
+@@ -7,6 +7,7 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <limits.h>
++#include <locale.h>
+ 
+ #include <fontconfig/fontconfig.h>
+ 



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