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]
Don't kick yourself for missing a single goal!
* Stay up to date with the latest scores, see videos of the best goals,
and talk about the 2006 World Cup with fellow fans.
* Downloads in minutes, installs in seconds, and keeps all your existing
bookmarks and settings
* Get all the football action you can handle using Firefox's tabbed
browsing and integrated search.
* Show support for your favorite team by changing the browser's look and
feel.
WWW: http://www.mozilla.com/add-ons/jogacompanion/
Requested by: itetcu
- support IPV6 for system with NO_MAILWRAPPER set
Reported by: Jamie Jones
Users on FreeBSD 2.x and 3.x must define SENDMAIL_WITHOUT_IPV6=yes
- update howto-sasldb
Bad URLs Reported by: Dean Hamstead
modifying records. (jpilot.org)
- Add patch to fix unresolved symbol glob_tooltips when using
jpilot-sync (jpilot.org)
- Take mainteinership.
PR: ports/98956
Submitted by: "Alex Samorukov" <samm@os2.kiev.ua>
weak references. This module is a Perl-level interface to that API,
allowing weak references to be created in Perl.
A weak reference is just like an ordinary Perl reference except
that it isn't included in the reference count of the thing referred
to. This means that once all references to a particular piece of
data are weak, the piece of data is freed and all the weak references
are set to undef. This is particularly useful for implementing
circular data structures without memory leaks or caches of objects.
WWW: http://search.cpan.org/dist/WeakRef/
PR: ports/98963
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
- Update SoyaTutorial to 0.11
- Added new dependency (security/py-cerializer). py-soya3d allow to use py-cerealizer.
- Fixed the installation of SoyaTutorial.
PR: 98959
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
because it does not link the test-program with -pthread.
Remove the static -lx264 and replaces it with the accurate
`pkg-config --libs x264`, so the linker finds all the symbols needed.
After that, mencoder can finally encode x264-movies.
PR: ports/98914
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Approved by: maintainer
- Remove pkg-message and NO_PACKAGE for !i386.
- Fix building on ia64 (take endianess from mahcine/endian.h and don't
complain about an unknown arch), and probably other archs.
- Make portlint happy (append to BUILD_DEPENDS after bsd.port.pre.mk).
Approved by: Ed Schouten <ed@fxq.nl> (maintainer)
entire X related infrastructure of the linux ports which use fonts somehow
assume this.
This fixes missing fonts for those, which install from scratch instead of
portupgrade-ing to it.
Noticed by: mezz
most of which were added on top of a very C-like core to support better
ad-hoc scripting:
* syntax similar to ANSI C
* standard library similar to ANSI C
* automatic memory management
* runtime polymorphism
* support for exceptions
* support for anonymous functions
Additionally, an interpreter for the Arena language can be implemented
to be very compact in terms of both source code size and memory consumption.
WWW: http://www.minimalinux.org/arena/