Commit graph

56 commits

Author SHA1 Message Date
Koichiro Iwao
5c339975f3 Fix pkg-plist with TEST option
Also,
- Bring BROKEN_powerpc64 earlier to make portlint happy
- Bump PORTREVISION due to plist change

PR:		225349
Submitted by:	meta
Reported by:	John Smith <godevilove@ya.ru>
Approved by:	rezny (maintainer timeout), pi (mentor)
MFH:		2018Q2
2018-04-27 17:14:33 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jan Beich
77697c20cb net-p2p/libtorrent-rasterbar: unbreak with boost 1.67
In file included from disk_buffer_holder.cpp:34:
In file included from ../include/libtorrent/aux_/session_impl.hpp:73:
../include/libtorrent/ip_filter.hpp:168:34: error: no member named 'prior' in namespace 'boost'; did you mean
      'perror'?
                        boost::uint32_t last_access = boost::prior(j)->access;
                                                      ^~~~~~~~~~~~
                                                      perror
/usr/include/stdio.h:266:7: note: 'perror' declared here
void     perror(const char *);
         ^
In file included from disk_buffer_holder.cpp:34:
In file included from ../include/libtorrent/aux_/session_impl.hpp:73:
../include/libtorrent/ip_filter.hpp:174:43: error: no member named 'prior' in namespace 'boost'; did you mean
      'perror'?
                        else if (i != m_access_list.begin() && boost::prior(i)->access == flags)
                                                               ^~~~~~~~~~~~
                                                               perror
/usr/include/stdio.h:266:7: note: 'perror' declared here
void     perror(const char *);
         ^
In file included from disk_buffer_holder.cpp:34:
In file included from ../include/libtorrent/aux_/session_impl.hpp:73:
../include/libtorrent/ip_filter.hpp:182:43: error: no member named 'next' in namespace 'boost'
                        if (i != j) m_access_list.erase(boost::next(i), j);
                                                        ~~~~~~~^

