Age | Commit message (Collapse) | Author | Files | Lines |
|
Gives games/frozen-bubble a chance to work.
Addresses PR pkg/25964 by Juan Romero Pardines.
|
|
support for NetBSD/sparc 1.4.
|
|
|
|
|
|
|
|
- needs -lCrun when building with SunPro so programs that link
against libsmpeg.so can resolve all symbols.
- USE_GCC_SHLIB
|
|
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
|
|
when using gcc 3.3.
|
|
devel/patch.
|
|
|
|
|
|
so.
|
|
|
|
|
|
|
|
- drop unneeded trailing /
|
|
|
|
|
|
|
|
|
|
definitions which sunpro doesn't like.
|
|
|
|
p5-Test-Harness.
the old way:
{p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
is normally ok because if either is installed the dependency is
satisfied. however, in a bulk build, every package which uses this
DEPENDS is automatically failed because p5-Test-Harness is preferred
but it conflicts with perl>=5.8.3 (they both install bin/prove and
prove.1).
this way, perl is preferred and the dependency should be satisfied
correctly in bulk builds.
|
|
const char * value.
add a cast and make a char * const to allow this to build.
|
|
|
|
|
|
|
|
|
|
files into it.
|
|
(10 Jun 2004, from /branches/1.0.5)
http://svn.collab.net/repos/svn/tags/1.0.5
User-visible-changes:
* fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
|
|
|
|
breaks other packages when enabled.
|
|
Should fix build on Darwin/Mac OS X.
|
|
|
|
changes:
unknown
|
|
changes:
* kuiviewer: Fixed loading of menu layout definition
* cervisia: Fixed several bugs in resolve dialog
* cervisia: Don't ignore the CVS_RSH setting during checkout
* cervisia: Handle spaces in the working folder name correctly
* cervisia: Honor option "Hide Non-CVS Files" when opening a branch in the
file tree
|
|
changes since 1.11.16:
SERVER SECURITY FIXES
* Thanks to Stefan Esser & Sebastian Krahmer, several potential security
problems have been fixed. The ones which were considered dangerous enough
to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, &
CAN-2004-0418 by the Common Vulnerabilities and Exposures Project. Please
see <http://www.cve.mitre.org> for more information.
* A potential buffer overflow vulnerability in the server has been fixed.
This addresses the Common Vulnerabilities and Exposures Project's issue
#CAN-2004-0414. Please see <http://www.cve.mitre.org> for more information.
|
|
|
|
|
|
Noted by last kristerw@'s bulk build.
|
|
|
|
devel/boost-thread by choosing user.hpp vs. thread_user.hpp based on
_REENTRANT or _PTHREADS being defined. (This set of conditionals will
probably need to be expanded as SunPro and MIPSpro are tested.)
|
|
|
|
have been here).
|
|
|
|
Too many changes to list here, please review the Changelog file.
Mostly they were bugfixes.
The patch to update to this version was sent via private email
by Sergio Jimenez <tripledes at eslack dot org>.
|
|
use the _INCOMPATIBLE negative variant instead.
|
|
build system, which is actually being used now to build the backing binary
libraries necessary to make date_time, regex, and a few other libraries
work.
While here, the thread and python libraries have been split out to their
own subpackages, devel/boost-thread and devel/boost-python, so that the
main boost package need not rely on the presence of either to provide
basic functionality.
|
|
Correctly 'downgrade' -march=pentium3 -mno-sse to -march=pentiumpro
for older compilers. Should address PR pkg/25759
|
|
0.7.3 is a SECURITY FIX release of Roundup. All users are encouraged
to upgrade immediately.
2004-05-28 0.7.3
Fixed:
- add "checked" to truth values for Boolean input
- fixed import in metakit backend
- fix SearchAction use of Class.filter(), and clarify API docs for same
- ensure static files may only be served out of the tracker's "static
files" directory
|