Commit graph

21657 commits

Author SHA1 Message Date
Steve Wills
cc95b9c2e2 sysutils/p5-BackupPC-XS: Update to 0.57
PR:		224073
Submitted by:	Alexander Moisseev  <moiseev@mezonplus.ru> (maintainer)
2017-12-04 15:31:47 +00:00
Tobias Kortkamp
c0b09eb598 sysutils/siegfried: Update to 1.7.8
Changes:	https://github.com/richardlehane/siegfried/blob/v1.7.8/CHANGELOG.md
PR:		224063
Submitted by:	steffen@fritz.wtf (maintainer)
2017-12-04 07:29:47 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Kurt Jaeger
b433dc3a26 sysutils/dsbmd: update 0.4.1 -> 0.5
PR:		223973
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2017-12-03 10:12:38 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Antoine Brodin
4d7e97da4e Update to 20171108 2017-12-02 13:19:16 +00:00
Antoine Brodin
02ca5ad8c2 Update to 4.5.0 2017-12-02 13:18:35 +00:00
Nikolai Lifanov
4f2cd34788 update sysutils/terraform to 0.11.1
Changes: https://github.com/hashicorp/terraform/blob/v0.11.1/CHANGELOG.md
2017-12-01 16:12:28 +00:00
Dmitry Marakasov
1c1a2627fb - Switch to options helpers
Approved by:	portmgr blanket
2017-12-01 14:52:51 +00:00
Dmitry Marakasov
9db153eb3f - Add LICENSE
- Add missing LIB_DEPEND
2017-12-01 13:16:43 +00:00
Antoine Brodin
9ac0ff7e9f Fix INDEX
Reported by:	cperciva@
2017-11-30 22:07:01 +00:00
Nikolai Lifanov
0c9d25c711 reinstate sysutils/ansible23
PKGBASE collision has been resolved
This reverts r455222
2017-11-30 21:34:42 +00:00
Nikolai Lifanov
6486e1b8be disable flavors for sysutils/ansible
This is an utility and not a library, so it doesn't make sense to
generate additional packages.
2017-11-30 21:19:26 +00:00
Guido Falsi
74979a9660 - Import upstream patch to fix a memory leak [1]
- While here rename and regenerate patches

PR:		223937 [1]
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
Obtained from:	https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=d4c76389d63199636c52e8a7a0ce80d5f2fde591
MFH:		2017Q4
2017-11-30 20:36:35 +00:00
Antoine Brodin
00270fbe8e Remove sysutils/ansible23, it clashes with python flavor work
Do not add back without checking PKGBASE uniqueness for all flavors first

With hat:	portmgr
2017-11-30 20:08:55 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Nikolai Lifanov
52b5b35c8e update conflicts after addition of sysutils/ansible23 2017-11-30 15:35:31 +00:00
Nikolai Lifanov
9d8e2a3c3d add sysutils/ansible23
This is the latest version of Ansible from stable-2.3 branch,
currently receiving bug and security fixes.

Requested by: Rainer (private email)
2017-11-30 15:32:44 +00:00
Nikolai Lifanov
4ccc230ecc update sysutils/ansible to 2.4.2.0
This is a bugfix release.

Changes: https://github.com/ansible/ansible/blob/v2.4.2.0-1/CHANGELOG.md
2017-11-30 14:04:49 +00:00
Matthew Seaman
1e5f2b84a9 Update to 8.31.0
ChangeLog: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog
2017-11-30 07:01:14 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mark Linimon
14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00
Tobias Kortkamp
33e8165897 sysutils/flowgger: Update to 0.2.6-28-gab572a0
- Manually bump openssl crates to 0.9.21 to fix build with
  LibreSSL 2.6.x
- Install example config file
2017-11-29 12:29:25 +00:00
Dmitry Marakasov
e123bac64b - Update WWW
- Add LICENSE

Approved by:	portmgr blanket
2017-11-29 09:00:18 +00:00
Richard Gallamore
f3dc4175c9 * Updated to 2.6.1
* Removed obsolete patch files

PR:		222608
Submitted by:	Helen Koike (maintainer)
2017-11-28 20:24:51 +00:00
Mikhail Teterin
277b8013da Pass -e to make so that the PREFIX-variable already in the environment
is respected over the setting inside Makefile. The latter always points
at /usr/local, which may be wrong in some cases.
2017-11-28 18:58:57 +00:00
Roman Bogorodskiy
871a6a8fdf sysutils/cbsd: update to 11.1.10
- update to 11.1.10
 - fix misc portlint/stage-qa warnings:
    * properly order USE*
    * move pkg-deinstall to files/pkg-deinstall.in to be able
      to use %%LOCALBASE%% substitution
    * strip unstripped binaries using STRIP_CMD

