Commit graph

27 commits

Author SHA1 Message Date
Rusmir Dusko
5365ff05f9 - Mark DEPRECATED, set EXPIRATION_DATE
Approved by:	wg/pawel (mentors)
2013-10-14 14:17:48 +00:00
Baptiste Daroussin
a48d714ca6 Fix package name collision 2013-10-14 06:52:32 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Ruslan Makhmatkhanov
67f490da8e - eliminate bogus setuptools dependency
- bump PORTREVISION because of dependency change
- extend python version in USE_PYTHON
- fix incorrect PYDISTUTILS_PKGNAME usage

Feature safe:	yes
2012-12-02 16:16:44 +00:00
Doug Barton
deda664425 Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
2012-10-08 10:38:47 +00:00
Doug Barton
0832ea4598 Add explicit build depends on pkgconf 2012-07-30 17:23:34 +00:00
Doug Barton
f8431d41b5 Update PORTREVISION to reflect boost-libs 1.48.0_1 fix
Approved by:	portmgr (beat)
2012-07-15 23:19:56 +00:00
Doug Barton
ca035c36e6 Update to 0.15.9, a bugfix release:
* fixed https crash
 * added some functions missing from the python binding
 * fixed rare piece picker bug
 * fixed invalid torrent_status::finished_time
 * fixed bugs in dont-have and upload-only extension messages
 * don't open files in random-access mode (speeds up hashing)
2012-01-20 09:25:17 +00:00
Doug Barton
8cd21a4f27 0.15.8 release
* allow NULL to be passed to create_torrent::set_comment and
  create_torrent::set_creator
* fix UPnP issue for routers with multiple PPPoE connections
* fix issue where event=stopped announces wouldn't be sent when closing
  session
* fix crash when using broken SOCKS5 proxies
* fix CPU busy loop issue in tracker announce logic
* honor IOV_MAX when using writev and readv
* don't post 'operation aborted' UDP errors when changing listen port
* fix tracker retry logic, where in some configurations the next tier
  would not be tried
* fixed bug in http seeding logic (introduced in 0.15.7)
* add support for dont-have extension message
* fix for set_piece_deadline
* add reset_piece_deadline function
* fix merkle tree torrent assert
2011-10-02 19:32:44 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Doug Barton
d31085f8ae Fix handling of COMPILETIME_OPTIONS in configure. Inspired by the PR
but I used a different solution.

PR:		ports/155958
Submitted by:	Maxim Samsonov <xors@mne.ru>
2011-08-09 05:36:48 +00:00
Doug Barton
d4e607aac6 Update to version 0.15.7:
* exposed set_peer_id to python binding
  * improve support for merkle tree torrent creation
  * exposed comparison operators on torrent_handle to python
  * exposed alert error_codes to python
  * fixed bug in announce_entry::next_announce_in and min_announce_in
  * fixed sign issue in set_alert_mask signature
  * fixed unaligned disk access for unbuffered I/O in windows
  * support torrents whose name is empty
  * fixed connection limit to take web seeds into account as well
  * fixed bug when receiving a have message before having the metadata
  * fixed python bindings build with disabled DHT support
  * fixed BSD file allocation issue
  * fixed bug in session::delete_files option to remove_torrent

For the port, future-proof CONFLICTS and make OPENSSLBASE explicit.
2011-08-06 21:20:50 +00:00
Doug Barton
9543507382 0.15.6 release
* fixed crash in udp trackers when using SOCKS5 proxy
* fixed reconnect delay when leaving upload only mode
* fixed default values being set incorrectly in add_torrent_params
  through add_magnet_uri in python bindings
* implemented unaligned write (for unbuffered I/O)
* fixed broadcast_lsd option
* fixed udp-socket race condition when using a proxy
* end-game mode optimizations
* fixed bug in udp_socket causing it to issue two simultaneous async.
  read operations
* fixed minor bug in metadata block requester (for magnet links)
* fixed race condition in iconv string converter
* fixed error handling in torrent_info constructor
* fixed bug in torrent_info::remap_files
* fix python binding for wait_for_alert
* only apply privileged port filter to DHT-only peers
2011-04-16 19:02:14 +00:00
Doug Barton
ddaf24a9a3 Update to version 0.15.5, which has numerous updates and bug fixes:
* support DHT extension to report external IPs
* fixed rare crash in http_connection's error handling
* avoid connecting to peers listening on ports < 1024
* optimized piece picking to not cause busy loops in some end-game modes
* fixed python bindings for tcp::endpoint
* fixed edge case of pad file support
* limit number of torrents tracked by DHT
* fixed bug when allow_multiple_connections_per_ip was enabled
* potential WOW64 fix for unbuffered I/O (windows)
* expose set_alert_queue_size_limit to python binding
* support dht nodes in magnet links
* support 100 Continue HTTP responses
* changed default choker behavior to use 8 unchoke slots (instead of being
  rate based)
