Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107417027
D9477.id24841.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
D9477.id24841.diff
View Options
Index: net-im/uTox/Makefile
===================================================================
--- net-im/uTox/Makefile
+++ net-im/uTox/Makefile
@@ -2,6 +2,7 @@
PORTNAME= uTox
PORTVERSION= 0.11.1
+PORTREVISION= 1
CATEGORIES= net-im net-p2p
MAINTAINER= portmaster@BSDforge.com
@@ -41,5 +42,6 @@
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox
+ ${INSTALL_DATA} ${WRKSRC}/icons/utox-128x128.png ${STAGEDIR}${PREFIX}/share/pixmaps/utox.png
.include <bsd.port.mk>
Index: net-im/uTox/files/patch-src_main.h
===================================================================
--- net-im/uTox/files/patch-src_main.h
+++ net-im/uTox/files/patch-src_main.h
@@ -7,7 +7,7 @@
-#ifndef __OBJC__
-#define volatile(x)(x)
+#if !defined(__OBJC__) || defined(__NetBSD__) || defined(__FreeBSD__)
-+#define volatile(x) x
++#define volatile(x)(x)
#endif
#define SCALE(x) (((int)((ui_scale / 10.0) * ((double)x))) ?: 1)
Index: net-im/uTox/pkg-plist
===================================================================
--- net-im/uTox/pkg-plist
+++ net-im/uTox/pkg-plist
@@ -1,3 +1,4 @@
bin/utox
share/applications/utox.desktop
+share/pixmaps/utox.png
man/man1/utox.1.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 8:51 PM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15800973
Default Alt Text
D9477.id24841.diff (1 KB)
Attached To
Mode
D9477: unbreak net-im/uTox on 10.3-RELEASE amd64
Attached
Detach File
Event Timeline
Log In to Comment