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 is 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: sysutils/jfbterm/files/patch-configure

Number of commits found: 2

Wednesday, 22 Sep 2010
05:40 pgollucci search for other commits by this committer
Dispose of autotools[1]. While here fix these bugs:
- GCC 4.4+ build (#elif with no expression)
- use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)

and
- move libiconv, libpng and gnu-unifont to respective options.
All ON by default. With all options unset = empty all-depends-list.

Requested by: paradox <ddkprog@yahoo.com>

[1] This should reduce build time and lessen dependencies with little
cost of maintaining more clear BSDmakefile and config.h that
were based on Makefile.am, configure.in and config.h.in.

Fix png14 regression

Use PREFIX in man pages, config, pkg-message
and drop redundant PKGMESSAGE assign as well

Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
while it builds fine the package may not work on archs without VESA support.

All options are ON in order for package to work with default configuration.

Tested building with BSDmakefile a bit on NetBSD and using
devel/bmake port. Perhaps, it can be included upstream.

PR:             ports/139107 (bsdmake), ports/146230 (png14), ports/146271
(PREFIX)
                ports/150759 [this pr]
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Friday, 12 Mar 2010
20:39 jkim search for other commits by this committer
- Enable support for 16-color mode on amd64.
- Make MTRR range for write-combining always power of two.
- Clear the memory range when we are exiting.

Okay'ed by:     nrg milk (bsdports at mail dot com) (maintainer)
Original commit

Number of commits found: 2