1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
Commit Graph

434255 Commits

Author SHA1 Message Date
Steve Wills
c5c9e1ecf6 net-mgmt/rubygem-oxidized-script: update to 0.5.0
PR:		224778
Approved by:	Nick Hilliard <nick@foobar.org> (maintainer)
2017-12-31 17:27:20 +00:00
Steve Wills
e06bc31bff devel/rubygem-rake-compiler-dock: update to 0.6.2
PR:		224766
Approved by:	Matthias Fechner <idefix@fechner.net> (maintainer)
2017-12-31 17:20:30 +00:00
Yuri Victorovich
776321ad1c devel/rapidjson: Fix clang warnings on 12
PR:		220388
Submitted by:	dim
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13599
2017-12-31 17:14:14 +00:00
Mark Felder
b7664d180a mail/sendmail: Add port option for SMTPUTF8 support, enabled by default.
Postfix has had support for quite some time, compiled in by default
http://www.postfix.org/SMTPUTF8_README.html

Exim has support but it's not a default build option
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-internationalisation.html

Sendmail had no support until Arnt produced this patch.

As far as commercial access to SMTPUTF8 email goes:

GMail has support for SMTPUTF8 for 3 years
Outlook.com will have support shortly

The world is moving forward with SMPTUTF8 and if it does not get wider
distribution it will restrict the ability to self-host email as the only
solution to send and receive email from these users will be to use a
commercial cloud-hosted email platform.

This patch is a no-op unless you are sending mail that requires the
SMTPUTF8 extension. If you are running a Sendmail server and you did not
have this patch you would have received errors and the messages would
have been undeliverable.

More info: http://rant.gulbrandsen.priv.no/eai/one-minute-guide

PR:		224452
Reviewed by:	Gregory Shapiro, Claus Assmann (private mails from Arnt)
Obtained from:	Arnt Gulbrandsen
Sponsored by:	CNNIC
2017-12-31 16:42:39 +00:00
Antoine Brodin
642b5e5454 Update to 4.16.28 2017-12-31 16:26:46 +00:00
Jimmy Olgeni
485d983cf0 Fix some typos. 2017-12-31 16:24:53 +00:00
Antoine Brodin
61954e3fd9 New port: net/rubygem-mqtt
Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for
publish/subscribe messaging.

WWW: http://github.com/njh/ruby-mqtt
2017-12-31 16:20:42 +00:00
Antoine Brodin
049c5ae26e Update to 0.1.10 2017-12-31 16:16:20 +00:00
Antoine Brodin
dc6868bc5f Update to 0.2.16 2017-12-31 16:15:23 +00:00
Antoine Brodin
2c035aa019 Update to 20171231 2017-12-31 16:09:43 +00:00
Antoine Brodin
6a89e12ef0 Update to 20171230 2017-12-31 16:00:36 +00:00
Antoine Brodin
b19ee2ac84 Update to 20171228 2017-12-31 15:57:33 +00:00
Mark Felder
74aca3ab1f databases/percona57-{client,pam-for-mysql,server}: Update to 5.7.20-18
Release notes: https://www.percona.com/doc/percona-server/5.7/release-notes/Percona-Server-5.7.20-18.html

MFH:		2017Q4
2017-12-31 15:28:55 +00:00
Danilo G. Baio
e074dce170 security/vuxml: Fix FreeBSD PR bugs references 2017-12-31 14:48:36 +00:00
Danilo G. Baio
15636c2890 net-mgmt/cacti: Update to 1.1.29
While here, update license.

Changes:	https://www.cacti.net/release_notes.php?version=1.1.29

PR:		224727
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-12-31 14:29:46 +00:00
Thomas Zander
41990c66a6 Update to upstream version 19.0.0 2017-12-31 14:28:07 +00:00
Danilo G. Baio
709cbe9394 www/rtv: Update to 1.21.0
- Fix order of variables in Makefile.

Changes:	https://github.com/michael-lazar/rtv/releases/tag/v1.21.0
2017-12-31 14:25:36 +00:00
Sunpoet Po-Chuan Hsieh
a177e9f5a8 Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
PR:		224706
Submitted by:	sunpoet (myself)
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2017-12-31 14:19:20 +00:00
Olli Hauer
b935721958 - update to 2.5.0
ChangeLog:
--------------------------------
 Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
 * Fix the handling of symbol-matching regexps that include "|".
 * Handle excluded paths under Attic directories, too.
 * cvs2git: fix logging in process_post_commit().
 * Prefer to break internal cycles at the *largest* timestamp gaps.
 * Don't try to delete a supposed "revision 1.1" if it has a predecessor.

 Improvements and output changes:
 * Various small documentation fixes and improvements.
 * Make cvs2xxx runnable under PyPy.
 * Avoid some allusions to Subversion when converting to another VCS.
 * Use tempfile.mkdtemp() to choose the location for temporary files.
 * Write all progress information to stderr rather than stdout.
 * Write cvs2git and cvs2bzr output to stdout by default.
 * Improve build reproducibility by respecting $SOURCE_DATE_EPOCH.
 * cvs2git: don't add so much useless metadata to symbol commits.
 * cvs2git: allow a file to be set executable in Git via "svn:executable"

 Miscellaneous:
 * Use "co --version" rather than the deprecated "co -V".
2017-12-31 13:34:48 +00:00
Guido Falsi
0192484704 Add patches to fix pokerth build with upcoming boost 1.66.
This is a NOP with the current boost version.

PR:		224123
Submitted by:	jbeich@
Obtained from:	https://github.com/pokerth/pokerth/issues/338
2017-12-31 13:28:37 +00:00
Olli Hauer
20697b5730 - update to 3.41
ChangeLog:
 - print Open vSwitch datapath performance counters
 - print OpenFlow port structure
2017-12-31 13:02:01 +00:00
Olli Hauer
db9e1b7eee - update to 0.7.3 2017-12-31 12:57:29 +00:00
Olli Hauer
2f2ece61ae - s/ECHO/ECHO_CMD/
PR:		222988
Submitted by:	Franco Fichtner
2017-12-31 12:54:41 +00:00
Niclas Zeising
d252f710d2 Grab 2017-12-31 12:44:15 +00:00
Niclas Zeising
4c3d1cabe3 Properly fix when X11 option is off.
When the X11 option is off, there are still things in the Imlib2.h header
that uses X11, fix this by removing those bits when building without X11.

PR:		224354
Submitted by:	Dominik Honnef
2017-12-31 12:42:19 +00:00
Olli Hauer
39008da88d - update to 3.3-20171229
- s/ECHO/ECHO_CMD  [1]

PR:		222988 [1]
Submitted by:	Franco Fichtner [1]
2017-12-31 12:07:28 +00:00
Niclas Zeising
c6fd70aef1 Update to 2.23
Use our own getopt instead of bundled version.

ChangeLog: https://feh.finalrewind.org/archive/2.23/
2017-12-31 11:08:25 +00:00
Tobias C. Berner
c45b599df9 Update archivers/py-borgbackup to 1.1.4
PR:		224791
Submitted by:	jjuanino@gmail.com <maintainer>
2017-12-31 10:24:45 +00:00
Tobias Kortkamp
619a7d8991 multimedia/kodi-devel: Fix silly typo 2017-12-31 10:22:57 +00:00
Tobias C. Berner
ec57d13261 Make x11-themes/qtcurve patch apply
Reported by:	antoine
2017-12-31 10:14:03 +00:00
Jochen Neumeister
a6aadee338 devel/pear-PHP_CodeSniffer: Update from 3.0.2 to 3.2.2
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases

 *While here, switch to DISTVERSION

PR:		224790
Reported by:	Franco Fichtner (franco@opnsense.org)
Approved by:	mentors (implicit)
2017-12-31 09:50:12 +00:00
Tobias C. Berner
de0fd246b5 Convert devel/cmake-doc and devel/cmake-gui to use CMAKE_ON/OFF 2017-12-31 09:43:44 +00:00
Tobias C. Berner
deebc4f35b Add CMAKE_ON and CMAKE_OFF to cmake.mk
USES=cmake now supports two additional list variables:
    * CMAKE_ON  : List of variables to turn on
    * CMAKE_OFF : List of variables to turn off
  This can be used as a shortcut to append these to CMAKE_ARGS.

  For example ports that previously set
    CMAKE_ARGS=		-DVAR1:BOOL=TRUE -DVAR2:BOOL=TRUE -DVAR3:BOOL=FALSE
  can now set this as
    CMAKE_ON=		VAR1 VAR2
    CMAKE_OFF=		VAR3

