Commit graph

97 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
John Marino
7d57075364 net-p2p/rtorrent: USES+= ncurses 2016-02-05 12:04:52 +00:00
Sunpoet Po-Chuan Hsieh
6811efe6ab - 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
2015-11-21 02:10:09 +00:00
Roman Bogorodskiy
d46a1ae989 - 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
2015-10-13 15:21:50 +00:00
Dmitry Marakasov
5f9323663d - Use OPTIONS helpers
- Use BROKEN_arm helper
- Fix longstanding brokennes of dependency on libtorrent
2015-06-25 22:20:20 +00:00
Antoine Brodin
0a72ebf517 Chase libtorrent bump 2015-06-22 15:20:47 +00:00
Guido Falsi
c0f155d59b 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>
2014-12-04 14:57:47 +00:00
Antoine Brodin
6affac3ade Cleanup plist 2014-11-12 21:31:27 +00:00
Adam Weinberger
cb7d5cc607 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.
2014-08-06 04:34:23 +00:00
Guido Falsi
57ebee93f3 - 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)
2014-07-10 16:34:18 +00:00
Guido Falsi
136fdffb5c - 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>
2014-07-07 19:33:00 +00:00
John Marino
eba991e553 net-p2p/rtorrent: Bring in DragonFly support from dports 2014-07-05 23:31:55 +00:00
Marius Strobl
dc716764b3 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)
2014-03-24 15:47:21 +00:00
Antoine Brodin
7be3f280e5 Chase libtorrent bump 2014-03-11 20:18:11 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Antoine Brodin
91e4d5aaef - Stage support
- New LIB_DEPENDS syntax
2014-02-24 18:46:37 +00:00
Andrej Zverev
891839efe7 drop maintainership. I don't have time for these ports. 2014-02-24 15:51:12 +00:00
Andrej Zverev
48fabd02d9 put hack for freebsd 10.x under OPSYS, this will unbreak build under dbsd ports
Requested by:	marino@
2013-11-03 17:39:09 +00:00
Andrej Zverev
a1a91e2182 - Try to fix build on 10.x and fix segfault while running rtorrent 2013-11-02 08:32:28 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - 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
2013-07-11 16:26:26 +00:00
Andrej Zverev
12f41626fe Try to build with clang natively. 2013-06-18 19:01:26 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Andrej Zverev
2a281c0c60 separate logic for these two group of ports. 2013-01-15 13:18:57 +00:00
Andrej Zverev
b5d3e59767 Take maintainership
Approved by:	maintainer (flz@ via email)
Feature safe: yes
2012-11-19 07:58:39 +00:00
Andrej Zverev
4b911a7e05 - 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
2012-10-15 12:41:26 +00:00
Baptiste Daroussin
5b3aa515d9 - Convert to new option framework
- Trim headers

Approved by:	flz (irc)
2012-10-06 21:17:22 +00:00
Mark Linimon
07192a24ed Mark as broken on ARM.
PR:		ports/170946
Submitted by:	linimon
Hat:		portmgr
2012-09-04 03:05:23 +00:00
Florent Thoumie
a2a0aa88af Update net-p2p/rtorrent to 0.9.2. 2012-07-05 08:40:32 +00:00
Florent Thoumie
e0dbf7bb03 - Backport upstream patch to fix high cpu load issues.
Submitted by:	Nicholas Smith
Obtained from:	http://libtorrent.rakshasa.no/ticket/2661
2012-01-29 11:26:25 +00:00
Doug Barton
2b1dacc826 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.
2011-10-24 04:17:37 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Florent Thoumie
4b0cdeccb5 Update net-p2p/rtorrent to 0.8.9.
PR:		ports/158123
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-07-18 14:09:25 +00:00
Florent Thoumie
09d53e77d5 Add local patch to fix rtorrent's spinlock implementation.
Submitted by:	kan
2011-06-09 14:38:15 +00:00
Florent Thoumie
6894adc5bf 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]
2011-05-07 16:29:46 +00:00
Martin Wilke
05ccc1b6af - 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
2011-02-06 08:14:48 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Florent Thoumie
6562dabbb1 Fix dependency after libtorrent update.
Feature safe:	yes
2010-02-23 13:03:36 +00:00
Florent Thoumie
8f39965ca0 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]
2010-01-23 00:25:21 +00:00
Florent Thoumie
80d89d86ca Update net-p2p/rtorrent to 0.8.5. 2009-10-29 13:29:47 +00:00
Florent Thoumie
d05a17a69d Remove stale patch that's causing issues with scgi_port option. 2009-07-17 11:03:00 +00:00
Florent Thoumie
bb10baa0aa Update net-p2p/rtorrent to 0.8.4. 2009-07-15 13:39:39 +00:00
Chin-San Huang
2bfb9985f0 Bump the version of the xmlrpc-c-devel shared library 2009-04-11 07:15:30 +00:00
Chin-San Huang
e169591cc8 Bump the version of the xmlrpc-c-devel shared library
- Bump PORTREVISION of all dependent ports.
2009-04-10 18:19:43 +00:00
Peter Pentchev
c189a6b2da 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.
2009-01-23 15:43:14 +00:00
Florent Thoumie
6e28f35c2c net-p2p/rtorrent needs recent gcc (4.2+). 2008-12-11 09:27:52 +00:00
Florent Thoumie
8f7680d4e0 Update net-p2p/rtorrent to 0.8.2. 2008-12-09 11:31:49 +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
Florent Thoumie
abc94c1a56 - Use net/xmlrpc-c-devel instead of net/xmlrpc-c.
- Rename patch as it won't apply against new unstable version.
2008-11-10 12:09:38 +00:00