PR:		223881
Submitted by:	maintainer
2017-11-27 13:24:09 +00:00
Emmanuel Vadot
dcb51e34ef sysutils/dtc: Fix building
Forgot to add patch to build dtc on FreeBSD.

Reported by:	cy
Approved by:	imp (maintainer, implicit)
2017-11-27 12:47:18 +00:00
Emmanuel Vadot
78c92c9c0d sysutils/dtc: Update to v1.4.5
Update to dtc v1.4.5 as it is needed for u-boot v2017.11
Do not build the python libfdt as it fails and we don't need it

Reviewed by:	imp (maintainer)
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13251
2017-11-26 19:23:07 +00:00
Danilo G. Baio
7dde6c6287 Remove sysutils/qjail2, this port is only for FreeBSD 8 and 9 (EoL)
PR:		223885
Submitted by:	Joe Barbish <qjail1@a1poweruser.com> (maintainer)
2017-11-26 18:28:54 +00:00
Danilo G. Baio
3b3617688c sysutils/backuppc4: Update to 4.1.4
Changes:	https://github.com/backuppc/backuppc/releases/tag/4.1.4

PR:		223871
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2017-11-26 17:44:27 +00:00
Dmitry Marakasov
ef58e40490 - Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-11-25 09:00:15 +00:00
Ben Woods
428e71ba1b sysutils/py-salt: Update to 2017.7.2
Changes this release:
  https://docs.saltstack.com/en/latest/topics/releases/2017.7.2.html

This update also includes
- 2 security fixes (CVE-2017-14695 and CVE-2017-14696)
- 2 additional boto dependencies to fix error msgs produced by salt

PR:		223821
PR:		222943
Submitted by:	netzmacher <admin@netzmacher.net> (PR 222943)
Approved by:	Christer Edwards (maintainer)
MFH:		2017Q4
Security:	https://vuxml.freebsd.org/freebsd/50127e44-7b88-4ade-8e12-5d57320823f1.html
2017-11-25 01:07:10 +00:00
Yuri Victorovich
de06c89cbb New port: sysutils/hstr: Bash and Zsh shell history suggest box
PR:		223775
Submitted by:	Patrice Clement <monsieurp@gentoo.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13208
2017-11-24 20:07:45 +00:00
Larry Rosenman
a7e8eb47f6 Update to 9.0.6:
We are pleased to announce the release of version 9.0.6 of Bacula
This is a bug fix and enhancement release. The two major enhancements are support for Qt5 in bat and the tray monitor, and support for OpenSSL-1.1. However, the current Qt5 enhancement is not yet complete, so please continue to use Qt4 for building bat and the tray monitor. There were also a number of nice bug fixes. Thanks to the users who supplied patches for the enhancements and bug fixes. They are much
appreciated.

19Nov17
Update AUTHORS for recent commits
Remove incorrecly placed openssl-compat.h
Add openssl-compat.h which went in wrong directory
baculum: Add removing single resource
baculum: Add module to check resource dependencies
baculum: Fix saving names with spaces inside schedule Run directive
baculum: Fix saving entire config by api request
Backout vol size tests in previous attempt to fix bug #2349
Fix compiler warning in previous patch
Apply patches from bugs #2325 and #2326 to fix FIFO bugs
Fix bug #2315 INTEGER misspelled in update_sqlite3_tables.in
Try to fix bug #2349 multiple recycle messages
Add support for items with comma in ini_store_alist_str()
Fix segfault after the reload of an incorrect configuration
Add temporary fix to avoid a deadlock after a reload command on an incorrect configuration
baculum: Throw 404 error if service not known
Fix race condition between setip and the access to CLIENT::address()
Fix #3284 about Client address not reloaded properly
baculum: Use home page url when an error is shown
Fix bug #2346 Dir blocks when max reloads reached
baculum: Send config to api server as json
Remove enterprise code that breaks Mac install - fixes bug #2351
Correct FS size calculation for FreeBSD, Solaris, and Windows
baculum: Enable Portuguese language support in makefile
baculum: Fix required directives in schedule resource configuration
baculum: Fix saving messages resource
baculum: Improve slow reloading config resource list
crypto: remove most of OpenSSL initcallbacks for 1.1
Update ACL/XATTR code and define new ACL/XATTR API for Plugins.
baculum: Fix numeric password setting bug reported by Heitor Faria
crypto: convert EVP_PKEY access and remaining bits for OpenSSL 1.1
crypto: convert EVP_MD_CTX + EVP_CIPHER_CTX to OpenSSL 1.1
crypto: Use DEFINE_STACK_OF()
crypto: Add a tiny OpenSSL compat level
crypto: remove support for ancient openssl
fix #3269 obey the user choice of Are you sure you want to delete X JobId
Add restore wizard to the tray monitor.
Preparation fixes: remove some warning
Add ASSERTD() to track NULL Volume name error
Add 'noautoparent' restore command option to disable the automatic parent
directory selection
Make qt-console compatible to Qt5 (Qt4 still work)

