Commit graph

55 commits

Author SHA1 Message Date
Florent Thoumie
f0c76a295b Add local patch to release memory more efficiently.
Submitted by:	Thomas Burgess
Feature safe:	yes
2010-02-22 18:36:55 +00:00
Florent Thoumie
cdc9151a45 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]
2010-01-23 00:24:26 +00:00
Florent Thoumie
b6db987527 - 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
2009-10-29 13:29:08 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Florent Thoumie
08e61fa261 Update net-p2p/libtorrent to 0.12.4. 2009-07-15 13:38:50 +00:00
Florent Thoumie
14759f7652 Update net-p2p/libtorrent to 0.12.2. 2008-12-09 11:30:31 +00:00
Florent Thoumie
6d3eeda668 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]
2008-11-16 22:22:06 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
efa63f6ba4 - 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
2008-07-25 14:34:52 +00:00
Florent Thoumie
e34478c6f4 Update net-p2p/libtorrent and net-p2p/libtorrent-devel to 0.11.9. 2007-12-12 11:51:39 +00:00
Florent Thoumie
cc4c888445 Update net-p2p/libtorrent to 0.11.7. 2007-09-10 13:57:28 +00:00
Florent Thoumie
ca6fb938a2 Update net-p2p/libtorrent to 0.11.5. 2007-08-14 18:08:13 +00:00
Florent Thoumie
61a2db67dc Allow build with gcc 3.4+.
PR:		ports/113238
Submitted by:	Henrik Brix Andersen
2007-06-02 14:16:59 +00:00
Alejandro Pulver
da9996385b - 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)
2007-04-18 00:34:08 +00:00
Florent Thoumie
9f0f9708ee Forgot to remove that patch.
Reported by:	Jason Lowdermilk <jlowdermilk@gmail.com>
2007-04-13 19:41:20 +00:00
Florent Thoumie
9ed20c65dd Update libtorrent to 0.11.4. 2007-04-13 10:37:47 +00:00
Florent Thoumie
9ca8677594 Fix libtorrent-devel when WITH_OPENSSL_BASE isn't defined. 2007-02-05 21:40:58 +00:00
Florent Thoumie
a0765952e2 Fix build with OpenSSL from base.
Reported by:	kris, itetcu, ...
2007-02-01 14:59:39 +00:00
Kris Kennaway
b5de47e69a Use libtool port instead of included version to avoid a.out objformat botch 2007-01-29 23:51:55 +00:00
Florent Thoumie
9112f6138e Add local backup master site.
Reported by:	sat
2007-01-10 13:14:45 +00:00
Florent Thoumie
6c713347b3 Update libtorrent to 0.11.1.
Reminded by:	kwm
2007-01-09 12:57:36 +00:00
Florent Thoumie
7bbcef2155 Update libtorrent and libtorrent-devel to 0.10.4.
PR:		ports/105230
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-11-08 12:10:46 +00:00
Florent Thoumie
6f42870970 Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by:	Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by:	portmgr (marcus)
2006-10-26 23:29:17 +00:00
Florent Thoumie
dcaeabed38 - Update libtorrent to 0.10.3.
Approved by:	portmgr (erwin)
2006-10-26 20:11:45 +00:00
Florent Thoumie
2bca2ec886 Inherit CONFIGURE_ARGS from slave port.
Submitted by:	Dennis Schneider <dans-at-1158888366@berlin.ccc.de>
2006-09-25 22:37:16 +00:00
Florent Thoumie
2e69128559 Update libtorrent to 0.10.0.
Noticed by:	Charles Clark <cmc@stegosaur.us>
2006-07-12 19:09:46 +00:00
Florent Thoumie
e300fd9f6e Fix build when openssl isn't installed from ports.
Reported by:		krisbot and a lot of people
2006-06-29 19:06:40 +00:00
Florent Thoumie
f482fe8cbe - Upgrade libtorrent and libtorrent-devel to 0.9.3. 2006-06-20 12:14:16 +00:00
Florent Thoumie
2802fd279f - Transform libtorrent into a master port.
- Add libtorrent-devel, the development version of libtorrent.
2006-05-17 11:25:22 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Florent Thoumie
b55094fe3a Update to 0.8.5.
Reminded by:	Simon Olofsson <simon@olofsson.de>
2006-03-21 16:28:31 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
fbab09fee3 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
  net/dctc-gui
  net/dctc-gui-qt
  net/edonkey-gui-gtk
  net/edonkey-gui-gtk-urlslave
  net/fcptools
  net/fidelio
  net/freenet
  net/frost
  net/giftcurs
  net/giftoxic
  net/giftui
  net/gift
  net/gift-fasttrack
  net/gift-gnutella
  net/gift-openft
  net/gkrellm-gift
  net/gnewtellium
  net/gnome-btdownload
  net/gnunet
  net/gtkhx
  net/gtk-gnutella
  net/gtorrentviewer
  net/hagelslag
  net/hx
  net/i2p
  net/javadc
  net/kmldonkey
  net/ktorrent
  net/libbt
  net/liberator
  net/libfreenet
  net/libpdtp
  net/libtorrent
  net/limewire
  net/linux-agsatellite
  net/linux-edonkey-core
  net/linux-edonkey-server
  net/linux-jigdo
  net/linux-overnet-core
  net/minder
  net/mldonkey
  net/mldonkey-core
  net/mldonkey-core-devel
  net/mldonkey-devel
  net/mldonkey-gui
  net/mldonkey-gui-devel
  net/mldonkey-perlreactor
  net/mldonkey-sancho
  net/mldonkey-serverspy
  net/mldonkey-urlslave
  net/mutella
  net/mute-net
  net/mute-net-gui
  net/mute-net-text
  net/napshare
  net/nicotine
  net/opendchub
  net/peercast
  net/phex
  net/pyslsk
  net/py-bittornado
  net/py-bittornado-core
  net/py-bittorrent
  net/py-bittorrent-core
  net/py-bittorrent-core-devel
  net/py-bittorrent-devel
  net/py-fngrab
  net/py-kenosis
  net/py-kenosis-bittorrent
  net/py-py2play
  net/p5-pdonkey
  net/qtella
  net/qtorrent
  net/rtorrent
  net/squall
  net/torrentflux
  net/torrentsniff
  net/trackerbt
  net/transmission
  net/valknut
  net/verlihub
  net/verlihub-plugins
  net/xmule
  net/xnap
  misc/ed2k
  misc/edonkey-tool-hash
  misc/linux-edonkey-tool-recovermet

