notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rtorrent BitTorrent Client written in C++
0.9.8 net-p2p on this many watch lists=44 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.8Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-01-30 21:41:02
Last Update: 2023-08-07 11:54:42
Commit Hash: aeac486
People watching this port, also watch:: libtorrent, screen, curl, nmap, wget
License: GPLv2 GPLv3
WWW:
https://github.com/rakshasa/rtorrent
Description:
Rtorrent is a ncurses BitTorrent Client written in C++ for *nix. Main Features are : * Use an URL or file path to add torrents at runtime * Stop/delete/resume torrents * Optionally loads/saves/deletes torrents automatically in a session directory * Safe fast resume support * Peer's download speed calculated from incoming HAVE messages * Peer download progress
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/rtorrent
  2. /usr/local/share/licenses/rtorrent-0.9.8/catalog.mk
  3. /usr/local/share/licenses/rtorrent-0.9.8/LICENSE
  4. /usr/local/share/licenses/rtorrent-0.9.8/GPLv2
  5. /usr/local/share/licenses/rtorrent-0.9.8/GPLv3
Collapse this list.
Dependency lines:
  • rtorrent>0:net-p2p/rtorrent
To install the port:
cd /usr/ports/net-p2p/rtorrent/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/rtorrent
  • pkg install rtorrent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rtorrent
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1564448011 SHA256 (rtorrent-0.9.8.tar.gz) = 9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af SIZE (rtorrent-0.9.8.tar.gz) = 647523

Packages (timestamps in pop-ups are UTC):
rtorrent
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.9.80.9.80.9.80.9.80.9.8-0.9.8-
FreeBSD:13:quarterly0.9.80.9.80.9.80.9.80.9.80.9.80.9.80.9.8
FreeBSD:14:latest0.9.80.9.80.9.80.9.80.9.80.9.8-0.9.8
FreeBSD:14:quarterly0.9.80.9.8-0.9.80.9.80.9.80.9.80.9.8
FreeBSD:15:latest0.9.80.9.8n/a0.9.8n/a0.9.80.9.80.9.8
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libtorrent.so : net-p2p/libtorrent
  3. libxmlrpc.so : net/xmlrpc-c
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for rtorrent-0.9.8: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples IPV6=on: IPv6 protocol support XMLRPC=on: Compile with xmlrpc-c support ===> Use 'make config' to modify these settings
Options name:
net-p2p_rtorrent
USES:
compiler:c++11-lang ncurses pkgconfig
pkg-message:
For install:
An example configuration file for rtorrent has been installed in /usr/local/share/examples/rtorrent. Read it for more information on how to tweak rtorrent configuration.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rtorrent.net/downloads/
Collapse this list.

Number of commits found: 98

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.8
07 Aug 2023 11:54:42
commit hash: aeac4861f9f469fc0f085c940901e7ef465c072ccommit hash: aeac4861f9f469fc0f085c940901e7ef465c072ccommit hash: aeac4861f9f469fc0f085c940901e7ef465c072ccommit hash: aeac4861f9f469fc0f085c940901e7ef465c072c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-p2p/rtorrent: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.9.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.8
20 Jun 2021 17:57:32
commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96 files touched by this commit
Danilo G. Baio (dbaio) search for other commits by this committer
net-p2p/libtorrent|rtorrent: Drop MAINTAINER'ship
0.9.8
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.9.8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.9.8
30 Jul 2019 23:37:32
Revision:507685Original commit files touched by this commit
dbaio search for other commits by this committer
net-p2p/rtorrent: Update to 0.9.8

Reported by:	tj@mrsk.me (email)
0.9.7_4
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.9.7_3
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.9.7_2
14 Nov 2018 23:26:44
Revision:484973Original commit files touched by this commit
dbaio search for other commits by this committer
net-p2p/rtorrent: Take MAINTAINER'ship
0.9.7_2
08 Nov 2018 22:52:54
Revision:484484Original commit files touched by this commit
dbaio search for other commits by this committer
net-p2p/[libtorrent|rtorrent]: Fix incoming connections

