they use an obsolete module that doesn't seem to work anymore. As a result,
the scripts fall back on the hard-coded paths. I have reworked the scripts so
they don't use pkg-config or hard-coded paths and fixed build with custom
PREFIX/LOCALBASE [1]
- mark MAKE_JOB_SAFE
Submitted by: maintainer
Reported by: QATty [1]
popular open source MySQL database system for content storage.
It's completely free, totally customisable and in constant development.
WWW: http://www.e107.org/
PR: ports/135090
Submitted by: Wen Heping <wenheping at gmail.com>
to it have been added. These are to install standard fonts used in the
Ports Collection. Currently they contain:
std.ja_JP/Mincho
std.ja_JP/Gothic
std.ja_JP/Ryumin-Light
std.ja_JP/GothicBBB-Medium
std.zh_CN/STHeiti-Regular
std.zh_CN/STSong-Light
std.zh_CN/MSung-Light
std.zh_CN/MHei-Medium
under ${PREFIX}/share/fonts/. They are just symlinks to
corresponding font files. The symlink names are based on popular
PostScript font names.
Applications should refer the font files via XLFD or fontconfig
first. If they need a direct reference to the font file, please use
files in std.*/*. This is because direct reference to a specific
font name in an application configuration file makes the maintenance
difficult when the font file name is changed, for example.
japanese/ipa-ttfonts -> japanese/font-mplus-ipa
japanese/ipa-ttfonts -> japanese/font-ipa
japanese/kochi-ttfonts -> japanese/font-kochi
japanese/mplusfonts -> japanese/font-mplus
japanese/sazanami-ttf -> japanese/font-sazanami
japanese/shinonome -> japanese/font-shinonome
japanese/umefont -> japanese/font-ume
japanese/vlgothic -> japanese/font-vlgothic
While basically these are port name changes for consistency,
installation directories are also changed:
font files -> ${PREFIX}/share/${PORTNAME}/*
symlinks -> ${PREFIX}/share/fonts/{TTF,OTF,fontname,...}/*
symlinks -> ${PREFIX}/lib/X11/fonts/{TTF,OTF,misc,fontname,...}/*
A user-visible one is that the directory name "TrueType" is replaced
with "TTF".
#1 There were problems with p5-Mail-DKIM 0.33, requiring >=0.34 [1]
#2, running spamassassin via procmail could close without generating
a error code [1] [2]
#3, compiling spamc/spamd with NON base, ie PORTS openssl would fail.
patch to makefile to include CFLAGS [1] [3]
- Bump PORTREVISION
PR: ports/135001 [1], ports/134552 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) [1],
Eric van Gyzen <eric@vangyzen.net> [2],
olivier [3]
colors (256 colors) instead of rxvt's 88 colors.
This can be useful for some vim colorschemes, elinks, or any apps able
to use 256 colors. :)
It's disabled by default, so it doesn't affect already installed
rxvt-unicode packages, so I think it doesn't need a version bump.
PR: ports/134910
Submitted by: Pierre Guinoiseau <geekounet (at) poildetroll.net>
SRC_BASE or SYSDIR respectively.
- Add a few extra patches: [1]
- An old patch by Enache Adrian to help NetBSD/OpenBSD guest support:
http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00125.html
(At least NetBSD still has issues seeing pci devices with acpi and
assigning correct pci irqs without acpi when there still is an mptable
which the qemu/kvm bios now defaults to providing, and it also doesn't
seem to like most of the emulated nic choices - but these remaining
issues have nothing to do with kqemu. I'll post a little more on the
qemu-devel list...)
- A patch series by Jan Kiszka from May 2009:
http://lists.gnu.org/archive/html/qemu-devel/2009-05/msg01550.html
In the unlikely case that any of these patches cause regressions please
define WITHOUT_EXTRA_PATCHES and post details about your host _and_ guest
on freebsd-emulation@freebsd.org .
Obtained from: qemu-devel mailinglist [1]