1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

428839 Commits

Author SHA1 Message Date
Kevin Lo
9335c19273 Update to 20170805. 2017-10-14 07:53:04 +00:00
Kurt Jaeger
841ec24f19 New port: mail/py-premailer: Convert CSS to style attributes
Python module to support CSS and HTML-based email formatting.

WWW: https://github.com/peterbe/premailer

PR:		221154
Submitted by:	Ryder Dain <ryder.dain@gmail.com>
2017-10-14 07:21:17 +00:00
Kurt Jaeger
9406ac5538 New port: net-mgmt/py-pynsca
Implements an NSCA (Nagios Service Check Acceptor) client in Python.

WWW: https://github.com/djmitche/pynsca

PR:		222445
Submitted by:	Ryder Dain <ryder.dain@gmail.com>
2017-10-14 07:09:11 +00:00
Tobias Kortkamp
afb62675bf news/nget: Fix build with Clang and GCC > 4.8
- Remove GCC dependency since it now builds fine with Clang
- Set WRKSRC directly instead of symlinking in post-extract
2017-10-14 06:01:53 +00:00
Tobias Kortkamp
e3faed20b2 audio/beast: Unbreak, the distfile has just moved and is still available
- Update pkg-descr with new site as well
2017-10-14 05:59:19 +00:00
Vanilla I. Shu
bf793f4d36 Update to 2017.2.4.
Submitted by:	222827
Reported by:	maintainer
2017-10-14 05:49:23 +00:00
Guangyuan Yang
282cd7cb13 textproc/diffutils: Fix typo in pkg-descr
PR:		221568
Reviewed by:	emaste
Approved by:	adamw, johans (maintainer timeout)
2017-10-14 02:54:51 +00:00
Carlos J. Puga Medina
9f4aa322fb - Update to 0.11.9
- Update WWW in pkg-descr

Noteworthy changes in 0.11.9

- Fixed bug which caused the acceptable of invalid IPv4 address as valid.
- Fixed compatibility with gnutls 3.3.8 by avoiding the use of the 'VERS-ALL'
  priority string which was introduced in 3.3.24.
- Fixed null pointer dereference when parsing locked accounts in plain password
  authentication.
- Add support for RSA-PSS and Ed25519 private keys when used with GnuTLS 3.6.0.
- ocpasswd: when locking an account multiple times, add the '!' character only once.
  Based on patch by Frank Huang.

Changes: http://lists.infradead.org/pipermail/openconnect-devel/2017-October/004529.html

MFH:		2017Q4
2017-10-14 02:03:05 +00:00
Richard Gallamore
1f7697c7d6 * Updated to 154
Changes: https://github.com/andikleen/mcelog/releases/tag/v154
2017-10-14 01:30:49 +00:00
Richard Gallamore
ba7c70c331 * Updated Seafile to 6.2.2, Seahub to 6.2.0
* Fixed gunicorn startup issue

Affected ports: net-mgmt/seafile-server net-mgmt/ccnet-server www/py-seafdav www/py-seafobj www/seahub
Changes:	https://manual.seafile.com/changelog/server-changelog.html
2017-10-14 00:58:35 +00:00
Brooks Davis
34099437fd Remove forced clang34 dependency. The port builds on 10.3 (which has
the supposedly broken version) and 11.1 without this change.  This
removes the last use of clang34 in the ports tree.
2017-10-14 00:11:24 +00:00
Jan Beich
abec31a6d3 emulators/rpcs3: update to 0.0.3.445
- Convert to WRKSRC helpers

Changes:	1d375cb1...bb398c4a
MFH:		2017Q4
2017-10-13 23:30:21 +00:00
Bryan Drewery
e674a19ab4 Bring in upstream fix for PermitOpen from commit 7c9613fac337 2017-10-13 23:27:19 +00:00
Antoine Brodin
b172c9db4c Make fetchable again
Verified by:	no difference between uncompressed tar files
2017-10-13 22:12:24 +00:00
Antoine Brodin
bc8ca5d378 Allow building kde4 again 2017-10-13 21:42:44 +00:00
Alexander Leidinger
d436863ef5 Update to 3.100. 2017-10-13 21:10:10 +00:00
Adam Weinberger
64e9975e36 Spacing 2017-10-13 20:40:34 +00:00
Adam Weinberger
08b84627d6 Mark MAKE_JOBS_UNSAFE
- - - loadpath.o ---
loadpath.c:30:2: error: RUBY_EXEC_PREFIX must be defined
#error RUBY_EXEC_PREFIX must be defined
 ^
loadpath.c:41:50: error: use of undeclared identifier 'RUBY_LIB_VERSION'
typedef char ruby_lib_version_string[(int)sizeof(RUBY_LIB_VERSION) - 2];
                                                 ^
loadpath.c:59:33: error: use of undeclared identifier 'RUBY_EXEC_PREFIX'
const char ruby_exec_prefix[] = RUBY_EXEC_PREFIX;
                                ^