Bugs fixed/closed since last release:
2315 2325 2346 2349 2351

PR:		223833
Submitted by:	ler (self)
Approved by:	dvl (maintainer)
2017-11-24 00:39:15 +00:00
Ed Maste
845ee9a151 sysutils/safecat: fix linking with GNU ld
r454582 fixed linking sysutils/safecat with lld but broke linking with
GNU ld.

PR:		223832
Approved by:	antoine
2017-11-23 22:34:23 +00:00
Sunpoet Po-Chuan Hsieh
cd02316573 Update to 1.1.1
Changes:	https://github.com/WinRb/winrm-fs/blob/master/changelog.md
2017-11-23 19:10:01 +00:00
Sunpoet Po-Chuan Hsieh
6f691297b9 Update to 1.8.2
Changes:	https://gitlab.com/timelimit/timelimit/blob/master/NEWS
2017-11-23 19:08:19 +00:00
Dmitry Marakasov
61c14f8058 - Add missing dependency on GNU m4 [1]
- Switch to USES=localbase
- Switch to options helpers

PR:		223644 [1]
Submitted by:	ed [1]
2017-11-23 18:54:44 +00:00
Torsten Zuehlsdorff
5c2556c036 sysutils/battray: Fix distinfo after switch to DISTVERSIONPREFIX
Switch resulted in change of name in distinfo
2017-11-23 10:35:15 +00:00
Steven Kreuzer
b28382f914 Mark port as DEPRECATED 2017-11-22 19:52:48 +00:00
Torsten Zuehlsdorff
d7b83c2e58 sysutils/battray: Replace GH_TAGNAME with DISTVERSIONPREFIX
Reported by: mat
2017-11-22 14:50:22 +00:00
Steve Wills
4e15df801d sysutils/daemontools-encore: Fix RC script
PR:		211961
Submitted by:	Christian Ullrich <chris@chrullrich.net>
2017-11-21 16:56:24 +00:00
Torsten Zuehlsdorff
523889f4a4 sysutils/battray: Update to 2.3
The last update was a no-op. Pointy hat to myself.

Switch to GitHub and mitigate the need of a manual commit-adjustment
for an update.

PR:          223624
Reported by: mat, bsd@mkfs.nl
Reviewed by: bsd@mkfs.nl
MFH:         2017Q4
2017-11-21 11:05:14 +00:00
Dmitry Marakasov
712e378ca4 - Add LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-11-21 09:00:16 +00:00
Ed Maste
0dcfa619d3 sysutils/safecat: avoid duplicating object files in library
Previously byte_copy.o and str_len.o were added to str.a, and then
specified as objects on the safecat link command line along with str.
When linking with lld this produces duplicate symbol errors like:

/usr/bin/ld: error: duplicate symbol: byte_copy
>>> defined at byte_copy.c
>>>            byte_copy.o:(byte_copy) in archive str.a
>>> defined at byte_copy.c
>>>            byte_copy.o(.text+0x0)

As these symbols are provided by str.a just avoid listing the object
files as well.

PR:		221811
Approved by:	matthew
Sponsored by:	The FreeBSD Foundation
2017-11-20 22:23:37 +00:00
Ben Woods
f40e3cdfa2 sysutils/zrepl: Update to 0.0.2
- Include UPDATING message about breaking changes in zrepl.yml
- Update dependencies to match Gopkg.lock changes [1]
- Take maintainership, approves by lifanov via email previously

  [1] https://github.com/zrepl/zrepl/compare/0.0.1...0.0.2#files_bucket

Approved by:	lifanov (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13163
2017-11-20 15:40:31 +00:00
Sunpoet Po-Chuan Hsieh
12cb31e9a8 Update to 10.10.9
Changes:	https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
2017-11-20 13:21:43 +00:00
Bernard Spil
3f69515171 sysutils/passwordsafe: Fix build with wx 3.0.3.1
PR:		223757
Submitted by:	rozhuk im gmail.com
2017-11-20 10:40:57 +00:00
Dmitry Marakasov
da4128eac0 - Add LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2017-11-19 09:00:14 +00:00