* fixed error reporting issue in disk I/O thread
* fixed file allocation issues on linux
* fixed filename encoding and decoding issue on platforms using iconv
* reports redundant downloads to tracker, fixed downloaded calculation to
  be more stable when not including redundant. Improved redundant data
  accounting to be more accurate
* fixed bugs in http seed connection and added unit test for it
* fixed error reporting when fallocate fails
* deprecate support for separate proxies for separate kinds of connections
2011-01-08 07:56:08 +00:00
Pav Lucistnik
1c675c9439 - Remove patch file that no longer applies
Reported by:	pointyhat
2010-12-29 18:36:44 +00:00
Pav Lucistnik
60dfc9c453 - Fix build with new boost
Submitted by:	Alexander Churanov <alexanderchuranov@gmail.com>
2010-12-27 20:55:08 +00:00
Doug Barton
8dec268fad Update to 0.15.4, various bug fixes 2010-12-23 20:48:12 +00:00
Doug Barton
a57b21266a Remove stray \
Feature safe:	yes
2010-07-01 08:46:24 +00:00
Doug Barton
a87fd3e21e Update to version 0.15.1, with numerous bug fixes:
* fixed rare crash when purging the peer list
 * fixed race condition around m_abort in session_impl
 * fixed bug in web_peer_connection which could cause a hang when
   downloading
   from web servers
 * fixed bug in metadata extensions combined with encryption
 * refactored socket reading code to not use async. operations
   unnecessarily
 * some timer optimizations
 * removed the reuse-address flag on the listen socket
 * fixed bug where local peer discovery and DHT wouldn't be announced to
   without trackers
 * fixed bug in bdecoder when decoding invalid messages
 * added build warning when building with UNICODE but the standard library
   doesn't provide std::wstring
 * fixed add_node python binding
 * fixed issue where trackers wouldn't tried immediately when the previous
   one failed
 * fixed synchronization issue between download queue and piece picker
 * fixed bug in udp tracker scrape response parsing
 * fixed bug in the disk thread that could get triggered under heavy load
 * fixed bug in add_piece() that would trigger asserts
 * fixed vs 2010 build
 * recognizes more clients in identify_client()
 * fixed bug where trackers wouldn't be retried if they failed
 * slight performance fix in disk elevator algorithm
 * fixed potential issue where a piece could be checked twice
 * fixed build issue on windows related to GetCompressedSize()
 * fixed deadlock when starting torrents with certain invalid tracker URLs
 * fixed iterator bug in disk I/O thread
 * fixed FIEMAP support on linux
 * fixed strict aliasing warning on gcc
 * fixed inconsistency when creating torrents with symlinks
 * properly detect windows version to initialize half-open connection limit
 * fixed bug in url encoder where $ would not be encoded

For the port:

 * Prepare for -python slave port for the python binding (In part from)[1]
 * Make LOCALBASE safe [2]
 * Python bindings require --enable-deprecated-functions
 * Stop building the static library
 * Patch is now incorporated into the distribution

PR:		ports/144337 [1]
Submitted by:	lioux [1]
Submitted by:	swell.k@gmail.com [2]
Feature safe:	yes
2010-07-01 07:16:03 +00:00
Doug Barton
7f9c51fe90 Add a patch from libtorrent-rasterbar's svn repo to facilitate compiling
with gcc > 4.2.1.

The "deprecated" functions are no longer needed for qbittorrent, so go
back to disabling them.

Bump PORTREVISION
2010-06-15 21:59:59 +00:00
Doug Barton
9ca7575255 Until ports that depend on libtorrent-raterbar have been converted
to depend on this one it needs NO_LATEST_LINK.
2010-04-06 17:50:07 +00:00
Doug Barton
e94719e494 Update to the release version of 0.15, thereby removing the -devel tag
This simplifies things for the port quite a bit since we can now use
MASTER_SITE_GOOGLE_CODE.

Update CONFLICTS to acknowledge removal of rblibtorrent

We need to change the CONFIGURE_ARG to --enable-deprecated-functions
since qbittorrent 2.2.3 uses them.

Remove a no longer needed patch, a better fix was adopted upstream
after my report.
2010-04-06 06:28:28 +00:00
Pav Lucistnik
72465817c8 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-03-16 18:02:30 +00:00
Doug Barton
be64f3bc83 As previously discussed on -ports, make the following changes:
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
2010-02-22 00:53:10 +00:00