mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
44 lines
1.3 KiB
Makefile
44 lines
1.3 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= uTox
|
|
DISTVERSION= 0.17.0
|
|
DISTVERSIONSUFFIX= -full
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im net-p2p
|
|
MASTER_SITES= https://github.com/uTox/uTox/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Lightweight Tox client
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BROKEN_aarch64= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation
|
|
BROKEN_armv6= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation
|
|
BROKEN_armv7= fails to compile: endian.h:68:20: too many arguments provided to function-like macro invocation
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libsodium.so:security/libsodium \
|
|
libv4lconvert.so:multimedia/libv4l \
|
|
libvpx.so:multimedia/libvpx \
|
|
libopus.so:audio/opus \
|
|
libtoxcore.so:net-im/tox
|
|
|
|
USES= cmake:outsource compiler:c11 desktop-file-utils dos2unix \
|
|
openal pkgconfig
|
|
USE_XORG= ice sm x11 xext xrender
|
|
CMAKE_OFF= ENABLE_LTO
|
|
DOS2UNIX_GLOB= *
|
|
LLD_UNSAFE= yes
|
|
WRKSRC= ${WRKDIR}/uTox
|
|
|
|
OPTIONS_DEFINE= DBUS
|
|
OPTIONS_DEFAULT= DBUS
|
|
|
|
DBUS_CMAKE_BOOL= ENABLE_DBUS
|
|
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|
|
|
.include <bsd.port.mk>
|