kademlia/routing_table.cpp:716:26: error: no member named 'next' in namespace 'boost'; did you mean 'std::next'?
        bool const can_split = (boost::next(i) == m_buckets.end()
                                ^~~~~~~~~~~
                                std::next
/usr/include/c++/v1/iterator:519:1: note: 'std::next' declared here
next(_ForwardIter __x,
^
kademlia/routing_table.cpp:719:40: error: no member named 'prior' in namespace 'boost'
                && (i == m_buckets.begin() || boost::prior(i)->live_nodes.size() > 1);
                                              ~~~~~~~^

PR:		227427
Obtained from:	upstream
2018-04-13 13:05:17 +00:00
Jan Beich
3ee50c9dc8 net-p2p/libtorrent-rasterbar: update to 1.1.6
- LOGGING is now enabled by default, following upstream, see
  https://github.com/arvidn/libtorrent/commit/e36b06602067

Changes:	https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_5
Changes:	https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_6
Changes:	https://github.com/arvidn/libtorrent/compare/libtorrent-1_1_4...libtorrent-1_1_6
PR:		224060
Tested by:	yuri
Approved by:	maintainer timeout (2 weeks)
2018-01-18 18:27:26 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Alexey Dokuchaev
a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Matthew Rezny
45c5112a4d Update to 1.1.4 2017-09-08 05:24:36 +00:00
Jan Beich
6ca6d1fe12 net-p2p/libtorrent-rasterbar: unbreak with boost 1.65
PR:		220717
Obtained from:	upstream
Approved by:	portmgr blanket
2017-09-07 23:07:34 +00:00
Mark Linimon
0a534ed4c7 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 23:36:16 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Matthew Rezny
65a62eafeb Update to 1.1.3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10463
2017-04-24 17:40:10 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Matthew Rezny
e19969c795 Update to 1.1.2. Add an option for logging to disk and disk stats logging.
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9888
2017-03-06 01:56:54 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Ruslan Makhmatkhanov
9844860e2d net-p2p/libtorrent-rasterbar: fix runtime of python binding
It was reported by many people that python binding fails to import after
updating to 1.1.1, breaking net-p2p/deluge runtime at least.
Bump PORTREVISION to initiate packages rebuild.

Fix is based on this commit:
https://github.com/voidlinux/void-packages/commit/e3a19958

PR:		213739
Reported by:	many
Approved by:	portmgr (just-fix-it blanket)
2016-10-25 22:42:38 +00:00
Kurt Jaeger
3e45d8e8de net-p2p/libtorrent-rasterbar: update 1.1.0 -> 1.1.1
- compile in C++11 mode as is required by qBittorrent versions after 3.3.4

PR:		212235
Submitted by:	matthew@reztek.cz (maintainer)
2016-10-19 05:23:20 +00:00
Dmitry Marakasov
2fbd203220 Update net-p2p/libtorrent-rasterbar and its slave libtorrent-rasterbar-python to 1.1.0
* USE_OPENSSL -> USES=ssl
* remove GeoIP bits as those have been removed from the library
* update LIB_DEPENDS and switch to += in the master as the slave needs the same boost libs
* remove 2 obsolete patches, regen 1 patch
* add a patch from upstream git to resolve CVE-2016-5301
* add a TEST option and a patch from upstream git to let tests compile
* simplify the install of DOCS and EXAMPLES
* remove stale portscout restriction so updates can be discovered
* update text and WWW in pkg-descr
* update pkg-plist
* cleanup the slave port's Makefile
* assume maintainership

PR:		211963
Submitted by:	matthew@reztek.cz
2016-08-19 14:22:45 +00:00
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
Guido Falsi
844501a32c - Update to 1.0.9
- Remove outdated comment from pkg-descr

PR:		208042
Submitted by:	matthew at reztek.cz
2016-03-19 13:24:32 +00:00
Kurt Jaeger
47193c317c net-p2p/libtorrent-rasterbar: fix use of libiconv for non-ascii file download
PR:		198072
Submitted by:	bro.development@gmail.com
2015-09-04 16:50:36 +00:00
Mikhail Teterin
eeecd54d9c Upgrade libtorrent-rasterbar to 1.0.6 and qbittorrent -- to 3.2.3.
PR:		202118 (maybe)
2015-08-19 04:09:02 +00:00
Guido Falsi
c272c82ae1 Fix breakage introduced in r389250.
PR:		200869
Submitted by:	donnex at donnex.net
Pointy hat to:	me
2015-06-15 13:34:30 +00:00
Guido Falsi
ba50b420f7 - Update libtorrent-rasterbar to 1.0.4
- Update qbittorrent 3.2.0
- Use Github masterisite for qbittorrent
- Remove STRIP option, it's the default, and can be inhibited with
  the DEBUG option
- Pet some portlint warnings

PR:		200108
Submitted by:	yuri at rawbw.com
2015-06-11 20:44:34 +00:00
Tijl Coosemans
0aee4fbcb3 Bump PORTREVISION after r384038 because it added patches for headers that
are installed.

PR:		199473
Submitted by:	smh
2015-04-16 07:33:11 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
John Marino
7d0971ec28 net-p2p/libtorrent-rasterbar: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 14:54:20 +00:00
Mikhail Teterin
cba03eb747 Update from 0.16.17 to 0.16.19. It is unclear, why the previous
maintainer rolled back the earlier upgrade to 0.16.18, which had
an impressive ChangeLog (including security-related fixes). Port's
commit-log is rather terse -- I wonder, what went on in less public
channels.

I tested this update with the new qbittorrent-3.1.12 and all seems
to be fine...
2015-02-23 19:39:09 +00:00
Ruslan Makhmatkhanov
828d3043d6 net-p2p/libtorrent-rasterbar: fix build with LibreSSL
Add upstream-provided patch to fix build with LibreSSL. Default (OpenSSL)
setup isn't affected, so no PORTREVISION bump.
Remove pkg-message, that have no use.

Submitted by:	Corey <merlincorey@hushmail.me> (by private email)
2015-01-19 08:22:38 +00:00
Antoine Brodin
76a405744e Do not override USES set by slave ports in master ports
PR:		196477
2015-01-06 13:59:35 +00:00
Rusmir Dusko
5bed5e11bb - Revert last commit r373094, update to 0.16.18
PR:		195347
2014-11-29 07:57:13 +00:00
Rusmir Dusko
df2e470ce5 - Reset maintainer to ports@ 2014-11-23 08:34:04 +00:00
Rusmir Dusko
b6306b3089 - Update to 0.16.18, announce message:
* fix uninitialized values in DHT DOS mitigation
 * fix error handling in file::phys_offset
 * fix bug in HTTP scrape response parsing
 * enable TCP keepalive for socks5 connection for UDP associate
 * fix python3 support
 * fix bug in lt_donthave extension
 * expose i2p_alert to python. cleaning up of i2p connection code
 * fixed overflow and download performance issue when downloading at high rates
 * fixed bug in add_torrent_alert::message for magnet links
 * disable optimistic disconnects when connection limit is low
 * improved error handling of session::listen_on
 * suppress initial 'completed' announce to trackers added with replace_trackers
   after becoming a seed
 * SOCKS4 fix for trying to connect over IPv6
 * fix saving resume data when removing all trackers
 * fix bug in udp_socket when changing socks5 proxy quickly

- Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent
2014-11-22 19:29:20 +00:00
Antoine Brodin
6affac3ade Cleanup plist 2014-11-12 21:31:27 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Rusmir Dusko
fd5fea269e - Update to 0.16.17, Announce message:
* don't fall back on wildcard port in UPnP
 * fix local service discovery for magnet links
 * fix bitfield issue in file_storage
 * added work-around for MingW issue in file I/O
 * fixed sparse file detection on windows
 * fixed bug in gunzip
 * fix to use proxy settings when adding .torrent file from URL
 * fix resume file issue related to daylight savings time on windows
 * improve error checking in lazy_bdecode

- Add USES libtool
- Recreate pkg-plist with make makeplist
2014-06-22 14:42:05 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Rusmir Dusko
339b997a2f - Update to 0.16.16, Announce message:
* add missing add_files overload to the python bindings
  * improve error handling in http gunzip
  * fix debug logging for banning web seeds
  * improve support for de-selected files in full allocation mode
  * fix dht_bootstrap_alert being posted
  * SetFileValidData fix on windows (prevents zero-fill)
  * fix minor lock_files issue on unix

- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed
2014-03-25 11:10:59 +00:00
Rusmir Dusko
7d4bd5dedb - Update to 0.16.15
- Remove obsolete patches, changed by Upstream
2014-02-16 11:49:32 +00:00
Rusmir Dusko
ca27274b68 - Update to 0.16.14
- Don't silence warnings
- Remove PORTSCOUT, with 0.16.14 works now
  qBittorrent all Versions
- Add DEBUG Option
- Add patches from Upstrem, fix bad C++ code
2014-02-13 22:58:14 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Rusmir Dusko
047b835b8d net-p2p/libtorrent-rasterbar
- Change master sites, use SF instead of GOOGLE_CODE
- Change license BSD to BSD3CLAUSE
- Disable all warnings with -w
- Set PORTSCOUT, with 0.16.14 segmentation fault with
  qBittorrent Versions 3.1.5, 3.1.6, 3.1.8
- Add SHLIB_VER and PLIST_SUB
- Add STRIP Option, and add to default Options
- Strip libraries for Master and Slave Port

net-p2p/libtorrent-rasterbar-python

- Add STRIP to OPTIONS_EXCLUDE
2014-02-03 22:43:37 +00:00
Rusmir Dusko
9e6360ffc3 - Use USES=compiler:c++11-lang instead of compiler:c++11-lib
Reported by:	many users
Reviewed by:	bapt
2014-01-22 13:08:21 +00:00
Rusmir Dusko
da7310bcae - Fix build at 11.x [1]
- Use LIB_DEPENDS? instead of LIB_DEPENDS, because
  Master port have had overwritten the LIB_DEPENDS [1]
- Use USES=compiler:c++11-lib instead of compiler:c++11-lang [1]
- Use CONFIGURE_ARGS instead of CONFIGURE_ARGS+ [2]
- Break lines around 80 characters [2]

Reported by:	swills [1], danfe [2]
2014-01-14 18:32:32 +00:00
Rusmir Dusko
c6f11e9fae - Bump PORTREVISION
- Fix build on 8.x and 9.x
- Use USES=compiler:c++11-lang instead of compiler

Approved by:	pawel / wg (mentors, implicit)
2014-01-02 19:47:57 +00:00
Rusmir Dusko
6f3e734f41 - Bump PORTREVISION
- Add USES compiler
- Change pkg-descr

Reported by:    many users
Approved by:	pawel / wg (mentors, implicit)
2013-12-31 13:33:07 +00:00