cc1plus: error: unrecognized command line option "-std=gnu++11"
While here, add gl to USES in accordance with modern usage.
Approved by: portmgr (tier-2 blanket)
/usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
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.
* Use upstream version instead of homecooked, since upstream has sane versioning.
* Add license
PR: 233986
Submitted by: Daniel Shafer <daniel@shafer.cc>
sysctlview is a gtk frontend for the sysctl mib.
WWW: https://gitlab.com/alfix/sysctlview/
PR: 235434
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>
On FreeBSD sshfs does not seem to support the "-o password_stdin" option.
Work around this limitation by using security/sshpass. This should be considered
a temporary work around until a better solution is found.
With this fix sharing of files from the device should finally work.
PR: 25303
Submitted by: Stefan Rumetshofer <sterum77@gmail.com>
ChangeLog (https://github.com/hluk/CopyQ/releases/tag/v3.7.3)
* Search and item selection reset when main window is closed
* Updated icons (Font Awesome 5.6.3)
* Tray icon animation is not triggered if no automatic commands are
run.
* Improved color themes on some systems
* Omit auto-hiding main window when it has a dialog open
* Fix transparency of some icons
* Fix size of menu when open on different screen
* Fix window geometry restore and rendering issues
* Fix auto-hide main window (e.g. on Gnome
when using Activities)
* X11: Fix small tray icon on Gnome
* X11: Fix icon mask file name according to standard ("copyq_mask")
Reported by: portscout
* 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)
ChangeLog:
Fixes an annoying bug with recollindex -z resetting the index format to the one
compatible with Xapian 1.2 and problematic with Xapian 1.4
Reported by: portscout
* New dependency of QT5. Remove all references to QT4
* Add gnome to USES
* Shebang file desktop/hotrecoll.py moved to filters/hotrecoll.py
* Portlint suggestions:
USE_LDCONFIG=yes
USE_GL+=gl when QT5 options is enabled
Changelog:
https://www.lesbonscomptes.com/recoll/release-1.24.html
PR: 235205
Submitted by: jjuanino@gmail.com