Commit graph

414571 commits

Author SHA1 Message Date
Marcelo Araujo
0ff5f6cd13 - Update to 1.0.
- Take maintainership.
2017-03-26 04:52:16 +00:00
Marcelo Araujo
838c144eff - Update to 2.12.
- Take maintainership.
2017-03-26 04:49:52 +00:00
Marcelo Araujo
ce49aa314d - Update to 0.97.
- Take maintainership.
2017-03-26 04:49:02 +00:00
Marcelo Araujo
b30a17d925 - Update to 2.03.
- Take maintainership.
2017-03-26 04:48:22 +00:00
Marcelo Araujo
7a4d3d5b4a - Take maintainership by Brandon's request.
Approved by:	Brandon <brandon@ixsystems.com> (maintainer)
2017-03-26 04:22:04 +00:00
Timur I. Bakeyev
be3d6c8de1 Eliminate use of external p5-Parse-Pidl, as 4.4-, 4.5 and 4.6 are incompatiable in the output cross the Samba versions. 2017-03-26 00:53:55 +00:00
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
3f3ec7ffde Add devel/p5-Parse-Pidl44, based on samba44 sources to allow building
net/samba{42,43,44}
2017-03-25 23:34:37 +00:00
Alex Kozlov
5cc7ad73a0 - Update MASTER_SITES to unbreak the port
- Update to 2.10.1.13

PR:	215817
Submitted by:	Stephen Dennis <brazilofmux@gmail.com>
2017-03-25 23:25:25 +00:00
Alex Kozlov
6f3ec7089e - Migrate to new site. Only update WWW (MASTER_SITES was updated in pr212802)
PR:	212816
Submitted by:	Hans <j3377622@trbvm.com>
Approved by:	olevole@olevole.ru (maintainer)
2017-03-25 23:03:25 +00:00
Alex Kozlov
6ab65e0350 - Update MASTER_SITES: move from Google Code to GitHub to unbreak the port
- Update to 20170210 snapshot

PR:	217603
Submitted by:	kdrakehp@zoho.com
2017-03-25 22:42:36 +00:00
Alex Kozlov
c1c39c666b - Update MASTER_SITES to unbreak the port
- Pass maintainership to submitter
- Update WWW

PR:	218079
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2017-03-25 22:08:16 +00:00
Alex Kozlov
ed58c0d4b4 - Update MASTER_SITES: move from Google Code to GitHub to unbreak the port
- Update WWW

PR:	218122
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2017-03-25 21:43:46 +00:00
Timur I. Bakeyev
0c4aca98bb Add note about upgrading Samba to net/samba46 2017-03-25 20:57:20 +00:00
Timur I. Bakeyev
7a3eb964e6 Use most recent version of the Pidl code by default, as build cluster doesn't set /etc/make.conf 2017-03-25 20:49:00 +00:00
Timur I. Bakeyev
700474a3ca New 4.6.1 version of Samba 4.6 port to address CVE-2017-2619
Security:	CVE-2017-2619
2017-03-25 20:46:10 +00:00
Tobias C. Berner
4492f249db Fixup devel/hs-c2hs and devel/hs-gtk2hs-buildtools to pass -std=c99 to the preprocessor
The ports using c2hs and gtk2hs fail to build with modern compilers as the c11 features of the FreeBSD system headers are not hidden, yet the tools only understand c99.
* revert change to devel/hs-ncurses from r436451
* patch devel/hs-c2hs to pass -std=c99.
* patch devel/hs-gtk2-buildtools to pass -std=c99.

This should fix compilation of
* devel/hs-ncurses
* dns/hs-gnuidn
* graphics/hs-cairo
* x11-toolkits/hs-vte
* devel/hs-gconf

PR:		216707
Reviewed by:	rakuco
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D10081
2017-03-25 20:29:13 +00:00
Mathieu Arnold
23f2e9e696 Remove unneeded dependency, use the opt_CMAKE_BOOL helper, and make sure
tr runs without any LC_* set or it will fail.

PR:		218040
Submitted by:	mat
Approved by:	maintainer
Sponsored by:	Absolight
2017-03-25 19:25:13 +00:00
Mathieu Arnold
256a73e1f0 Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e.,
removing accents and other diacritic marks from characters. Here, the term
unaccenting has a rather loose meaning, since this module does a lot more than
just removing accents.

WWW: https://metacpan.org/release/Text-Unaccent-PurePerl

