* Add a patch from libtorrent-rasterbar's svn repo
* Disable compilation of the exmaples, and the tests for the related
boost libs. The examples weren't installed anyway, so no loss.
Extra glob for CONFLICTS not needed now that libtorrent-rasterbar-15
is no longer devel
Bump PORTREVISION
* fixed udp tracker race condition
* fixed error handling with torrents with invalid piece sizes
* added support for torrents with odd piece sizes
* fixed issue with disk read cache not being cleared when removing torrents
* made the DHT socket bind to the same interface as the session
* fixed issue where an http proxy would not be used on redirects
* disabled buggy disconnect_peers feature
disabled feature to drop requests after having been skipped too many times
fixed range request bug for files larger than 2 GB in web seeds
don't crash when trying to create torrents with 0 files
fixed optimistic unchoke timer
fixed bug where torrents with incorrectly formatted web seed URLs
would be connected multiple times
fixed DHT bootstrapping issue
fixed UDP over SOCKS5 issue
added support for "corrupt" tracker announce
made end-game mode less aggressive
From the PR (with some tweaks/modifications, and many thanks!):
Use MASTER_SITE_GOOGLE_CODE
Sort MAKE_JOBS_SAFE and CONFLICTS for portlint
Switch to using the boost_system asio which allows some major
simplification, removal of lots of patches, etc.
Simplify CPPFLAGS/LDFLAGS
Use PORTDOCS macro (thus simplifying plist too)
Update BROKEN message to be more accurate
Simplify patches to Makefile.am
PR: ports/144337
Submitted by: lioux
Feature safe: yes
1. Move net-p2p/rblibtorrent-devel to net-p2p/libtorrent-rasterbar-14
a. Update LIB_DEPENDS for ports that depended on rblibtorrent-devel
b. Add entries to MOVED and UPDATING
2. Introduce net-p2p/libtorrent-rasterbar-15, the new devel version
3. Introduce net-p2p/qbittorrent-22, the new devel version of qbittorrent
Feature safe: yes
Tune up the comment for qbittorrent, but no PORTREVISION bump since GeoIP
was already a dependency.
Bump PORTREVISION for libtorrent, and add some more configure args both
to cement the GeoIP option and also to assert the defaults on other options.
The wacky post-configure kludge stays for now until I can have more time to
unravel the current asio-related auto* tangle that makes it necessary.
@BOOST_SYSTEM_LIB@ is in the libtorrent pkg-config file.
While I'm here, mark libtorrent MAKE_JOBS_SAFE.
Submitted by: Christophe Dumez (qbittorrent author)
* ignore unkown metadata messages
* fixed typo that would sometimes prevent queued torrents to be checked
* fixed bug in auto-manager where active_downloads and active_seeds would
sometimes be used incorrectly
* force_recheck() no longer crashes on torrents with no metadata
* fixed broadcast socket regression from 0.14.7
* fixed hang in NATPMP when shut down while waiting for a response
* fixed some more error handling in bdecode
PR: ports/142574
Submitted by: dikshie <dikshie@sfc.wide.ad.jp>
linked to this lib with new boost-libs will work. Compiling a new binary
(such as net-p2p/qbittorrent) linked to this lib linked to old boost-libs
will fail.
Adopt the orphan.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)