Page MenuHomeFreeBSD

D9477.id24841.diff
No OneTemporary

D9477.id24841.diff

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

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)

Event Timeline