Date: Fri, 2 Feb 2018 16:15:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460712 - in head/audio/lastfm-desktop: . files Message-ID: <201802021615.w12GFwnK054145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 2 16:15:58 2018 New Revision: 460712 URL: https://svnweb.freebsd.org/changeset/ports/460712 Log: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Fix depends (qt dbus always used, gnome stuff always pulled by libgpod) - Remove unneeded port.pre.mk - Verbosify build Approved by: portmgr blanket Added: head/audio/lastfm-desktop/files/patch-admin_include.qmake (contents, props changed) Modified: head/audio/lastfm-desktop/Makefile Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Fri Feb 2 16:13:52 2018 (r460711) +++ head/audio/lastfm-desktop/Makefile Fri Feb 2 16:15:58 2018 (r460712) @@ -21,8 +21,8 @@ LIB_DEPENDS= liblastfm.so:audio/liblastfm \ USE_GITHUB= yes GH_ACCOUNT= lastfm -USES= gettext pkgconfig qmake tar:bzip2 gmake -USE_QT4= corelib gui linguist_build moc_build network phonon \ +USES= gettext pkgconfig qmake gmake +USE_QT4= corelib dbus gui linguist_build moc_build network phonon \ rcc_build sql uic_build webkit xml SUB_FILES= lastfm-desktop.sh @@ -37,12 +37,10 @@ OPTIONS_SINGLE= PHONON OPTIONS_SINGLE_PHONON= GSTREAMER VLC OPTIONS_DEFAULT= VLC GSTREAMER_DESC= Multimedia via Phonon-GStreamer -GSTREAMER_USE= QT4=dbus,phonon-gst_run GNOME=gdkpixbuf2,glib20 +GSTREAMER_USE= QT4=phonon-gst_run VLC_DESC= Multimedia via Phonon-VLC VLC_RUN_DEPENDS= phonon-vlc>=0.6.1:multimedia/phonon-vlc -.include <bsd.port.pre.mk> - do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/lastfm-desktop.sh ${STAGEDIR}${PREFIX}/bin/lastfm-desktop @@ -52,4 +50,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/app/client/audioscrobbler.ico ${STAGEDIR}${PREFIX}/share/pixmaps/ (cd ${WRKSRC}/app/client && ${COPYTREE_SHARE} qrc ${STAGEDIR}${DATADIR}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> Added: head/audio/lastfm-desktop/files/patch-admin_include.qmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/lastfm-desktop/files/patch-admin_include.qmake Fri Feb 2 16:15:58 2018 (r460712) @@ -0,0 +1,11 @@ +--- admin/include.qmake.orig 2013-09-03 12:19:10 UTC ++++ admin/include.qmake +@@ -45,8 +45,6 @@ unix:!mac { + #default install target + target.path = $$INSTALL_DIR/lib + +-CONFIG += silent +- + macx:CONFIG( app_bundle ): contains( TEMPLATE, app ) { + DISTDIR = $$ROOT_DIR/admin/dist/mac + BUNDLE_DIR = $$DESTDIR/$$TARGET$$quote(.app)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802021615.w12GFwnK054145>