Remove unused patches.

While here, fix build with OpenSSL 1.1.x

PR:		231274
Submitted by:	Henry David Bartholomew <PopularMoment@protonmail.com>
MFH:		2018Q4
0.9.7_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
0.9.7
24 Jul 2018 00:40:36
Revision:475217Original commit files touched by this commit
dbaio search for other commits by this committer
net-p2p/rtorrent: Update to 0.9.7

- Remove outdated patches.
- Reset maintainer, three timeouts.

PR:		229554
Reported by:	tj@mrsk.me (email)
Approved by:	maintainer timeout (pipfstarrd@openmailbox.org, > 2 weeks)
0.9.6_3
13 Jun 2018 12:26:08
Revision:472309Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove always true OSVERSION conditions

Approved by:	portmgr blanket
0.9.6_3
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.9.6_2
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.9.6_1
31 Jan 2017 05:43:56
Revision:432900Original commit files touched by this commit
linimon search for other commits by this committer
Remove vestigial BROKEN_arm.  It does not do anything.  These ports all
build on aarch64 in any case.

Approved by:	portmgr (tier-2 blanket)
0.9.6_1
19 Aug 2016 13:48:23
Revision:420467Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Pass maintainership to submitter
- While here, some cosmetic fixes

PR:		211679
Submitted by:	pipfstarrd@opmbx.org
0.9.6_1
11 Jun 2016 19:48:27
Revision:416748Original commit files touched by this commit
garga search for other commits by this committer
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
0.9.6
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.9.6
05 Feb 2016 12:04:52
Revision:408171Original commit files touched by this commit
marino search for other commits by this committer
net-p2p/rtorrent: USES+= ncurses
0.9.6
21 Nov 2015 02:10:09
Revision:402122Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update LICENSE
- Use PLIST_FILES and PORTEXAMPLES instead of PLIST
- Use USE_CXXSTD
- Convert to new options target helper
- Cosmetic change
- Pet portlint: fix diff header of patch files
0.9.6
13 Oct 2015 15:21:51
Revision:399198Original commit files touched by this commit
novel search for other commits by this committer
- Update to 0.9.6
- Update MASTER_SITES and WWW to point to the actual site
- Drop dead link from pkg-message.in
- Do not include shlib version in libtorrent dependency line
0.9.4_2
25 Jun 2015 22:20:21
Revision:390608Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Use OPTIONS helpers
- Use BROKEN_arm helper
- Fix longstanding brokennes of dependency on libtorrent
0.9.4_2
22 Jun 2015 15:20:47
Revision:390297Original commit files touched by this commit
antoine search for other commits by this committer
Chase libtorrent bump
0.9.4_2
04 Dec 2014 14:57:47
Revision:373913Original commit files touched by this commit
madpilot search for other commits by this committer
Add USES=compiler to rtorrent port.

Various ports it depends on have the same USES and so honour the
FAVORITE_COMPILER, and doing the dsame here avoids build problems
when using FAVORITE_COMPILER=gcc.

PR:		195397
Submitted by:	Craig Wiesen <ctyz1999+bugzilla at gmail.com>
0.9.4_1
12 Nov 2014 21:31:28
Revision:372503Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.9.4_1
06 Aug 2014 04:34:23
Revision:364152Original commit files touched by this commit
adamw search for other commits by this committer
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
0.9.4_1
10 Jul 2014 16:34:18
Revision:361474Original commit files touched by this commit
madpilot search for other commits by this committer
- Remove uneeded dependency from libtorrent [1]
- Update dependency lines in rtorrent