loadpath.c:68:5: error: use of undeclared identifier 'RUBY_EXEC_PREFIX'
    RUBY_SITE_LIB2 "\0"
    ^
loadpath.c:46:37: note: expanded from macro 'RUBY_SITE_LIB2'
#define RUBY_SITE_LIB2              RUBY_SITE_LIB    "/"RUBY_LIB_VERSION
                                    ^
loadpath.c:35:23: note: expanded from macro 'RUBY_SITE_LIB'
#define RUBY_SITE_LIB RUBY_LIB_PREFIX"/site_ruby"
                      ^
loadpath.c:32:25: note: expanded from macro 'RUBY_LIB_PREFIX'
#define RUBY_LIB_PREFIX RUBY_EXEC_PREFIX"/lib/ruby"
                        ^
loadpath.c:68:5: error: expected ';' after top level declarator
loadpath.c:46:37: note: expanded from macro 'RUBY_SITE_LIB2'
#define RUBY_SITE_LIB2              RUBY_SITE_LIB    "/"RUBY_LIB_VERSION
                                    ^
loadpath.c:35:23: note: expanded from macro 'RUBY_SITE_LIB'
#define RUBY_SITE_LIB RUBY_LIB_PREFIX"/site_ruby"
                      ^
loadpath.c:32:41: note: expanded from macro 'RUBY_LIB_PREFIX'
#define RUBY_LIB_PREFIX RUBY_EXEC_PREFIX"/lib/ruby"
                                        ^
5 errors generated.
*** [loadpath.o] Error code 1
2017-10-13 20:32:20 +00:00
Mark Felder
a9fdad69d9 net-p2p/radarr: Update to 0.2.0.870
Changelog:	https://github.com/Radarr/Radarr/releases/tag/v0.2.0.870
2017-10-13 20:17:25 +00:00
Jochen Neumeister
75a1b91a91 www/groupoffice: Update from 6.2.59 to 6.2.61
-Changelog: https://sourceforge.net/p/group-office/code/HEAD/tree/branches/groupoffice-6.2/www/CHANGELOG.TXT

Approved by:	mat (portmgr)
Differential Revision:	https://reviews.freebsd.org/D12546
2017-10-13 19:44:30 +00:00
Koop Mast
05d144d761 Fix security issues: CVE-2017-12176 through CVE-2017-12187 in xorg-server.
Bump all the slaves due to not being sure where the shared code is used.

MFH:		2017Q4
Security:	7274e0cc-575f-41bc-8619-14a41b3c2ad0
2017-10-13 19:14:53 +00:00
Kris Moore
c4c4223e97 - Update to 0.5.0
PR: 222985
Submitted by: Maintainer, John Hixson <jhixson@gmail.com>
2017-10-13 18:03:26 +00:00
Kris Moore
225bad52e3 - Update to 0.7.2
PR: 222984
Submitted by: Maintainer: John Hixson <jhixson@gmail.com>
2017-10-13 18:00:29 +00:00
Tobias Kortkamp
ad47dafe60 multimedia/kodi: Add sndio backend
This is essentially a backport of [1] which was already merged and
will hopefully be part of the next Kodi release.

[1] https://github.com/xbmc/xbmc/pull/11962

PR:		220231
Approved by:	mickael.maillot@gmail.com (maintainer timeout, 3 months)
2017-10-13 17:42:53 +00:00
Steve Wills
f0c6ca8ffb Document ffmpeg issues
PR:		222957
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2017-10-13 17:25:50 +00:00
Koop Mast
fd0c450d4f Document xorg-server CVEs 2017-12176 through 2017-12187.
While here replace the SO-AND-SO part in the description of the previous xorg-server entry[1], with the Alan Coopersmith who send the announce mail to xorg-announce@ mailing list.

[1] entry: 4f8ffb9c-f388-4fbd-b90f-b3131559d888
2017-10-13 16:53:53 +00:00
Jimmy Olgeni
6d16ac2aa8 Update textproc/elixir-ex_doc to version 0.18.1. 2017-10-13 16:53:10 +00:00
Steve Wills
1326b40d57 Document solr issue 2017-10-13 16:42:49 +00:00
John Baldwin
b354928e16 Merge in updates for mipsn32 and 32-bit arm.
- Brings in upstream commits to fix debugging on mipsn32 (properly parsing
  registers and signal information in core dumps as well as unwinding across
  signal frames)
- Brings in upstream commits for reworked ARM support.  Compared to the
  existing patch-armfbsd, this version includes generic FreeBSD target
  support (auxv, thread names from cores, $_siginfo, syscall names, etc.)
  as well as VFP support and an unwinder for signal frames.

Reviewed by:	pizzamig (maintainer)
MFH:		2017Q4
Differential Revision:	https://reviews.freebsd.org/D12630
2017-10-13 16:31:55 +00:00
Tobias Kortkamp
47f33ac6fd security/keepassxc: Unbreak build without AUTOTYPE
Ports r451345 broke it

