| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 14:20:28
0.13.2_1
|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
19 Mar 2013 13:04:31
0.13.2_1
|
eadler  |
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) |
16 Feb 2013 10:31:39
0.13.2_1
|
az  |
Remove --with-openssl (obsolete by --enable-openssl which "on" by default)
Reported by: Andreas Nilsson <andrnils@gmail.com> |
01 Feb 2013 15:04:01
0.13.2_1
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
15 Jan 2013 13:18:58
0.13.2_1
|
az  |
separate logic for these two group of ports. |
19 Nov 2012 07:58:39
0.13.2_1
|
az  |
Take maintainership
Approved by: maintainer (flz@ via email)
Feature safe: yes |
15 Oct 2012 12:41:26
0.13.2_1
|
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 |
07 Oct 2012 07:17:34
0.13.2
|
bapt  |
Use shared IPv6 description, no need for a custom one
Reported by: sunpoet |
06 Oct 2012 21:28:17
0.13.2
|
bapt  |
Fix conversion |
06 Oct 2012 21:17:22
  |
bapt  |
- Convert to new option framework
- Trim headers
Approved by: flz (irc) |
05 Jul 2012 08:40:07
0.13.2
|
flz  |
Update net-p2p/libtorrent to 0.13.2. |
24 Oct 2011 04:17:38
0.12.9
|
dougb  |
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. |
18 Jul 2011 14:07:45
0.12.9
|
flz  |
Update net-p2p/libtorrent to 0.12.9.
PR: ports/158870
Submitted by: Jin-Sih Lin <linpct@gmail.com> |
06 Feb 2011 08:14:45
0.12.7
|
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 |
04 Dec 2010 07:34:27
0.12.6_1
|
ade  |
Sync to new bsd.autotools.mk |
22 Feb 2010 18:36:25
0.12.6_1
|
flz  |
Add local patch to release memory more efficiently.
Submitted by: Thomas Burgess
Feature safe: yes |
23 Jan 2010 00:24:26
0.12.6
|
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] |
29 Oct 2009 13:29:08
0.12.5
|
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 |
02 Aug 2009 19:36:34
0.12.4
|
mezz  |
-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 |
15 Jul 2009 13:38:50
0.12.4
|
flz  |
Update net-p2p/libtorrent to 0.12.4. |
09 Dec 2008 11:30:31
0.12.2
|
flz  |
Update net-p2p/libtorrent to 0.12.2. |
16 Nov 2008 22:22:06
0.11.9
|
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] |
21 Aug 2008 06:18:49
0.11.9
|
rafan  |
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 ) |
25 Jul 2008 14:34:52
0.11.9
|
pav  |
- 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 |
12 Dec 2007 11:51:39
0.11.9
|
flz  |
Update net-p2p/libtorrent and net-p2p/libtorrent-devel to 0.11.9. |
10 Sep 2007 13:57:28
0.11.7
|
flz  |
Update net-p2p/libtorrent to 0.11.7. |
14 Aug 2007 18:08:13
0.11.5
|
flz  |
Update net-p2p/libtorrent to 0.11.5. |
02 Jun 2007 14:16:59
0.11.4
|
flz  |
Allow build with gcc 3.4+.
PR: ports/113238
Submitted by: Henrik Brix Andersen |
18 Apr 2007 00:34:08
0.11.4
|
alepulver  |
- 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) |
13 Apr 2007 19:41:20
0.11.4
|
flz  |
Forgot to remove that patch.
Reported by: Jason Lowdermilk <jlowdermilk@gmail.com> |
13 Apr 2007 10:37:47
0.11.4
|
flz  |
Update libtorrent to 0.11.4. |
05 Feb 2007 21:40:58
0.11.1
|
flz  |
Fix libtorrent-devel when WITH_OPENSSL_BASE isn't defined. |
01 Feb 2007 14:59:39
0.11.1
|
flz  |
Fix build with OpenSSL from base.
Reported by: kris, itetcu, ... |
29 Jan 2007 23:51:55
0.11.1
|
kris  |
Use libtool port instead of included version to avoid a.out objformat botch |
10 Jan 2007 13:14:03
0.11.1
|
flz  |
Add local backup master site.
Reported by: sat |
09 Jan 2007 12:57:37
0.11.1
|
flz  |
Update libtorrent to 0.11.1.
Reminded by: kwm |
08 Nov 2006 12:10:46
0.10.4
|
flz  |
Update libtorrent and libtorrent-devel to 0.10.4.
PR: ports/105230
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
26 Oct 2006 23:29:17
0.10.3_1
|
flz  |
Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: portmgr (marcus) |
26 Oct 2006 20:11:45
0.10.3
|
flz  |
- Update libtorrent to 0.10.3.
Approved by: portmgr (erwin) |
25 Sep 2006 22:37:16
0.9.3
|
flz  |
Inherit CONFIGURE_ARGS from slave port.
Submitted by: Dennis Schneider <dans-at-1158888366@berlin.ccc.de> |
12 Jul 2006 19:09:46
0.9.3
|
flz  |
Update libtorrent to 0.10.0.
Noticed by: Charles Clark <cmc@stegosaur.us> |
29 Jun 2006 19:06:40
0.9.3
|
flz  |
Fix build when openssl isn't installed from ports.
Reported by: krisbot and a lot of people |
20 Jun 2006 12:14:16
0.9.3
|
flz  |
- Upgrade libtorrent and libtorrent-devel to 0.9.3. |
17 May 2006 11:25:22
0.8.5
|
flz  |
- Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent. |
11 May 2006 22:49:56
0.8.5
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
21 Mar 2006 16:28:31
0.8.5
|
flz  |
Update to 0.8.5.
Reminded by: Simon Olofsson <simon@olofsson.de> |
23 Feb 2006 10:40:45
0.8.3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
30 Jan 2006 21:36:28
0.8.3
|
pav  |
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 ) |