Reviewed by:	adridg, rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13636
2017-12-31 09:43:05 +00:00
Jimmy Olgeni
b5d21fa092 Update net-im/py-fbmq to version 2.4.3. 2017-12-31 09:23:27 +00:00
Jochen Neumeister
2292bc0091 devel/pear-SebastianBergmann_PHPLOC: Update to 4.0.1
Unbreak this port

Switch to GitHub

Add LICENSE_FILE

Update *_DEPENDS

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13687
2017-12-31 09:22:19 +00:00
Alexey Dokuchaev
0b88085b09 Improve GCC version check so it won't reject versions like 5.4, 6.4,
7.2 and wrap `__clang__' with defined() to pacify -Wundef warning.
2017-12-31 09:17:53 +00:00
Dmitry Marakasov
d85d2522bf - Update WWW
Approved by:	portmgr blanket
2017-12-31 09:00:42 +00:00
Steve Wills
418bfaf000 textproc/rubygem-twitter-text: update to 2.1.0 2017-12-31 06:50:39 +00:00
Steve Wills
577d621994 textproc/rubygem-loofah: update to 2.1.1 2017-12-31 06:35:19 +00:00
Steve Wills
0396dfc602 security/rubygem-omniauth-saml: update to 1.8.1 2017-12-31 06:25:20 +00:00
Gerald Pfeifer
f38aa4bb38 Update to the 20171228 snapshot of GCC 7.2.1. 2017-12-31 06:13:03 +00:00
Gerald Pfeifer
1982f286c9 Update to Wine 3.0 RC4 which brings yet more bug fixes. 2017-12-31 06:11:40 +00:00
Ben Woods
9beece3716 Add new port sysutils/py-distro
distro (for: Linux Distribution) provides information about the Linux
distribution it runs on, such as a reliable machine-readable ID, or version
information.

It is a renewed alternative implementation for Python's original
platform.linux_distribution function, but it also provides much more
functionality which isn't necessarily Python bound like a command-line
interface.

WWW: https://github.com/nir0s/distro
2017-12-31 03:46:09 +00:00
Ben Woods
8e771c8bff science/InsightToolkit: Fix build (r457496 accidentally excluded patch) 2017-12-31 03:15:44 +00:00
Jan Beich
5168f65378 devel/libunistring: temporarily skip ENOMEM check for printf
configure:25883: checking whether printf survives out-of-memory conditions
configure:26055: /nxb-bin/usr/bin/cc -o conftest -O2 -pipe  -DLIBICONV_PLUG -fno-strict-aliasing -DLIBICONV_PLUG -D_THREAD_SAFE  conftest.c  >&5
configure:26058: $? = 0

***MEMORY-ERROR***: [67280]: GSlice: failed to allocate 496 bytes (alignment: 512): Cannot allocate memory

PR:		224740
Reported by:	Mark Millard (via ports@ list, for armv7)
Approved by:	portmgr blanket
2017-12-31 02:18:15 +00:00
Danilo Egea Gondolfo
4f05fb6e0f - Back to the pool
Approved by:	maintainer
2017-12-31 01:55:24 +00:00
Danilo Egea Gondolfo
bc4a455af0 - Update to 0.7.0
- Remove help2man from dependency list, the support was removed upstream [1]
- Back to the pool

[1] https://github.com/cgdb/cgdb/blob/master/NEWS

Approved by:	maintainer
2017-12-31 01:54:50 +00:00
Danilo Egea Gondolfo
1105713f91 - Update to 2.13.02
- Back to the pool

Approved by:	maintainer
2017-12-31 01:49:07 +00:00
Steve Wills
41aabddb87 net/google-cloud-sdk: update to 183.0.0 2017-12-31 01:40:20 +00:00
Yuri Victorovich
f483577155 math/eigen3: Added NO_ARCH=yes
PR:		224630
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13698
2017-12-31 01:28:28 +00:00