Sponsored by:	Absolight
2017-03-25 18:08:50 +00:00
Kurt Jaeger
20c659a698 devel/lfcbase: update 1.9.1 -> 1.9.2
databases/cego: update 2.32.14 -> 2.33.0

lfcbase:
- Added CommandExecuter::executeStream method to catch stdout for
  any forked process
- Added class OutStream to catch stdout from forked programs via popen

cego:
- Added database verify006 to check multidimensional btrees also in
  combination of null value handling.
- Fix in CegoObjectCursor::getNext, double method call for unlockData removed
- Small grammar correction to treat distinct flag for select-star statement
- Fix in CegoBTreeCursor::compValue, null values have not been handled
  correctly. For string values, string termination was not clean, which
  also might lead to wrong cursor results
- Introduced archive manager, which can be triggered, to perform
  an online backup. For now, online backups have to be triggered
  externally.
  The achive manager should make backup / restore handling more convenient
- Update to version 2.33.0 since the backup feature changes the product
  specification.
- Integration of newly introduced lfcbase OutStream class to catch output
  from backup manager. This allows to indicate a more detailed
  output from backup manager on the admin console.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-03-25 18:06:25 +00:00
Thomas Zander
9a58791d68 Update to upstream version 0.10.2, use CMAKE_BOOL helpers
PR:		218020
Submitted by:	liangtai.s16@gmail.com (maintainer)
2017-03-25 17:51:37 +00:00
Ashish SHUKLA
f5f3bcca92 - Update to git snapshot 211d41a, fixes building as non-root user[1]
- Resurrect LLDB option with updated patchset from upstream[2]

[1] http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00622.html
[2] https://opensource.apple.com/source/lldb/lldb-76/utils/emacs/

Submitted by:	jrm
Reported by:	rakuco
2017-03-25 17:38:51 +00:00
Gerald Pfeifer
4fe2a705d5 Update to the 20170323 snapshot of GCC 6.
This adds a man page for gcov-dump6 (introduced last week) and also
one for gcov-tool6.
2017-03-25 17:34:53 +00:00
Jan Beich
0429fd4889 www/firefox: update to 52.0.1 (rc1)
Changes:	https://www.mozilla.org/firefox/52.0.2/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
MFH:		2017Q1
2017-03-25 16:51:30 +00:00
Thierry Thomas
953cd5396c Replace fedorahosted by the new site.
PR:		218088
Reported by:	asomers
Obtained from:	Chris Hutchinson <portmaster (at) bsdforge.com>
2017-03-25 16:47:46 +00:00
Adam Weinberger
b16004c89b Update to patchlevel 507. 2017-03-25 16:05:38 +00:00
Gerald Pfeifer
8e33698ab9 Update to the 20170321 snapshot of GCC 5.4.1.
This brings a new little utility program gcov-dump6 to dump code
coverage data (unfortunately without a man page or documentation).
2017-03-25 15:31:44 +00:00
Thomas Zander
417b76fedc Update to upstream version 1.1.7
Details:
- Update to upstream version 1.1.7
- Retire MPLAYER2 OPTION
- Rename MPLAYER1 OPTION to MPLAYER

PR:		218021
Submitted by:	liangtai.s16@gmail.com (maintainer)
2017-03-25 13:53:57 +00:00
Steve Wills
0b7fcd6605 www/minio: update to RELEASE.2017-03-16T21-50-32Z
PR:		217857
Submitted by:	jhixson@gmail.com
2017-03-25 13:48:21 +00:00
Diane Bruce
67953da928 As stated by Kyle Evans <bsdports@kyle-evans.net>
"As in PR 196937, comms/hamlib fails to detect C++ compiler under emulation.
A patch for this was introduced in r377901 and then removed in r398432,
but I suspect it was still needed. I think the proper solution is to
re-introduce the patch that was removed, but I can't properly test it
myself because I'm failing to rebuild my arm.armv6 poudriere jail."

re-introduce missing diff
portlint again
redo checksum

PR:		ports/217972
Reported by:	Kyle Evans <bsdports@kyle-evans.net>
Reviewed by:	mikael.urankar@gmail.com
2017-03-25 13:21:49 +00:00
Roman Bogorodskiy
f4c949b3f3 sysutils/cbsd: update to 11.0.13
bugfix release: bhyve: fixes for UEFI hdd boot after empty disk detection

