Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163579922
D10116.id26590.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D10116.id26590.diff
View Options
Index: games/xosmulti/Makefile
===================================================================
--- games/xosmulti/Makefile
+++ games/xosmulti/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xosmulti
PORTVERSION= 1.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= LOCAL/flathill
DISTNAME= ${PORTNAME}_${PORTVERSION}_tar
@@ -12,8 +12,11 @@
MAINTAINER= ports@FreeBSD.org
COMMENT= Little girl cartoon on the top of the active window
+LICENSE= PD
+LICENSE_FILE= ${WRKSRC}/README.jp
+
WRKSRC= ${WRKDIR}/xosmulti
-USE_XORG= xbitmaps x11 xt xi
+USE_XORG= x11 xbitmaps xext
OPTIONS_DEFINE= DOCS
Index: games/xosmulti/files/patch-biff.c
===================================================================
--- /dev/null
+++ games/xosmulti/files/patch-biff.c
@@ -0,0 +1,11 @@
+--- biff.c.orig 2017-03-22 15:54:32 UTC
++++ biff.c
+@@ -6,6 +6,8 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
++#include <unistd.h>
+ #include <pwd.h> /* for passwd */
+ #include <sys/stat.h> /* for stat, needs types.h */
+
Index: games/xosmulti/files/patch-image.c
===================================================================
--- /dev/null
+++ games/xosmulti/files/patch-image.c
@@ -0,0 +1,18 @@
+--- image.c.orig 2017-03-22 15:54:32 UTC
++++ image.c
+@@ -6,6 +6,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+@@ -44,6 +45,7 @@ unsigned int GetXDepth( disp )
+ Display *disp;
+ {
+
++ return DefaultDepth(disp, 0);
+ XVisualInfo xvi_template;
+ XVisualInfo *p_xvi;
+ int n_item, i;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 4:41 PM (47 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35479999
Default Alt Text
D10116.id26590.diff (1 KB)
Attached To
Mode
D10116: games/xosmulti: Fix runtime
Attached
Detach File
Event Timeline
Log In to Comment