Date: Mon, 4 Aug 2014 23:04:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364066 - in head/audio: clementine-player pulseaudio Message-ID: <53e01170.5dbb.11e4dd6d@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Aug 4 23:04:15 2014 New Revision: 364066 URL: http://svnweb.freebsd.org/changeset/ports/364066 QAT: https://qat.redports.org/buildarchive/r364066/ Log: USES=execinfo Modified: head/audio/clementine-player/Makefile head/audio/pulseaudio/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Aug 4 23:03:07 2014 (r364065) +++ head/audio/clementine-player/Makefile Mon Aug 4 23:04:15 2014 (r364066) @@ -18,11 +18,10 @@ COMMENT= Cross-platform music player bas LICENSE= GPLv3 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libtag.so:${PORTSDIR}/audio/taglib \ +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libchromaprint.so:${PORTSDIR}/audio/chromaprint \ libprotobuf.so:${PORTSDIR}/devel/protobuf \ - libqca.so:${PORTSDIR}/devel/qca \ + libqca.so:${PORTSDIR}/devel/qca \ libqjson.so:${PORTSDIR}/devel/qjson \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libechonest.so:${PORTSDIR}/audio/libechonest @@ -33,7 +32,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} -USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils +USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils execinfo USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit \ Modified: head/audio/pulseaudio/Makefile ============================================================================== --- head/audio/pulseaudio/Makefile Mon Aug 4 23:03:07 2014 (r364065) +++ head/audio/pulseaudio/Makefile Mon Aug 4 23:04:15 2014 (r364066) @@ -21,13 +21,12 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR libspeexdsp.so:${PORTSDIR}/audio/speex \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libgdbm.so:${PORTSDIR}/databases/gdbm \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libck-connector.so:${PORTSDIR}/sysutils/consolekit USE_GNOME= gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes -USES= gettext gmake pkgconfig +USES= gettext gmake pkgconfig execinfo GNU_CONFIGURE= yes USE_AUTOTOOLS= libltdl libtool MAKE_JOBS_UNSAFE=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e01170.5dbb.11e4dd6d>