1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

433513 Commits

Author SHA1 Message Date
Mark Linimon
ee84afb699 Make the IGNORE message and the COMMENT message more meaningful for
the masterport.
2017-12-22 02:11:44 +00:00
Jason W. Bacon
302f405a84 [new port] biology/canu: Single molecule sequence assembler
Approved by: jrm (mentor) or wen (mentor)
Differential Revision:  https://reviews.freebsd.org/D13574
2017-12-22 01:30:26 +00:00
Stefan Eßer
1e72c927a7 Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to the
make_dep_list function when called with parameter build-depends-list or
all-depends-list.

Reported by:	phk
Approved by:	antoine (implicit)
2017-12-21 21:44:45 +00:00
Dimitry Andric
e44ddcc2e7 Fix build of textproc/randlm with recent versions of clang.
Approved by:	portmgr blanket
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
PR:		216056
MFH:		2017Q4
2017-12-21 21:17:31 +00:00
Dimitry Andric
b2c3984a64 Fix build of net-p2p/retroshare with recent versions of clang.
Approved by:	portmgr blanket
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
PR:		216637
MFH:		2017Q4
2017-12-21 21:01:37 +00:00
Mahdi Mokhtari
438a34de71 net-mgmt/nrpe3: Fix build with LibreSSL
The patch enables the configure of the port to detect LibreSSL as a valid OpenSSL

Reported by:	Philip Jocks <pj@netzkommune.de>
Reviewed by:	brnrd, zeising (maintainer)
Approved by:	zeising (maintainer)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D13421
2017-12-21 20:30:46 +00:00
Dimitry Andric
ae172e715d Fix build of graphics/rawstudio with clang (or any recent optimizing
compiler), by using anonymous labels in asm fragments.

PR:		216771
Approved by:	maintainer timeout (8 months)
Approved by:	jbeich
MFH:		2017Q4
2017-12-21 20:30:35 +00:00
Yuri Victorovich
ad6f948b20 security/py-pynacl: Update to 1.2.1
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13567
2017-12-21 20:10:09 +00:00
Yuri Victorovich
754636c596 security/tor-devel: Update to 0.3.2.8-rc
This is an important update for relays running earlier versions of 0.3.2.x.

Changes in version 0.3.2.8-rc - 2017-12-21
  Tor 0.3.2.8-rc fixes a pair of bugs in the KIST and KISTLite
  schedulers that had led servers under heavy load to overload their
  outgoing connections. All relay operators running earlier 0.3.2.x
  versions should upgrade. This version also includes a mitigation for
  over-full DESTROY queues leading to out-of-memory conditions: if it
  works, we will soon backport it to earlier release series.

  This is the second release candidate in the 0.3.2 series. If we find
  no new bugs or regression here, then the first stable 0.3.2 release
  will be nearly identical to this.

  o Major bugfixes (KIST, scheduler):
    - The KIST scheduler did not correctly account for data already
      enqueued in each connection's send socket buffer, particularly in
      cases when the TCP/IP congestion window was reduced between
      scheduler calls. This situation lead to excessive per-connection
      buffering in the kernel, and a potential memory DoS. Fixes bug
      24665; bugfix on 0.3.2.1-alpha.

  o Minor features (geoip):
    - Update geoip and geoip6 to the December 6 2017 Maxmind GeoLite2
      Country database.

  o Minor bugfixes (hidden service v3):
    - Bump hsdir_spread_store parameter from 3 to 4 in order to increase
      the probability of reaching a service for a client missing
      microdescriptors. Fixes bug 24425; bugfix on 0.3.2.1-alpha.

  o Minor bugfixes (memory usage):
    - When queuing DESTROY cells on a channel, only queue the circuit-id
      and reason fields: not the entire 514-byte cell. This fix should
      help mitigate any bugs or attacks that fill up these queues, and
      free more RAM for other uses. Fixes bug 24666; bugfix
      on 0.2.5.1-alpha.

  o Minor bugfixes (scheduler, KIST):
    - Use a sane write limit for KISTLite when writing onto a connection
      buffer instead of using INT_MAX and shoving as much as it can.
      Because the OOM handler cleans up circuit queues, we are better
      off at keeping them in that queue instead of the connection's
      buffer. Fixes bug 24671; bugfix on 0.3.2.1-alpha.

