Date: Thu, 10 Jul 2014 20:28:44 +0000 From: Steve Wills <swills@freebsd.org> To: Guido Falsi <madpilot@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r361474 - in head/net-p2p: libtorrent rtorrent Message-ID: <20140710202843.GC81616@mouf.net> In-Reply-To: <201407101634.s6AGYIq8082167@svn.freebsd.org> References: <201407101634.s6AGYIq8082167@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, FYI: https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default= /658/logs/errors/py27-libtorrent-rasterbar-0.16.17.log https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/6= 58/logs/errors/py27-libtorrent-rasterbar-0.16.17.log =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%= %-py2.%%SHLIB_VER%%.egg-info/PKG-INFO Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%= %-py2.%%SHLIB_VER%%.egg-info/SOURCES.txt Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%= %-py2.%%SHLIB_VER%%.egg-info/dependency_links.txt Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%= %-py2.%%SHLIB_VER%%.egg-info/top_level.txt Error: Orphaned: @dirrmtry %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%= SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info Maybe you don't want to install those though. If not, try @comment for them. Steve On Thu, Jul 10, 2014 at 04:34:18PM +0000, Guido Falsi wrote: > Author: madpilot > Date: Thu Jul 10 16:34:18 2014 > New Revision: 361474 > URL: http://svnweb.freebsd.org/changeset/ports/361474 > QAT: https://qat.redports.org/buildarchive/r361474/ >=20 > Log: > - Remove uneeded dependency from libtorrent [1] > - Update dependency lines in rtorrent > =20 > PR: 191621 > Submitted by: Colin <anonymous.bug.report@gmail.com> (original submitte= r) > Reported By: Andre <a.heider@gmail.com> [1] (as followup comment) >=20 > Modified: > head/net-p2p/libtorrent/Makefile > head/net-p2p/rtorrent/Makefile >=20 > Modified: head/net-p2p/libtorrent/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/net-p2p/libtorrent/Makefile Thu Jul 10 16:16:32 2014 (r361473) > +++ head/net-p2p/libtorrent/Makefile Thu Jul 10 16:34:18 2014 (r361474) > @@ -2,14 +2,13 @@ > =20 > PORTNAME=3D libtorrent > PORTVERSION=3D 0.13.4 > +PORTREVISION=3D 1 > CATEGORIES=3D net-p2p > MASTER_SITES=3D http://libtorrent.rakshasa.no/downloads/ > =20 > MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D BitTorrent Library written in C++ > =20 > -LIB_DEPENDS=3D libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 > - > CONFLICTS=3D rblibtorrent-[0-9]* \ > rblibtorrent-devel-[0-9]* > =20 >=20 > Modified: head/net-p2p/rtorrent/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/net-p2p/rtorrent/Makefile Thu Jul 10 16:16:32 2014 (r361473) > +++ head/net-p2p/rtorrent/Makefile Thu Jul 10 16:34:18 2014 (r361474) > @@ -2,14 +2,15 @@ > =20 > PORTNAME=3D rtorrent > PORTVERSION=3D 0.9.4 > +PORTREVISION=3D 1 > CATEGORIES=3D net-p2p > MASTER_SITES=3D http://libtorrent.rakshasa.no/downloads/ > =20 > MAINTAINER=3D ports@FreeBSD.org > COMMENT=3D BitTorrent Client written in C++ > =20 > -BUILD_DEPENDS=3D libtorrent=3D0.13.4:${PORTSDIR}/net-p2p/libtorrent > -RUN_DEPENDS=3D libtorrent=3D0.13.4:${PORTSDIR}/net-p2p/libtorrent > +BUILD_DEPENDS=3D libtorrent=3D0.13.4_1:${PORTSDIR}/net-p2p/libtorrent > +RUN_DEPENDS=3D libtorrent=3D0.13.4_1:${PORTSDIR}/net-p2p/libtorrent > LIB_DEPENDS=3D libcurl.so:${PORTSDIR}/ftp/curl > =20 > GNU_CONFIGURE=3D yes --rQ2U398070+RC21q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTvvd6AAoJEPXPYrMgexuh05IH/0FpyKZzHdV/RSRFmV0e2mxD OJYUgURLMg0W+5XCNViZniA8H7B6w2aWVK9pS/Ol9bZpx10zhNv5J01l9rvKOH8P kcnXUVZYbO1H5nEarFCBIEAjB88J2pX95qfLd0CXc1L+OpiyB7JZIV9/byiBytom kuaqdLvKcoubP7h7b450upvtGEspwmqi2UWF1GVUY45jPfjMLohpa8C7f94QSB+Y A9j7ik14wy7QijZVLNyQCrnKDImYyTk2I6AL9uv/SlFAp/CKRANOD5SvOlVtAVTW 0ttSnioD2ukfO88R/VoWrwRfu+RJ56bxLXQpUGxlYwQaeqbNSqYVUe/4Sv4YqqY= =q+72 -----END PGP SIGNATURE----- --rQ2U398070+RC21q--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140710202843.GC81616>