Commit graph

431866 commits

Author SHA1 Message Date
Jason W. Bacon
eb53d36e45 [new port] biology/fastqc: Quality control tool for high throughput sequence data
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13304
2017-11-30 22:54:29 +00:00
Jason W. Bacon
a64acd4f68 biology/py-cutadapt: Remove MASTER_SITE_SUBDIR per mentor comment
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13303
2017-11-30 22:11:04 +00:00
Antoine Brodin
9ac0ff7e9f Fix INDEX
Reported by:	cperciva@
2017-11-30 22:07:01 +00:00
Nikolai Lifanov
0c9d25c711 reinstate sysutils/ansible23
PKGBASE collision has been resolved
This reverts r455222
2017-11-30 21:34:42 +00:00
Danilo G. Baio
7ea1b07721 devel/awless: Update to 0.1.8
Changes:	https://github.com/wallix/awless/releases/tag/v0.1.8

PR:		223990
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2017-11-30 21:32:27 +00:00
Nikolai Lifanov
6486e1b8be disable flavors for sysutils/ansible
This is an utility and not a library, so it doesn't make sense to
generate additional packages.
2017-11-30 21:19:26 +00:00
Rene Ladan
0123740598 Remove expired port:
2017-11-29 security/py-rekall_gui: PoC that is no longer supported
2017-11-30 21:10:11 +00:00
Antoine Brodin
83d2f7fd5b Fix LICENSE, GNU doesn't exist 2017-11-30 21:08:45 +00:00
Boris Samorodov
9d5ba35a07 net-mgmt/blackbox_exporter: Update to version 0.11.0. 2017-11-30 20:58:48 +00:00
Brooks Davis
a54460ddd8 Update to a fresh snapshot.
Enable RTTI.
2017-11-30 20:55:53 +00:00
Guido Falsi
74979a9660 - Import upstream patch to fix a memory leak [1]
- While here rename and regenerate patches

PR:		223937 [1]
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
Obtained from:	https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=d4c76389d63199636c52e8a7a0ce80d5f2fde591
MFH:		2017Q4
2017-11-30 20:36:35 +00:00
Antoine Brodin
3b4eae371d py-mechanize only works on python 2.x
With hat:	portmgr
2017-11-30 20:28:15 +00:00
Kurt Jaeger
0400e7971d devel/lfcbase: update 1.11.1 -> 1.11.2
databases/cego: update 2.38.5 -> 2.38.6

lfcbase:
- More detailed exception messages for BigDecimal and BigInteger

cego:
- Fix in CegoFunction::getId and CegoSelect::getQueryId : with
  enabled query cache, the following select is cached
    select nextcount(mycount);
- Since nextcount is a modifying operation, this is not a good idea.
  To avoid caching, CegoFunction now throws an Exception if
  nextcount / setcount function calls are detected during getQueryId.
  For these cases, the query id ignored for caching

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-11-30 20:09:16 +00:00
Antoine Brodin
00270fbe8e Remove sysutils/ansible23, it clashes with python flavor work
Do not add back without checking PKGBASE uniqueness for all flavors first

With hat:	portmgr
2017-11-30 20:08:55 +00:00
Dmitry Marakasov
8b14310c5c - Add LICENSE_FILE
Approved by:	portmgr blanket
2017-11-30 19:15:00 +00:00
Vsevolod Stakhov
502758a841 - Update to 4.89.1
MFH:		2017Q4
Security:	75dd622c-d5fd-11e7-b9fe-c13eb7bcbf4f
2017-11-30 18:48:13 +00:00
Vsevolod Stakhov
668524f53e Document CVE-2017-16944 in Exim 2017-11-30 18:42:14 +00:00
Bryan Drewery
57703565cf FLAVORS needs Poudriere 3.2+ 2017-11-30 18:03:51 +00:00
Bryan Drewery
de22bfca34 Add link for guides on FLAVORS 2017-11-30 18:03:35 +00:00
Mathieu Arnold
d1427b5c52 Fix USES=python usage.
It has been using Python 2 for a very long time, let's assume it is ok.

