Index: head/net-im/uTox/Makefile =================================================================== --- head/net-im/uTox/Makefile (revision 378482) +++ head/net-im/uTox/Makefile (revision 378483) @@ -1,40 +1,41 @@ # $FreeBSD$ PORTNAME= uTox -DISTVERSION= 0.1.9.git20150114 +DISTVERSION= 0.2.l.git20150204 CATEGORIES= net-im net-p2p MAINTAINER= fidaj@ukr.net COMMENT= Lightweight Tox client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ - libvpx.so:${PORTSDIR}/multimedia/libvpx + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libfilteraudio.so:${PORTSDIR}/audio/filter_audio RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= notsecure GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= a78a756 +GH_COMMIT= 621727d USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig USE_XORG= x11 xext xrender INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS OPTIONS_DEFAULT= DBUS DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus DBUS_MAKE_ARGS_OFF= DBUS=0 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox .include Index: head/net-im/uTox/distinfo =================================================================== --- head/net-im/uTox/distinfo (revision 378482) +++ head/net-im/uTox/distinfo (revision 378483) @@ -1,2 +1,2 @@ -SHA256 (uTox-0.1.9.git20150114.tar.gz) = 13ecdc34efd0cec358301c5c3cdf24f9e2bac2ff8941fd621ebe108301e3394c -SIZE (uTox-0.1.9.git20150114.tar.gz) = 744372 +SHA256 (uTox-0.2.l.git20150204.tar.gz) = c66f1d9751bcfa3d82e7b895dc52cb200a761f11bd4e7d3a957b2c4bfd519dc5 +SIZE (uTox-0.2.l.git20150204.tar.gz) = 753374 Index: head/net-im/uTox/files/patch-Makefile =================================================================== --- head/net-im/uTox/files/patch-Makefile (nonexistent) +++ head/net-im/uTox/files/patch-Makefile (revision 378483) @@ -0,0 +1,21 @@ +--- Makefile.orig 2015-01-28 12:42:36.939246000 +0200 ++++ Makefile 2015-01-28 12:44:04.733423000 +0200 +@@ -15,10 +15,6 @@ + DEPS += libv4lconvert + endif + +-ifeq ($(FILTER_AUDIO), 1) +- DEPS += filteraudio +-endif +- + UNAME_S := $(shell uname -s) + + CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99 +@@ -36,6 +32,7 @@ + + ifeq ($(FILTER_AUDIO), 1) + CFLAGS += -DAUDIO_FILTERING ++ LDFLAGS += -lfilteraudio + endif + + ifeq ($(UNAME_S), Linux) Property changes on: head/net-im/uTox/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property