PR:		191621
Submitted by:	Colin <anonymous.bug.report@gmail.com> (original submitter)
Reported By:	Andre <a.heider@gmail.com> [1] (as followup comment)
0.9.4
07 Jul 2014 19:33:00
Revision:361124Original commit files touched by this commit
madpilot search for other commits by this committer
- Update libtorrent to 0.13.4
- Update rtorrent to 0.9.4
- Convert to new LIB_DEPENDS format
- Remove uneeded ?=
- Remove libtorrent-devel and rtorrent-devel ports since the non
  devel port has a newer version and no development release is available
  anymore

PR:		191621
Submitted by:	Colin <anonymous.bug.report@gmail.com>
0.9.2_5
05 Jul 2014 23:31:56
Revision:360844Original commit files touched by this commit
marino search for other commits by this committer
net-p2p/rtorrent: Bring in DragonFly support from dports
0.9.2_5
24 Mar 2014 15:47:21
Revision:349021Original commit files touched by this commit
marius search for other commits by this committer
Improve the workaround for FreeBSD >= 10 to actually use the base clang.

Mostly based on:
https://raw.github.com/ArchBSD/abs/master/community/libtorrent/PKGBUILD
https://github.com/ArchBSD/abs/raw/master/community/libtorrent/missing_references.diff
https://raw.github.com/ArchBSD/abs/master/community/rtorrent/missing_references.diff

Approved by:	bapt (mentor)
0.9.2_4
11 Mar 2014 20:18:11
Revision:347915Original commit files touched by this commit
antoine search for other commits by this committer
Chase libtorrent bump
0.9.2_4
10 Mar 2014 20:55:22
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
0.9.2_3
24 Feb 2014 18:46:38
Revision:345890Original commit files touched by this commit
antoine search for other commits by this committer
- Stage support
- New LIB_DEPENDS syntax
0.9.2_3
24 Feb 2014 15:51:13
Revision:345871Original commit files touched by this commit
az search for other commits by this committer
drop maintainership. I don't have time for these ports.
0.9.2_3
03 Nov 2013 17:39:09
Revision:332632Original commit files touched by this commit
az search for other commits by this committer
put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd ports

Requested by:	marino@
0.9.2_3
02 Nov 2013 08:32:28
Revision:332456Original commit files touched by this commit
az search for other commits by this committer
- Try to fix build on 10.x and fix segfault while running rtorrent
0.9.2_3
20 Sep 2013 22:28:26
Revision:327758Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
0.9.2_3
11 Jul 2013 16:26:27
Revision:322783Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
0.9.2_2
18 Jun 2013 19:01:27
Revision:321214Original commit files touched by this commit
az search for other commits by this committer
Try to build with clang natively.
0.9.2_1
23 Apr 2013 14:20:28
Revision:316355Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
0.9.2_1
08 Mar 2013 10:51:36
Revision:313633Original commit files touched by this commit
kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
0.9.2_1
15 Jan 2013 13:18:58
Revision:310441Original commit files touched by this commit
az search for other commits by this committer
separate logic for these two group of ports.
0.9.2_1
19 Nov 2012 07:58:39
Revision:307553Original commit files touched by this commit
az search for other commits by this committer
Take maintainership

Approved by:	maintainer (flz@ via email)
Feature safe: yes
0.9.2_1
15 Oct 2012 12:41:26
Revision:305913Original commit files touched by this commit
az search for other commits by this committer
- fix bug causing CPU load on FreeBSD.
- bump portrevisions.

PR:		ports/170766
Submitted by: 	Yamagi Burmeister <yamagi@yamagi.org>
Approved by:	maintainer (timeout > 2 weeks)

Feature safe: yes
0.9.2
06 Oct 2012 21:17:22
Revision:305404Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
- Convert to new option framework
- Trim headers

Approved by:	flz (irc)
0.9.2
04 Sep 2012 03:05:24
Revision:303634Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on ARM.

PR:		ports/170946
Submitted by:	linimon
Hat:		portmgr
0.9.2
05 Jul 2012 08:40:32
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.9.2.
0.8.9_1
29 Jan 2012 11:26:25
Original commit files touched by this commit
flz search for other commits by this committer
- Backport upstream patch to fix high cpu load issues.

