Submitter says:
> I noticed that the construction of the man pages for the tiff-3.4 port are
> broken. In the Makefile for the 'man' directory, it assumes that the
> value of the makefile variable "MANPATH" is null, and doesn't explicitly
> set it. This isn't the case on FreeBSD where it's set in
> /usr/share/mk/bsd.own.mk, which is invoked by /usr/share/mk/sys.mk.
>
> The patch I suggest is to explicitly set the MANPATH variable to null
> so that the .so commands are later built correctly.
Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
- CAM support without patches
- Directly writes wav, aiff, and other formats besides pcm
- I don't get funny errors with my IBM-branded Toshiba drive :-)
PR: 9267
Submitted by: oliver.fromme@heim3.tu-clausthal.de (author & maintainer)
'ldconfig -m %B' must be next after libraries and shouldn't be next after
include files because '%B' represents the prefix of previous file.
And sort alphabetically.
A Portable Emacs Library for emacs.
editors/apel-emacs20:
A Portable Emacs Library for emacs20.
editors/apel-mule:
A Portable Emacs Library for mule.
o Correct "Version required" header in apel-emacs/Makefile.
o Fix virtual category "elisps" to "elisp".
PR: ports/8831
Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
dependencies to perl5 in -current. This might cause some unwanted
perl5 installations on -stable (if it was originally RUN_DEPENDS,
perl5 will now be installed during build too, etc.), but its lifetime
is limited anyway.
perl language. It contains following pieces.
<FreeType.xs> This is a simple caller of the FreeType library. It has
same API as the FreeType library, so please read a manual of that to
understand how to use this.
<FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use
the FreeType library from perl with easy, perl-like API.
<ftinfo.pl> This is a dumper of a lot of information in each TrueType
fonts. This convert them as human readable strings.
<mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC
fils. It has special handler for DynaLab fonts, so it make good
fonts.dir automatically. And it detects what language's fonts are
contained in it by looking at code_page_range field in os2 table, so
it makes right entries.
See also <http://www.io.com/~kazushi/xtt/#perlftlib>
Note that ftinfo core-dumps with a signal 11 in case using
perl5.00502. :-)
Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>