Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.8_2 31 Dec 2018 10:27:47 |
rene |
Remove KDE4, part 1
2018-12-31 deskutils/strigidaemon: KDE4 is end-of-life
2018-12-31 deskutils/strigiutils: KDE4 is end-of-life
2018-12-31 deskutils/strigiclient: KDE4 is end-of-life
2018-12-31 deskutils/libstreams: KDE4 is end-of-life
2018-12-31 deskutils/libstreamanalyzer: KDE4 is end-of-life |
0.7.8_2 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.7.8_1 03 Sep 2015 15:44:14 |
rakuco |
Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.
This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.
r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports (Only the first 15 lines of the commit message are shown above ) |
0.7.8_1 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.7.8_1 13 Feb 2014 19:44:34 |
tijl |
Always use iconv from libc when available even when libiconv is installed.
PR: ports/186704
Approved by: kde (makc) |
0.7.8 10 Nov 2013 17:28:44 |
rakuco |
- Add staging support to the Strigi ports.
- Indicate that deskutils/strigi is a meta-port.
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> |
0.7.8 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.7.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.7.8 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.7.8 26 Mar 2013 15:43:10 |
makc |
- Split deskutils/strigi port on libraries, client, daemon and utilities.
deskutils/strigi is a meta port now
- USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer |