* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
(make/leave it on by default)
- Remove DBUS_CMAKE_ON=-DWITH_DBUS=ON: it's already ON by default (set
in awesomeConfig.cmake) so it's not needed and just raises questions
- DBUS_CMAKE_OFF: specify variable type (BOOL) as done everywhere else
in the ports
Approved by: garga (maintainer)
that was commonly used on commercial UNIX variants such as Sun Solaris,
HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been
released under an Open Source licence by The Open Group.
WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/
In file included from window1_glade.cc:23:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list
Reported by: pkg-fallout
- Ratpoison now depends on libXrandr instead of libXinerama.
- Upstream stopped maintaining a Changelog [1].
- Take maintainership
[1] Refer to the repository log at
http://git.savannah.nongnu.org/cgit/ratpoison.git/log/
for a detailed list of changes.
Obtained from: swills (mentor, implicit)
- Use AC_USE_SYSTEM_EXTENSIONS.
- Build .xz tarball too.
- Use RandR data to populate screens structure.
- Remove unused Mode.display.xinerama_active.
- Refactor some screen stuff.
- Refactorization in WarpFocus().
- Window list: Show windows on same head as pointer first.
- Drop incomplete HAVE_STDARG_H stuff.
- Fix warning with recent pango.
- Warning fixes for gcc 7.
- Delete interpreter shebang from file
that is not meant to be executed and
does not have executable permissions
- Don't use capital letter after colon
- Create x11-wm/awesome3 for users who want to keep running 3.5.x because
API is not backward compatible
- Add UPDATING note
- Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for
users to convert configuration files to 4.x
Differential Revision: https://reviews.freebsd.org/D10341
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707