Age | Commit message (Collapse) | Author | Files | Lines |
|
testing for the presence or absence of tcl or tk, so add these to the
files managed by buildlink2.
|
|
|
|
Changes:
* Fix a bug not to accept the option -L. (cvscan)
* Fix a bug that the default value of 'maxclients' is not set properly
when 'maxclients' is not specified. (server)
* Fix bugs of alignment. (server/client)
* Fix bugs not to work properly when set 'errormode' to 'fixup' or
'ignore' in some case. (server/client)
|
|
for a terminal library.
[in an ideal world, ncurses wouldn't even be listed, but according
to the comments in configure.ac, some Linux distributions don't have
libcurses, only libncurses, so it should stay.]
fixes a problem when building with an external gcc, since gcc, when
installed into /prefix, unconditionally searches /prefix/lib for
libraries at link time causing it to find libncurses in /prefix/lib
(the normal gcc ugliness). this leads to the runtime linker being
unable to find libncurses.
noted by gavan@, fix tested by gavan@ and myself.
|
|
It broke installation of audit-packages as the first package in the system.
Okayed by Alistair.
|
|
|
|
|
|
so compiler-dependent settings can be set later.
USE_GCC2 - GNU Compiler Collection 2.x (default)
USE_GCC3 - GNU Compiler Collection 3.x (used already)
USE_MIPSPRO - Silicon Graphics, Inc. MIPSpro Compiler
USE_SUNPRO - Sun Microsystems, Inc. WorkShop/Forte/Sun ONE Studio
Compiler Collection
(Intel compilers on Linux, anyone? :) )
|
|
purpose as gsed/buildlink2.mk.
XXX IRIX is currently listed in _INCOMPAT_AWK - this should be removed
if awk on IRIX is known to be good.
|
|
handled by gsed/buildlink2.mk now.
tested on Solaris 9.
|
|
|
|
Changes with Apache 2.0.47
*) SECURITY [CAN-2003-0192]: Fixed a bug whereby certain sequences
of per-directory renegotiations and the SSLCipherSuite directive
being used to upgrade from a weak ciphersuite to a strong one
could result in the weak ciphersuite being used in place of the
strong one. [Ben Laurie]
*) SECURITY [CAN-2003-0253]: Fixed a bug in prefork MPM causing
temporary denial of service when accept() on a rarely accessed port
returns certain errors. Reported by Saheed Akhtar
<S.Akhtar@talis.com>. [Jeff Trawick]
*) SECURITY [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
of service when target host is IPv6 but proxy server can't create
IPv6 socket. Fixed by the reporter. [Yoshioka Tsuneo
<tsuneo.yoshioka@f-secure.com>]
*) SECURITY [VU#379828] Prevent the server from crashing when entering
infinite loops. The new LimitInternalRecursion directive configures
limits of subsequent internal redirects and nested subrequests, after
which the request will be aborted. PR 19753 (and probably others).
[William Rowe, Jeff Trawick, André Malo]
*) core_output_filter: don't split the brigade after a FLUSH bucket if
it's the last bucket. This prevents creating unneccessary empty
brigades which may not be destroyed until the end of a keepalive
connection.
[Juan Rivera <Juan.Rivera@citrix.com>]
*) Add support for "streamy" PROPFIND responses.
[Ben Collins-Sussman <sussman@collab.net>]
*) mod_cgid: Eliminate a double-close of a socket. This resolves
various operational problems in a threaded MPM, since on the
second attempt to close the socket, the same descriptor was
often already in use by another thread for another purpose.
[Jeff Trawick]
*) mod_negotiation: Introduce "prefer-language" environment variable,
which allows to influence the negotiation process on request basis
to prefer a certain language. [André Malo]
*) Make mod_expires' ExpiresByType work properly, including for
dynamically-generated documents. [Ken Coar, Bill Stoddard]
|
|
sed, or perhaps GNU sed.
packges should define USE_GNU_SED if GNU sed is really required,
otherwise we provide ${SED} in the buildlink/bin dir, unless the sed
provided on a given platform is known to be severely broken.
[one could argue Solaris' xpg4 sed falls in the "broken" category, but
for almost all intents and purposes, it is acceptable - define
USE_GNU_SED if a package still fails.]
XXX IRIX is currently listed in _INCOMPAT_SED - this should be removed
if sed on IRIX is known to be good.
|
|
|
|
the version to todays date:
Add support for gnutar's -O "extract to stdout" option.
|
|
|
|
Changes since 1.47:
1.49
- UVuf for non-IVSIZE platforms (from Keiichiro Nagano)
- OS/2 can always mix subsecond sleeps with signals
(part of perl change #19789)
1.48
- workaround for buggy gcc 2.95.3 in openbsd/sparc64
(perl change #19592)
|
|
|
|
|
|
- Fixed checkredir bug.
- Cleaned up configuration window.
- Removed double statusbar.
- Modified statusbar output.
- Fixed time zone problems.
- Fixed eBay maintenance window zapping.
- Fixed status LEDs.
- Added configurable update intervals.
- Added some HTML entities.
- Added local ending time feature.
- Added a warning about upper security levels and password blanking.
- Cleaned up debugging harness.
- Various minor bug fixes.
|
|
On i386 try to S/-fomit-frame-pointer/-momit-leaf-frame-pointer/ for
package with problems with -fomit-frame-pointer
|
|
On i386 try to S/-fomit-frame-pointer/-momit-leaf-frame-pointer/ for
package with problems with -fomit-frame-pointer
|
|
|
|
Apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10955
* unroll.c (unroll_loop): Fix off-by-one bug.
Fixes build issue with xdm and -O3
Suggested by fredb
|
|
automatically. Not true appearently.
|
|
-USE_NEW_TEXINFO, saves some patches
-symlink libiberty.a into build tree instead of buildlink/lib,
saves some patches
-put common make rules into Makefile.common (for all) and
buildaddon.mk (for all but the base "c" pkg)
|
|
|
|
Changes:
* Fix a memory leak. (server)
|
|
|
|
* Some speed improvements in SIMD code.
* --without-cycle-counter option is removed. If no cycle counter is found,
then the estimator is always used. A --with-slow-timer option is provided
to force the use of lower-resolution timers.
* Added missing static keyword that prevented simultaneous linkage
of different-precision versions; thanks to Rasmus Larson for the bug report.
* Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson.
* Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script;
thanks to Nicolas Decoster for the patch.
* Added 'make smallcheck' target in tests/ directory, at the request of
James Treacy.
|
|
|
|
|
|
Solaris 8)
|
|
|
|
intlfonts-1.2.1, libxml2-2.5.8, libxslt-1.0.31, nut-8.10,
sylpheed-0.9.3, vfu-4.03, waputils-1.3.2a [pkg/22076].
|
|
installation fix].
|
|
to avoid conflicting with Emacsen packages provided info files while
retaining consistent cross-references.
I.e a command like `$ INFOPATH=/usr/pkg/share/doc/gnus/info info' will
only give you access to the info files of_this_ version of GNUS.
Convert to USE_NEW_TEXINFO.
Bump PKGREVISION.
|
|
do-configure target. To do this I've introduced a new target,
pre-configure-overrides, that depends on ${_CONFIGURE_PREREQ}. It's run
after pre-configure but before do-configure.
This fixes pkg/22077, and allows benchmarks/benchfft to build correctly on
a -current cats box.
Reviewed by wiz@
|
|
|
|
|
|
Submitted by Bryan Carter Vyhmeister in PR 22087.
|
|
|
|
assertion failures from libpthread.
PKGREVISION++
|
|
Galois group data for the Pari computer-aided number theory system.
|
|
|
|
|
|
Changes:
* New feature : errormode (server/client)
Specifies the behaviour when any errors/conflicts are found in local
distributions.
abort : Exit/Disconnect with error messages immediately.
fixup : Recover errors/conflicts and keep running.
ignore : Ignore any errors/conflicts.
The keyword 'loose' is obsoleted, same to set 'errormode' to 'ignore'.
This exists only for the backward compatibility.
* Option (client)
-L : Set 'errormode' to 'fixup' for all collections.
* Option (cvscan)
-L : Set 'errormode' to 'fixup'.
-l : Set 'errormode' to 'ignore'.
* Improve stability. (server/client)
|
|
directories tuning]
|
|
|
|
Galois group data for the Pari computer-aided number theory.
|