Commit graph

434913 commits

Author SHA1 Message Date
Adam Weinberger
5fbe90efbb Add an NLS knob.
PR:		224983
Approved by:	Oleh Hushchenkov
2018-01-08 15:10:36 +00:00
Joe Marcus Clarke
9c33e1c605 Update to 3.4.2.
PR:		223303
Submitted by:	cpm
2018-01-08 14:56:11 +00:00
Alexey Dokuchaev
49ca0fda8d Quickly fix a segmentation fault when trying to open About dialog, by
clearing `errno' prior to calling strtol(3).

Typically this is not needed (return value must be checked before the
`errno' check), but in case of strtol(3) return value can be zero for
both successful and failed conversions.
2018-01-08 14:46:00 +00:00
Kirill Ponomarev
4ec78a610c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-01-08 14:44:54 +00:00
Kirill Ponomarev
3ec5ba1032 Update to version 1.4.3
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D13790
2018-01-08 14:40:08 +00:00
Steve Wills
40aa2179c6 sysutils/rubygem-winrm: update to 2.2.3
PR:		224936
Approved by:	Joseph Benden <joe@thrallingpenguin.com> (maintainer)
2018-01-08 14:29:02 +00:00
Mathieu Arnold
9a858aac85 bump PORTREVISION forgetten in last commit.
Pointy hat:	mat
Sponsored by:	Absolight
2018-01-08 14:12:47 +00:00
Alexey Dokuchaev
2b31f063ff Add a port of medit, a programming and around-programming text editor.
WWW: http://mooedit.sourceforge.net/
2018-01-08 14:11:04 +00:00
Mathieu Arnold
3b21139820 Let tmux install itself.
It does some patching to the man page at install time, and this was
overriding it.

PR:		223907
Reported by:	Jade Auer
Sponsored by:	Absolight
2018-01-08 14:10:13 +00:00
Wen Heping
0d1b8e3775 - Update to 4.2.4
PR:		224991
Submitted by:	koue@chaosophia.net(maintainer)
2018-01-08 13:56:35 +00:00
Mathieu Arnold
0ef198c197 Fix check_ntp_time.
It periodically returns "Socket timeout" when one of several ntp server
doesn't response.

PR:		224926
Submitted by:	admins perceptyx com
Sponsored by:	Absolight
2018-01-08 13:38:55 +00:00
Mathieu Arnold
6c060282c4 Update to latest commit.
Fix shebangs, I had somehow broken them between my testing and the
addition of the port. [1]

PR:		224990 [1]
Reported by:	olaf zaplinski de
Sponsored by:	Absolight
2018-01-08 13:38:51 +00:00
Mathieu Arnold
c8e8c7e244 Fix altlog_proglist warning when it contains more than the named service.
PR:		224951
Submitted by:	Trix Farrar
Sponsored by:	Absolight
2018-01-08 13:38:47 +00:00
Mathieu Arnold
e2ed0ec261 Update to latest commit.
Sponsored by:	Absolight
2018-01-08 13:38:43 +00:00
Mathieu Arnold
10be48c82c Update to v5.27.7-114-g291c057.
Sponsored by:	Absolight
2018-01-08 13:38:32 +00:00
Wen Heping
145b5b605b - Update to 2.78.2 from 2.769 and bump PORTEPOCH
- Update LICENSE
- Take maintainership
2018-01-08 13:33:39 +00:00
Kurt Jaeger
dd4d2a5cd1 security/softhsm2: fix install of p11-kit .module file
- See also
  https://github.com/opendnssec/SoftHSMv2/issues/230

PR:		212518
Submitted by:	jaap@NLnetLabs.nl (maintainer)
Reported by:	dwmw2@infradead.org
Tested by:	w.schwarzenfeld@utanet.at
2018-01-08 13:32:53 +00:00
Kirill Ponomarev
a50766ec02 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-08 13:21:10 +00:00
Muhammad Moinur Rahman
4a3a90c018 databases/postgresql-repmgr: Update version 3.3.1=>4.0.1
Relnotes:	https://repmgr.org/docs/4.0/release-4.0.1.html
2018-01-08 12:55:59 +00:00
Carlos J. Puga Medina
b743d525b8 devel/boehm-gc: update to 7.6.2
- Remove patch (added upstream)
- Drop maintainership
- Bump SHLIBS version in pkg-plist

Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.2

