Fix build of x11/libinput on GCC-based architectures. gnu90 is an alias for
gnu89, but is not understood by all versions of GCC, most notably, our base
version. Switch to use gnu89 instead.
While here, adjust patch context a bit.
A similar fix has been merged upstream.
PR: 235361
Submitted by: Jan Beich (fix)
Reported by: Piotr Kubaj (PR)
MFH: 2019Q1
X-MFH-note: If applicable, 2019Q1 might have old libinput version
2019-03-05 devel/elixir-lager_logger: Broken for more than 6 months
2019-03-05 devel/gpsim: Broken for more than 6 months
2019-03-05 devel/hgview: Broken for more than 6 months
2019-03-05 games/mudmagic: Broken for more than 6 months
2019-03-05 math/mumps-mpich: Broken for more than 6 months
2019-03-05 math/sdpara: Broken for more than 6 months
2019-03-05 net/tn5250j: Broken for more than 6 months
2019-03-05 net-im/pidgin-skype: Broken for more than 6 months
2019-03-05 net-im/skype: Broken for more than 6 months
2019-03-05 net-im/skype-devel: Broken for more than 6 months
2019-03-05 science/dft_tools: Broken for more than 6 months
2019-03-05 science/triqs: Broken for more than 6 months
2019-03-05 security/hamachi: Broken for more than 6 months
2019-03-05 textproc/elixir-ex_doc: Broken for more than 6 months
2019-03-05 x11/altyo: Broken for more than 6 months
2019-03-05 x11/pantheon-terminal: Broken for more than 6 months
2019-03-05 x11-wm/e-module-everything-websearch: Broken for more than 6 months
Update x11/xlsatoms to 1.1.3
Fix dependencies
This release fixes issues with listing ranges of atoms, as well as
including general janitorial maintenance.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059614.html
PR: 236086
Submitted by: Samy Mahmoudi
Update x11/xrdb to 1.2.0.
Add license information
This release adds a -E flag to see the preprocessor command issued and
the output of the preprocessor, to aid in debugging.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059616.html
PR: 236088
Submitted by: Samy Mahmoudi
Update x11/xmodmap to 1.0.10
Add license file
This release provides a man page update and some small build fixes &
janitorial cleanups.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059615.html
PR: 236089
Submitted by: Samy Mahmoudi
Update x11/xlogo to 1.0.5
Fix dependencies
Add license file
This release fixes a bug in which you had to hit "q" then "Escape" to
exit, and collects several years worth of janitorial maintenance.
Changelog:
https://lists.x.org/archives/xorg/2019-March/059637.html
PR: 236305
Submitted by: Samy Mahmoudi
Update x11/xinit to 1.4.1
This release fixes a bug when too many arguments are supplied to the program
and improves the man pages.
Changelog:
https://lists.x.org/archives/xorg/2019-March/059636.html
PR: 236304
Submitted by: Samy Mahmoudi
Simple XLib program to highlight the cursor position. This is similar to
the feature found in Windows XP (and possibly later?).
Reviewed by: krion, mat
Approved by: krion (mentor), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19440
Since the source weather plugin uses switched fully to SSL
the plugin (using HTTP) fails.
The fix by upstream is to omit HTTP_CONDUIT flag on the plugin.
It is backported from upstream here, until their next release.
Reviewed by: arrowd (maintainer, Haskell@)
Approved by: arrowd (maintainer, Haskell@)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D19403
j4-dmenu-desktop is a replacement for i3-dmenu-desktop. It's purpose is to
find .desktop files and offer you a menu to start an application using
dmenu. Since r2.7 j4-dmenu-desktop doesn't require i3wm anymore and should
work just fine on about any desktop environment.
You can also execute shell commands using it.
WWW: https://github.com/enkore/j4-dmenu-desktop
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D18911
A file was moved between packages between 5.14.x and 5.15.x.
This hopefully helps portupgrade/portmaster to get the order right.
PR: 236171
Reported by: Peter C B Henderson <peter.henderson@ieee.org>
- Use REINPLACE_CMD instead of patch files to respect CFLAGS, CPPFLAGS and
LDFLAGS. Also, remove the patch file from the files directory.
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D19396
Update x11/bitmap to 1.0.9
Add license
add missing dependencies
This release fixes a long standing bug in the bitmap editor where
operations would not work properly when NumLock was on.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059595.html
PR: 235912
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising)
update x11/xhost to 1.0.8
Add license
This release hardens xhost against corrupted or malicious responses from
the X server, as well as some minor bug & compatibility fixes, and general
janitorial maintenance.
Changelog:
https://lists.x.org/archives/xorg/2019-February/059613.html
PR: 235910
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising)
Update x11/libXau to 1.0.9.
Strip installed library.
The original PR suggested adding a variety of different licenses, all
MIT-like. After discussion with portmgr, it was decided that since the
liceneses are basically the same (only wording differs), we just tag it as
MIT licensed, without making a difference. This is already done.
PR: 235911 (based on)
Submitted by: Samy Mahmoudi
Sponsored by: B3 Init (zeising)
A bash script to handle Simple Password Store in a convenient way
using rofi.
Features:
- Open URLs of entries with hotkey
- Add new Entries to Password Storage
- Edit existing Entries
- Generate new passwords for entries
- Inline view, which can copy/type individual entries
- Move/Delete existing entries
- Type any field from entry
- Auto-typing of user and/or password fields
- Generating OTPs
WWW: https://github.com/carnager/rofi-pass
PR: 235114
Submitted by: alex@xanderio.de
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127
Disable webkit-gtk[23] support if the port/plugin supports it.
Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].
Haskell and geany where skipped and will be handled by the maintainers.