Submitted by:   Nicholas Smith
Obtained from:  http://libtorrent.rakshasa.no/ticket/2661
0.8.9
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
0.8.9
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
0.8.9
18 Jul 2011 14:09:25
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.8.9.

PR:             ports/158123
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
0.8.7_2
09 Jun 2011 14:37:41
Original commit files touched by this commit
flz search for other commits by this committer
Add local patch to fix rtorrent's spinlock implementation.

Submitted by:   kan
0.8.7_1
07 May 2011 16:29:47
Original commit files touched by this commit
flz search for other commits by this committer
rtorrent: enabled ipv6 by default, fix with ncurses 5.8, fix link.

- Enable IPV6 in OPTIONS by default. [1]
- Remove outdated link in pkg-message. [1]
- Add local patch to fix rtorrent with ncurses 5.8. [2,3]

PR:             ports/155609 [1], ports/155318 [2], ports/156294 [3]
Submitted by:   tom@ [1],
                Yamagi Burmeister <yamagi@yamagi.org> [2],
                freebsd@nagilum.org [3]
0.8.7
06 Feb 2011 08:14:48
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.8.7

PR:             153720
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:    flz via irc (maintainer)
Feature safe:   yes
0.8.6_1
03 Apr 2010 10:44:36
Original commit files touched by this commit
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
0.8.6
23 Feb 2010 13:03:36
Original commit files touched by this commit
flz search for other commits by this committer
Fix dependency after libtorrent update.

Feature safe:   yes
0.8.6
23 Jan 2010 00:25:21
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.8.6.

PR:             ports/142888 [1], ports/143032 [2]
Submitted by:   soulcatcher <soulcatcher13@gmail.com> [1]
                Maxim Samsonov <xors@mne.ru> [2]
0.8.5
29 Oct 2009 13:29:47
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.8.5.
0.8.4_1
17 Jul 2009 11:02:23
Original commit files touched by this commit
flz search for other commits by this committer
Remove stale patch that's causing issues with scgi_port option.
0.8.4
15 Jul 2009 13:39:39
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.8.4.
0.8.2_3
11 Apr 2009 07:15:30
Original commit files touched by this commit
chinsan search for other commits by this committer
Bump the version of the xmlrpc-c-devel shared library
0.8.2_2
10 Apr 2009 18:19:33
Original commit files touched by this commit
chinsan search for other commits by this committer
Bump the version of the xmlrpc-c-devel shared library
- Bump PORTREVISION of all dependent ports.
0.8.2_1
23 Jan 2009 15:43:14
Original commit files touched by this commit
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
0.8.2
11 Dec 2008 09:27:52
Original commit files touched by this commit
flz search for other commits by this committer
net-p2p/rtorrent needs recent gcc (4.2+).
0.8.2
09 Dec 2008 11:31:49
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.8.2.
0.7.9_2
16 Nov 2008 22:22:06
Original commit files touched by this commit
flz search for other commits by this committer
Only add extra patches if they are present.

PR:             ports/128775 [1], ports/128807 [2], ports/128921 [3]
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1]
                Jimmie James <jimmiejaz@gmail.com> [2]
                Falko Richter <xendorphin@gmail.com> [3]
0.7.9_2
10 Nov 2008 12:09:38
Original commit files touched by this commit
flz search for other commits by this committer
- Use net/xmlrpc-c-devel instead of net/xmlrpc-c.
- Rename patch as it won't apply against new unstable version.
0.7.9_1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.9_1
25 Jul 2008 14:34:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
0.7.9_1
18 Jun 2008 13:56:39
Original commit files touched by this commit
flz search for other commits by this committer
Don't install documentation if NOPORTDOCS is defined.

Reported by:    itetcu
0.7.9_1
19 May 2008 13:06:13
Original commit files touched by this commit
flz search for other commits by this committer
- Don't override USE_GCC in master port.
- Style fixes.

