From owner-svn-ports-head@freebsd.org Thu Jan 3 21:54:29 2019 Return-Path: Delivered-To: svn-ports-head@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 68A571438A3F; Thu, 3 Jan 2019 21:54:29 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 052CD6B2CD; Thu, 3 Jan 2019 21:54:28 +0000 (UTC) (envelope-from tobik@freebsd.org) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 5EE621380; Thu, 3 Jan 2019 16:54:26 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 03 Jan 2019 16:54:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=4yK/lK sWdeKg5Q2xsNrEc+pygWzHfY1LZjaHBvSjt3M=; b=DoDTbJLeoTQCAe11H7wY7A MJxYflFvEiJ+Hiv8M3UofNm8I5fxF/n50363I2wqm7XAwdsT80ugc+BWmL+JZO+E UllXPU3kME6ESo/P+FXbNerDr6jfYB5rQWj9zW1QCgeVwlmt3TwHB6h28AY0HoLg cci8bQtwNZHiab/31TnyLjIGox3NvPGZaeDSimojgkXNjaXC63NrvrWNeik0mpVr qhfHoSpSS5FkZxmPv08MTynd0F5eQrjx9M4kM7Ll7ouqEkaoEbslSpavgfJ9/m2G N9bw2QZ5H607kLKx+6Zgpx/tYLYwWEXDM8Hr/5PkzZB5GpyVrBMvXCCRJGZfuAog == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrudelgdelieculddtuddrgedtkedrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjfgesghdtreertdervdenucfhrhhomhepvfhosghi rghsucfmohhrthhkrghmphcuoehtohgsihhksehfrhgvvggsshgurdhorhhgqeenucffoh hmrghinhepfhhrvggvsghsugdrohhrghenucfkphepkeejrdduhedtrddutdefrddufeeh necurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgsihhksehfrhgvvggsshgurdhorhhgne cuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from urd.tobik.me (p57966787.dip0.t-ipconnect.de [87.150.103.135]) by mail.messagingengine.com (Postfix) with ESMTPA id 3CC9AE464E; Thu, 3 Jan 2019 16:54:24 -0500 (EST) Date: Thu, 3 Jan 2019 22:54:22 +0100 From: Tobias Kortkamp To: Sean Bruno Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r489228 - in head/audio: clementine-player clementine-player/files libechonest Message-ID: <20190103215421.GA13148@urd.tobik.me> References: <201901032143.x03LhwZl017869@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <201901032143.x03LhwZl017869@repo.freebsd.org> User-Agent: Mutt/1.11.1 (2018-12-01) X-Rspamd-Queue-Id: 052CD6B2CD X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 21:54:29 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 03, 2019 at 09:43:58PM +0000, Sean Bruno wrote: > Author: sbruno > Date: Thu Jan 3 21:43:57 2019 > New Revision: 489228 > URL: https://svnweb.freebsd.org/changeset/ports/489228 >=20 > Log: > audio/clementine-player: Jump to qt5 > - regenerate some of the patch files for this new branch > - cleanup and try to adjust Makefile > =20 > audio/libechonest: Jump to qt5 > - clementine-player is the only port that I could find that has an expl= icit > dependency on libechonest. Commit this update so there is no window = for > build failures. > =20 > Test built on 13-CURRENT, 12-STABLE, 11-STABLE across i386 and amd64. > Run-time tested on 13-CURRENT, amd64. > =20 > PR: 234534 226529 > Submitted by: greg@unrelenting.technology >=20 > Added: > head/audio/clementine-player/files/patch-3rdparty_libprojectm_MilkdropP= resetFactory_Parser.cpp (contents, props changed) > head/audio/clementine-player/files/patch-3rdparty_libprojectm_Renderer_= VideoEcho.cpp (contents, props changed) > Deleted: > head/audio/clementine-player/files/patch-3rdParty_libprojectm_MilkdropP= resetFactory_Parser.cpp > head/audio/clementine-player/files/patch-3rdParty_libprojectm_Renderer_= VideoEcho.cpp > Modified: > head/audio/clementine-player/Makefile > head/audio/clementine-player/distinfo > head/audio/clementine-player/files/patch-CMakeLists.txt > head/audio/clementine-player/files/patch-dist_clementine.desktop > head/audio/clementine-player/files/patch-src_CMakeLists.txt > head/audio/clementine-player/pkg-plist > head/audio/libechonest/Makefile > head/audio/libechonest/pkg-plist >=20 > Modified: head/audio/clementine-player/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/clementine-player/Makefile Thu Jan 3 21:40:51 2019 (r4892= 27) > +++ head/audio/clementine-player/Makefile Thu Jan 3 21:43:57 2019 (r4892= 28) > @@ -2,64 +2,61 @@ > # $FreeBSD$ > =20 > PORTNAME=3D clementine > [...] > USE_XORG=3D x11 > =20 > -CONFLICTS_BUILD=3D qt-3.* > -USE_QT=3D corelib \ > +USE_QT=3D buildtools \ Does clementine-player, a music player, really need qt5-buildtools at runtime or should this be buildtools_build instead? > + concurrent \ > + core \ > dbus \ > gui \ > imageformats \ > - qmake_build \ > linguist_build \ > - moc_build \ > network \ > opengl \ > - qtestlib \ > - rcc_build \ > + qmake_build \ > + testlib \ Same here. Does it really need qt5-testlib at runtime? --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAlwuhItfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2H7sgf/cTPqChIyErk5ahnV93NzgrRPa0JwwoZsOQPPYw7vl6AfTaxAGBFeG96G SuFKNq9RNlD5CLuLQJGnbpGr6BfQ95joN0ulIm3gXxx/zN/a4otvEE3RAk1/K/Ls +nNxyfTfIXbUTlLqxuybyX8WItc/RIDL+7xg+J0mz4290oEHp4pwwRVmuSfmfire vXv0Mb/6G88T0UrjHpQDwfU1A7ltpSnDlQUgaW82xUlYnrCTcX8uxH4bAmo3AChw qF0DwNCdyZxQ6mTfD1nbUTpBNQoKoPADEc70WEFbUS8ErMseWPGlrMQMNkEax7aM ItOvVYL6GzltYSJ81Be7ij+kRNNH1g== =pIWa -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl--