1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

447935 Commits

Author SHA1 Message Date
Adam Weinberger
30d4669e52 Update neovim to 0.3.0
Changes: 44c6deb91a
2018-06-11 17:28:46 +00:00
Fernando Apesteguía
364c800fc2 editors/texstudio: update to 2.12.8
* USE_GITHUB since this release is only in GH and not in SF
* Add LICENSE according to project's site (no license file is provided)
* Use DISTVERSION instead of PORTVERSION
* Flavorize port and make qt5 default (as in the previous version)

PR:	227097
Reported by:	lebarondemerde@privacychain.ch
Approved by:	tcberner (mentor), portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D15023
2018-06-11 17:25:11 +00:00
Guido Falsi
433ed71913 Make asterisk and pjsip ports use the new net/libsrtp2 port as a dependency.
Reported by:	tijl (thanks!)
2018-06-11 17:19:29 +00:00
Mathieu Arnold
8a7c838a48 Add a note about PHP flavors.
Sponsored by:	Absolight
2018-06-11 17:01:15 +00:00
Fernando Apesteguía
f31acf3c89 devel/bazel: update to 0.14.0
PR:	228736
Submitted by:	aehlig@linta.de (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15737
2018-06-11 16:42:56 +00:00
Fernando Apesteguía
e3b9bd33b0 sysutils/vzvol: fix typo in pkg-descr
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15740
2018-06-11 16:39:42 +00:00
Mark Felder
7d2e01f406 net-p2p/radarr: Update to 0.2.0.1120
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.1120
2018-06-11 16:23:48 +00:00
Guangyuan Yang
9470318a8e Update misc/thefuck to 3.27.
Approved by:	woodsb02, me (maintainer)
Differential Revision:	https://reviews.freebsd.org/D15730
2018-06-11 15:33:10 +00:00
Antoine Brodin
8ed8d2151d Add support for USES=compiler:c++17-lang
PR:		222415
Submitted by:	Naram Qashat
With hat:	portmgr
2018-06-11 12:39:03 +00:00
Mathieu Arnold
4559e82ff4 Remove inconditionnal WITH_DEBUG.
mongodb works just fine without it, and it leads to packages that are 10
times bigger than needed.

PR:		228494
Submitted by:	mat
Sponsored by:	Absolight
2018-06-11 12:00:59 +00:00
Mathieu Arnold
2f62e59b3e Update to latest commit.
Sponsored by:	Absolight
2018-06-11 11:56:16 +00:00
Mathieu Arnold
1337deea0d Update to v5.28.0-RC2-2-g197e7984e9.
Sponsored by:	Absolight
2018-06-11 11:56:12 +00:00
Mathieu Arnold
85ebf4a27c Update to RC2.
Sponsored by:	Absolight
2018-06-11 11:55:55 +00:00
Ganael LAPLANCHE
8710b65f43 Update to latest available Codeplex' snapshot and host project on Github 2018-06-11 11:46:05 +00:00
Tijl Coosemans
512bbf567c Remove math/clipper, duplicate of graphics/polyclipping. 2018-06-11 11:06:11 +00:00
Alex Dupre
5170fcc6f3 Update to 2.0.14 release.
Switch from deprecated C++ version to supported Go version.
2018-06-11 10:08:10 +00:00
Yuri Victorovich
24dcb680ce New port: misc/orange3: Component-based data mining software 2018-06-11 10:07:49 +00:00
Tijl Coosemans
e1616b89f0 Fix build on systems without cc(1) and c++(1). 2018-06-11 10:07:11 +00:00
Dmitry Marakasov
5c3c150b9f - Pet portlint
- Add LICENSE
- Add missing dependency
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2018-06-11 09:34:32 +00:00
Yuri Victorovich
aa9a80fe1b textproc/py-CommonMark: Add missing dependency devel/py-future
While here:
* Add NO_ARCH=yes
* Update WWW with the real homepage

Approved by:	portmgr (port compliance, infrastructure)
2018-06-11 09:12:37 +00:00
Dmitry Marakasov
b2afc93db7 - Add LICENSE
Approved by:	portmgr blanket
2018-06-11 09:04:30 +00:00
Yuri Victorovich
5736d4e84d New port : x11-toolkits/py-AnyQt: PyQt4/PyQt5 compatibility layer 2018-06-11 09:00:49 +00:00
Yuri Victorovich
a751740d85 New port: graphics/Makefile: Scientific graphics and GUI library for Python 2018-06-11 08:49:18 +00:00
Emanuel Haupt
0426e96d2b Update to 0.10.0 2018-06-11 08:36:57 +00:00
Dmitry Marakasov
290fb29d16 - Switch to new test framework
Approved by:	portmgr blanket
2018-06-11 08:34:33 +00:00
Yuri Victorovich
7495cfb3b4 New port: misc/py-serverfiles: Access files on a HTTP server and store them locally for reuse 2018-06-11 08:28:13 +00:00
Tijl Coosemans
bfc941deb4 Backport OpenSSL 1.1 support (and prerequisites) from libsrtp2.
84faa631a5
  Refactor memory allocation for the symmetric ciphers context structures.

5781341d99
  Use the OpenSSL HMAC implementation, and thus also the OpenSSL EVP_sha1()
  implementation.

  Experiments show about a 1.5x speedup on Intel CPUs with AVX2.

fb95445019
  When building with OpenSSL, pass the AES_ICM key to the EVP context (and
  thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.

  This means that AES key expansion is done once per key, rather than once
  per packet, resulting in a 2-3x speedup for AES-128.

1acba56991
  When building with OpenSSL, pass the AES_GCM key to the EVP context (and
  thus, do AES key expansion) in srtp_cipher_init, not srtp_cipher_set_iv.

  Improves AES_GCM performance 2x-3x.

0b45423678
  Changes for OpenSSL 1.1.0 compatibility.

  In OpenSSL 1.1.0, EVP_CIPHER_CTX, HMAC_CTX, and EVP_MD_CTX are opaque
  types, and have to be allocated with *_new methods and deallocated with
  *_free.

  EVP_CIPHER_CTX_new/free is present in OpenSSL 1.0.1 and later, but
  HMAC_CTX_new and EVP_MD_CTX_new are new in OpenSSL 1.1.0.

  Use the _new unconditionally for ciphers, and conditionally use the old
  or new APIs for HMAC and MD.

  No noticible performance change for older OpenSSL.

PR:		228866
2018-06-11 08:18:30 +00:00
Yuri Victorovich
edb52418c9 New port: x11-toolkits/wxgtk31: GUI toolkit (wxWidgets) with GTK+ bindings
Repo-copy of x11-toolkits/wxgtk30.
2018-06-11 07:24:08 +00:00
Thomas Zander
40fee58c1f Update to upstream version 2.0.2
PR:		228840
Submitted by:	riggs
Reviewed by:	seanc, freebsd@jen20.com (maintainer)
Approved by:	freebsd@jen20.com (maintainer, via seanc)
Differential Revision:	https://reviews.freebsd.org/D15719
2018-06-11 06:44:36 +00:00
Tobias Kortkamp
beaea4c327 graphics/libsixel: Update to 1.8.1
While here

- switch to using the immutable tarballs upstream provides [1]

- add missing DOCS option

[1] https://github.com/saitoha/libsixel/issues/64

PR:		228881
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
2018-06-11 06:32:32 +00:00
Yuri Victorovich
1e00ace72c audio/py-pysndfile: Update 1.1.0 -> 1.1.1
Port changes:
* Remove stripping (it does it itself)
* Update WWW

Reported by:	portscout
2018-06-11 05:30:31 +00:00
Mark Linimon
c9a131d26b Apparently works on aarch64.
While here, pet portlint.

PR:		228042 (partial)
Submitted by:	mikael.urankar
2018-06-11 05:02:04 +00:00
Mark Linimon
c412683a95 While I'm cleaning out my queue for Q3, add this trivial change which
I have had around for a while.

It merely brings the usage into modernity.  (Well, it drops ia64, but
that was done in a tree sweep a long time ago.)

Approved by:	portmgr (tier-2 blanket)
2018-06-11 02:34:57 +00:00
Mark Linimon
ea89e22b71 Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.

Submitted by:		jhibbits
Differential Revision:	D15685
2018-06-11 02:14:07 +00:00
Mark Linimon
26abe5a4d3 Fix build on architectures which still have gcc as the default compiler.
Tested for no harm on amd64.

Submitted By:		jhibbits
Differential Revision:	D15685
2018-06-11 02:08:58 +00:00
Mark Linimon
2190544fa1 Mark unbroken on powerpc64. While here, pet portlint.
Tested for no harm on: amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 02:04:00 +00:00
Mark Linimon
13fb0b92a2 Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.

For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).

Tested for no-harm on amd64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 01:44:15 +00:00
Mark Linimon
52a39feebd Attempt to fix build on mips64. This is currently blocking 5,391 packages.
(I will accept the explanation that many of these are not useful for mips64,
but there are some in archivers, comms, databases, ...)

Tested on: amd64; mips64 xbuild.

Approved by:	portmgr (tier-2 blanket)
2018-06-11 01:20:56 +00:00
Yuri Victorovich
6e9f1ba719 New port: biology/ngs-sdk: Tools and libraries for using data in the INSDC Sequence Read Archives 2018-06-10 23:58:07 +00:00
Eitan Adler
ea6edb7b6d ports-mgmt/pkgs_which: feex a typo
Approved by:	mandree (maintainer)
2018-06-10 20:28:15 +00:00
Christoph Moench-Tegeder
822bc8eb3b print/gutenprint: update to 5.2.14
Changelog: https://sourceforge.net/p/gimp-print/mailman/message/36300478/

While here, remove cups-genppd symlink (added in ports r465457) again.
The symlink is not being provided by upstream, and it's not expected
that users use this tool anyway (most of those who do are following
outdated documentation). (Noted by tijl@)
2018-06-10 20:19:39 +00:00
Sergey A. Osokin
610f7a1236 Upgrade from 1.1 to 1.2.
<ChangeLog>

*) Feature: configuration of environment variables for application
   processes.

*) Feature: customization of php.ini path.

*) Feature: setting of individual PHP configuration options.

*) Feature: configuration of execution arguments for Go applications.

*) Bugfix: keep-alive connections might hang after reconfiguration.

</ChangeLog>
2018-06-10 19:45:57 +00:00
Jan Beich
c602770bf2 games/openra: update GeoLite2 to June snapshot
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1717847, actual 1728369

PR:		228877
Reported by:	dbn
2018-06-10 19:36:00 +00:00
Danilo Egea Gondolfo
566e591d9c - Update to 0.198 2018-06-10 19:11:31 +00:00
Bradley T. Hughes
5b80dcd5e6 devel/awscli: Update 1.15.31 -> 1.15.35
PR:		228869
Reported by:	danilo@
Sponsored by:	Miles AS
2018-06-10 19:04:05 +00:00
Bradley T. Hughes
5964eed579 devel/py-botocore: Update 1.10.31 -> 1.10.35
PR:		228870
Submitted by:	danilo@
Sponsored by:	Miles AS
2018-06-10 18:59:35 +00:00
Yuri Victorovich
9bcb89e566 audio/fluidplug-lv2: Unbreak on non-Intel/AMD platforms
Make SSE flags depend on the option SSE that defaults to 'on' only on amd64/i386 architectures.
2018-06-10 17:17:38 +00:00
Thomas Zander
a1df13d85f Fix startup script for FreeBSD 10: -o option is unknown
PR:		228266
Submitted by:	takefu@airport.fm
MFH:		2018Q2
2018-06-10 17:11:05 +00:00
Vanilla I. Shu
2be64a2ead Update to 0.9.0. 2018-06-10 16:05:47 +00:00
MANTANI Nobutaka
c22f64ca72 - Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
- Remove EMACS_FLAVORS_EXCLUDE because configure error of www/emacs-w3m
  has been fixed.
- Bump PORTREVISION.
2018-06-10 16:01:17 +00:00