- 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.
Release announcement:
https://blog.qt.io/blog/2019/02/01/qt-5-12-1-released/
Changelog:
https://wiki.qt.io/Qt_5.12.1_Change_Files
- A change was required to qt-dist.mk to always pass LOCALBASE to qmake,
as Qt5 has been installed to a prefix for some time now, there should
not be any harm in that, with respect to it picking up installed versions
of itself during build.
PR: 235622
Exp-run by: antoine
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)