Reported by:	nickm@torproject.org
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13576
2017-12-21 20:08:58 +00:00
Antoine Brodin
a4fb0f0c3e Restrict to python 2.7
Pointy hat:	sunpoet
2017-12-21 19:10:41 +00:00
Yuri Victorovich
bdb1c6ed9e audio/libgig: Update to 4.1.0
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13569
2017-12-21 18:41:46 +00:00
Bernard Spil
8f818dd4fa irc/weechat: Bugfix update to 2.0.1
Changelog: https://weechat.org/files/changelog/ChangeLog-2.0.1.html
2017-12-21 18:39:55 +00:00
Dmitry Marakasov
bccb801463 - Fix more shebangs
Approved by:	portmgr blanket
2017-12-21 18:19:08 +00:00
Jochen Neumeister
b3a0c87fda devel/phpunit6: Update from 6.5.4 to 6.5.5
Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md

Approved by:	mentors (implicit)
2017-12-21 18:17:53 +00:00
Yuri Victorovich
bb5cc41a79 New port: sysutils/twmn: Notification system for tiling window managers
There were some questions about the version. The source code has 1.2 in it,
but it hasn't been tagged on github. So I left it as g20171216.

PR:		224470
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13563
2017-12-21 18:12:11 +00:00
Sunpoet Po-Chuan Hsieh
c59c635f08 Update to 0.7
- Add NO_ARCH

Changes:	https://github.com/repoze/repoze.lru/blob/master/CHANGES.rst
2017-12-21 17:42:12 +00:00
Sunpoet Po-Chuan Hsieh
dca4bf6038 Update to 2.0.7
Changes:	https://github.com/ruby/openssl/blob/master/History.md
2017-12-21 17:42:07 +00:00
Sunpoet Po-Chuan Hsieh
28382586da Update to 4.8.0
Changes:	https://github.com/octokit/octokit.rb/releases
2017-12-21 17:42:02 +00:00
Sunpoet Po-Chuan Hsieh
03efd0dd0b Update to 2.10.107
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-12-21 17:41:57 +00:00
Sunpoet Po-Chuan Hsieh
85480800e5 Update to 2.10.107
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-12-21 17:41:52 +00:00
Sunpoet Po-Chuan Hsieh
7a6ce4671f Update to 2.10.107
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2017-12-21 17:41:47 +00:00
Sunpoet Po-Chuan Hsieh
57468a275f Update to 0.12.0
- Add TEST_DEPENDS

Changes:	https://github.com/python-lz4/python-lz4/releases
2017-12-21 17:41:41 +00:00
Sunpoet Po-Chuan Hsieh
0a50ac12d7 Update to 6.14
Changes:	http://search.cpan.org/dist/HTTP-Message/Changes
2017-12-21 17:41:36 +00:00
Sunpoet Po-Chuan Hsieh
2d433e610e Update to 5.20171220
Changes:	http://search.cpan.org/dist/Module-CoreList/Changes
2017-12-21 17:41:31 +00:00
Sunpoet Po-Chuan Hsieh
982ced11fc Update to 3.44
Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2017-12-21 17:41:26 +00:00
Sunpoet Po-Chuan Hsieh
612c8d8ebf Update to 1.56
Changes:	http://search.cpan.org/dist/B-Generate/Changes
2017-12-21 17:41:20 +00:00
Sunpoet Po-Chuan Hsieh
298d843df8 Update to 1.60
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2017-12-21 17:41:15 +00:00
Sunpoet Po-Chuan Hsieh
cdbcd4b833 Update to 0.8.0
- Add LICENSE
- Add NO_ARCH
- Relax USES=python
- Take maintainership

