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.

non port: net-p2p/libtorrent/Makefile

Number of commits found: 85

Monday, 24 Jul 2023
12:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-p2p/libtorrent: Fix build with llvm16

- Pet portclippy

Sponsored by:	The FreeBSD Foundation
commit hash: c09ca3eae83a370c4890921b25ad57e94a729635 commit hash: c09ca3eae83a370c4890921b25ad57e94a729635 commit hash: c09ca3eae83a370c4890921b25ad57e94a729635 commit hash: c09ca3eae83a370c4890921b25ad57e94a729635 c09ca3e
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 27 Apr 2022
13:22 Piotr Kubaj (pkubaj) search for other commits by this committer
net-p2p/libtorrent: enable instrumentation on powerpc
commit hash: 1dc59ad02cde480a1b5a0c5fd5f40e12f74ce747 commit hash: 1dc59ad02cde480a1b5a0c5fd5f40e12f74ce747 commit hash: 1dc59ad02cde480a1b5a0c5fd5f40e12f74ce747 commit hash: 1dc59ad02cde480a1b5a0c5fd5f40e12f74ce747 1dc59ad
Friday, 10 Sep 2021
21:18 Bernhard Froehlich (decke) search for other commits by this committer
net-p2p/libtorrent: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 96ab7d3774e928018813af91fe0c9b2fdefe19e4 commit hash: 96ab7d3774e928018813af91fe0c9b2fdefe19e4 commit hash: 96ab7d3774e928018813af91fe0c9b2fdefe19e4 commit hash: 96ab7d3774e928018813af91fe0c9b2fdefe19e4 96ab7d3
Sunday, 20 Jun 2021
17:57 Danilo G. Baio (dbaio) search for other commits by this committer
net-p2p/libtorrent|rtorrent: Drop MAINTAINER'ship
commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96 commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96 commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96 commit hash: 99cad621b1abe25e1103c75c614d9a3b57038c96 99cad62
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 30 Jul 2019
23:36 dbaio search for other commits by this committer
net-p2p/libtorrent: Update to 0.13.8

Patches removed were incorporated upstream.

Reported by:	tj@mrsk.me (email)
Original commitRevision:507684 
Friday, 26 Jul 2019
20:46 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
Original commitRevision:507372 
Sunday, 23 Jun 2019
21:42 dbaio search for other commits by this committer
net-p2p/libtorrent: Unbreak with ssl other than base

PR:		235765
Original commitRevision:504994 
Wednesday, 12 Dec 2018
01:35 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
Original commitRevision:487272 
Wednesday, 14 Nov 2018
23:27 dbaio search for other commits by this committer
net-p2p/libtorrent: Take MAINTAINER'ship
Original commitRevision:484974 
Thursday, 8 Nov 2018
23:23 dbaio search for other commits by this committer
net-p2p/libtorrent: Remove outdated BROKEN_SSL

Missed in r484484.

Reported by:	tj <tj AT mrsk me>
Original commitRevision:484489 
22:52 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
Original commitRevision:484484 
Sunday, 29 Jul 2018
22:18 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
Original commitRevision:475857 
Tuesday, 24 Jul 2018
00:38 dbaio search for other commits by this committer
net-p2p/libtorrent: Reset maintainer

Missed from r475215.
Original commitRevision:475216 
00:33 dbaio search for other commits by this committer
net-p2p/libtorrent: Update to 0.13.7

- IPv6 is not a configure option anymore.
- Remove outdated patches.
- Remove CONFLICTS, rblibtorrent moved to libtorrent-rasterbar and libtorrent
  does not conflict with it.
- Reset maintainer, three timeouts.

PR:		229553
Reported by:	tj@mrsk.me (email)
Approved by:	maintainer timeout (pipfstarrd@openmailbox.org, > 2 weeks)
Original commitRevision:475215 
Wednesday, 13 Jun 2018
12:25 amdmi3 search for other commits by this committer
- Remove always true OSVERSION conditions

Approved by:	portmgr blanket
Original commitRevision:472307 
Saturday, 17 Feb 2018
12:00 sunpoet search for other commits by this committer
Use BROKEN_SSL

Approved by:	portmgr (blanket)
Original commitRevision:462140 
Saturday, 10 Feb 2018
21:52 dbaio search for other commits by this committer
net-p2p/libtorrent: Fix remote DoS

Calls into build_benocde that use %zu could crash on 64 bit machines
due to the size change of size_t.
Someone can force READ_ENC_IA to fail allowing an internal_error to
be thrown and bring down the client, throw handshake_error instead.

