--- net-im/uTox/Makefile (revision 432005) +++ net-im/uTox/Makefile (working copy) @@ -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 + ${CP} ${WRKSRC}/icons/utox-128x128.png ${STAGEDIR}${PREFIX}/share/pixmaps/utox.png .include --- net-im/uTox/files/patch-src_main.h (revision 432005) +++ net-im/uTox/files/patch-src_main.h (working copy) @@ -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) --- net-im/uTox/pkg-plist (revision 432005) +++ net-im/uTox/pkg-plist (working copy) @@ -1,3 +1,4 @@ bin/utox share/applications/utox.desktop +share/pixmaps/utox.png man/man1/utox.1.gz