/databases/py-Elixir/

eebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/hikari/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* x11-wm/hikari: fix buildpkubaj2019-06-061-1/+1
| | | | | | | | | Add USES=compiler:c11 to fix build. Note that this port actually needs C17, but there's no USES=compiler:c17, and our C11-compatible compilers already support C17: cc1: error: unrecognized command line option "-std=c17" Approved by: mentors (implicit approval)
* x11-wm/hikari: update to 0.1.3swills2019-05-261-8/+7
| | | | | | | While here, improve the desktop file and improve formatting PR: 238110 Submitted by: Alexander Sieg <alex@xanderio.de> (maintainer)
* Add hikari.desktop for display/login managers.0mp2019-05-221-2/+11
| | | | | | | | | | While here: - Include bsd.port.pre.mk before checking the value of WITH_DEBUG so that WITH_DEBUG_PORTS is respected. - Mention that the format of config.h may change across versions. PR: 238019 Submitted by: Alexander Sieg <alex@xanderio.de>