PR:		224848
Exp-run by:	antoine
2018-01-08 12:52:49 +00:00
Kirill Ponomarev
5f2d00c073 Fix slyle for LLD_UNSAFE.
Reported by:	jbeich
2018-01-08 10:47:29 +00:00
Muhammad Moinur Rahman
6264f6fcff databases/pgroonga: Update version 2.0.1=>2.0.2
Relnotes:	https://pgroonga.github.io/news/#version-2-0-2
2018-01-08 10:41:34 +00:00
Pietro Cerutti
bf4704053c lang/seed7: update to 05_20180107
20180107
- Interpreter and compiler have been improved to allow support
  for case statements with hashsets in the when parts. This allows
  e.g. case statements with string, bigInteger, type and other
  expressions.
- Several discrepancies between s7 and s7c have been fixed. Many
  thanks go to "tipd bmp" who sent a example programs to show the
  discrepancies. Thanks also for finding a bug in the manual.
- The following type conversion functions from integer have been
  introduced: bigInteger(), bigRational(), bitset(), boolean(),
  char(), float(), rational() and complex(). This fits to the
  existing conversion functions bin32() and bin64().
- The files bigrat.s7i, filesys.s7i, int_act.s7i, s7c.sd7, chkdb.sd7,
  dnafight.sd7, printpi1.sd7, printpi2.sd7 and savehd7.sd7 have been
  adjusted to use bigInteger() instead of the conv operator to
  convert an integer to a bigInteger.
- The function bigRational, which converts a string to a bigRational
  number, has been added to bigrat.s7i.
- The function rational, which converts a string to a rational
  number, has been added to rational.s7i.
- In rational.s7i the operator 'parse' has been improved to convert
  a string with a decimal number to a rational number.
- The functions float2Bits and bits2Float in bin32.s7i and bin64.s7i
  are deprecated and will be removed in a future version. The
  functions bin32(), bin64() and float() can be used instead to
  convert between float and bits in IEEE 754 representation.
- The programs bas7.sd7 and chkbin.sd7 have been changed to use the
  functions bin32(), bin64() and float() instead of float2Bits and
  bits2Float.
- Definitions of the operators |:= and &:= have been added to
  hashsetof.s7i.
- The library seed7_05.s7i has been improved to support case
  statements which consist just of an otherwise part.
- The program chkprc.sd7 has been improved to check integer and char
  case statements with otherwise part.
- The program chkprc.sd7 has been improved to check string,
  bigInteger and float case statements with and without otherwise
  part.
- The program chkbig.sd7 has been improved to check the bigInteger()
  conversion function.
- The program chkflt.sd7 has been improved to check the float()
  conversion function.
- Interpreter and compiler have been improved to support the actions
  BIG_ICONV1, BIG_ICONV3, BLN_ICONV1, BLN_ICONV3, CHR_ICONV1,
  CHR_ICONV3, FLT_ICONV1, FLT_ICONV3, SET_ICONV1, SET_ICONV3 and
  REF_ALLOC_VAR.
- The handling of CONSTENUMOBJECT and VARENUMOBJECT objects in
  s7c.sd7 has been improved.
- The functions initCaseLabelsOfWhen, initCaseLabelsOfCase and
  initCaseLabels have been added to s7c.sd7.
2018-01-08 10:40:52 +00:00
Kirill Ponomarev
7e59c3223f Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-08 10:38:20 +00:00
Jimmy Olgeni
66dc9dc9fc Update devel/elixir-tzdata to version 0.5.15. 2018-01-08 09:29:26 +00:00
Boris Samorodov
c2bd754479 devel/pycharm-ce: Update to version 2017.3.2. 2018-01-08 09:22:42 +00:00
Dmitry Marakasov
e5a5f2df7a - Fix dependency on boost
- Update WWW

Approved by:	portmgr blanket
2018-01-08 09:00:52 +00:00
Tobias Kortkamp
b1efd2eeca www/links: Make SVG support optional
Reduce links' dependency footprint and prevent pulling in many
unnecessary dependencies like cairo -> mesa-libs -> llvm50.

PR:		224950
Reported by:	vvd@unislabs.com
Approved by:	portmaster@BSDforge.com (maintainer)
2018-01-08 08:52:48 +00:00
Muhammad Moinur Rahman
a83dd3d279 databases/p5-DBICx-Sugar: Update version 0.0100=>0.0200
- Mark NO_ARCH

Relnotes:	http://cpansearch.perl.org/src/IRONCAMEL/DBICx-Sugar-0.0200/CHANGES
2018-01-08 08:14:20 +00:00
Gerald Pfeifer
e171e0ea59 Update to the 20180103 snapshot of GCC 6.4.1. 2018-01-08 00:43:22 +00:00
Bryan Drewery
3b4e6dfcc3 Fix flavor helpers when only bsd.port.pre.mk is not used and FLAVOR is not set.
The helpers were being evaluated before the default FLAVOR was set. The
helpers worked fine if the FLAVOR was specified by the user but not if
it was left to the default value. Resolve this by moving the helpers
right after the default FLAVOR is set.

