From owner-svn-ports-all@freebsd.org Wed Jan 2 18:39:30 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 959F8142C4A5; Wed, 2 Jan 2019 18:39:30 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 099A36AEBB; Wed, 2 Jan 2019 18:39:29 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from host-213-183-253-153.rev.as20985.net [213.183.253.153:54500] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id x02IaHHT018243 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Wed, 2 Jan 2019 21:36:18 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host host-213-183-253-153.rev.as20985.net [213.183.253.153] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Thomas Zander Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r489088 - head/audio/lastfm-desktop Date: Wed, 02 Jan 2019 18:36:16 +0000 Message-ID: <1653712.CJpZife00y@mercury.ph.man.ac.uk> In-Reply-To: <201901021624.x02GOPKV082363@repo.freebsd.org> References: <201901021624.x02GOPKV082363@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 099A36AEBB X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.938,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jan 2019 18:39:30 -0000 Hi, Thomas. On =D1=81=D1=80=D0=B5=D0=B4=D0=B0, 2 =D1=8F=D0=BD=D0=B2=D0=B0=D1=80=D1=8F 2= 019 =D0=B3. 16:24:25 UTC Thomas Zander wrote: > Author: riggs > Date: Wed Jan 2 16:24:25 2019 > New Revision: 489088 > URL: https://svnweb.freebsd.org/changeset/ports/489088 >=20 > Log: > Mark BROKEN. Port requires a qt4 build of vlc which was deprecated. Alternatively, you could have switched the port to phonon-gstreamer backend= =2E In principle, ports shouldn't force dependence on Phonon backends at all, any backend can= be used. >=20 > Modified: > head/audio/lastfm-desktop/Makefile >=20 > Modified: head/audio/lastfm-desktop/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/lastfm-desktop/Makefile Wed Jan 2 16:00:00 2019 (r489087) > +++ head/audio/lastfm-desktop/Makefile Wed Jan 2 16:24:25 2019 (r489088) > @@ -12,6 +12,7 @@ COMMENT=3D Official Last.fm desktop application suite > LICENSE=3D GPLv3+ > LICENSE_FILE=3D ${WRKSRC}/COPYING > =20 > +BROKEN=3D Requires vlc-qt4 which was deprecated on 2018-12-31 > DEPRECATED=3D Qt4 has been EOL since december 2015 > EXPIRATION_DATE=3D 2019-03-15 > =20 > @@ -43,7 +44,8 @@ GSTREAMER_DESC=3D Multimedia via Phonon-GStreamer > GSTREAMER_USES=3D qt:4 > GSTREAMER_USE=3D QT=3Dphonon-gst_run > VLC_DESC=3D Multimedia via Phonon-VLC > -VLC_RUN_DEPENDS=3D phonon-vlc-qt4>=3D0.6.1:multimedia/phonon-vlc@qt4 > +#multimedia/phonon-vlc@qt4 flavor was removed due to depreciation of vlc= =2Dqt4 > +#VLC_RUN_DEPENDS=3D phonon-vlc-qt4>=3D0.6.1:multimedia/phonon-vlc@qt4 Any reason to keep this? Cheers, Max