PR:             ports/123780
Submitted by:   Gea-Suan Lin
0.7.9_1
20 Mar 2008 09:56:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
0.7.9_1
18 Dec 2007 22:08:56
Original commit files touched by this commit
flz search for other commits by this committer
- OPTIONS'ify.
- Add support for XMLRPC (default: on).
0.7.9
12 Dec 2007 11:53:58
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent and net-p2p/rtorrent-devel to 0.7.9.
0.7.7
10 Sep 2007 13:58:02
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.7.7.
0.7.5
14 Aug 2007 18:08:38
Original commit files touched by this commit
flz search for other commits by this committer
Update net-p2p/rtorrent to 0.7.5.
0.7.4
23 Jul 2007 09:36:52
Original commit files touched by this commit
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
0.7.4
23 Jun 2007 14:49:27
Original commit files touched by this commit
flz search for other commits by this committer
Fix manpage location.

Reported by:    pointyhat via kris
0.7.4
02 Jun 2007 14:20:24
Original commit files touched by this commit
flz search for other commits by this committer
Allow build with gcc 3.4+.

PR:             ports/113237
Submitted by:   Henrik Brix Andersen
0.7.4
13 Apr 2007 10:38:51
Original commit files touched by this commit
flz search for other commits by this committer
Update rtorrent to 0.7.4.
0.7.1_1
26 Jan 2007 12:31:24
Original commit files touched by this commit
flz search for other commits by this committer
Quiet PKGMESSAGE command.
0.7.1_1
10 Jan 2007 13:14:46
Original commit files touched by this commit
flz search for other commits by this committer
Add local backup master site.

Reported by:    sat
0.7.1_1
10 Jan 2007 00:13:02
Original commit files touched by this commit
flz search for other commits by this committer
Depend on libtorrent, not libtorrent-devel. [1]
Whitespace fixes.

Reported by:    itetcu
0.7.1
09 Jan 2007 12:59:16
Original commit files touched by this commit
flz search for other commits by this committer
Update rtorrent to 0.7.1.

Reminded by:    kwm
0.6.4_1
13 Dec 2006 12:41:36
Original commit files touched by this commit
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
0.6.4
08 Nov 2006 12:11:38
Original commit files touched by this commit
flz search for other commits by this committer
Update rtorrent and rtorrent-devel to 0.6.4.

PR:             ports/105231
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
0.6.3
26 Oct 2006 20:12:38
Original commit files touched by this commit
flz search for other commits by this committer
- Update to rtorrent 0.6.3.

Approved by:    portmgr (erwin)
0.5.3_1
08 Aug 2006 10:19:40
Original commit files touched by this commit
flz search for other commits by this committer
Attempt to fix build on 4.x.

Reported by:    krisbot
0.5.3_1
12 Jul 2006 19:05:22
Original commit files touched by this commit
flz search for other commits by this committer
Bump PORTREVISION.
0.5.3
12 Jul 2006 19:04:54
Original commit files touched by this commit
flz search for other commits by this committer
Fix problem with getopt.

Reported by:    Charles Clark <cmc@stegosaur.us>
0.5.3
20 Jun 2006 12:14:43
Original commit files touched by this commit
flz search for other commits by this committer
- Update rtorrent and rtorrent-devel to 0.5.3.
0.4.5
17 May 2006 11:26:56
Original commit files touched by this commit
flz search for other commits by this committer
- Transform rtorrent into a master port.
- Add rtorrent-devel, the development version of rtorrent.
0.4.5
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
0.4.5
21 Mar 2006 16:31:38
Original commit files touched by this commit
flz search for other commits by this committer
Update to 0.4.5.

Reminded by:    Simon Olofsson <simon@olofsson.de>
0.4.3
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
0.4.3
30 Jan 2006 21:36:28
Original commit files touched by this commit
pav search for other commits by this committer
Populate newly create net-p2p category with these ports:

  ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 98