PR:		224879
exp-run by:	antoine
Approved by:	portmgr (implicit)
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13756
2018-01-08 00:24:48 +00:00
Gerald Pfeifer
01bc9a567a Update to Wine 3.0 RC5 which brings yet more bug fixes.
Configure --without-udev since FreeBSD does not feature udev support
as such.  (This should not be a practical change, but makes this explicit
and also avoids a configure warning.)
2018-01-08 00:13:21 +00:00
Muhammad Moinur Rahman
56b58607a0 security/munge: Fix patch file
Reported by:	antoine
2018-01-07 23:32:12 +00:00
Gerald Pfeifer
22410c30c2 Update to the Wine 2.0.4 maintenance release which brings the following:
- Various bug fixes
 - Updates to the National Language Support files
 - Documentation updates

On the way backport r454456 from emulators/wine-devel where it has sat
for seven weeks now:

 Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
 both of which were pulled in implicitly so far. [1]

Reported by:    Mk/Scripts/qa.sh via dbn@ [1]
2018-01-07 23:28:40 +00:00
Muhammad Moinur Rahman
f15c6f8724 devel/icmake: Update version 7.22.01=>9.02.04
- Update MASTERSITES to GITHUB
- Update Homepage to GITHUB Page
- Remove LICENSE_FILE
2018-01-07 23:00:01 +00:00
Gerald Pfeifer
720dcbea03 Update to the 20171231 snapshot of GCC 8. 2018-01-07 22:53:58 +00:00
Kirill Ponomarev
8aced487de Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 22:34:17 +00:00
Muhammad Moinur Rahman
780630e55b databases/mrronga: Update version 7.06=>7.10
Relnotes:	http://mroonga.org/en/blog/2017/12/29/mroonga-7.10.html
2018-01-07 22:30:45 +00:00
Raphael Kubo da Costa
e2979955fd Fix the build on i386 with clang 6.0.
kernel/qx11embed_x11.cpp:486:20: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'long' in initializer list [-Wc++11-narrowing]
    long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
                   ^~~~~~~~~~~~~~
kernel/qx11embed_x11.cpp:486:20: note: insert an explicit cast to silence this issue
    long data[] = {XEMBED_VERSION, XEMBED_MAPPED};
                   ^~~~~~~~~~~~~~
                   static_cast<long>( )

PR:		224945
2018-01-07 21:53:15 +00:00
Kirill Ponomarev
d7e554d15e Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 21:27:59 +00:00
Yuri Victorovich
9d92a84766 devel/RStudio: Update to 1.1.409 (also fixes building with boost 1.66)
The RStudio's upstream merged the boost fix into the master for FreeBSD.

Additionally, the comment is modified to reflect the new poudriere feature
MAX_FILES_${PKGBASE} that needs to be utilized to make this port build
in poudriere, since it opens more files than the default limit of 1024.

PR:		224827
Submitted by:	myself
Reported by:	jbeich
Approved by:	adamw
Differential Revision:	https://reviews.freebsd.org/D13748
2018-01-07 20:50:32 +00:00
Yuri Victorovich
35a9418c1a multimedia/simplescreenrecorder: Update to 0.3.9
The update also includes:
* Change to Qt5
* Disabling of GLinject feature that doesn't work on FreeBSD
* Switching build to cmake

Tests showed that it works as expected.

Submitted by:	myself
Reported by:	portscout
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13787
2018-01-07 20:42:56 +00:00
Kirill Ponomarev
0ca664d686 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 20:22:22 +00:00
Kirill Ponomarev
57a4fe7283 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 20:16:07 +00:00
Muhammad Moinur Rahman
5cff5c2c33 ports-mgmt/pkg_cutleaves: Fix creating exclude list for packages with single digit version
PR:		224899
Submitted by:	m.ne@gmx.net
2018-01-07 20:02:12 +00:00
Muhammad Moinur Rahman
7186c3a2c0 security/munge: Update version 0.5.12=>0.5.13
- Fix GH_TAGNAME: use tag name instead of hash [1]
- Fix indent [1]

PR:		224707 [1]
Submitted by:	sunpoet [1]
Relnotes:	https://github.com/dun/munge/releases
2018-01-07 19:51:40 +00:00
Kirill Ponomarev
7ec197e8d0 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 19:49:15 +00:00
Kirill Ponomarev
b49d8d72f3 Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 19:43:13 +00:00
Muhammad Moinur Rahman
f6a4717f20 textproc/groonga: Update version 7.0.6=>7.1.0
Relnotes:	http://groonga.org/docs/news.html#release-7-1-0
2018-01-07 19:42:19 +00:00
Kirill Ponomarev
5351097c5b Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 19:32:34 +00:00