notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: textproc/wv2/files/patch-cmake_FindIconv.cmake

Number of commits found: 3

Saturday, 29 Aug 2015
12:45 rakuco search for other commits by this committer
Clean up iconv-related patches.

The port is still linking to libiconv.so from ports on all FreeBSD releases,
but that will be dealt with separately.

For now:
- Remove patch-cmake_FindIconv.cmake. Since the iconv port is always present
  (sometimes due to an indirect dependency), the hacks in the patch are not
  necessary and the ports files are always found (this will change later and
  libc will be preferred on >= 10.1).
- Make patch-CMakeLists.txt smaller. It is fine to let the port check for
  sys/iconv.h, and the try_run() statement can be fixed on 9.3 by making
  sure the test program is built with iconv's paths and libraries.

Test-built on 9.3-i386, 10.1-amd64 and HEAD-amd64.
Original commitRevision:395552 
Thursday, 12 Sep 2013
10:07 fluffy search for other commits by this committer
- Fix build with base iconv on recent -CURRENT

Submitted by:	Stefan Esser (se@) via private mail
Original commitRevision:327050 
Saturday, 19 Sep 2009
11:24 fluffy search for other commits by this committer
- Update to 0.4.0 release
- Adopt

This required for upcoming KOffice-2.1 for KDE4

Approved by:    miwi (mentor)
Feature safe:   yes
Original commit

Number of commits found: 3