Repocopies by:	marcus
2006-01-30 21:36:28 +00:00
Florent Thoumie
fa8b1b4899 - Update to 0.8.3. 2006-01-29 00:25:30 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Florent Thoumie
f9e681e43d - Add SHA256 checksums. 2005-11-09 11:23:01 +00:00
Florent Thoumie
cf6647194a - Update to 0.7.6. 2005-11-01 11:54:02 +00:00
Florent Thoumie
1ca31f677a - Update to 0.7.5. 2005-10-20 13:10:57 +00:00
Florent Thoumie
3ef720dae0 - Update to 0.7.0-1 (bugfix release). 2005-08-01 09:13:24 +00:00
Florent Thoumie
0e4569304a - Update to 0.7.0. 2005-07-24 09:18:59 +00:00
Florent Thoumie
455333b5c8 - Update to 0.6.7. 2005-07-12 09:54:11 +00:00
Florent Thoumie
b3c33ed431 - Update to 0.6.6.
PR:		ports/82869
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-07-06 09:52:06 +00:00
Florent Thoumie
37c0a510cc - Update to 0.6.5. 2005-06-17 10:25:44 +00:00
Florent Thoumie
652a969238 - Update to 0.6.4
PR:		ports/82172
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-13 07:29:08 +00:00
Florent Thoumie
283f747d17 - Update to 0.6.2. 2005-05-16 20:44:45 +00:00
Florent Thoumie
02ec2b0ae3 - Update to 0.6.0.
- Fix CFLAGS.
- Use USE_GNOME tricks instead of ugly REINPLACE_CMD.

PR:		80059
Submitted by:	danfe
2005-04-18 11:14:42 +00:00
Florent Thoumie
e0227725e3 - Update to 0.5.4. 2005-03-20 14:38:39 +00:00
Florent Thoumie
2dd6521df9 - Chase curl dependency (only needed by client, which is not installed anymore).
Approved by:	pav (mentor)
2005-03-04 08:57:18 +00:00
Florent Thoumie
0ff4b66ff7 - Remove client support since it's now shipped in a separate distfile.
Approved by:	pav (mentor)
2005-03-03 22:22:08 +00:00
Florent Thoumie
66916a8e8d - Update to 0.5.0.
Approved by:	pav (mentor)
2005-03-03 15:37:12 +00:00