PR:		224664
Submitted by:	Henry David Bartholomew <PopularMoment@protonmail.com>
Approved by:	maintainer timeout (pipfstarrd@openmailbox.org, > 2 weeks)
MFH:		2018Q1
Security:	e4dd787e-0ea9-11e8-95f2-005056925db4
Original commitRevision:461437 
Monday, 9 Oct 2017
09:42 danfe search for other commits by this committer
Disable instrumentation on 32-bit PowerPC like we already do for i386/gcc
to avoid linking errors (e.g., when building dependent `net-p2p/rtorrent'
port) and update the comment accordingly.

PR:	222799 (modified)
Original commitRevision:451589 
Sunday, 10 Sep 2017
20:55 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
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 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
Original commitRevision:437439 
Tuesday, 29 Nov 2016
18:46 mat search for other commits by this committer
Mark some ports as not openssl-devel ready.

Sponsored by:	Absolight
Original commitRevision:427389 
Saturday, 12 Nov 2016
17:38 antoine search for other commits by this committer
Spell CHOSEN_COMPILER_TYPE correctly

PR:		199098
Original commitRevision:425968 
Friday, 26 Aug 2016
06:38 pi search for other commits by this committer
net-p2p/libtorrent: Explicitly link with libcrypto

- make sure that net-p2p/libtorrent links with libcrypto

PR:		211223
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	pipfstarrd@opmbx.org (maintainer)
Original commitRevision:420894 
Friday, 19 Aug 2016
13:48 amdmi3 search for other commits by this committer
- Pass maintainership to submitter
- While here, fix license, switch to USES=ssl and some other cosmetic fixes

PR:		211680
Submitted by:	pipfstarrd@opmbx.org
Original commitRevision:420466 
Saturday, 21 Nov 2015
02:10 sunpoet search for other commits by this committer
- Update LICENSE
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USE_CXXSTD
- Cosmetic change
- Pet portlint: fix diff header of patch files
Original commitRevision:402121 
Tuesday, 13 Oct 2015
15:20 novel search for other commits by this committer
- Update to 0.13.6
- Update MASTER_SITES and WWW to point to the actual site
Original commitRevision:399197 
Thursday, 25 Jun 2015
22:19 amdmi3 search for other commits by this committer
- Use OPTIONS helpers
- Add LICENSE
- Remove obsolete CONFLICTS: rblibtorrent was renamed to libtorrent-rasterbar
which doesn't conflict with this port
Original commitRevision:390607 
Thursday, 18 Jun 2015
21:24 amdmi3 search for other commits by this committer
- Strip library
Original commitRevision:390078 
Sunday, 13 Jul 2014
10:17 madpilot search for other commits by this committer
- Fix build when security/libressl is installed [1]
- While here, reorganize the Makefile a little

Reported by:	Kenta S. <kentas@hush.com> [1]
Original commitRevision:361670 
Thursday, 10 Jul 2014
16:34 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)
Original commitRevision:361474 
Monday, 7 Jul 2014
19:33 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>
Original commitRevision:361124 
Monday, 24 Mar 2014
15:47 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)
Original commitRevision:349021 
Monday, 10 Mar 2014
20:55 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)
Original commitRevision:347809 
Monday, 24 Feb 2014
15:51 az search for other commits by this committer
drop maintainership. I don't have time for these ports.
Original commitRevision:345871 
Wednesday, 12 Feb 2014
09:41 miwi search for other commits by this committer
- Stage support
Original commitRevision:343874 
Saturday, 2 Nov 2013
08:32 az search for other commits by this committer
- Try to fix build on 10.x and fix segfault while running rtorrent
Original commitRevision:332456 
Friday, 20 Sep 2013
22:28 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Original commitRevision:327758 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
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)
Original commitRevision:314640 
Saturday, 16 Feb 2013
10:31 az search for other commits by this committer
Remove --with-openssl (obsolete by --enable-openssl which "on" by default)

Reported by:	Andreas Nilsson <andrnils@gmail.com>
Original commitRevision:312338 
Tuesday, 15 Jan 2013
13:18 az search for other commits by this committer
separate logic for these two group of ports.
Original commitRevision:310441 
Monday, 19 Nov 2012
07:58 az search for other commits by this committer
Take maintainership

Approved by:	maintainer (flz@ via email)
Feature safe: yes
Original commitRevision:307553 
Monday, 15 Oct 2012
12:41 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
Original commitRevision:305913 
Sunday, 7 Oct 2012
07:17 bapt search for other commits by this committer
Use shared IPv6 description, no need for a custom one

Reported by:	sunpoet
Original commitRevision:305434 
Saturday, 6 Oct 2012
21:28 bapt search for other commits by this committer
Fix conversion
Original commitRevision:305405 
21:17 bapt search for other commits by this committer
- Convert to new option framework
- Trim headers

Approved by:	flz (irc)
Original commitRevision:305404 
Thursday, 5 Jul 2012
08:40 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.13.2.
Original commit
Monday, 18 Jul 2011
14:07 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.12.9.

PR:             ports/158870
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Original commit
Sunday, 6 Feb 2011
08:14 miwi search for other commits by this committer
- Update to 0.12.7

PR:             153718
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:    flz via irc (maintainer)
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Monday, 22 Feb 2010
18:36 flz search for other commits by this committer
Add local patch to release memory more efficiently.

Submitted by:   Thomas Burgess
Feature safe:   yes
Original commit
Saturday, 23 Jan 2010
00:24 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.12.6.

PR:             ports/142887 [1], ports/143031 [2]
Submitted by:   soulcatcher <soulcatcher13@gmail.com> [1]
                Maxim Samsonov <xors@mne.ru> [2]
Original commit
Thursday, 29 Oct 2009
13:29 flz search for other commits by this committer
- Update net-p2p/libtorrent to 0.12.5.
- Add a patch to fix crash when total number of connections exceeds 1024.

Submitted by:   Andrew Stadtler, Paul Belanger
Obtained from:  http://libtorrent.rakshasa.no/ticket/1581
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
Original commit
Wednesday, 15 Jul 2009
13:38 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.12.4.
Original commit
Tuesday, 9 Dec 2008
11:30 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.12.2.
Original commit
Sunday, 16 Nov 2008
22:22 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]
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 25 Jul 2008
14:34 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
Original commit
Wednesday, 12 Dec 2007
11:51 flz search for other commits by this committer
Update net-p2p/libtorrent and net-p2p/libtorrent-devel to 0.11.9.
Original commit
Monday, 10 Sep 2007
13:57 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.11.7.
Original commit
Tuesday, 14 Aug 2007
18:08 flz search for other commits by this committer
Update net-p2p/libtorrent to 0.11.5.
Original commit
Saturday, 2 Jun 2007
14:16 flz search for other commits by this committer
Allow build with gcc 3.4+.

PR:             ports/113238
Submitted by:   Henrik Brix Andersen
Original commit
Wednesday, 18 Apr 2007
00:34 alepulver search for other commits by this committer
- Complete repocopy of net-p2p/rblibtorrent to net-p2p/rblibtorrent-devel and
  update.
- Add CONFLICTS to libtorrent, libtorrent-devel and rblibtorrent.

PR:             ports/111392
Submitted by:   alepulver (myself)
Original commit
Friday, 13 Apr 2007
10:37 flz search for other commits by this committer
Update libtorrent to 0.11.4.
Original commit
Monday, 5 Feb 2007
21:40 flz search for other commits by this committer
Fix libtorrent-devel when WITH_OPENSSL_BASE isn't defined.
Original commit
Thursday, 1 Feb 2007
14:59 flz search for other commits by this committer
Fix build with OpenSSL from base.

Reported by:    kris, itetcu, ...
Original commit
Monday, 29 Jan 2007
23:51 kris search for other commits by this committer
Use libtool port instead of included version to avoid a.out objformat botch
Original commit
Wednesday, 10 Jan 2007
13:14 flz search for other commits by this committer
Add local backup master site.

Reported by:    sat
Original commit
Tuesday, 9 Jan 2007
12:57 flz search for other commits by this committer
Update libtorrent to 0.11.1.

Reminded by:    kwm
Original commit
Wednesday, 8 Nov 2006
12:10 flz search for other commits by this committer
Update libtorrent and libtorrent-devel to 0.10.4.

PR:             ports/105230
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
Thursday, 26 Oct 2006
23:29 flz search for other commits by this committer
Don't override CONFIGURE_ARGS when KQUEUE is on.

Reported by:    Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:    portmgr (marcus)
Original commit
20:11 flz search for other commits by this committer
- Update libtorrent to 0.10.3.

Approved by:    portmgr (erwin)
Original commit
Monday, 25 Sep 2006
22:37 flz search for other commits by this committer
Inherit CONFIGURE_ARGS from slave port.

Submitted by:   Dennis Schneider <dans-at-1158888366@berlin.ccc.de>
Original commit
Wednesday, 12 Jul 2006
19:09 flz search for other commits by this committer
Update libtorrent to 0.10.0.

Noticed by:     Charles Clark <cmc@stegosaur.us>
Original commit
Thursday, 29 Jun 2006
19:06 flz search for other commits by this committer
Fix build when openssl isn't installed from ports.

Reported by:            krisbot and a lot of people
Original commit
Tuesday, 20 Jun 2006
12:14 flz search for other commits by this committer
- Upgrade libtorrent and libtorrent-devel to 0.9.3.
Original commit
Wednesday, 17 May 2006
11:25 flz search for other commits by this committer
- Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent.
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Tuesday, 21 Mar 2006
16:28 flz search for other commits by this committer
Update to 0.8.5.

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

Approved by:    portmgr (kris)
Original commit
Monday, 30 Jan 2006
21:36 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)
Original commit

Number of commits found: 85