Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147961023
D50351.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
886 B
Referenced Files
None
Subscribers
None
D50351.diff
View Options
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile
--- a/games/pink-pony/Makefile
+++ b/games/pink-pony/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pink-pony
PORTVERSION= 1.4.1
-PORTREVISION= 48
+PORTREVISION= 49
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/games/pink-pony/files/patch-src_Menu.cc b/games/pink-pony/files/patch-src_Menu.cc
new file mode 100644
--- /dev/null
+++ b/games/pink-pony/files/patch-src_Menu.cc
@@ -0,0 +1,11 @@
+--- src/Menu.cc.orig 2025-05-13 14:45:49 UTC
++++ src/Menu.cc
+@@ -88,7 +88,7 @@ Menu::Menu (Config* config,
+ : active_screen(MAIN_SCREEN),
+ config(config),
+ skydome(skydome),
+- heightmap(NULL),
++ heightmap(nullptr),
+ logo_button(config->resource_dir + "textures/logo.png"),
+ start_button("Start", config),
+ quit_button(config->resource_dir + "textures/quit.png"),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 10:05 PM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29737431
Default Alt Text
D50351.diff (886 B)
Attached To
Mode
D50351: games/pink-pony: Pass nullptr instead of NULL to auto_ptr constructor
Attached
Detach File
Event Timeline
Log In to Comment