PR:		222976
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
2017-10-13 16:30:46 +00:00
Bryan Drewery
0089e7f610 - Update to 3.0-2548-g4bed266f
- Fix FLAVORS assertion in compute_deps to properly show flavor
  - Add FLAVOR to a few job status outputs
  - Show origin for a FLAVOR assertion
  - Check for and error if
    'security.bsd.hardlink_check_uid' or 'security.bsd.hardlink_check_uid'
    are not set to '0' with BUILD_AS_NON_ROOT=yes to avoid staging errors
2017-10-13 16:26:32 +00:00
Bryan Drewery
b902192aea - Update to 3.1.21
- Fixes missing 'clear_dep_fatal_error' function error with bulk -c/-C

Reported by:	HellSpawn on EFNet
2017-10-13 16:20:37 +00:00
Adam Weinberger
c92aa5d542 Simplify the "lite" package even more
Make the only differences between "lite" and "regular" vim just console
mode and no language bindings. This was already the case (the default
feature set is "huge"), but now it's explicit.

Add a pkg-descr to vim-lite that explains the above, and remove some
text in the pkg-descr that makes absolutely no sense.

There's no effective change to generated package, but the port is
getting updated tomorrow anyway.

This will facilitate the future removal at some point of the "lite"
package, so that it can be replaced by a "console" flavour.

While here, remove a variable that was last used in 2001.
2017-10-13 16:14:28 +00:00
Baptiste Daroussin
1e3d93d078 Cleanup dead master_sites 2017-10-13 15:29:58 +00:00
Baptiste Daroussin
44120720a4 Mark as broken ports with invalid checksum or no public distfiles 2017-10-13 15:29:42 +00:00
Sunpoet Po-Chuan Hsieh
dd910d5e66 Update MASTER_SITES and unbreak this port
MFH:		2017Q4
2017-10-13 15:20:58 +00:00
Mahdi Mokhtari
60a05e200a www/mod_pagespeed: Add latest stable version to the tree
mod_pagespeed is an open-source Apache module that automatically
optimizes web pages and resources on them by rewriting the
resources using filters that implement web performance best practices.

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D12616
2017-10-13 15:15:53 +00:00
Emanuel Haupt
d70de080a6 Electrum is installed with various hardware wallet plugins but they lack the
necessary python backends. Now that we have ports for the TREZOR and LEDGER
hardware wallets in the ports tree add those as an option and enable by default.
Provide devd sample rules and display a message on how to enable.

Takeover maintainership.

PR:		222946
Approved by:	amutu@amutu.com
2017-10-13 15:09:30 +00:00
Baptiste Daroussin
50773eef9e Revert r451865, it was actually a temporary situation on belnet 2017-10-13 15:07:55 +00:00
Baptiste Daroussin
6ce78e4e6c Cleanup MYSQL master_sites 2017-10-13 15:00:44 +00:00
Diane Bruce
5cf392c1f3 =Version 1.0.2=
2017-10-12  David Freese  <w1hkj@bellsouth.net>

	efe4c58: UI thread bug
	cc846da: FreeBSD reported bugs
	be720c4: Prog doc update

=Version 1.0.1=

	d46e018: Application icon
	926b7fd: Installation bugs
	43e4059: win mingw
	4a092db: doc update
	c9021c0: Code revision #2

=Version 1.0.0=

	c5373f2: Code Revision 1
	926ee8e: Initial flcluster repository
2017-10-13 14:58:04 +00:00
Tobias Kortkamp
c9f18cee36 devel/linux-kernel: Fix build with lang/gcc7 or later
PR:		222961
Reported by:	jbeich
Obtained from:	upstream
2017-10-13 14:39:17 +00:00
Baptiste Daroussin
96e68a0bdf Fix typo
Reported by:	antoine
2017-10-13 14:25:31 +00:00
Baptiste Daroussin
6f8755a7f3 Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
Baptiste Daroussin
3d5ad631b2 Mark as broken: no public distfiles 2017-10-13 14:23:10 +00:00
Baptiste Daroussin
d8b775bfe0 Mark as broken ports with no public distfiles 2017-10-13 14:22:27 +00:00
Baptiste Daroussin
c67ab79da8 Cleanup dead MASTER_SITES 2017-10-13 14:19:26 +00:00
Alexey Dokuchaev
661893786f Unbreak by providing a few working distfile locations. 2017-10-13 14:19:07 +00:00
Baptiste Daroussin
1493dd450d Mark as broken ports with no public distfiles 2017-10-13 14:18:50 +00:00
Philip Paeps
f2bb27b8cd www/py-multidict: update to 3.2.0
PR:		222978
Reviewed by:	wg (maintainer)
Approved by:	wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D12656
2017-10-13 14:06:20 +00:00