- Don't unconditionally set mode 600 on 3dm2.conf
Noticed by: Craig Leres <leres ee lbl gov>
Submitted by: maintainer (in a follup to the PR)
PR: ports/114994
Maintainer notes:
Please note that the format of listtexts have changed. So, if you have
custom listtexts which contain non-USASCII characters, you should convert
them. It is easily done with the following one-liner:
perl -i -p -e 's/([\x80-\xff])/sprintf("\\u%04X",ord($1))/ge' /path/to/texts/*
PR: ports/115121
Submitted by: Christian Laursen <xi@borderworlds.dk> (maintainer)
It derived around 1920, probably via Clobyosh, from Klaverjassen,
a game played since at least the 1600s in the Netherlands.
Closely related games are played throughout the world.
WWW: http://www.gnomefiles.org/app.php/Belooted
PR: ports/115122
Submitted by: Yinghong Liu <relaxbsd at gmail.com>
* Now tracks changes to OPTIONS settings, and the effect those
have on port dependencies.
* Cleanup of warning and error messages -- new 'Warnings'
configuration variable to turn them on/off
* New 'Strict' configuration option -- at the moment this just
enforces a check that all ports are referenced from the
category Makefile in the directory above. May be extended to
other items later.
* New 'CrunchWhitespace' configuration option -- emulate the way
that 'make index' collapses multiple whitespace into single in
port description lines.
* Internal changes to data structures, cache file locking
etc. which will be needed to support multithreaded cache
initialization / update (It is coming... eventually). One
consequence is that there is no longer a dependency on
Storable.pm
* Mk/bsd.commands.mk and Mk/bsd.destdir.mk added to the list of
Makefiles where changes are not expected to affect the INDEX.
* Bugfix -- correct programming error when picking out changes to
lists of SUBDIRs in category Makefiles.
Note: You will have to reinitialize the ports cache when updating.
Unfortunately, due to the changes in BerkeleyDB locking / concurrent
access, version 2.0 code cannot even open the version 1.9 data cache.
PR: 115222
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Thanks to Harold Gold for making the patch and Brett Glass (brett on lariat.net) for bringing it to maintainer's attention
- Bump PORTREVISION
PR: 115073
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer)
SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU
being written in NASM x86 assembly.
WWW: http://www.sourceforge.net/projects/sexyspc/
PR: ports/115223
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
have an UTF-8 enabled mutt out of the box.
- Add WITH_MUTT_SMTP know.
- Bump PORTREVISION
PR: 115109
Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
own clean-up routine (jas_cleanup). The call would be of limited
use anyway, as freeing memory at exit is useful only for tracking
down memory leaks. Removing the atexit call eliminates crashes in
ImageMagick and GraphicsMagick, when they are compiled with modules
support -- when a library is dlclosed, calling its cleanup routine is
certain death...
When compiling with gcc, declare the routine with ``__attribute__
(destructor)'' as per kan's otherwise obnoxious and inflammatory
e-mails. This will make sure, the routine is invoked, when libjasper
is dlclosed(). The only known apps that do that are ImageMagick and
GraphicsMagick (when built with modules support). They both call
the routine explicitly anyway...
While here enable parallel build of jasper itself, and eliminate the
most threatening warnings.
Bump PORTREVISION.
- mplayer is now pkg_add'able as it no longer depends on restricted ports
- Remove compatibility tweaks for FreeBSD-4 as it is no longer supported
- A patch to correct handle amd64 in libdha-pci.c
PR: ports/115170
Submitted by: maintainer