Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c0bb38de | 2024-10-28 05:00:11 | Patch xfe to run gtar X File Explorer ran tar -a, which failed with "unknown option". Switch to GNU tar, by changing "tar ___" commands into "gtar ___". ok bcallah@ (maintainer) | ||
| 102803f3 | 2024-07-05 13:24:49 | Xfe looks for pkexec at configure time to install a polkit policy file. Add a BDEP on sysutils/polkit to make Xfe happy and bump. Spotted by naddy in his latest bulk. | ||
| 92b4694d | 2024-07-02 16:14:39 | Update to xfe-1.46.2 Changelog: http://roland65.free.fr/xfe/ | ||
| 0d78a6b6 | 2023-09-27 20:37:01 | MASTER_SITES -> SITES now I only need to finish modules! | ||
| 1c1336eb | 2023-07-25 15:21:29 | Update to xfe-1.45 News: http://roland65.free.fr/xfe/ | ||
| 21f1bb8a | 2022-03-11 20:15:18 | drop RCS Ids | ||
| fc7e2c27 | 2021-10-03 21:19:57 | Update to xfe-1.44 Some bug fixes and icon refreshes. | ||
| c511bb45 | 2019-06-13 21:50:36 | Bugfix/translation update to xfe-1.43.2 | ||
| 25f0e460 | 2018-10-24 14:27:57 | Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. | ||
| 03f26ad0 | 2018-10-03 13:38:16 | Update to xfe-1.43.1, bugfix update to fix a regression in search display. Retake MAINTAINER ok giovanni@ |