Sponsored by:	Absolight
2017-11-30 17:54:32 +00:00
Dmitry Marakasov
f244f05230 - Switch to new test framework
Approved by:	portmgr blanket
2017-11-30 17:34:36 +00:00
Dmitry Marakasov
0d8f7dcda8 - Add LICENSE_FILE
- Switch to USES=localbase
- Cosmetic fixes
- Switch to options helpers
2017-11-30 17:10:09 +00:00
Dmitry Marakasov
4045521c26 - Add distfile mirror
- Pet portlint
2017-11-30 17:09:11 +00:00
Dmitry Marakasov
12c90e659d - Add LICENSE
- Switch to USES=localbase
2017-11-30 17:06:14 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Jan Beich
02f9c9be16 emulators/ppsspp: update to 1.5.2
Changes:	http://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.5.1...v1.5.2
2017-11-30 15:38:04 +00:00
Nikolai Lifanov
52b5b35c8e update conflicts after addition of sysutils/ansible23 2017-11-30 15:35:31 +00:00
Mathieu Arnold
471896e0a8 Add various FLAVOR related helpers.
To help with flavored ports, helpers are available.  In these, replace <*>
  with the flavor name.

  *_PKGNAMEPREFIX *_PKGNAMESUFFIX *_PLIST *_DESCR will overwrite the variable.

  *_CONFLICTS *_CONFLICTS_BUILD *_CONFLICTS_INSTALL *_PKG_DEPENDS
  *_EXTRACT_DEPENDS *_PATCH_DEPENDS *_FETCH_DEPENDS *_BUILD_DEPENDS
  *_LIB_DEPENDS *_RUN_DEPENDS *_TEST_DEPENDS will append to the variable.

Reviewed by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12483
2017-11-30 15:33:46 +00:00
Mathieu Arnold
30c4ca5784 Generic FLAVORS work.
- Enable FLAVORS.
- Make make describe flavors aware.
- Add a qa check for unique package names amongst flavors.
- Make MOVEDlint understand flavors.
- Add a bit of sanity check to make sure FLAVORS stay lowercase.
- Various fixes.

Reviewed by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12577
2017-11-30 15:33:29 +00:00
Nikolai Lifanov
9d8e2a3c3d add sysutils/ansible23
This is the latest version of Ansible from stable-2.3 branch,
currently receiving bug and security fixes.

Requested by: Rainer (private email)
2017-11-30 15:32:44 +00:00
Vanilla I. Shu
aa4faf95e7 Update to 0.055. 2017-11-30 14:56:20 +00:00
Nikolai Lifanov
c9c0912cb9 update games/gemrb to 0.8.5
The port is cleaned up to remove a lot of heavy dependencies.

New features

    SDL2 resolution-independent window scaling, environmental audio, IRIX compatibility
    regeneration during sleep, time dilation
    iwd2 ability stacking, iwd ZZ* weapon bonuses
    portrait.2da handling, avatar shadows, dialogF.tlk handling

Improved features

    infravision
    better compatibility with bgt, 10pp, ia, kelsey, dr
    sdl2 input, mouse scrolling, opengl driver
    iwd2 cg&lu, item (un)usability, avatar sizes, permanent clabs
    ambients, verbal constants, random walk, walk sounds
    bugfixes
2017-11-30 14:07:29 +00:00
Nikolai Lifanov
4ccc230ecc update sysutils/ansible to 2.4.2.0
This is a bugfix release.

Changes: https://github.com/ansible/ansible/blob/v2.4.2.0-1/CHANGELOG.md
2017-11-30 14:04:49 +00:00
Mikolaj Golub
82d8ec5cad update to 20171126 2017-11-30 13:49:00 +00:00
Mikolaj Golub
d786ef45ba update to 1.3.8 2017-11-30 13:43:15 +00:00
Jean-Sébastien Pédron
c988c24319 lang/rust: Disable "omit frame pointers"
Before the patch, the default behavior of the compiler was to omit frame
pointers. However, even though it looks fine for the code produced
by the compiler, the compiler itself was broken. When there was a
compilation error, rustc panics to report that error. While handling
that panic, it tries to unwind the stack but fails to do so, which
results in an abort(3).

Here is an example:

    $ rustc hello.rs
    error: invalid reference to argument `0` (no arguments given)
     --> hello.rs:2:5
      |
    2 |     println!("Hello {}")
      |     ^^^^^^^^^^^^^^^^^^^^
      |
      = note: this error originates in a macro outside of the current crate

    error: aborting due to previous error

    fatal runtime error: failed to initiate panic, error 5
    Abort trap (core dumped)

The problem also exists on other systems such as OpenBSD and
i686-unknown-linux-musl. "omit frame pointers" was already disabled for
i686-unknown-linux-musl:
88a28ff602/src/librustc_back/target/i686_unknown_linux_musl.rs (L22)

The patch does the same for *-unknown-freebsd.

See the upstream bug for more informations:
https://github.com/rust-lang/rust/issues/43575
2017-11-30 13:33:05 +00:00
Jan Beich
59c16c0e27 www/waterfox: update to 56.0.s20171130
- Apply some patches from Firefox 57.0.1
- [amd64] Disable bundled and unmaintained ffvp9

Changes:	224e688d8d...8c17fb8d3c
2017-11-30 13:00:44 +00:00
Dmitry Marakasov
c9a7a6868b SpaceZero is a Real Time Strategy 2D space combat game for two
players over a network.

The objective is to conquer the universe, defeating all enemies.

At starting point you have only one ship and one planet, but you
have gold to buy more ships to conquer more planets.

All ships can be controlled by the computer (automatic mode) or by
the player (manual mode). You can easily change among your ships,
controlling all of them independently.

WWW: http://spacezero.sourceforge.net/
2017-11-30 11:36:55 +00:00
Wen Heping
47ec1c3fb3 - Add LICENSE
PR:		222324
Submitted by:	yasu@utahime.org
Approved by:	maintainer(timeout, > 60 days)
2017-11-30 11:01:32 +00:00
Wen Heping
f1ffba9489 - Update to 0.40
Changes: http://cpansearch.perl.org/src/MANWAR/Test-Strict-0.40/Changes
2017-11-30 10:59:29 +00:00
Wen Heping
2ded711097 - Update to 2.1.8 2017-11-30 10:51:34 +00:00
Luca Pizzamiglio
f6bdfd898f net/xrdp-devel: Fix CVE-2017-16927
Fix CVE-2017-16927
Patch from upstream: https://github.com/neutrinolabs/xrdp/pull/958

PR:		223931
Submitted by:	meta+ports@vmeta.jp (maintainer)
MFH:		2017Q4
Security:	CVE-2017-16927
2017-11-30 10:16:08 +00:00
Luca Pizzamiglio
a04225adde security/vuxml: Document vulnerability in net/xrdp-devel
PR:		223931
Reported by:	meta+ports@vmeta.jp (maintainer)
Security:	CVE-2017-16927
2017-11-30 10:12:27 +00:00
Li-Wen Hsu
102b6d8c31 - Update to 0.3.6 2017-11-30 09:20:57 +00:00
Li-Wen Hsu
eda546637a - Update to 1.18.4 2017-11-30 09:18:09 +00:00
Li-Wen Hsu
d4446580f1 - Update to 1.5.3 2017-11-30 09:17:47 +00:00
Li-Wen Hsu
d8e9d7209c - Update to 0.9.6 2017-11-30 09:15:49 +00:00
Mark Linimon
b709920cee Mark broken on powerpc64. Apparently this was being worked on upstream
(see PRs 204923, 201529, 217762) but there has been no action for several
months.

PR:		219112 (partial)
Approved by:	portmgr (tier-2 blanket), maintainer timeout
2017-11-30 09:13:54 +00:00
Li-Wen Hsu
3c33de01e4 - Update to 4.4.2 2017-11-30 09:13:32 +00:00
Dmitry Marakasov
a0a1d9dba8 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2017-11-30 09:00:23 +00:00