- Spell "dillo" as "Dillo" when refering to the Dillo project/software
PR: ports/100743
Submitted by: Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
- from Changes
- Following some useful e-mail discussions with Mark Linimon
and Dan Langille, switch to using the MASTER_PORT variable
to detect master/slave relationships between ports.
MASTER_PORT will be set in every slave port whereas
MASTERDIR doesn't have to be. Here a slave port is one
defined as using port metadata from some other port, and
doesn't have to go as far as requiring both master and slave
to use the same Makefile and other ports infrastructure.
- Keep track of the version of the software used to create the
cache, and prompt for a cache rebuild if the software has
been upgraded since. A cache rebuild is definitely required
for the 1.6 -> 1.7 update.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
PR: 100759
Submitted by: maintainer (Matthew Seaman)
- Remove LITS and SKYBOXES options (JoeQuake is based on FuhQuake, so it also
supports them; a separate port has been done).
- Use patches instead of ${REINPLACE_CMD}.
- Add HUD option.
- Make FuhQuake write in ~/.fuhquake.
PR: ports/91893
Submitted by: alepulver (myself)
Approved by: maintainer (timeout)
- Use Makefile for building instead of scons, and remove Perl dependency.
- Use pkg-plist.
- Add OPTIONS. Allow to build without X11, threaded version, etc.
- Fix building on non-i386 and FreeBSD 4.X.
- Respect CFLAGS when optimizations are enabled.
- Add patch to fix 2 security vulnerabilities [1].
PR: ports/98295
Submitted by: alepulver (myself)
Approved by: maintainer (timeout)
Obtained from: q3icculus (http://icculus.org/quake3/) [1]
Security: CVE-2006-2082 [1]
File::Format::RIFF provides an implementation of the Resource
Interchange File Format. You can read, manipulate, and write
RIFF files.
WWW: http://search.cpan.org/dist/File-Format-RIFF/
hour normal gethost functions are thread-safe. Also, wrap thread-safe
definitions around a check for _PR_PTHREADS.
Reported by: Sean C. Farley <sean-freebsd@farley.org>