- temporarily disable the SpamAssassin patch, since vdelivermail was
reorganized a bit;
- fix a couple of potential buffer bound problems;
- remove the unconditional -fPIC; we handle this ourselves for amd64.
- Restrict to Perl 5.8+ due to new dependency upon graphics/p5-GD-Graph
- Mark as deprecated as per vendor and expire in the new year
- Remove now-unnecessary patch
PR: ports/99010
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
colored groups, causing them to fall out of the screen. You can
either win by clearing your entire field, or lose if any balls
attach below the white line near the bottom.
The main difference between this game and the classic Bust a Move,
is online multiplayer support, with menu options for playing against
random opponents, or starting or joining a named (private) game.
WWW: http://www.junoplay.com/
PR: ports/98966
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
for a few minutes and occupy your hands in the meantime. Guaranteed
no adrenaline rush!
WWW: http://www.junoplay.com/
PR: ports/98965
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
register_globals = On; permits including of any remote file, which in turn
permits rading of any file.
PR: ports/98993
Submitted by: maintainer
Security: http://www.securityfocus.com/archive/1/435379
- Correct the #include of <mysql.h>
- Add `-rdynamic' to LDFLAGS for main executable
[1] Since I do not plan to commit GCC 2.95 support to Quetoo SVN, I decided
to not split patch for separate files. Once we stop supporting RELENG_4,
this patch can go away if it would cause problems keeping it in sync.
Reported by: krismail [1]
it, and remove a stray reference to SDL_image.h from the source.
Noteced by: Clive Crous, the Vulture's Claw developer
PR: ports/99001
Submitted by: maintainer
* Update default PHP version from 4 to 5 [2]
* Update default LDAP version from 2.2 to 2.3 [3]
* Add support for LDAP version 2.4 [4]
* Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5]
* Switch default Linux X implementation from XFree86 to xorg to track the
above [5]
* Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG. If set to "yes",
the old behavior is preserved. Otherwise, it can be set to a list of
directories to be added to ${PREFIX}/libdata/ldconfig/${UNIQUENAME}.
Note that this directory is used by ldconfig startup script, it is meant
to replace ldconfig scripts installed by some ports as (sometimes
000.${UNQUENAME}.sh) [6]
* Adds USE_LDCONFIG32 which is like USE_LDCONFIG but the target file is
${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead. (Note: this should
only be used on 64-bit architectures) [6]
* Set the default LANG for tr to be C to avoid some build problems [7]
* Include bsd.java.mk in both pre and post sections [8]
* Get rid of remnants of FORCE_PKG_REGISTER [9]
* Always print options with make showconfig [10]
PR: 92805 [1], 92806 [2], 96793 [3], 97515 [4], 96849 [5],
91933 [6], 91381 [7], 97020 [8], 95841 [9], 97133 [10]
Submitted by: ale [1][2], delphij [3][4], netchild [5], flz [6],
Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
[7], hq [8], sem [9], pav [10]