galactic conquest (4X) computer game being designed and built by
the FreeOrion project. FreeOrion is inspired by the tradition of
the Master of Orion games, but is not a clone or remake of that
series or any other game.
WWW: http://www.freeorion.org/
This fixes an issue where gksudo would successfully authenticate
the user, but fail to run the requested command. This was caused by
gksudo forking a new PTY, meaning that different TTY was used for the
"sudo -v" command and subsequent "sudo -n ..." command. Whilst this used
to work, newer versions of sudo used per TTY authentication caching.
Patch taken from Arch Linux: https://aur.archlinux.org/packages/libgksu/
Also fixed:
- Made Nautilus plugin optional, so gksu can be installed without GNOME
- Added license details, pet portlint
- Tidied patches: move path fixes into port Makefile
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
- No functional change on FreeBSD in this version
- Building the bootstrap target is enough to build Myrddin
- Always run the test suite after the build
Remove restriction from OPTIMIZED_CFLAGS, it only adds the -O3 flag and
works just as well on amd64 from what I can tell.
Note: Demosaic packs were not updated upstream because there were no changes
made.
Changes: https://www.libraw.org/news/libraw-0-18-13
- remove reference assemblies as a dependency: no longer required
- remove mono-addins as a dependency: shipped internally (via github)
- remove cmake as a dependency: replaced by new build system based on msbuild
- add multiple nuget feeds and move nuget dependencies into separate files
- explicitly set full path to install(1) to fix installation script
- USES=mono: read nupkg name and version from nuspec file
Differential Revision: https://reviews.freebsd.org/D16070
- add msbuild as build dependency (xbuild is no longer used)
- remove redundant mono dependency (now provided via USES)
- move nuget dependencies out to `nupkg-nuget` due to length
Differential Revision: https://reviews.freebsd.org/D16069
- Add a note to UPDATING about removal of support for IRC transport
- Thanks to reporter for help with testing
PR: 229388
Reported by: post at zuglufttier dot de
- Add LICENSE and LICENSE_FILE
- Register missing dependencies
- Switch to USES=localbase framework
- Add NLS option
- Add INTEL_FIX option to fix garbled screenshot when 3D hardware acceleration is enabled via x11-drivers/xf86-video-intel port
- Provide more elaborate port description and add WWW line in pkg-descr
Changelog: https://gitlab.gnome.org/GNOME/gnome-screenshot/blob/master/NEWS
PR: 229061
Submitted by: cpm
Reviewed by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: gnome (maintainer timeout, 2 weeks)