Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 21:33:15 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369209 - in head/net-im/tox: . files
Message-ID:  <201409242133.s8OLXFIq015239@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Sep 24 21:33:15 2014
New Revision: 369209
URL: http://svnweb.freebsd.org/changeset/ports/369209
QAT: https://qat.redports.org/buildarchive/r369209/

Log:
  Refresh.

Added:
  head/net-im/tox/files/
  head/net-im/tox/files/patch-testing_test_avatars.c   (contents, props changed)
Modified:
  head/net-im/tox/Makefile
  head/net-im/tox/distinfo
  head/net-im/tox/pkg-plist

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Wed Sep 24 21:27:49 2014	(r369208)
+++ head/net-im/tox/Makefile	Wed Sep 24 21:33:15 2014	(r369209)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	toxcore
-PORTVERSION=	0.140908
-PORTREVISION=	1
+PORTVERSION=	0.140924
 CATEGORIES=	net-im net-p2p
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -14,7 +13,6 @@ LICENSE=	GPLv3
 BUILD_DEPENDS=	checkmk:${PORTSDIR}/devel/libcheck
 LIB_DEPENDS=	libvpx.so:${PORTSDIR}/multimedia/libvpx		\
 		libopus.so:${PORTSDIR}/audio/opus		\
-		libopenal.so.1:${PORTSDIR}/audio/openal-soft	\
 		libv4l2.so:${PORTSDIR}/multimedia/libv4l	\
 		libswscale.so:${PORTSDIR}/multimedia/ffmpeg
 
@@ -22,12 +20,12 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	irungentoo
 GH_PROJECT=	${PORTNAME}
 GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	a0302b7
+GH_COMMIT=	744f51e
 
 USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
 AUTOMAKE_ARGS=	-a -c -f
 CONFIGURE_ARGS=	--enable-testing
-USES=		pkgconfig pathfix libtool
+USES=		libtool openal:soft pathfix pkgconfig
 USE_SDL=	yes
 USE_LDCONFIG=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am

Modified: head/net-im/tox/distinfo
==============================================================================
--- head/net-im/tox/distinfo	Wed Sep 24 21:27:49 2014	(r369208)
+++ head/net-im/tox/distinfo	Wed Sep 24 21:33:15 2014	(r369209)
@@ -1,2 +1,2 @@
-SHA256 (toxcore-0.140908.tar.gz) = 424900cb7fb6526969ad314b86e073c62eed9e84b252fd6bf6294ac92781b530
-SIZE (toxcore-0.140908.tar.gz) = 288829
+SHA256 (toxcore-0.140924.tar.gz) = 8c0937938f0d91ce63f3b941c726d1cb588e67d71b33a4a948f635c761cb8109
+SIZE (toxcore-0.140924.tar.gz) = 326683

Added: head/net-im/tox/files/patch-testing_test_avatars.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/tox/files/patch-testing_test_avatars.c	Wed Sep 24 21:33:15 2014	(r369209)
@@ -0,0 +1,14 @@
+--- testing/test_avatars.c.orig	2014-09-24 03:00:12.000000000 +0200
++++ testing/test_avatars.c	2014-09-24 22:18:32.000000000 +0200
+@@ -47,7 +47,11 @@
+ #include <unistd.h>
+ #include <time.h>
+ #include <stdbool.h>
++#if defined(__linux__)
+ #include <linux/limits.h>
++#elif defined(__FreeBSD__)
++#include <sys/syslimits.h>
++#endif
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <errno.h>

Modified: head/net-im/tox/pkg-plist
==============================================================================
--- head/net-im/tox/pkg-plist	Wed Sep 24 21:27:49 2014	(r369208)
+++ head/net-im/tox/pkg-plist	Wed Sep 24 21:33:15 2014	(r369209)
@@ -2,6 +2,7 @@ bin/DHT_bootstrap
 include/tox/tox.h
 include/tox/toxav.h
 include/tox/toxdns.h
+include/tox/toxencryptsave.h
 lib/libtoxav.a
 %%SODIUM%%lib/libtoxav.so
 %%SODIUM%%lib/libtoxav.so.0
@@ -14,6 +15,9 @@ lib/libtoxdns.a
 %%SODIUM%%lib/libtoxdns.so
 %%SODIUM%%lib/libtoxdns.so.0
 %%SODIUM%%lib/libtoxdns.so.0.0.0
+lib/libtoxencryptsave.a
+%%SODIUM%%lib/libtoxencryptsave.so
+%%SODIUM%%lib/libtoxencryptsave.so.0
+%%SODIUM%%lib/libtoxencryptsave.so.0.0.0
 libdata/pkgconfig/libtoxav.pc
 libdata/pkgconfig/libtoxcore.pc
-@dirrm include/tox



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409242133.s8OLXFIq015239>