aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-09-22 11:02:45 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-09-22 11:02:45 +0800
commitb5a9926ce33dd15199f9fff2cf3d35976827c515 (patch)
tree8d36ad8e0d200e88a075d68227315b0b46e2747f /calendar/gui
parentf6fd83536eb0f00958c3da8b2779171f815500e4 (diff)
downloadgsoc2013-evolution-b5a9926ce33dd15199f9fff2cf3d35976827c515.tar.gz
gsoc2013-evolution-b5a9926ce33dd15199f9fff2cf3d35976827c515.tar.zst
gsoc2013-evolution-b5a9926ce33dd15199f9fff2cf3d35976827c515.zip
Added underlined shortcuts and accelerators to the main menu.
1998-09-21 Federico Mena Quintero <federico@nuclecu.unam.mx> * main.c: Added underlined shortcuts and accelerators to the main menu. svn path=/trunk/; revision=391
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/gncal-day-panel.c1
-rw-r--r--calendar/gui/gncal-week-view.c2
-rw-r--r--calendar/gui/gncal-week-view.h1
-rw-r--r--calendar/gui/main.c48
-rw-r--r--calendar/gui/year-view.c1
5 files changed, 34 insertions, 19 deletions
diff --git a/calendar/gui/gncal-day-panel.c b/calendar/gui/gncal-day-panel.c
index 00d4f6f31e..11a2d21a7d 100644
--- a/calendar/gui/gncal-day-panel.c
+++ b/calendar/gui/gncal-day-panel.c
@@ -5,6 +5,7 @@
* Author: Federico Mena <quartic@gimp.org>
*/
+#include <gtk/gtkhseparator.h>
#include "gncal-day-panel.h"
#include "main.h"
#include "timeutil.h"
diff --git a/calendar/gui/gncal-week-view.c b/calendar/gui/gncal-week-view.c
index a2133a092a..6a23d58525 100644
--- a/calendar/gui/gncal-week-view.c
+++ b/calendar/gui/gncal-week-view.c
@@ -8,7 +8,7 @@
#include <config.h>
#include <string.h>
-#include <gtk/gtklabel.h>
+#include <gtk/gtk.h>
#include "gncal-week-view.h"
#include "timeutil.h"
diff --git a/calendar/gui/gncal-week-view.h b/calendar/gui/gncal-week-view.h
index 464f317552..ab23238a37 100644
--- a/calendar/gui/gncal-week-view.h
+++ b/calendar/gui/gncal-week-view.h
@@ -9,6 +9,7 @@
#define WEEK_VIEW_H
+#include <gtk/gtkvbox.h>
#include <gtk/gtktable.h>
#include <gtk/gtkvbox.h>
#include <libgnome/gnome-defs.h>
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 462e71a06a..e47eb3e98c 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -1,5 +1,5 @@
/*
- * GnomeCalendar widget
+ * Main file for the GNOME Calendar program
* Copyright (C) 1998 the Free Software Foundation
*
* Authors:
@@ -392,40 +392,52 @@ save_calendar_cmd (GtkWidget *widget, void *data)
}
static GnomeUIInfo gnome_cal_file_menu [] = {
- GNOMEUIINFO_ITEM_STOCK (N_("New calendar"), NULL, new_calendar_cmd, GNOME_STOCK_MENU_NEW),
- GNOMEUIINFO_ITEM_STOCK (N_("Open calendar..."), NULL, open_calendar_cmd, GNOME_STOCK_MENU_OPEN),
- GNOMEUIINFO_ITEM_STOCK (N_("Save calendar"), NULL, save_calendar_cmd, GNOME_STOCK_MENU_SAVE),
- GNOMEUIINFO_ITEM_STOCK (N_("Save calendar as..."), NULL, save_as_calendar_cmd, GNOME_STOCK_MENU_SAVE),
+ { GNOME_APP_UI_ITEM, N_("_New calendar"), NULL, new_calendar_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_NEW, 'n', GDK_CONTROL_MASK, NULL },
+ { GNOME_APP_UI_ITEM, N_("_Open calendar..."), NULL, open_calendar_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_OPEN, 'o', GDK_CONTROL_MASK, NULL },
+ { GNOME_APP_UI_ITEM, N_("_Save calendar"), NULL, save_calendar_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_SAVE, 's', GDK_CONTROL_MASK, NULL },
+ { GNOME_APP_UI_ITEM, N_("Save calendar _as..."), NULL, save_as_calendar_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_SAVE, 0, 0, NULL },
GNOMEUIINFO_SEPARATOR,
- GNOMEUIINFO_ITEM_STOCK (N_("Preferences..."), NULL, properties, GNOME_STOCK_MENU_PREF),
+ { GNOME_APP_UI_ITEM, N_("P_references..."), NULL, properties, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_PREF, 0, 0, NULL },
GNOMEUIINFO_SEPARATOR,
- GNOMEUIINFO_ITEM_STOCK (N_("Close this calendar"), NULL, close_cmd, GNOME_STOCK_MENU_EXIT),
- GNOMEUIINFO_ITEM_STOCK (N_("Exit"), NULL, quit_cmd, GNOME_STOCK_MENU_EXIT),
+ { GNOME_APP_UI_ITEM, N_("_Close this calendar"), NULL, close_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'w', GDK_CONTROL_MASK, NULL },
+ { GNOME_APP_UI_ITEM, N_("E_xit"), NULL, quit_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_EXIT, 'x', GDK_CONTROL_MASK, NULL },
GNOMEUIINFO_END
};
-static GnomeUIInfo gnome_cal_help_menu [] = {
- GNOMEUIINFO_ITEM_STOCK (N_("About Gnomecal..."), NULL, about_calendar_cmd, GNOME_STOCK_MENU_ABOUT),
- GNOMEUIINFO_SEPARATOR,
- GNOMEUIINFO_HELP ("cal"),
+static GnomeUIInfo gnome_cal_edit_menu [] = {
+ { GNOME_APP_UI_ITEM, N_("_New appointment..."), NULL, display_objedit, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_NEW, 0, 0, NULL },
+ { GNOME_APP_UI_ITEM, N_("New appointment for _today..."), NULL, display_objedit_today, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_NEW, 0, 0, NULL },
GNOMEUIINFO_END
};
-static GnomeUIInfo gnome_cal_edit_menu [] = {
- GNOMEUIINFO_ITEM_STOCK (N_("New appointment..."), NULL, display_objedit, GNOME_STOCK_MENU_NEW),
- GNOMEUIINFO_ITEM_STOCK (N_("New appointment for today..."), NULL, display_objedit_today, GNOME_STOCK_MENU_NEW),
+static GnomeUIInfo gnome_cal_help_menu [] = {
+ { GNOME_APP_UI_ITEM, N_("_About Gnomecal..."), NULL, about_calendar_cmd, NULL, NULL,
+ GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_ABOUT, 0, 0, NULL },
+
+ GNOMEUIINFO_SEPARATOR,
+
+ GNOMEUIINFO_HELP ("cal"),
GNOMEUIINFO_END
};
static GnomeUIInfo gnome_cal_menu [] = {
- GNOMEUIINFO_SUBTREE (N_("File"), &gnome_cal_file_menu),
- GNOMEUIINFO_SUBTREE (N_("Edit"), &gnome_cal_edit_menu),
- GNOMEUIINFO_SUBTREE (N_("Help"), &gnome_cal_help_menu),
+ GNOMEUIINFO_SUBTREE (N_("_File"), &gnome_cal_file_menu),
+ GNOMEUIINFO_SUBTREE (N_("_Edit"), &gnome_cal_edit_menu),
+ GNOMEUIINFO_SUBTREE (N_("_Help"), &gnome_cal_help_menu),
GNOMEUIINFO_END
};
diff --git a/calendar/gui/year-view.c b/calendar/gui/year-view.c
index 97795628a4..4bf330c1fd 100644
--- a/calendar/gui/year-view.c
+++ b/calendar/gui/year-view.c
@@ -7,6 +7,7 @@
*/
#include <config.h>
+#include <gtk/gtkmain.h>
#include <libgnomeui/gnome-canvas-text.h>
#include "year-view.h"
#include "main.h"
ts doesn't include readline support . but they support readline according to the configure. So I think add a readline support option should be nice PR: ports/244468 Submitted by: papadavecn@gmail.com | * Update to the latest cfengine commits on github.cy2020-02-275-10/+11 | | | * Update to the latest att/ast github commit.cy2020-02-273-15/+5 | | | * sysutils/bfs: Update to 1.6tobik2020-02-272-8/+7 | | | | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.6 | * Postpone the expiration date of x11/arandr by 2 weeks0mp2020-02-271-1/+1 | | | | | | | | | | | | | | | | | | There is already a patch upgrading x11/arandr to a version supporting Python 3. We need a litle bit more time in case the patch has to be approved by maintainer timeout. PR: 244324 Approved by: portmgr blanket | * security/afl++: Update to 2.61ctobik2020-02-273-52/+63 | | | | | | | | Changes: https://github.com/vanhauser-thc/AFLplusplus/releases/tag/2.61c | * databases/percona57-* : update to 5.7.29-32 releasefluffy2020-02-273-17/+16 | | | * Update math/wxmaxima from 20.02.1 to 20.02.4salvadore2020-02-273-4/+5 | | | | | | | | | | | | | | | | - Resolve two deadlocks that were introduced in 20.02.1. - Actually include the Russian translation update that was promised with 20.02.1. Approved by: gerald (mentor) | * x11-toolkits/termit: fix build on GCC architecturespkubaj2020-02-271-0/+1 | | | | | | | | | | Use C99 mode by default: /wrkdirs/usr/ports/x11-toolkits/termit/work/termit-termit-3.1/src/termit.c:50: error: 'for' loop initial declaration used outside C99 mode | * devel/subversion: Enable the GPG_AGENT option by default0mp2020-02-271-2/+2 | | | | | | | | | | | | | | | | | | | | | | gpg-agent is one of the easiest ways of storing credentials in Subversion. Let's enable support for it by default to make life easier for Subversion users, who do not want to depend on gnome-keyring or kwallet for password storing. PR: 244280 Approved by: lev (maintainer) Differential Revision: https://reviews.freebsd.org/D23849 | * www/stagit: Update to 0.9.3tobik2020-02-273-18/+18 | | | | | | | | | | | | - While here clean things up a little Changes: https://codemadness.org/git/stagit/log.html | * devel/gradle: Update to 6.2.1tobik2020-02-272-4/+4 | | | | | | | | Changes: https://docs.gradle.org/6.2.1/release-notes.html | * Update to 4.4.0bapt2020-02-272-5/+4 | | | * Update to 1.2.10bapt2020-02-272-4/+4 | | | * Update to 0.10.13bapt2020-02-272-4/+4 | | | * security/vuxml: fix vuxml entries for OpenSMTPd, remove duplicates with ↵fluffy2020-02-271-58/+7 | | | | | | | | | | | | wrong version and missed description Approved by: ports-secteam (miwi) | * - Add NO_ARCHamdmi32020-02-272-1/+2 | | | | | | | | | | | | - Update WWW Approved by: portmgr blanket | * - Update to 0.1.0ashish2020-02-274-77/+40 | | | | | | | | | | | | - Remove unneeded patch Submitted by: Philip Brown <philip at pbdigital dot org> (private email) | * Provide an option to build `dwggrep' utility with regex support and makedanfe2020-02-271-4/+9 | | | | | | | | | | | | | | it enabled by default since `devel/pcre2' is rather common dependency. Because previously built packages could link to PCRE2 libraries without this dependency being recorded, bump port revision. | * devel/lazygit: Update to 0.15.5meta2020-02-272-7/+7 | | | | | | | | | | | | | | Relnotes: https://github.com/jesseduffield/lazygit/releases/tag/v0.15.2 https://github.com/jesseduffield/lazygit/releases/tag/v0.15.3 https://github.com/jesseduffield/lazygit/releases/tag/v0.15.4 https://github.com/jesseduffield/lazygit/releases/tag/v0.15.5 | * Update to 1.3.9girgen2020-02-272-4/+4 | | | | | | | | Release notes: https://fluentbit.io/announcements/v1.3.9/ | * math/mkl-dnn: Update 1.2 -> 1.2.1yuri2020-02-272-4/+4 | | | | | | | | Reported by: portscout | * devel/xbyak: Update 5.802 -> 5.891yuri2020-02-272-4/+4 | | | | | | | | Reported by: portscout | * x11-drivers/xorgxrdp: enable DRI3/glamor supportmeta2020-02-272-4/+54 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the advent of 1.20.x x11-server/xorg-server xorgxrdp can support dri3/glamor [1] to enable hardware supported OpenGL acceleration with an xorgxrdp desktop. Also add pkg-message to explain how to enable hardware acceleration. While here, fix misuse of "-I" flag to specify LIBDIR. [1] https://github.com/neutrinolabs/xrdp/issues/1029 PR: 244298 Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> (initial revision) Approved by: meta (myself, maintainer) Sponsored by: HAW International | * Bring in various kgdb fixes for powerpc.jhb2020-02-275-48/+151 | | | | | | | | | | | | | | | | | | This merges in several fixes for kgdb on powerpc including fixing backtraces and cross-debugging support. Submitted by: luporl Reviewed by: pizzamig (maintainer) Differential Revision: https://reviews.freebsd.org/D23844 | * graphics/sxiv: Update to v260mp2020-02-274-38/+25 | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set LICENSE_FILE. - Update LIB_DEPENDS. - Install icons and a desktop file. - Remove the local patches and use MAKE_ARGS instead. - Reset MAINTAINER (3 timeouts) - Adopt port PR: 244040 Reviewed by: mat Approved by: solene@bsd.zplay.eu (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D23616 | * Add libarc to LIB_DEPENDS for audio/timidity++0mp2020-02-271-3/+3 | | | | | | | | | | | | | | | | | | Up until now, libarc was only being included in LIB_DEPENDS when the Makefile of audio/timidity++ was being used by one of its slave ports. audio/timidity++, however, may be also used as a standalone port in which case it needs libarc to be available. Reported by: hselasky | * games/onscripter: update to 20200223jbeich2020-02-272-4/+4 | | | | | | | | | | Changes: http://onscripter.osdn.jp/onscripter_devel.2020.html Reported by: Repology | * multimedia/aom: update to 1.0.0.3135jbeich2020-02-272-5/+5 | | | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/92a926a28..5f7ee81bc | * Adopt port & clean up0mp2020-02-272-19/+9 | | | | | | | | | | | | | | | | | | | | - Adopt the port as it is being returned to the pool. [1] - Remove a patchfile. MAKE_ARGS are enough. - Update manpage installation path. - Improve style. PR: 244456 [1] Approved by: maintainer | * Return lang/c to the pool0mp2020-02-271-4/+5 | | | | | | | | | | | | | | While here, improve style and set NO_ARCH. PR: 244458 Approved by: maintainer | * graphics/viewnior: fix build on GCC architecturespkubaj2020-02-271-1/+2 | | | | | | | | | | Use C++11 compiler: /usr/local/lib/libexiv2.so: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21' | * Update to 2.00mp2020-02-274-17/+20 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://gitlab.com/alfix/sysctlview/-/blob/master/CHANGELOG - Update COMMENT, pkg-descr, and DESKTOP_ENTRIES. Also, while here: - Pet portclippy & portfmt. - Simplify do-install. - Update installation path for manpages. PR: 244367 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> Approved by: Alfonso S. Siciliano (maintainer) | * Update deskutils/latte-dock to latest upstream release, 0.9.9adridg2020-02-272-4/+4 | | | | | | | | | | | | | | | | | | Release notes at https://psifidotos.blogspot.com/2020/02/latte-bug-fix-release-v099.html There's a critical configuration fix (new users especially, didn't get a correct config file) and an important UI fix. (Note "critical" here is for functionality, not security) | * Use patch files instead of REINPLACE_CMD0mp2020-02-272-7/+19 | | | | | | | | | | | | | | | | | | | | | | REINPLACE_CMD should only be used for variables. While here: - Install manpages into the new standard directory. - Pet portfmt. - Add a not why LOCAL/0mp cannot be used at the moment. Reported by: mat | * systuils/nomad-pot-driver: Update to version 0.7.0pizzamig2020-02-272-4/+5 | | | | | | | | | | | | It contains a fix for restarting nomad Sponsored by: trivago N.V. | * Update the port to 0.42-10mp2020-02-273-4/+6 | | | | | | | | | | | | The distfile for version 0.42 was incorrectly released upstream. Reported by: mat | * www/grafana6: update to 6.6.2.delphij2020-02-274-141/+152 | | | | | | | | | | PR: 244259 Approved by: maintainer | * Unbreak bulk -aantoine2020-02-271-1/+1 | | | * New port: x11-fonts/office-code-pro0mp2020-02-274-0/+38 | | | | | | | | | | | | | | | | | | Office Code Pro is a customized version of Source Code Pro, the monospaced sans serif originally created by Paul D. Hunt for Adobe Systems Incorporated. The customizations were made specifically for text editors and coding environments, but are still very usable in other applications. WWW: https://github.com/nathco/Office-Code-Pro | * Obsolete by gitlab-ce upgrade.mfechner2020-02-275-32/+1 | | | * Fix.mat2020-02-271-2/+1 | | | * - Update to 2.4vsevolod2020-02-274-74/+5 | | | | | | | | | | PR: 244440 Submitted by: Yasuhiro KIMURA <yasu at utahime.org> | * Obsolete by gitlab-ce upgrade.mfechner2020-02-275-33/+1 | | | * Obsolete by gitlab-ce upgrade.mfechner2020-02-275-35/+1 | | | * Obsolete by gitlab-ce upgrade.mfechner2020-02-275-32/+2 | | | * Obsolete by gitlab-ce upgrade.mfechner2020-02-275-32/+1 | | | * Update to v0.420mp2020-02-272-4/+5 | | | | | | | | | | | | | | While here, put the distfiles into a subdirectory. DISTNAME is not unique enough. Reported by: Repology | * KDE Plasma Desktop: update to 5.18.2tcberner2020-02-2738-112/+112 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tuesday, 25 February 2020. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.18.2. Plasma 5.18 was released in February 2020 with many feature refinements and new modules to complete the desktop experience. This release adds a week's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover: fix build on old flatpak versions. * Unify KSysGuard cpu clock speed names. * Emojier: improve the fallback mechanism to detect languages. Full changelog: https://kde.org/announcements/plasma-5.18.1-5.18.2-changelog.php | * Update to 1.4.0sunpoet2020-02-272-10/+10 | | | | | | | | | | | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/bokeh/bokeh/blob/master/CHANGELOG PR: 244418 Submitted by: sunpoet (myself) Approved by: skozlov (maintainer) | * Update to 18.0.1sunpoet2020-02-272-8/+7 | | | | | | | | | | | | | | | | Changes: https://github.com/jaraco/keyring/releases https://github.com/jaraco/keyring/blob/master/CHANGES.rst PR: 244417 Submitted by: sunpoet (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) | * Update to 3.7.4.1sunpoet2020-02-272-4/+4 | | | | | | | | | | | | | | Changes: https://github.com/python/typing/commits/master PR: 244416 Submitted by: sunpoet (myself) Approved by: rm (maintainer) | * Update version requirement of RUN_DEPENDSsunpoet2020-02-272-19/+18 | | | | | | | | | | | | | | | | | | - Remove unnecessary change of i18n in patch-gemspec - Bump PORTREVISION for package change PR: 244410 Submitted by: sunpoet (myself) Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer) | * Update to 2.11.447sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.25.0sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-states/CHANGELOG.md | * Update to 1.33.0sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-secretsmanager/CHANGELOG.md | * Update to 2.11.447sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.1.0sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-outposts/CHANGELOG.md | * Update to 1.18.0sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-kafka/CHANGELOG.md | * Update to 2.11.447sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.276.0sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md | * Update to 3.1.1sunpoet2020-02-272-6/+13 | | | | | | | | | | Changes: https://github.com/pypa/twine/releases https://github.com/pypa/twine/blob/master/docs/changelog.rst | * Update to 1.0.1sunpoet2020-02-272-4/+4 | | | | | | | | | | Changes: https://docs.openstack.org/releasenotes/oslo.limit/ https://github.com/openstack/oslo.limit/commits/master | * Update to 0.3.2sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/Instagram/LibCST/blob/master/CHANGELOG.md | * Cosmetic changesunpoet2020-02-271-4/+5 | | | * Update to 0.41sunpoet2020-02-272-5/+6 | | | | | | | | Changes: https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst | * Use PLIST_SUB to reduce further shilb changes in PLISTsunpoet2020-02-272-1/+3 | | | * Update to 5.2.1sunpoet2020-02-272-4/+4 | | | | | | | | Changes: https://github.com/keybase/client/releases | * Fix LZ4 optionsunpoet2020-02-271-1/+2 | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for package change Duplicate USES=localbase blocks lz4 detection. Before this commit, it fails to detect liblz4 as follows: ==> no liblz4, building zstd without .lz4 support | * Add py-pytoml 0.1.21sunpoet2020-02-274-0/+29 | | | | | | | | | | | | | | This project aims at being a specs-conforming and strict parser and writer for TOML files. The library currently supports version 0.4.0 of the specs. WWW: https://github.com/avakar/pytoml | * Add py-pep517 0.8.1sunpoet2020-02-274-0/+46 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP 517 specifies a standard API for systems which build Python packages. This package contains wrappers around the hooks specified by PEP 517. It provides: - A mechanism to call the hooks in a subprocess, so they are isolated from the current process. - Fallbacks for the optional hooks, so that frontends can call the hooks without checking which are defined. - Higher-level functions which install the build dependencies into a temporary environment and build a wheel/sdist using them. WWW: https://github.com/pypa/pep517 | * print/cups-pdf: Update to 3.0.10mp2020-02-273-31/+36 | | | | | | | | | | | | | | | | | | | | | | Changelog: https://www.cups-pdf.de/changelog.shtml - Sort variables & improve style. - Prefix some local variables with an underscore. - Change the way PDF versions are handled (although the whole mechanism of changing a configuration file via custom port variables should probably be deprecated). | * x11/squeekboard: update to 1.9.0jbeich2020-02-272-39/+23 | | | | | | | | | | Changes: https://source.puri.sm/Librem5/squeekboard/compare/v1.8.0...v1.9.0 Reported by: Repology | * graphics/openshadinglanguage: Update to 1.10.9rigoletto2020-02-274-28/+15 | | | | | | | | | | | | PR: 244189 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Approved by: tcberner (mentor, implicit) | * Update to 8.2002.0matthew2020-02-272-4/+4 | | | | | | | | ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2002.0/ChangeLog | * emulators/dolphin-emu: unbreak with Clang 10jbeich2020-02-271-0/+26 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:35: In file included from Externals/glslang/glslang/GenericCodeGen/../Include/Common.h:107: Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ Externals/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ In file included from Externals/glslang/glslang/GenericCodeGen/CodeGen.cpp:36: In file included from Externals/glslang/glslang/GenericCodeGen/../Include/ShHandle.h:46: Externals/glslang/glslang/GenericCodeGen/../Include/../Public/ShaderLang.h:85:22: warning: '__fastcall__' calling convention is not supported for this target [-Wignored-attributes] SH_IMPORT_EXPORT int __fastcall ShFinalize(); ^ Reported by: antoine (via bug 244251 exp-run) | * devel/love: unbreak with Clang 10jbeich2020-02-271-0/+21 | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:35: In file included from libraries/glslang/glslang/GenericCodeGen/../Include/Common.h:108: libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ libraries/glslang/glslang/GenericCodeGen/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ Reported by: antoine (via bug 244251 exp-run) | * games/gzdoom: unbreak with Clang 10jbeich2020-02-271-0/+22 | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from MachineIndependent/glslang.y:60: In file included from glslang/glslang/MachineIndependent/SymbolTable.h:68: In file included from glslang/glslang/MachineIndependent/../Include/Common.h:107: glslang/glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ glslang/glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ Reported by: antoine (via bug 244251 exp-run) | * devel/glslang: unbreak with Clang 10jbeich2020-02-272-0/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from MachineIndependent/glslang.y:60: In file included from glslang/MachineIndependent/SymbolTable.h:68: In file included from glslang/MachineIndependent/../Include/Common.h:108: glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ Reported by: antoine (via bug 244251 exp-run) | * emulators/ppsspp: unbreak with Clang 10jbeich2020-02-271-0/+25 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from Common/Vulkan/VulkanContext.cpp:28: In file included from ext/glslang/SPIRV/GlslangToSpv.h:42: In file included from ext/glslang/SPIRV/SpvTools.h:47: In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/localintermediate.h:42: In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/intermediate.h:55: In file included from ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/../Include/Common.h:108: ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:307:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator' void setAllocator(TPoolAllocator* a) { allocator = *a; } ~~~~~~~~~ ^ ~~ ext/glslang/SPIRV/../glslang/MachineIndependent/../Include/PoolAlloc.h:244:21: note: declared private here TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator ^ Reported by: antoine (via bug 244251 exp-run) | * devel/intel-graphics-compiler: update to 1.0.3390jbeich2020-02-272-4/+4 | | | | | | | | | | Changes: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.3390 Reported by: GitHub (watch releases) | * - Update to 4.7.5amdmi32020-02-272-4/+4 | | | * - Update to 2.30.0amdmi32020-02-272-5/+4 | | | * - Update to 15927amdmi32020-02-272-4/+4 | | | * net/rclone: update to 1.51.0wg2020-02-272-4/+4 | | | | | | | | | | PR: 244147 Submitted by: Massimo Lusetti | * ftp/yafc: unbreak and update to 1.3.7wg2020-02-273-19/+40 | | | | | | | | | | PR: 243843 Submitted by: m.ne [at] gmx net | * multimedia/plexmediaserver-plexpass: Update to 1.18.8.2461feld2020-02-262-5/+5 | | | | | | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/322 | * multimedia/plexmediaserver: Update to 1.18.7.2457feld2020-02-262-5/+5 | | | | | | | | Changelog: https://forums.plex.tv/t/plex-media-server/30447/321 | * mail/exim: sort order to apply extra patchesfluffy2020-02-261-1/+1 | | | | | | | | Pointy hat to: fluffy | * mail/exim: attempt to fix *taint* and auth issuesfluffy2020-02-2611-1/+952 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION for master port to force all slaves rebuild Drop PORTREVISION for exim-postgresql slave in favor of master settings Adopt recent commits from Exim repo as numerated extra-patches till new maintenance release will be published: 19. SPF: fix result for case of only non-spf TXT RRs 20. Fix error logging for dynamically-loaded modules 21. heimdal auth: fix the increase of big_buffer size 22. Taint: hybrid checking mode 23. Fix taint hybrid-checking on BSD 24. TFO: even in binary built for modern Linux, handle error returned by old Linux kernel 25. Taint: slow-mode checking only 26. Auths: fix cyrus-sasl driver for gssapi use 27. GnuTLS: fix hanging callout connections | * Set USES=localbase instead of modifying CFLAGS and LDFLAGS0mp2020-02-261-3/+3 | | | * - Update to r4454amdmi32020-02-262-4/+4 | | | * Just tell portscout to ignore any future versions0mp2020-02-261-1/+1 | | | | | | | | | | | | There are a lot of files on the website with names which are confusing portscout. Let's just set ignore:1 as most likely there are not going to be any further releases of this port. | * lang/go-devel: Update to go1.14dmgk2020-02-262-7/+6 | | | | | | | | Changes: https://golang.org/doc/go1.14 | * x11/libwacom: convert to USES=mesonjbeich2020-02-263-13/+5 | | | | | | | | | | Approved by: manu, zeising (x11) Differential Revision: https://reviews.freebsd.org/D23819 | * x11/libwacom: update to 1.2jbeich2020-02-263-9/+58 | | | | | | | | | | | | Changes: https://github.com/linuxwacom/libwacom/compare/libwacom-0.32...libwacom-1.2 Approved by: manu, zeising (x11) Differential Revision: https://reviews.freebsd.org/D23818 | * x11/libwacom: fix installation of layoutsjbeich2020-02-262-1/+74 | | | | | | | | | | Approved by: manu, zeising (x11) Differential Revision: https://reviews.freebsd.org/D23818 | * Update GNU LibreDWG to version 0.10.1.danfe2020-02-263-6/+5 | | | * Upgrade to 1.13.4girgen2020-02-262-10/+10 | | | | | | | | Release notes: https://github.com/influxdata/telegraf/releases/tag/1.13.4 | * - Update WWWamdmi32020-02-261-1/+1 | | | | | | | | Approved by: portmgr blanket | * perl: Disable DTrace for riscvkp2020-02-264-4/+4 | | | | | | | | | | | | | | Just like other embedded platforms, disable dtrace for riscv builds. Approved by: mat Sponsored by: Axiado | * Update to the 20200222 snapshot of GCC 9.2.1.gerald2020-02-262-4/+4 | | | | | | | | | | | | | | Like the previous update this brings further backports for the pending GCC 9.3 release including three on the Fortran side, some for MMX and AVX (on x86), one for AAarch64, and a handful for the middle end and tree optimizers. | * Remove extra ].mat2020-02-261-1/+0 | | | * Update to 5.7.0ehaupt2020-02-262-4/+4 | | | * graphics/gegl: Spell POPPLER_MESON_ENABLED correctlytobik2020-02-261-3/+1 | | | | | | | | | | | | | | | | | | | | There is no MESON_WITH options helper. - While here remove EXTRA_PATCHES since cpu-detection.patch has been deleted and seems to be part of gegl 0.4.22 already. This unbreaks the build in Poudriere too. Reported by: portscan | * devel/jetbrains-phpstorm: Update to version 2019.3.3pfg2020-02-263-7/+7 | | | | | | | | Approved by: thierry (mentor, implicit) | * textproc/apache-poi: Update to 4.1.2.pfg2020-02-262-5/+5 | | | | | | | | | | | | | | | | | | | | This release features better chart support in XDDF, various rendering fixes in the Common SL/EMF modules and OOM fixes when handling arbitrary slide indexes in XSLF (+ a new dependency to SparseBitSet 1.2). Several dependencies were also updated to their latest versions to pick up security fixes and other improvements. Approved by: thierry (mentor, implicit) | * devel/apache-rat: Update to version 0.13pfg2020-02-262-4/+4 | | | | | | | | Approved by: thierry (mentor, implicit) | * shells/fish: upgrade to 3.1.0asomers2020-02-264-82/+364 | | | * Fix build on GCC-based systems by specifying modern compiler:linimon2020-02-261-1/+1 | | | | | | | | | | | | cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: portmgr (tier-2 blanket) | * Add compiler:c++11-lang to fix build on GCC-based systems:linimon2020-02-261-1/+1 | | | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. | * Ignore ECONNRESET when closing a socketglewis2020-02-262-0/+12 | | | | | | | | See https://github.com/battleblow/openjdk-jdk11u/issues/94 for details | * lang/go: update to 1.14jlaffaye2020-02-263-280/+420 | | | * Update from 1.4.24 to the recent 1.4.25 release.osa2020-02-262-4/+4 | | | * Add RediSearch - a source available Full-Test and Secondaryosa2020-02-264-0/+46 | | | | | | | | | | | | Index engine over Redis, developed by Redis Labs. Differential Revision: https://reviews.freebsd.org/D20061 | * Update wpebackend-fdo to 1.4.1.kwm2020-02-264-5/+19 | | | | | | | | | | | | | | Add patch to fix the wayland renderer. PR: 243677 Submitted by: Greg V <greg AT unrelenting dot technology> | * net-mgmt/netbox: Update to 2.7.7kai2020-02-265-147/+970 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the "post-patch" target because the "requirements.txt" is only used for installations via devel/py-pip. Notable changes since 2.6.12: * Bulk import of device components via CSV files * External file storage support (FTP, S3, SFTP, etc.) * Rack elevations rendered by SVG (= Scalable Vector Graphics) * Separate configuration for Webhooks and Cache databases via Redis * Add ability to clone objects (pre-populate form fields) * Toggle config context display between JSON and YAML * Add support for Redis Sentinel * Further cable and port types * Many other enhancements and bugfixes https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md | * Fix PLISTdvl2020-02-262-0/+9 | | | | | | | | | | PR: 244412 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | * - Update to 3.5.1.jkim2020-02-2615-131/+45 | | | | | | | | | | | | - Rename devel/py-dialog3 to devel/py-pythondialog to honor PyPI name. Differential Revision: https://reviews.freebsd.org/D21734 | * www/py-dj22-django-tables2: Update to 2.2.1kai2020-02-262-4/+4 | | | | | | | | | | | | Changelog since 2.0.6: https://github.com/jieter/django-tables2/blob/v2.2.1/CHANGELOG.md | * www/py-django-tables2: Update to 2.1.1:kai2020-02-262-5/+5 | | | | | | | | | | | | | | | | * Drop support for Python 2.7 as it was removed with the 2.1.0 release. Changelog since 2.0.6: https://github.com/jieter/django-tables2/blob/v2.2.1/CHANGELOG.md | * www/py-dj22-django-cors-headers: Update to 3.2.1kai2020-02-263-5/+5 | | | | | | | | | | | | | | | | * Update WWW field as the repository has a new maintainer. Changelog: https://github.com/adamchainz/django-cors-headers/blob/3.2.1/HISTORY.rst | * [NEW PORT] www/py-django-pglockskai2020-02-264-0/+31 | | | | | | | | | | | | | | | | This package provides a useful context manager via Django to manage PostgreSQL advisory locks, which are application-level locks that are acquired and released purely by the client of the database. WWW: https://github.com/Xof/django-pglocks | * Update gimp to 2.10.18.kwm2020-02-264-8/+1107 | | | * Update libmypaint to 1.5.1.kwm2020-02-263-11/+71 | | | | | | | | | | | | | | | | Add OPENMP option PR: 243305 Submitted by: Marcin Cieślak <saper AT saper dot info> (1.4.0 update) Greg V <greg AT unrelenting dot technology> (1.5.1 update) | * Update gegl to 0.4.22.kwm2020-02-264-65/+20 | | | | | | | | | | - Poppler support is back - Move a couple of OPTION _DESC lines to the other OPTION variables. | * Update babl to 0.1.74.kwm2020-02-263-5/+5 | | | * Fix build with CGDISK enabledsunpoet2020-02-261-0/+11 | | | | | | | | | | PR: 244390 Reported by: John Hein <jcfyecrayz@liamekaens.com> | * Update to 0.13.0sunpoet2020-02-262-5/+5 | | | | | | | | Changes: https://github.com/googleapis/signet/releases | * Update to 0.11.0sunpoet2020-02-262-5/+5 | | | | | | | | Changes: https://github.com/googleapis/google-auth-library-ruby/releases | * Update to 1.9.5sunpoet2020-02-262-4/+4 | | | | | | | | | | Changes: https://github.com/googleapis/google-cloud-ruby/releases https://github.com/googleapis/google-cloud-ruby/blob/master/google-cloud-logging/CHANGELOG.md | * Update to 1.4.6sunpoet2020-02-262-4/+4 | | | | | | | | | | Changes: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md https://github.com/Shopify/bootsnap/commits/master | * Update to 2.11.446sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.23.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-snowball/CHANGELOG.md | * Update to 2.11.446sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.8.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-iotevents/CHANGELOG.md | * Update to 1.15.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-fsx/CHANGELOG.md | * Update to 1.4.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-eventbridge/CHANGELOG.md | * Update to 1.14.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-docdb/CHANGELOG.md | * Update to 2.11.446sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases | * Update to 1.26.0sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-cloudwatchevents/CHANGELOG.md | * Update to 0.7.20sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/googlefonts/fontbakery/blob/master/CHANGELOG.md | * Update to 5.0.0sunpoet2020-02-262-9/+8 | | | | | | | | Changes: https://docs.openstack.org/releasenotes/python-openstackclient/ | * Update RUN_DEPENDS for py-osc-lib 2.0.0 updatesunpoet2020-02-261-2/+10 | | | | | | | | - Bump PORTREVISION for dependency change | * Update RUN_DEPENDS for py-osc-lib 2.0.0 updatesunpoet2020-02-261-2/+10 | | | | | | | | - Bump PORTREVISION for dependency change | * Update RUN_DEPENDS for py-osc-lib 2.0.0 updatesunpoet2020-02-261-2/+10 | | | | | | | | - Bump PORTREVISION for dependency change | * Update to 0.4.1sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/imageio/imageio-ffmpeg/releases | * Update to 0.1.5sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/facebookresearch/hiplot/commits/master | * Update to 2.0.0sunpoet2020-02-262-5/+5 | | | | | | | | | | Changes: https://docs.openstack.org/osc-lib/latest/user/change_log.html https://docs.openstack.org/releasenotes/osc-lib/ | * Update to 0.9.5sunpoet2020-02-262-5/+4 | | | | | | | | Changes: https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst | * Update to 0.10.1sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://github.com/python-cmd2/cmd2/releases | * Update to 1.709sunpoet2020-02-262-4/+4 | | | | | | | | Changes: https://metacpan.org/changes/distribution/Term-Choose | * Update to 0.75sunpoet2020-02-262-7/+6 | | | | | | | | Changes: https://metacpan.org/changes/distribution/Pegex | * Update manpage location (r523104)sunpoet2020-02-263-164/+176 | | | | | | | | - Bump PORTREVISION for package change | * Add py-osc-lib1 1.15.0 (copied from py-osc-lib)sunpoet2020-02-264-0/+45 | | | | | | | | - Add PORTSCOUT | * x11/xdm: Fix generation of etc/X11/xdm/Xresourceszeising2020-02-262-1/+14 | | | | | | | | | | | | | | | | | | | | | | | | By some stupidity of autotools, spacing for a sed regexp used to generate Xresources gets broken, and the sed command doen't match as it should. This results in an Xresources file with an extra '#endif /* XPM */', which breaks the file. Patch Makefile.in to fix the regexp and have Xresources generated properly. PR: 244404 Reported by: olgeni MFH: 2020Q1 | * Fix portscout configuration0mp2020-02-261-1/+1 | | | * Update to 6.14.00mp2020-02-262-4/+4 | | | | | | | | Reported by: portscout | * New port: lang/rust-bootstraptobik2020-02-264-0/+257 | | | | | | | | | | | | | | | | | | | | | | This port creates the required bootstrap compilers for building the next version of lang/rust. Thanks to garga, mikael, pkubaj for test building lang/rust with the generated bootstraps. Approved by: portmgr (mat, flavors) Differential Revision: https://reviews.freebsd.org/D23133 | * - Backport upstream r141 (switch to Qt5) and resurrectdanfe2020-02-268-1/+154 | | | | | | | | | | | | - Narrow down `dos2unix' fixup to one needed file only - Fix symlink which was pointing to an absolute path - Drop INSTALLS_ICONS knob (not applicable to Qt ports) | * x11-servers/xorg-server: Restore FIXDRM as an off-by-default knobjrm2020-02-262-3/+12 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a workaround for a problem with certain systems [1] after x11-servers/xorg-server was upgraded to 1.20.7. Other workarounds are described in PR 244306. [1] These systems have been reported to have problems: Sandy Bridge Ivy Bridge Broadwell Kaby Lake Whiskey Lake PR: 244306 Submitted by: wulf Reported by: philippe.michel7@free.fr Approved by: x11 (zeising) Differential Revision: https://reviews.freebsd.org/D23834 | * Update to the 20200223 snapshot of GCC 10.0.1.gerald2020-02-263-4/+19 | | | | | | | | | | | | There's a warning (treated as an error) on 32-bit platforms which I am working on with upstream. files/patch-value-prof.c-buildfix is a temporary band aid to allow the build to complete. | * Update qaudiosonar to v1.7.0.hselasky2020-02-252-4/+4 | | | | | | | | | | | | | | Updated sinewave detection logic. Some GUI updates. Approved by: pi | * Update to 12.8.1.mfechner2020-02-257-323/+1142 | | | | | | | | | | | | Changelog: https://about.gitlab.com/releases/2020/02/22/gitlab-12-8-released/ https://about.gitlab.com/releases/2020/02/24/gitlab-12-8-1-released/ | * Update to 2.1.2 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-5/+5 | | | * Update to 6.5.0 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-6/+6 | | | * Update to 8.21.0 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-9/+10 | | | * Update to 1.16.0 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-14/+28 | | | * Update to 1.6.3 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-7/+7 | | | * Update to 1.4.0 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-8/+9 | | | * Update to 1.86.0 which is required for gitlab-ce 12.8 update.mfechner2020-02-252-5/+5 | | | * Update to 0.9.1 which is required for gitlab-ce 12.8 upgrade.mfechner2020-02-252-6/+6 | | | * Udate to 12.8.1 which is required for gitlab-ce 12.8 upgrade.mfechner2020-02-255-25/+25 | | | * lang/go-devel: Require FreeBSD 12 or newer for aarch64 supportdmgk2020-02-251-1/+7 | | | | | | | | Upstream CL: https://go-review.googlesource.com/c/go/+/220426/ | * Switched port to rail 6.0 which is required for gitlab-ce 12.8 upgrade.mfechner2020-02-256-13/+16 | | | * New ports required for gitlab-ce 12.8 upgrade.mfechner2020-02-2554-0/+547 | | | * Restore PORTREVISION which was removed in r526786 unintentionallysunpoet2020-02-251-0/+1 | | | | | | | | Reported by: mat | * Add USE_CSTD=c99 to fix build on GCC-based systems:linimon2020-02-251-0/+1 | | | | | | | | | | | | pocsag/bch_31_21_syndrome_generator.c:22: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) | * - Update to 1.4.3wen2020-02-252-4/+4 | | | | | | | | | | PR: 244134 Submitted by: as@php.net(maintainer) | * New port: sysutils/checkrestart0mp2020-02-254-0/+32 | | | | | | | | | | | | | | | | | | | | Find processes using stale binaries or shared libraries that may need restarting after an upgrade. WWW: http://github.com/Freaky/checkrestart PR: 244295 Submitted by: Thomas Hurst <tom@hur.st> | * update to 0.020dvl2020-02-252-4/+4 | | | | | | | | | | | | fixes devel/p5-XXX which needs p5-YAML-PP>=0.018:textproc/p5-YAML-PP Reported by: DutchDaemon | * Migrate the STAGING option to use option helperssalvadore2020-02-251-12/+9 | | | | | | | | | | | | | | This is the right thing to do in general and prepares for forthcoming changes to emulators/i386-wine-devel. Approved by: gerald (mentor) | * addrwatch is a similar software to arpwatch. It main purpose is to monitordecke2020-02-254-0/+43 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network and log ethernet/ip pairings. To simply try out addrwatch start it without any arguments. When started without arguments it will open first non loopback interface and start logging events to the console without writing anything to disk. All discovered ethernet/ip address pairings will be printed to stdout. All debug, warning, and err messages will be sent to syslog and printed to stderr. WWW: https://github.com/fln/addrwatch PR: 244359 Submitted by: Michael Muenz <m.muenz@gmail.com> | * www/e2guardian: Remove unneeded codegarga2020-02-252-36/+3 | | | | | | | | | | | | | | | | | | | | | | - Remove pre-configure: target. It was running autogen.sh, but USES=autoreconf being set has the same effect - Remove pkg-install. It was attempting to do the same tasks done by @sample items on pkg-plist PR: 244281 Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) | * x11-servers/xorg-server: fix build on GCC architecturespkubaj2020-02-251-1/+1 | | | | | | | | | | | | | | | | Use C11 compiler: In file included from glxserver.h:70, from singlepix.c:35: ../include/glx_extinit.h:33: error: redefinition of typedef '__GLXscreen' glxscreens.h:119: error: previous declaration of '__GLXscreen' was here | * Update devel/etcd34 to version 3.4.4.olgeni2020-02-252-5/+4 | | | * - Update WWWamdmi32020-02-251-1/+1 | | | | | | | | Approved by: portmgr blanket | * mail/exim: update to 4.93.0.4 maintenance releasefluffy2020-02-252-5/+5 | | | | | | | | | | | | | | This release is addressed to fix many of *taint* issues PR: 244322 Reported by: ler | * - Update to 20.0wen2020-02-252-6/+5 | | | | | | | | - Take maintainership | * Update to 0.6.1bapt2020-02-252-4/+4 | | | * New port required for gitlab-ce 12.8.mfechner2020-02-254-0/+33 | | | * audio/audacity: delete unneeded patches, update distinfopi2020-02-254-25/+4 | | | | | | | | | | PR: 244253, 243578 Submitted by: Jack <xxjack12xx@gmail.com> (maintainer) | * devel/ruby-build: Update to 20200224meta2020-02-252-4/+4 | | | | | | | | | | | | * Add definition for JRuby 9.2.10.0 Relnotes: https://github.com/rbenv/ruby-build/releases/tag/v20200224 | * A collection of algorithms and functions to aid statistical modeling.wen2020-02-254-0/+28 | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes limiting dilution analysis (aka ELDA), growth curve comparisons, mixed linear models, heteroscedastic regression, inverse-Gaussian probability calculations, Gauss quadrature and a secure convergence algorithm for nonlinear models. Also includes advanced generalized linear model functions including Tweedie and Digamma distributional families and a secure convergence algorithm. WWW: https://CRAN.R-project.org/package=statmod PR: 243636 Submitted by: jpbeconne@free.fr | * Document OpenSMTPd vulnerabilityfluffy2020-02-251-0/+31 | | | | | | | | | | | | LPE and RCE in OpenSMTPD's default install Security: CVE-2020-8793, CVE-2020-8794 | * databases/py-pyodbc: Update to 4.0.30rigoletto2020-02-252-4/+4 | | | | | | | | | | | | PR: 244284 Submitted by: Robert Kruus <rob.kruus@gmail.com> (maintainer) Approved by: tcberner (mentor, implicit) | * databases/dalmp: Update to 3.1.0rigoletto2020-02-253-6/+7 | | | | | | | | | | | | PR: 244211 Submitted by: Nicolas de Bari Embriz <nbari@tequila.io> (maintainer) Approved by: tcberner (mentor, implicit) | * mail/roundcube-thunderbird_labels: Update to 1.4.2rigoletto2020-02-253-7/+9 | | | | | | | | | | | | PR: 244192 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Approved by: tcberner (mentor, implicit) | * mail/spamass-milter: Fix a problem where DKIM results would always fail.bmah2020-02-252-1/+28 | | | | | | | | | | | | | | | | | | | | Imported a patch submitted to upstream to fix CR/LF handling [1]. Also see [2]. [1] https://savannah.nongnu.org/bugs/index.php?57626 [2] https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7785 Reported by: Keith Clarke | * print/hplip: Bump PORTREVISION post r527054woodsb022020-02-251-1/+1 | | | | | | | | | | PR: 244373 Reported by: vvd@unislabs.com | * print/hplip: Change USE_GNOME dependency from pygobject to pygobject3woodsb022020-02-251-1/+1 | | | | | | | | | | PR: 244373 Submitted by: vvd@unislabs.com * | Merge remote-tracking branch 'upstream/master'Koop Mast2020-02-25