summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-07-09Some packages check for tclsh and wish rather than using other means ofagc2-4/+6
testing for the presence or absence of tcl or tk, so add these to the files managed by buildlink2.
2003-07-09Note CVSync 0.23.8gehenna1-1/+2
2003-07-09CVSync 0.23.8gehenna2-5/+5
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)
2003-07-09force the configure script to look for ncurses *last* when lookinggrant3-1/+29
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.
2003-07-09Remove NO_MTREE=yesaymeric1-2/+1
It broke installation of audit-packages as the first package in the system. Okayed by Alistair.
2003-07-09Handle blank MACHINE_ARCH on Linux (as seen on 20030630 bootstrap kit)abs1-2/+2
2003-07-09Don't insist on using/compiling GCC if different compiler is in use.salo1-2/+4
2003-07-09Introduce few new variables for (mostly) non-GCC compilers use with pkgsrcsalo1-1/+15
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? :) )
2003-07-09add a buildlink for gawk. this is derived from and shares the samegrant1-0/+56
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.
2003-07-09remove OPSYS conditional to pull in GNU sed, as this is automagicallygrant1-7/+3
handled by gsed/buildlink2.mk now. tested on Solaris 9.
2003-07-09devel/apr, www/apache2itojun1-1/+3
2003-07-09upgrade to apache-2.0.47/apr-0.9.4.2.0.47.itojun5-21/+182
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]
2003-07-09enhancements to gracefully handle packages which require a non-brokengrant1-8/+38
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.
2003-07-08Note update of archivers/pax to 20030708jschauma1-1/+2
2003-07-08Synch with latest changes by simonb@ in basesrc and as a result, bumpjschauma6-25/+40
the version to todays date: Add support for gnutar's -O "extract to stdout" option.
2003-07-08Note update of time/p5-Time-HiRes to version 1.49.gson1-1/+2
2003-07-08Update to 1.49 since many CPAN mirror sites no longer have 1.47.gson2-5/+5
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)
2003-07-08The "bidwatcher" package was updated.tron1-2/+1
2003-07-08Note update of "bidwatcher" package to version 1.3.8.tron1-1/+2
2003-07-08Update "bidwatcher" package to version 1.3.8. Changes since version 1.3.7:tron3-7/+7
- 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.
2003-07-08Update cpuflags to 0.52:abs1-1/+2
On i386 try to S/-fomit-frame-pointer/-momit-leaf-frame-pointer/ for package with problems with -fomit-frame-pointer
2003-07-08Update cpuflags to 0.52:abs2-5/+13
On i386 try to S/-fomit-frame-pointer/-momit-leaf-frame-pointer/ for package with problems with -fomit-frame-pointer
2003-07-08No need to include texinfo.mk, bsd.pkg.mk does it.seb1-2/+1
2003-07-08Update gcc3 to gcc3-3.3nb4:abs4-4/+22
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
2003-07-08oops, I was assuming the .info files are put into the packlistdrochner3-3/+11
automatically. Not true appearently.
2003-07-08some cleanup:drochner42-4023/+3340
-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)
2003-07-08Note that CVSync 0.23.7 is released.gehenna1-1/+2
2003-07-08CVSync 0.23.7gehenna2-5/+5
Changes: * Fix a memory leak. (server)
2003-07-08fftw-3.0.1 update done.wiz2-3/+3
2003-07-08Update to 3.0.1:wiz4-32/+19
* 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.
2003-07-08Don't hardcode /usr/pkg in patches.markd4-8/+17
2003-07-08Obey the value of $CC passed into make. Allows building on Solaris.markd2-1/+14
2003-07-08Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build onmarkd1-1/+2
Solaris 8)
2003-07-08Fix a typo in a commentagc1-2/+2
2003-07-08+ TeXmacs-1.0.1.17, cscope-15.4, cxref-1.5e, fftw-3.0.1, global-4.6,wiz1-4/+13
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].
2003-07-08Note update of mail/gnus to version 5.10.2nb1 [info files directoryseb1-1/+2
installation fix].
2003-07-08Install vanilla info files in a package specific directoryseb5-71/+41
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.
2003-07-08Fix for _CONFIGURE_PREREQ targets not being run when a package defines achris1-5/+10
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@
2003-07-08Added brs-4.0.wiz1-1/+2
2003-07-08Add and enable brs.wiz1-1/+2
2003-07-08Initial import of brs, a program to read the King James Version Bible.wiz6-0/+96
Submitted by Bryan Carter Vyhmeister in PR 22087.
2003-07-08kdemultimedia is now at 3.1.2nb1.skrll1-2/+2
2003-07-08Fix the shutdown mutex handling in the decoderPlugin so we don't getskrll3-2/+16
assertion failures from libpthread. PKGREVISION++
2003-07-07Note addition of pari-galdata.jtb1-1/+2
Galois group data for the Pari computer-aided number theory system.
2003-07-07Note cvsync 0.23.6gehenna1-1/+2
2003-07-07Make that read "number theory system".jtb1-1/+1
2003-07-07cvsync 0.23.6gehenna2-5/+5
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)
2003-07-07Note update of lang/twelf to version 1.4nb1 [documentation's installationseb1-1/+2
directories tuning]
2003-07-07Add pari-galdata.jtb1-1/+2
2003-07-07Initial import of pari-galdata.jtb4-0/+434
Galois group data for the Pari computer-aided number theory.