non port: net-p2p/libtorrent/Makefile |
SVNWeb
|
Number of commits found: 84 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 27 Apr 2022
|
[ 13:22 Piotr Kubaj (pkubaj) ] 1dc59ad
net-p2p/libtorrent: enable instrumentation on powerpc
|
Fri, 10 Sep 2021
|
[ 21:18 Bernhard Froehlich (decke) ] 96ab7d3
net-p2p/libtorrent: Add CPE information
Approved by: portmgr (blanket)
|
Sun, 20 Jun 2021
|
[ 17:57 Danilo G. Baio (dbaio) ] 99cad62
net-p2p/libtorrent|rtorrent: Drop MAINTAINER'ship
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 30 Jul 2019
|
[ 23:36 dbaio ]
net-p2p/libtorrent: Update to 0.13.8
Patches removed were incorporated upstream.
Reported by: tj@mrsk.me (email)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sun, 23 Jun 2019
|
[ 21:42 dbaio ]
net-p2p/libtorrent: Unbreak with ssl other than base
PR: 235765
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Wed, 14 Nov 2018
|
[ 23:27 dbaio ]
net-p2p/libtorrent: Take MAINTAINER'ship
|
Thu, 8 Nov 2018
|
[ 23:23 dbaio ]
net-p2p/libtorrent: Remove outdated BROKEN_SSL
Missed in r484484.
Reported by: tj <tj AT mrsk me>
|
[ 22:52 dbaio ]
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Tue, 24 Jul 2018
|
[ 00:38 dbaio ]
net-p2p/libtorrent: Reset maintainer
Missed from r475215.
|
[ 00:33 dbaio ]
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)
|
Wed, 13 Jun 2018
|
[ 12:25 amdmi3 ]
- Remove always true OSVERSION conditions
Approved by: portmgr blanket
|
Sat, 17 Feb 2018
|
[ 12:00 sunpoet ]
Use BROKEN_SSL
Approved by: portmgr (blanket)
|
Sat, 10 Feb 2018
|
[ 21:52 dbaio ]
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
|
Mon, 9 Oct 2017
|
[ 09:42 danfe ]
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)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] (Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Sat, 12 Nov 2016
|
[ 17:38 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
|
Fri, 26 Aug 2016
|
[ 06:38 pi ]
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)
|
Fri, 19 Aug 2016
|
[ 13:48 amdmi3 ]
- Pass maintainership to submitter
- While here, fix license, switch to USES=ssl and some other cosmetic fixes
PR: 211680
Submitted by: pipfstarrd@opmbx.org
|
Sat, 21 Nov 2015
|
[ 02:10 sunpoet ]
- Update LICENSE
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USE_CXXSTD
- Cosmetic change
- Pet portlint: fix diff header of patch files
|
Tue, 13 Oct 2015
|
[ 15:20 novel ]
- Update to 0.13.6
- Update MASTER_SITES and WWW to point to the actual site
|
Thu, 25 Jun 2015
|
[ 22:19 amdmi3 ]
- Use OPTIONS helpers
- Add LICENSE
- Remove obsolete CONFLICTS: rblibtorrent was renamed to libtorrent-rasterbar
which doesn't conflict with this port
|
Thu, 18 Jun 2015
|
[ 21:24 amdmi3 ]
- Strip library
|
Sun, 13 Jul 2014
|
[ 10:17 madpilot ]
- Fix build when security/libressl is installed [1]
- While here, reorganize the Makefile a little
Reported by: Kenta S. <kentas@hush.com> [1]
|
Thu, 10 Jul 2014
|
[ 16:34 madpilot ]
- 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)
|
Mon, 7 Jul 2014
|
[ 19:33 madpilot ] (Only the first 10 of 15 ports in this commit are shown above. )
- 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>
|
Mon, 24 Mar 2014
|
[ 15:47 marius ]
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)
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
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)
|
Mon, 24 Feb 2014
|
[ 15:51 az ]
drop maintainership. I don't have time for these ports.
|
Wed, 12 Feb 2014
|
[ 09:41 miwi ]
- Stage support
|
Sat, 2 Nov 2013
|
[ 08:32 az ]
- Try to fix build on 10.x and fix segfault while running rtorrent
|
Fri, 20 Sep 2013
|
[ 22:28 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
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)
|
Sat, 16 Feb 2013
|
[ 10:31 az ]
Remove --with-openssl (obsolete by --enable-openssl which "on" by default)
Reported by: Andreas Nilsson <andrnils@gmail.com>
|
Tue, 15 Jan 2013
|
[ 13:18 az ]
separate logic for these two group of ports.
|
Mon, 19 Nov 2012
|
[ 07:58 az ]
Take maintainership
Approved by: maintainer (flz@ via email)
Feature safe: yes
|
Mon, 15 Oct 2012
|
[ 12:41 az ]
- 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
|
Sun, 7 Oct 2012
|
[ 07:17 bapt ]
Use shared IPv6 description, no need for a custom one
Reported by: sunpoet
|
Sat, 6 Oct 2012
|
[ 21:28 bapt ]
Fix conversion
|
[ 21:17 bapt ]
- Convert to new option framework
- Trim headers
Approved by: flz (irc)
|
Thu, 5 Jul 2012
|
[ 08:40 flz ]
Update net-p2p/libtorrent to 0.13.2.
|
Mon, 18 Jul 2011
|
[ 14:07 flz ]
Update net-p2p/libtorrent to 0.12.9.
PR: ports/158870
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
Sun, 6 Feb 2011
|
[ 08:14 miwi ]
- 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
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 22 Feb 2010
|
[ 18:36 flz ]
Add local patch to release memory more efficiently.
Submitted by: Thomas Burgess
Feature safe: yes
|
Sat, 23 Jan 2010
|
[ 00:24 flz ]
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]
|
Thu, 29 Oct 2009
|
[ 13:29 flz ]
- 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
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Wed, 15 Jul 2009
|
[ 13:38 flz ]
Update net-p2p/libtorrent to 0.12.4.
|
Tue, 9 Dec 2008
|
[ 11:30 flz ]
Update net-p2p/libtorrent to 0.12.2.
|
Sun, 16 Nov 2008
|
[ 22:22 flz ]
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]
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- 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
|
Wed, 12 Dec 2007
|
[ 11:51 flz ]
Update net-p2p/libtorrent and net-p2p/libtorrent-devel to 0.11.9.
|
Mon, 10 Sep 2007
|
[ 13:57 flz ]
Update net-p2p/libtorrent to 0.11.7.
|
Tue, 14 Aug 2007
|
[ 18:08 flz ]
Update net-p2p/libtorrent to 0.11.5.
|
Sat, 2 Jun 2007
|
[ 14:16 flz ]
Allow build with gcc 3.4+.
PR: ports/113238
Submitted by: Henrik Brix Andersen
|
Wed, 18 Apr 2007
|
[ 00:34 alepulver ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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)
|
Fri, 13 Apr 2007
|
[ 10:37 flz ]
Update libtorrent to 0.11.4.
|
Mon, 5 Feb 2007
|
[ 21:40 flz ]
Fix libtorrent-devel when WITH_OPENSSL_BASE isn't defined.
|
Thu, 1 Feb 2007
|
[ 14:59 flz ]
Fix build with OpenSSL from base.
Reported by: kris, itetcu, ...
|
Mon, 29 Jan 2007
|
[ 23:51 kris ] (Only the first 10 of 35 ports in this commit are shown above. )
Use libtool port instead of included version to avoid a.out objformat botch
|
Wed, 10 Jan 2007
|
[ 13:14 flz ]
Add local backup master site.
Reported by: sat
|
Tue, 9 Jan 2007
|
[ 12:57 flz ]
Update libtorrent to 0.11.1.
Reminded by: kwm
|
Wed, 8 Nov 2006
|
[ 12:10 flz ]
Update libtorrent and libtorrent-devel to 0.10.4.
PR: ports/105230
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
Thu, 26 Oct 2006
|
[ 23:29 flz ]
Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: portmgr (marcus)
|
[ 20:11 flz ]
- Update libtorrent to 0.10.3.
Approved by: portmgr (erwin)
|
Mon, 25 Sep 2006
|
[ 22:37 flz ]
Inherit CONFIGURE_ARGS from slave port.
Submitted by: Dennis Schneider <dans-at-1158888366@berlin.ccc.de>
|
Wed, 12 Jul 2006
|
[ 19:09 flz ]
Update libtorrent to 0.10.0.
Noticed by: Charles Clark <cmc@stegosaur.us>
|
Thu, 29 Jun 2006
|
[ 19:06 flz ]
Fix build when openssl isn't installed from ports.
Reported by: krisbot and a lot of people
|
Tue, 20 Jun 2006
|
[ 12:14 flz ]
- Upgrade libtorrent and libtorrent-devel to 0.9.3.
|
Wed, 17 May 2006
|
[ 11:25 flz ]
- Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent.
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Tue, 21 Mar 2006
|
[ 16:28 flz ]
Update to 0.8.5.
Reminded by: Simon Olofsson <simon@olofsson.de>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Mon, 30 Jan 2006
|
[ 21:36 pav ] (Only the first 10 of 676 ports in this commit are shown above. )
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 )
|
Number of commits found: 84 |