summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-12Update www/p5-Kwiki-Scode to 0.03. Changes from version 0.02 includejlam3-7/+8
using the Hook class to use only one module instead of two, and to write out images in PNG, JPEG, or GIF depending on what's supported by GD.pm.
2005-02-11regen from man page update. pointed out by jlam@ - thanks!grant1-6/+3
2005-02-11+ dovecot-0.99.14schmonz1-1/+2
2005-02-11Remove information from MESSAGE about the HTML documentation.reed2-11/+3
And remove references of it from Makefile. The HTML documentation is not installed in the first place. TODO: maybe make a bochs-docs package that builds the documentation from the docbook source. Bump PKGREVISION (I also updated DESCR in previous commmit too).
2005-02-11Improved description. And removed reference to bochs.com URL which is wrong.reed1-7/+5
2005-02-11This uses libXpm so include buildlink for it.reed1-1/+3
And bump PKGREVISION just in case the builtin.mk mechanism makes it depend on graphics/xpm package. (No maintainer for this Xaw3d package.)
2005-02-11Make "test" clean on most platforms and in most build environments.tv1-1/+4
[gs]etpriority.t is depending on the build process being at nice level 0, which is just plain wrong.
2005-02-11Interix fix: optreset exists, but <unistd.h> tries to pretend it doesn't.tv2-2/+8
2005-02-11Fixed bug in checkline_trailing_whitespace. No warnings were emittedrillig2-4/+6
before. Stripped non-leading "." path components in the log messages. Welcome to 4.01.
2005-02-11Whitespace formatting nits.tv1-5/+5
2005-02-11Consolidate PLIST_SRC default generation and the plethora of failsafetv1-139/+125
error checks into labelled blocks toward the top of the file. While here, remove the historic (now completely empty; it was replaced by PKG_FAIL_REASON some time ago) uptodate-pkgtools target and the references to it.
2005-02-11Update audit-packages to 1.33:agc3-9/+10
In download-vulnerability-list, first set the PKGVULNDIR, then create the directory if it doesn't already exist. Pointed out by Geert Hendrickx on tech-pkg@
2005-02-11Update HOMEPAGE.minskim1-2/+2
2005-02-11Add and enable pgpool.minskim2-2/+4
2005-02-11Initial import of pgpool-2.5.minskim5-0/+54
pgpool is a connection server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it. Also, pgpool could use two PostgreSQL servers for fail over. If the first server goes down, pgpool will automatically switch to the secondary server. Moreover, pgpool supports scheduled switch over.
2005-02-11Visual cleanup from tv-derecurse:tv2-69/+61
Consolidate many MAKE_ENVs and SCRIPTS_ENVs into a common block. (CONFIGURE_ENVs to be done later.) Introduce new variable ALL_ENV which is automatically included into all of MAKE_ENV, SCRIPTS_ENV, and CONFIGURE_ENV; this allows much cleaner addition of the common CC/CXX/CFLAGS/etc. variables needed by all of these.
2005-02-11Migrate the big block of USE_PERL5 and PERL5_REQD logic to bsd.pkg.use.mk.tv2-81/+84
2005-02-11Migrate several USE_* logic blocks, previously sprinkled liberallytv3-78/+91
throughout bsd.pkg.mk, to labelled blocks in bsd.pkg.use.mk.
2005-02-11Cleanup from tv-derecurse:tv1-7/+3
There's no need to check for a do-tools target; nothing should override it. Vertically consolidate the dependency.
2005-02-11Merge down some more visual cleanup from tv-derecurse to reduce divergence.tv2-100/+100
Part of this, introduce bsd.pkg.use.mk, where the Special Logic invoked by various pkgsrc-wide USE_* variables will be migrated/consolidated.
2005-02-11Note update of www/squid package to 2.5.8.taca1-1/+2
2005-02-11Update squid package to 2.5.8 (squid-2.5.STABLE8).taca4-109/+19
Most of these changes are already included in previous squid-2.5.7nb12. But last one is really new one. Changes to squid-2.5.STABLE8 (11 Feb 2005) - [Minor] 100% CPU usage on half-closed PUT/POST requests (Bug #354, #1096) - [Cosmetic] Document -v (protocol version) option to LDAP helpers - [Minor] The new req_header and resp_header acls segfaults immediately on parse of squid.conf (Bug #961) - [Minor] Failure to shut down busy helpers on -k rotate/reconfigure (Bug #1118) - [Minor] Don't use O_NONBLOCK on disk files. (Bug #1102) - [Minor] Squid fails to close TCP connection after blank HTTP response (Bug #1116) - [Minor security] Random error messages in response to malformed host name (Bug #1143) - [Minor] PURGE should not be able to delete internal objects (Bug #1112) - [Minor] httpd_accel_port 0 (virtual) not working correctly (Bug #1121) - [Minor] cachemgr vm_objects segfault (Bug #1149) - [Minor security] Confusing results on empty acl declarations (Bug #1166) - [Minor] Don't close all "other" filedescriptors on startup (Bug #1177) - [Minor] fakeauth_auth memory leak and NULL pointer access (Bug #1183) - [Security] buffer overflow bug in gopherToHTML() (Bug #1189) - [Medium security] Denial of service with forged WCCP messages (Bug #1190) - [Minor] DNS related memory leak on certain malformed DNS responses (Bug #1197) - [Minor] Internal DNS sometimes truncates host names in reverse (PTR) lookups (Bug #1136) - [Minor Security] Add sanity checks on LDAP user names (Bug #1187) - [Security] Harden Squid agains HTTP request smuggling attacks - [Minor] Icon URLs fails in non-anonymous FTP directory listings is short_icon_urls is on (Bug #1203) - [Security] Harden Squid agains HTTP response splitting attacks (Bug #1200) - [Medium security] Buffer overflow in WCCP recvfrom() call (Bug #1217) - [Security] Properly handle oversized reply headers (Bug #1216) - [Minor] LDAP helpers search fixed to properly ask for no attributes - [Minor] A sporadic segmentation fault when using ntlm authentication fixed (Bug #1127) - [Major] Segmentation fault on failed PUT/POST requests (Bug #1224) - [Medium] Persistent connection mismatch on failed PUT/POST request (Bug #1122) - [Minor] WCCP easily disturbed by forged packets (Bug #1225) - [Minor] Password management in ftp:// gatewaying improved (Bug #1226) - [Major] HTTP reply data corruption in certain situations involving reply headers split over multiple packets (Bug #1233)
2005-02-11Note update of gtk-send-pr to 0.4.4.jmmv1-1/+2
2005-02-11Update to 0.4.4, from Miguel Mendez (maintainer) in PR pkg/29333.jmmv2-5/+5
* All SMTP errors are properly handled and reported now. * The -L option was added for compatibility with send-pr. * A bug in the NetBSD categories was fixed * The program uses some GTK+ 2.6+ widgets if that version of the library is installed
2005-02-11note update of vipec to 3.2.0dmcmahill1-1/+2
2005-02-11update to vipec-3.2.0dmcmahill4-20/+33
ViPEC 3.2.0 ----------- - Migrated to Qt 3. ViPEC is no longer supported on the Windows platform. Please see the README file for details. - Added German translation by Jens Flucke. - Started working on improved tracing for debugging - Changed calculation of font sizes in output graphs
2005-02-11Swing is included w/ java, so a separate dependency isn't needed.erh1-2/+1
2005-02-11Actually pull in teTeX(2, not 1!) *if* someone really needs this.hubertf1-2/+2
This pkg will go away when we have teTeX3.
2005-02-11Note that this pkg conflicts with teTeX>1hubertf1-1/+2
XXX this doesn't DTRT as we only look at CONFLICTS at 'make install' time, by which this pkg already has pulled in it's outdated dependency
2005-02-11Format docs at build-time (assuming non-root), instead of athubertf2-12/+15
install0time. Tested with teTeX2 and teTeX3.
2005-02-11teTeX3 doesnt' have virtex either - link musictex to 'tex' insteadhubertf1-2/+6
(as it was used to make the format file, too)
2005-02-11Shuffle a bit, and make sure the ls-R database is upto date when thishubertf1-6/+7
is installed as binary pkg
2005-02-10note update of pkg_install to 20050210.grant1-1/+2
2005-02-10pull in binary pkg handling changes from src:grant5-31/+14
rework pkg_info(8) operating on binary packages, deprecating the `-.' argument as it is no longer required (but is retained as a no-op for backward compatibility). the behaviour is now what is expected and intended: - when the pkg argument is path (absolute or relative) to a binary pkg, pkg_info operates on it. - when no pkg argument is given, or the argument is not a binary pkg path, pkg_info operates on the installed packages. `pkg_info foo-1.0.tgz', `pkg_info /path/to/foo-1.0.tgz', etc. now work correctly when foo-1.0.tgz is in the cwd. bump PKGTOOLS_VERSION to 20050210.
2005-02-10Make this work with teTeX3 (in addition to teTeX2):hubertf1-3/+10
teTeX3 doesn't come with an "initex" command, one has to use "tex -ini".
2005-02-10Note update of sendmail to 8.13.3adrianp2-4/+4
2005-02-10- Update sendmail to 8.13.3adrianp7-36/+96
- Fix smrsh man page patch - Tidy up MESSAGE - Replace 8.13.1 errata with 8.13.3 errata - Remove rename of file outside ${PREFIX} on db2 installs > 8.13.3/8.13.3 2005/01/11 > Enhance handling of I/O errors, especially EOF, when STARTTLS > is active. > Make sure a connection is not reused after it has been closed > due to a 421 error. Problem found by Allan E Johannesen > of Worcester Polytechnic Institute. > Avoid triggering an assertion when sendmail is interrupted while > closing a connection. Problem found by Allan E Johannesen > of Worcester Polytechnic Institute. > Regression: a change in 8.13.2 caused sendmail not to try the > next MX host (or FallbackMXhost if configured) when, at > connection open, the current server returns a 4xy or 5xy > SMTP reply code. Problem noted by Mark Tranchant. > > 8.13.2/8.13.2 2004/12/15 > Do not split the first header even if it exceeds the internal > buffer size. Previously a part of such a header would > end up in the body of the message. Problem noted by > Simple Nomad of BindView. > Do not complain about "cataddr: string too long" when checking > headers that do not contain RFC 2822 addresses. > Problem noted by Rich Graves of Brandeis University. > If a server returns a 421 reply to the RSET command between > message deliveries, do not attempt to deliver any more > messages on that connection. This prevents bogus "Bad > file number" recipient status. Problem noted by > Allan E Johannesen of Worcester Polytechnic Institute. > Allow trailing white space in EHLO command as recommended by RFC > 2821. Problem noted by Ralph Santagato of SBC Services. > Deal with clients which use AUTH but negotiate a smaller buffer size > for data exchanges than the value used by sendmail, e.g., > Cyrus IMAP lmtp server. Based on patch by Jamie Clark. > When passing ESMTP arguments for RCPT to a milter, do not cut > them off at a comma. Problem noted by Krzysztof Oledzki. > Add more logging to milter change header functions to > complement existing logging. Based on patch from > Gurusamy Sarathy of Active State. > Include <lber.h> in include/sm/config.h when LDAPMAP is defined. > Patch from Edgar Hoch of the University of Stuttgart. > Fix DNS lookup if IPv6 is enabled when converting an IP address > to a hostname for use with SASL. Problem noted by Ken Jones; > patch from Hajimu UMEMOTO. > CONFIG: For consistency enable MODIFY_MAILER_FLAGS for the prog > mailer. Patch from John Beck of Sun Microsystems. > LIBMILTER: It was possible that xxfi_abort() was called after > xxfi_eom() for a message if some timeouts were triggered. > Patch from Alexey Kravchuk. > LIBMILTER: Slightly rearrange mutex use in listener.c to allow > different threads to call smfi_opensocket() and smfi_main(). > Patch from Jordan Ritter of Cloudmark. > MAIL.LOCAL: Properly terminate MBDB before exiting. Problem > noted by Nelson Fung. > MAIL.LOCAL: make strip-mail.local used a wrong path to access > mail.local. Problem noted by William Park. > VACATION: Properly terminate MBDB before exiting. Problem noted > by Nelson Fung. > Portability: > Add support for DragonFly BSD. > New Files: > cf/ostype/dragonfly.m4 > devtools/OS/DragonFly > include/sm/os/sm_os_dragonfly.h > Deleted Files: > libsm/vsscanf.c
2005-02-10Do not set PKGREVISION in Makefile.common.wiz5-11/+15
Set DIST_SUBDIR, since there were two versions of the abiword-2.2.3 distfile (difference is a "const"). Hi adam!
2005-02-10Note update of xmail to 1.5.5garbled1-1/+2
2005-02-10Update xfmail to 1.5.5. The old xfmail 1.4.7 would not build on NetBSD 2.0garbled9-147/+55
2005-02-10Install the DragonFly.cf file too, from Todd Willey in PR pkg/29330.xtraeme3-2/+18
2005-02-10Make note of upx update.ben2-3/+3
2005-02-10Update upx to version 1.25. This addresses PR#29327.ben4-53/+27
Changes include: * INFO: http://upx.sourceforge.net is the permanent UPX home page * watcom/le: don't crash on files without relocations * win32/pe: stricter checks of some PE values * source code: much improved portability using ACC, the Automatic Compiler Configuration * source code: compile fixes for strict ISO C++ compilers * source code: compile fixes for Win64
2005-02-10s/recognise/recognize/. TNP uses American English.grant2-4/+4
2005-02-10add rcsid.salo1-0/+2
2005-02-10Updated qt3 to 3.3.4adam2-3/+7
2005-02-10Changes 3.3.4:adam9-28/+19
Installation --------------- Added support for DragonFly BSD. Fixed compilation for 64-bit Linux. Compilation fixes for OpenBSD configured with -thread. Windows Installer ----------------- Add option to set environment variables. Fixed problem propagating PATH environment variable. Make sure the PostgreSQL and MySQL libraries are shown correctly. Compilers --------- Work around a bug in HP-UX aCC. Support IRIX with 7.4.x compiler. Fixed moc compilation when Bison is installed. Fixed compilation with Intel compiler on Windows. Qt Designer ----------- Fixed bug that could corrupt the .pro file. Fixed bug that would remove source files from project when using a statically linked designer. Fixed handling of custom widget plugins which subclass QWidgetStack. Raise and give focus to source files when clicking on them in the project overview. Fixed bug where empty variable declarations in .ui file would generate improper C++ code. Fixed crash when deleting action while changing its name. Fixed crash when using third party plugins that create tabwidgets without any pages. Fixed bug renaming slots in edit custom widgets dialog where old slot name would not get removed. Make sure uic-generated code compiles when QT_NO_CAST_ASCII is defined. Fixed bug showing wrong status indicators in connection table after sorting the list. Prevent templates based on unsupported widgets (like QScrollView) from being created. Qt Linguist ----------- Fixed bug where spaces at the beginning or at the end of the source text would not be displayed. Qt Assistant ------------ Fixed bug in printing that sometimes caused the last page to be skipped. Fixed invalid font size error on startup. qmake ------- Work around bug in Visual Studio 2003 Custom Build Steps. Handle path names with spaces properly. Handle file names containing '&' characters correctly. Create dependencies on .ui.h files. Fixed crash on Solaris when error() string contains single quote. Make it possible to specify a RES file for the vcproj file. Fixed bug in make install on Linux Various improvements for XCode. Fixed bug in shadow builds. for more information see 'changes-3.3.4'
2005-02-10Added support for CPUS (pkg/29278 by Piotr Kalinowski)martti1-1/+6
2005-02-10Updated xfce4-wavelan-plugin to 0.4.1nb1martti1-1/+2
2005-02-10Removed NOT_FOR_PLATFORMmartti1-4/+1