1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
This commit is contained in:
Thierry Thomas 2015-04-01 20:36:58 +00:00
parent 35056b5bed
commit b98a84ecbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382954
5 changed files with 10 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxcore
PORTVERSION= 0.150317
PORTVERSION= 0.150401
CATEGORIES= net-im net-p2p
MAINTAINER= thierry@FreeBSD.org
@ -19,8 +19,7 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \
USE_GITHUB= yes
GH_ACCOUNT= irungentoo
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 4ad7649
GH_TAGNAME= a47fad1
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
AUTOMAKE_ARGS= -a -c -f
@ -54,7 +53,7 @@ DAEMON_LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
USE_GCC= yes
BROKEN_i386= '__stack_chk_fail_local' isn't defined
BROKEN_i386= '__stack_chk_fail_local' is not defined
.endif
.if ${PORT_OPTIONS:MDAEMON}

View File

@ -1,2 +1,2 @@
SHA256 (toxcore-0.150317.tar.gz) = bfff413a0d254eb42bb86cc1b4d3bfd21e6969b5ab091f9420ec8838abee7d3b
SIZE (toxcore-0.150317.tar.gz) = 352871
SHA256 (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 1e70291f91d1664607e6bf4230d8a077ee1d8dbdea4796ccdfa069a1f3f4679c
SIZE (irungentoo-toxcore-0.150401-a47fad1_GH0.tar.gz) = 347407

View File

@ -2,6 +2,7 @@ bin/DHT_bootstrap
%%DAEMON%%bin/tox-bootstrapd
%%DAEMON%%@sample etc/tox-bootstrapd.conf.sample
include/tox/tox.h
include/tox/tox_old.h
include/tox/toxav.h
include/tox/toxdns.h
include/tox/toxencryptsave.h

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= toxic
PORTVERSION= 0.5.2.150319
PORTVERSION= 0.6.0.150401
CATEGORIES= net-im
MAINTAINER= thierry@FreeBSD.org
@ -18,8 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tox
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= a64b8ca
GH_TAGNAME= e998c8a
OPTIONS_DEFINE= X11
OPTIONS_DEFAULT=X11
@ -28,9 +27,6 @@ X11_USE= XORG=x11
X11_MAKE_ARGS_OFF= DISABLE_X11=1 DISABLE_DESKTOP_NOTIFY=1
X11_LIB_DEPENDS=libnotify.so:${PORTSDIR}/devel/libnotify
WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT}
BUILD_WRKSRC= ${WRKSRC}/build
INSTALL_WRKSRC= ${BUILD_WRKSRC}
MAKE_ENV= USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
SUB_FILES= pkg-message

View File

@ -1,2 +1,2 @@
SHA256 (toxic-0.5.2.150319.tar.gz) = 0d75e88e361c1ecd4ce61b1324c9fc55fb23598a18ae5964db5e7c00f8b4cd27
SIZE (toxic-0.5.2.150319.tar.gz) = 1106896
SHA256 (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 24d1ac72300d239d49e6003ad8b7eb90167130323108c0457d54b2c18ad0ef77
SIZE (tox-toxic-0.6.0.150401-e998c8a_GH0.tar.gz) = 1107441