Commit graph

2255 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
bd03ae56e6 Fix typo 2019-03-03 22:33:55 +00:00
Sunpoet Po-Chuan Hsieh
4eb7d9a806 Document the x11-fonts/noto* changes 2019-03-03 22:21:46 +00:00
Kurt Jaeger
2964abf99d sysutils/paladin: update 1.1.1 -> 2.0.0
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
  to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
  the number of running children (so it wouldn't know when to exit),
  or not wait for children to exit before exiting itself after
  receiving SIGTERM.

PR:		236111
Submitted by:	rlwestlund@gmail.com
Approved by:	Randy Westlund <rwestlun@gmail.com>
2019-03-02 08:23:56 +00:00
Alexey Dokuchaev
a5785566ae Remove superfluous linefeeds and spell Qt properly while here. 2019-03-01 05:11:10 +00:00
Koichiro Iwao
014b23b8e4 Document change forgotten in r494024 in UPDATING 2019-02-27 07:14:35 +00:00
Vinícius Zavam
22b14ea743 net-mgmt/mk-livestatus: enable Nagios4 support by default
- ../UPDATING

  add note regarding default options being changed.

  - Makefile

  adopt the port; update '1.2.8p22' to '1.2.8p24';
  enable Nagios 4.x as the default supported version;
  RUN_DEPENDS uses respective Nagios package as dependency;
  delete unnecessary ${RM} -r api/perl;
  new option now provides mk-livestatus' Perl API;
  clean USES variable; built just fine.

  - pkg-message

  update documentation's URL (linked the one with text in English);
  add clear note that Nagios' event broker support needs to be enabled.

Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D18513
2019-02-25 14:49:41 +00:00
Tijl Coosemans
4494d8b75a - Let gnutls look for its configuration files in PREFIX/etc instead of /etc.
- Use --with-default-trust-store-file to set the location of the root
  certificates so configure doesn't have to autodetect this and the
  build dependency can be removed.
- Define TEST_TARGET.
- Remove DOCSDIR.  The files are also in PREFIX/share/info.
- Use p11-kit-trust as the default PKCS#11 trust store.

PR:		235703
Reported by:	mi
2019-02-24 15:22:40 +00:00
Mathieu Arnold
f7f0d00ce2 Expand a bit the "how do I change Perl5 major versions" entry. 2019-02-20 15:13:29 +00:00
Ashish SHUKLA
870ae39704 - Add a patch for the issue 2744
- Also revert a patch-configure.ac change from previous commits
- Document the change in UPDATING file
2019-02-15 15:55:24 +00:00
Kurt Jaeger
f44a4972df archivers/urbackup-server: update 2.2.11 -> 2.3.7
- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse

PR:		235432
Submitted by:	freebsd@coombscloud.com (maintainer)
Relnotes:	https://www.urbackup.org/server_changelog.html
2019-02-03 09:07:32 +00:00
Palle Girgensohn
a1e5e0fb67 Update fluentd to version 1.3.3
PR:             233939, 235179
Releasenotes:   https://github.com/fluent/fluentd/blob/master/CHANGELOG.md
Submitted by:	Artyom Davidov
2019-01-24 23:11:48 +00:00
Adam Weinberger
941fd0dba6 Amend the 20191113 entry to explain that geoipupdate must be used to
fetch the GeoIP 2 databases.

Reported by:	leres
2019-01-21 18:42:27 +00:00
Matthias Andree
f7cd8bfb78 mail/fetchmail depends overhaul, new fetchmailconf port
* Bring back SNI (server name indication) support for TLS connections,
  lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9.
  Pointy hat: mandree@
* Drop the X11 option, remove the Python dependency, and create a new
  mail/fetchmailconf slave port/package that installs the fetchmailconf
  configurator. Note that the _DEPENDS of the ports reflects a technical
  dependence (fetchmailconf needs fetchmail), and we cannot keep an
  X11 option that depends on fetchmailconf, since that would create
  a circular dependency, which we must avoid.
* Patch configure instead of configure.ac with Cy's Kerberos fix, drop
  autoreconf from USES, and add a new configure check directly to set
  HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers
  (currently five, base, openssl, openssl111, libressl, libressl-devel)
* Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so
  libraries, for instance, libcom_err when compiling under GSSAPI_NONE.
* Bump PORTREVISION.

Very fruitful and nice collaboration with and
Approved by:	chalpin@cs.wisc.edu (maintainer)
2019-01-20 11:25:07 +00:00
Dirk Meyer
646449a4bd - fix option GEOIP to use GeoLite2-Country 2019-01-19 07:08:22 +00:00
Tobias C. Berner
ab8649dc2b graphics/qgis: update to 3.4.3
QGIS 3.4 LTR, the first long-term release (LTR) of QGIS 3.

This is a major upgrade and users should consult the UPDATING entry
provided for further information on how to progress.

http://changelog.qgis.org/en/qgis/version/3.4-LTR/

PR:		233726
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2019-01-15 21:30:15 +00:00
Jan Beich
eb2e63135c x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
2019-01-15 00:52:45 +00:00
Adam Weinberger
2eb84a7a05 Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
2019-01-13 20:58:36 +00:00
Matthew Seaman
389333ae5f Update databases/mysql-connector-java to 8.0.13
This now requires Java 1.8+

Repo-copy the orgiginal port to	databases/mysql-connector-java51 to
provide continued support for Java 1,6 and 1.7 users.  Hook up to the
tree.

Summary	of Changes:	https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/
ChangeLogs:	https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
2019-01-08 20:36:03 +00:00
Adam Weinberger
9aa798af48 Fix config file instructions for goaccess.
I completely misunderstood the config file location for goaccess.conf.
The config file hasn't moved to ETCDIR, only the sample file has. The
config file is still read from PREFIX/etc.

Remove the UPDATING/pkg-message instructions about this, and install
the config file to the correct place, along with a PORTREVISION bump.

Pointy hat:	adamw
2019-01-03 21:40:51 +00:00
Adam Weinberger
5064a2cad4 Update goaccess to 1.3.
With this release:
- The config file has moved from PREFIX/etc to ETCDIR
- The web assets are no longer installed separately (they
  are compiled into the binary so this should not affect
  end-users)
- NLS support (and OPTION) added

pkg-message and UPDATING entry added for conf file location
change.

Changes: https://goaccess.io/release-notes

PR:		234047
Approved by:	maintainer (sbz)
2019-01-03 21:08:51 +00:00
Thomas Zander
2c10f0205e Add entry on switching from multimedia/vlc3 to multimedia/vlc 2019-01-03 20:10:14 +00:00
Alexander Leidinger
dbf6ec8999 Update serviio to 1.10.1.
Submitted by: Jonathan Chen <jonc@chen.org.nz>
PR: 234476
2019-01-02 08:01:27 +00:00
Martin Wilke
ebf8913e12 - Whitespace fixes 2018-12-30 13:50:04 +00:00
Rodrigo Osorio
5a64d9023e Fix multiple issues in devel/trio
* unbreak the port in the tier architectures
 * add a bsd makefile to build and install the port instead of a gnu makefile
 * run the author regression test as part of the build process
 * do the proper changes to be able to disable the documentation

The new generated lib is named libtrio.so.2 ( previously misnamed libtrio.so.2.0.0)
and the libtrio.so symlink is generated.  An entry in the UPDATING file was added
about those changes

Bump portrevision.

PR:		234288
Submitted by:	mi
2018-12-28 14:03:33 +00:00
Christian Weisgerber
e2dcedf92a Add entry about a news/inn database incompatibility when upgrading from
FreeBSD 11 to 12.

Requested by: 	adamw
Reviewed by:	adamw
2018-12-26 21:18:48 +00:00
Guido Falsi
234b8801f9 Modify ntopng to use /var/db/ntopng as a data directory by default,
instead of /var/lib/ntopng.

Updated UPDATING entry text accordingly.

Reported by:	pi
2018-12-22 21:05:01 +00:00
Guido Falsi
a1b4f359a9 - Update ndpi to 2.6.d20181221
- Update ntopng to 3.8.d20181221
- Add USES=localbase to ndpi
- Silence portlint warnings
- Update WWW links
- Add UPDATING note about data directory change

nDPI changelog:
https://github.com/ntop/nDPI/blob/dev/CHANGELOG.md

ntopng changelog:
https://github.com/ntop/ntopng/blob/dev/CHANGELOG.md
2018-12-22 20:06:52 +00:00
Alexander Leidinger
6712512a29 Update openhab2 to 2.4.0 2018-12-18 21:01:08 +00:00
Greg Lewis
b64a920ff8 Fix a typo 2018-12-15 05:23:48 +00:00
Jochen Neumeister
d7a53ca377 sysutils/graylog: update to 2.4.6
- use templating to manage graylog_logging.xml config
- update mentioned dependencies in pkg-message.in
- update server.conf from 2.4.6 source extract
- re-import FreeBSD ports variables into server.conf.in

PR:		233181
Submitted by:	dch
Approved by:	thomas@bartelmess.io (maintainer timeout)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D17965
2018-12-15 00:52:50 +00:00
Mathieu Arnold
f5f3570210 Note the default version change for Perl. 2018-12-13 21:02:44 +00:00
Ashish SHUKLA
dc35f4185d - Update to 18.12
- Add an entry to UPDATING about changes in 18.12

Changes:		https://blog.process-one.net/ejabberd-18-12/
2018-12-12 08:15:08 +00:00
Guido Falsi
c2a26bd1a9 Fix english grammar in my latest UPDATING entry: possessive for
"it" is "its".

Reported by:	Scott Bennett <bennett@sdf.org>
2018-12-10 07:38:18 +00:00
Johannes M Dieterich
bfbf8bd33e LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.

Functionally, this commit is a no-op as we are not moving to new snapshots.

Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:

drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod

Reviewed by:	zeising (x11)
Approved by:	zeising (x11)
Differential Revision:	https://reviews.freebsd.org/D18328
2018-12-10 03:02:11 +00:00
Guido Falsi
21c7730fc4 - Add gtk2 and gtk3 flavors to geany ports
- Make gtk3 the default

NOTE: some plugins are gtk2 only, please check UPDATING.

PR:			226523
Submitted by:		Greg V <greg@unrelenting.technology>
Reviewed by:		mat
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D18018
2018-12-09 17:29:13 +00:00
Alexander Leidinger
9cadbd5b94 Fix timestamp... this is not the timetraveler you are looking for. 2018-12-08 16:25:29 +00:00
Alexander Leidinger
a3ed37dac3 Update openhab2 to 2.3.0. 2018-12-08 16:24:37 +00:00
Ben Woods
b044e71547 sysutils/munin-*: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
  newsyslog file to the new location if it was modified from the default
  or delete the old file if it is has not been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
  they are using provisioning/configuration management tools which need
  to be modified.

Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.

Reviewed by:	mandree (D17088)
Approved by:	mat (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17089
2018-11-24 02:50:06 +00:00
Jan Beich
f14586159d graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR:		227509
Requested by:	Johannes Lundberg, Greg V
Reviewed by:	tobik (earlier version)
Approved by:	madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by:	antoine
2018-11-11 23:54:06 +00:00
Steve Wills
868061ef79 security/ossec-hids-server: update from 2.8.3 to 3.1.0
PR:		232794
Submitted by:	Dominik Lisiak <dominik.lisiak@bemsoft.pl> (maintainer)
2018-11-09 18:52:21 +00:00
Nikolai Lifanov
6dedc0c743 update sysutils/ansible* ports
sysutils/ansible: 2.7.1
Changes: https://github.com/ansible/ansible/blob/v2.7.1/changelogs/CHANGELOG-v2.7.rst

sysutils/ansible26: 2.6.7
Changes: https://github.com/ansible/ansible/blob/v2.6.7/changelogs/CHANGELOG-v2.6.rst

sysutils/ansible25: 2.5.11
Changes: https://github.com/ansible/ansible/blob/v2.5.11/changelogs/CHANGELOG-v2.5.rst

All ports: move default configuration directory back to LOCALBASE/etc/ansible as
before the flavors conversion. Configuration is version-specific and not Python-specific
and this is a more intuitive location.

PR:		232377
Reported by:	Tomoyuki Sakurai (default configuration path)
2018-11-05 02:07:09 +00:00
Bradley T. Hughes
3eebc51b4e www/node: Update 10.12.0_1 -> 11.0.0
Update to the latest major release of Node.js. Upstream has dropped
support for FreeBSD 10.x, so mark the port as BROKEN on FreeBSD 10.
Regenerate patches with `make makepatch`.

https://nodejs.org/en/blog/release/v11.0.0/

Sponsored by:	Miles AS
2018-10-31 22:09:10 +00:00
Jochen Neumeister
89bcd41ec2 Switch default PHP version from 7.1 to 7.2
PR:		232398
Reviewed by:	joneum
Approved by:	tz (implicit)
Exp-run by:	antoine
Sponsored by:	Netzkommune GmbH
2018-10-22 14:04:03 +00:00
Bernard Spil
bb32f2bab8 security/libressl: Update to 2.8.2
- Requires rebuild of all dependent ports
2018-10-20 10:30:23 +00:00
Ryan Steinmetz
9fcb900737 - Use hitch user/group instead of nobody/nobody
PR:		232411
Submitted by:	grahamyvr@gmail.com
2018-10-18 23:36:11 +00:00
Adriaan de Groot
4fe01ca1ce Fix misattributed entry (email was wrong).
Submitted by:	loise@kde.org
2018-10-15 08:14:39 +00:00
Nikolai Lifanov
3c9a54e4cb update sysutils/ansible to 2.7.0
This is a major release. Please see changelog and migration guide:

https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html

This also introduces sysutils/ansible26, which will track the 2.6 stable
branch.
2018-10-15 00:58:09 +00:00
Guido Falsi
2dd9174342 - Update devel/courier-unicode to 2.1
- Convert to USES localbase
- Update mail/cone to 1.0 [1]
- Update mail/courier-imap to 5.0.0
- Add LICENSE
- Update mail/maildrop to 3.0.0
- Remove IDN option since it's now mandatory
- Update mail/sqwebmail to 6.0.0 [2]
- Update security/courier-authlib to 0.69.0
- Add note to UPDATING
- Silence some portlint warnings

PR:			231471 [1]
Submitted by:		me
Approved by:		Maintainer timeout [1],
			oliver@ [2]
Differential Revision:	https://reviews.freebsd.org/D17234
2018-10-10 11:54:58 +00:00
Luca Pizzamiglio
159b4db427 Add UPDATING entry about pecl-xdebug versions
Every version has a different set of PHP version that support.
The entry clarifys the current situation.

Sponsored by:	trivago N.V.
2018-10-09 16:32:32 +00:00
Johannes M Dieterich
7e475225d5 Add UPDATING entry concerning DRM metaport.
Reviewed by:	x11 (zeising), imp, rene
Approved by:	x11 (zeising)
Differential Revision:	https://reviews.freebsd.org/D16903
2018-09-30 19:22:24 +00:00