Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.3_1 04 Feb 2019 19:47:39 |
rene |
Remove expired ports and dependencies:
sysutils/hs-ekg: Removed, depends on expired sysutils/hs-ekg-json
sysutils/hs-ekg-json: Has expired: Doesn't build with newest Haskell libraries
net-mgmt/icinga-core: Has expired: Upstream EOLed Icinga 1.x from 2018-12-31
net-mgmt/icinga: Removed, depends on expired net-mgmt/icinga-core
net-mgmt/icli: Removed, depends on expired net-mgmt/icinga-core
net-mgmt/icinga-classicweb: Has expired: Upstream EOLed Icinga 1.x from
2018-12-31
net-mgmt/pnp-icinga: Removed, depends on expired net-mgmt/icinga-classicweb |
1.13.3_1 03 Jan 2019 10:06:45 |
lme |
net-mgmt/icinga-core
Icinga 1.x was EOL'ed by upstream on 2018-12-31.
Add a deprecation warning and expiration date in a month. |
1.13.3_1 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.13.3_1 02 Aug 2017 16:09:43 |
lme |
- Add descr variable to all my ports' rc scripts
- Bump PORTREVISION |
1.13.3 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.13.3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.13.3 10 Oct 2015 14:03:01 |
tijl |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
1.13.3 12 Aug 2015 21:01:07 |
lme |
- Split the Icinga port into two separate ports. One for the backend, one for
the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other
two ports.
- Add an UPDATING entry for above changes.
- Bump PORTREVISION
Reviewed by: bapt |