PR:		218112
Submitted by:	maintainer
2017-03-25 13:06:03 +00:00
Kurt Jaeger
e1128ecdb3 databases/pecl-mongodb: update 1.2.7 -> 1.2.8
- [PHPC-936] - Define PHP_MONGODB_VERSION constant for Pickle compatibility
2017-03-25 12:50:12 +00:00
Baptiste Daroussin
dd9ef4b511 Fix typo 2017-03-25 12:12:58 +00:00
Baptiste Daroussin
4a4ced5fad Kickpass is a stupid simple password safe. It keep each password in a specific
safe, protected with modern cryptography. Its main user interface is command
line.

WWW: https://github.com/paulfariello/kickpass
2017-03-25 11:44:37 +00:00
Guido Falsi
fa77aaab02 Upgrade owncloudclient to 2.3.1
PR:		218065
Submitted by:	Yonas Yanfa <yonas@fizk.net> (maintainer)
2017-03-25 11:18:34 +00:00
Thomas Zander
79fd4c2e10 Update to upstream version 0.10.7
Details:
- Update to upstream version 0.10.7
- Retire MPLAYER2 OPTION
- Rename MPLAYER1 OPTION to MPLAYER

PR:		218008
Submitted by:	liangtai.s16@gmail.com (maintainer)
2017-03-25 11:13:59 +00:00
Babak Farrokhi
f037ca285d Update net/lft to 3.78
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D10133
2017-03-25 11:13:31 +00:00
Baptiste Daroussin
70db6ea7e2 Update 1.3.2 2017-03-25 10:25:45 +00:00
Emanuel Haupt
a1cedd14e6 Add Math::Random::ISAAC as a dependency as it provides a more secure rand()
function.

PR:		217665
Approved by:	maintainer timeout (alexander.4mail@gmail.com; 16 days)
Differential Revision:	D9923
2017-03-25 10:22:05 +00:00
Rene Ladan
711a32df14 Remove expired port:
2017-03-25 multimedia/mplayer2: Development ceased in favour of mpv, last release from 2013
2017-03-25 10:01:27 +00:00
Rene Ladan
2298668a55 multimedia/qmmp[-qt5]: remove expired optional dependency on multimedia/mplayer2 2017-03-25 09:59:04 +00:00
Dmitry Marakasov
a058d793b1 - Switch to new test framework
- Update WWW
- Cosmetic fixes

Approved by:	portmgr blanket
2017-03-25 09:02:01 +00:00
Cy Schubert
33be20450b Fix up pkg plist error. 2017-03-25 08:30:12 +00:00
Cy Schubert
ff3b7d9084 r436859 removed a bunch of refclock drivers that were enabled by
default. (New patch from ian@.)

While here ian@ and I discussed the www/libwww libmd5 dependency. It
turns out that if the sntp configure script finds libmd5, it uses it.
This is now an option to include the dependency.

While working on the libmd5 dependency it was discovered that the
sntp build requires SSL only if it finds libmd5. This is now an
IMPLIES.

Thanks to ian@ for the additional patch and for discovering the
libmd5 check, pointing me in the right direction to solve the without
SSL breakage.

PR:		218078
Submitted by:	ian@ (default driver options)
Discussed with:	ian@ (libmd5 dependency)
2017-03-25 07:50:53 +00:00
Roman Bogorodskiy
58ef73fd8f Switch libosinfo project related ports' MASTER_SITES to pagure
As fedorahosted was retires on March 1st, 2017 [1], switch over
to pagure.

1: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

PR:		218084, 218093, 218097
Submitted by:	asomers
2017-03-25 04:52:02 +00:00
Sunpoet Po-Chuan Hsieh
dc1d86f35d Update to 0.009
Changes:	http://search.cpan.org/dist/TAP-SimpleOutput/Changes
PR:		217263
Submitted by:	wen
Approved by:	maintainer (timeout, 25 days)
2017-03-25 04:41:51 +00:00
Sunpoet Po-Chuan Hsieh
8a5224887a Update MASTER_SITES and WWW
PR:		218096
Reported by:	asomers
2017-03-25 04:38:12 +00:00
Sunpoet Po-Chuan Hsieh
8a98df1fd5 Update MASTER_SITES and WWW
PR:		218092
Reported by:	asomers
2017-03-25 04:38:07 +00:00
Sunpoet Po-Chuan Hsieh
9b5ed947d5 Update to 2.18
Changes:	http://search.cpan.org/dist/ack/Changes
2017-03-25 04:38:03 +00:00
Sunpoet Po-Chuan Hsieh
73719706cb Update to 1.208
Changes:	http://search.cpan.org/dist/Digest-Bcrypt/Changes
2017-03-25 04:37:58 +00:00