Changes:	https://groups.google.com/forum/#!forum/python-relatorio
2017-12-21 17:41:10 +00:00
Sunpoet Po-Chuan Hsieh
6c8bed087d Update to 1.8.2
Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2017-12-21 17:41:06 +00:00
Sunpoet Po-Chuan Hsieh
702724f863 Update to 0.48
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2017-12-21 17:41:01 +00:00
Sunpoet Po-Chuan Hsieh
e6015fe93d Pet portlint: move BROKEN_* upward 2017-12-21 17:40:56 +00:00
Sunpoet Po-Chuan Hsieh
5653408dfc Update to 3.5.1
Changes:	https://github.com/google/protobuf/releases
2017-12-21 17:40:51 +00:00
Sunpoet Po-Chuan Hsieh
12c0fcdc7d Update to 3.5.1
Changes:	https://github.com/google/protobuf/releases
2017-12-21 17:40:46 +00:00
Sunpoet Po-Chuan Hsieh
a2cb2c5518 Move textproc/py-elasticsearch-py to textproc/py-elasticsearch 2017-12-21 17:40:40 +00:00
Sunpoet Po-Chuan Hsieh
36898895fc Move textproc/py-elasticsearch-py to textproc/py-elasticsearch
- Change MASTER_SITES from GitHub to CHEESESHOP
- Update dependent ports:
  - Update RUN_DEPENDS
  - Bump PORTREVISION for dependency change
- Take maintainership
2017-12-21 17:40:35 +00:00
Dmitry Marakasov
a0805c0e13 - Fix more shebangs
Approved by:	portmgr blanket
2017-12-21 17:21:14 +00:00
Tobias Kortkamp
b6c5c27475 www/py-pyocclient: Update to 0.4
- Allow build for Python 3.x

PR:		224068
Submitted by:	lbdm@privacychain.ch
Approved by:	che@bein.link (maintainer timeout, 2 weeks)
2017-12-21 16:07:07 +00:00
Tobias Kortkamp
a3c2a49fbf editors/dte: Update to 1.6
- Add post-install-DOCS-on target

Changes:	https://github.com/craigbarnes/dte/releases/tag/v1.6
PR:		224501
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2017-12-21 15:47:10 +00:00
Sean Bruno
f08474e222 net/intel-ixl-kmod: Update to 1.9.5
Submitted by:	 kozlov.sergey.404@gmail.com
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D13491
2017-12-21 15:35:30 +00:00
Palle Girgensohn
36cf9dc687 Update to latest version 2017-12-21 14:08:45 +00:00
Danilo G. Baio
e4f061a138 sysutils/smenu: Update to 0.9.10
Using ncurses from ports, smenu needs a newer version
of ncurses to work properly.

Changes:	b3564338dd
2017-12-21 14:00:27 +00:00
Danilo G. Baio
52806166ad textproc/pear-File_MARC: Update to 1.2.0
Changes:	https://pear.php.net/package/File_MARC/download/1.2.0
2017-12-21 13:41:20 +00:00
Dmitry Marakasov
273db182a9 Report (in q/a) and fix (in shebangfix) python[23] shebangs
Currently, only python shebangs (e.g. /bin/python, /usr/local/bin/python,
/usr/bin/env python etc.) are reported by stage Q/A and fixed by
USES=shebangfix. We need to do the same for python[23] as well.

Before the problem was not noticeable since many ports had e.g.
USES=python:2, which added a dependency on python2 metaport, however
that's going to switch to USES=python:2.7, and neither it, nor more
widely used USES=python adds a dependency on metaports, so there's
very high probability that python[23] links are not available.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13571
2017-12-21 13:27:51 +00:00
Vanilla I. Shu
413de5f3e1 Update to 0.16.1. 2017-12-21 13:21:13 +00:00
Vanilla I. Shu
ee4d64a8df Update to 1.8.2. 2017-12-21 13:11:46 +00:00
Wen Heping
7e853aa016 - Update to 1.0.1
PR:		224386
Submitted by:	jjachuf@gmail.com(maintainer)
2017-12-21 13:04:09 +00:00
Thomas Zander
de8c6fccb6 Update to recent snapshot (as of 20171220) 2017-12-21 12:31:30 +00:00
Wen Heping
640f9e399f - Update to 2.19
Changes: http://search.cpan.org/src/MARKOV/MailTools-2.19/ChangeLog

PR:		223483
Submitted by:	svysh.fbsd@gmail.com
Approved by:	maintainer(timeout, > 40 days)
2017-12-21 12:09:48 +00:00
Wen Heping
bd7fbe41bb - Update to 0.7.4 2017-12-21 10:55:13 +00:00
Mark Linimon
bc6d0887a0 Try to bring some consistency to ports that have x86-specific pieces.
- in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
2017-12-21 10:23:19 +00:00