summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-19It seems this needs php-pcre now.bouyer1-1/+2
2002-03-19Remove commented out pre-configure target.skrll1-4/+1
2002-03-19Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Removeskrll1-7/+3
the BUILD_DEPENDS on autoconf
2002-03-19Fixed path to the postfix's sendmail program. Noted by mipam inmartti1-5/+7
a private mail.
2002-03-19Remove last part of pre-configure target. It is also not necessary.skrll1-7/+1
2002-03-19Add patches derived from the xiph.org CVS repository to fix ogg123 bugs inlukem4-2/+63
1.0 rc3, and crank to nb1 whilst here: - patch-aa: the mutex and the condition variables are not owned by the buffer thread, but by the buffer itself. don't destroy them when the thread dies, but when the buffer itself dies. fixes #112. [ patch suggested by Christian Weisgerber <naddy@mips.inka.de> in private email ] - patch-ab: Some fixes to how audio writes are handled. Closes #127.
2002-03-19Add p5-IPC-SharedCache.cjs1-1/+2
2002-03-19This module provides a shared memory cache (in SysV IPC sharedcjs4-0/+28
memory) accessed as a tied hash.
2002-03-19don't always @dirrm include/glib since glib2 headers might be in there too.dmcmahill2-4/+4
also only buildlink the headers associated with this version of glib instead of all versions. These 2 changes are in preparation for glib2.
2002-03-19Add and enable bbweather.wiz1-1/+2
2002-03-19Initial import of bbweather-0.4:wiz4-0/+53
bbweather is a tool which displays the current weather conditions in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11). This tool is heavily based on "bbdate" by John Kennis, almost 90% of the code (rough guess ;) were taken over unaltered. Furthermore, bbweather was inspired by wmWeather by Michael G. Henderson, from where I grabbed the perl-script that fetches the weather-conditions from your local station.
2002-03-18Add and enable bbconf.wiz1-1/+2
2002-03-18Initial import of bbconf-1.4:wiz10-0/+144
Welcome to bbconf, the all-in-one blackbox configuration tool. Never heard of blackbox before? Well, let's just say that it's the best Window Manager for X that's out "there" in our humble opinion. Simply put, this little utility here has such lofty goals as being the one place where you can configure anything and everything you need to that has to do with blackbox. bbconf aims to do that through the use of plugins--plugins which allow you to configure anything you wish about blackbox or its helper applications such as bbkeys, bbpager, bbapm, bbmail, bbpal, etc. bbconf is distributed with 4 plugins that allow you to configure blackbox's keybindings, blackbox's styles/themes, and your blackbox menus and submenus. The architecture of the plugins themselves are very simple and elegant -- making it easy for anyone else to add onto the distributed plugins to make it easy to configure whatever else you want to for your blackbox/X sessions.
2002-03-18Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1bouyer3-7/+47
(no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18Fix thinko in last commit.tron1-2/+2
2002-03-18Define "start_cmd" so that this script works under NetBSD 1.4.x. Problemtron1-1/+2
noted by Mipam in private e-mail.
2002-03-18Make Mario Kemper the maintainer of this package.tron2-4/+4
2002-03-18Support PKG_SYSCONFDIR. Patch from Hiramatsu Yoshifumi in pkg/15598.wiz1-2/+3
2002-03-18Remove BUILD_DEPENDS on autoconf.skrll1-5/+1
2002-03-18Fix build with xpkgwedge installed. Closes pkg/15471.wiz3-6/+7
2002-03-18Remove unnecessary BUILD_DEPENDS on automake.skrll1-2/+1
2002-03-18upgrade to 3.1.6. portability fixes, mostlyitojun4-25/+9
2002-03-18_LIBTOOL_ARCHIVE_TRANSFORM creates $${dest} from $${file}, wherejlam1-3/+20
$${file} is a libtool archive (*.la). It allows libtool to properly interact with buildlink at link time by linking against the libraries pointed to by symlinks in ${BUILDLINK_DIR}. This change has been tested by me on NetBSD-1.5ZA/i386 and by Mark Davies <mark@mcs.vuw.ac.nz> on Solaris.
2002-03-18Really correct typo in last two commits.fredb1-2/+2
2002-03-18Correct typo, and add the new options to ${BUILD_DEFS}.fredb1-2/+3
2002-03-18Add an option to disallow cleartext on the wire in "mail/imap-uw",fredb2-20/+22
and while we're in here, prefix the CCLIENT_MBOX_FMT option with the name of the package. Reviewed by hubertf.
2002-03-18Add a workaround for broken 1.2.10 installations [see pkg/14150].wiz1-1/+16
Improved by some comments by tron.
2002-03-18Don't abuse PATCHFILES, copy patches from angband-tty instead.wiz6-12/+101
Addresses part of 15717.
2002-03-18Back out some changes that I didn't intend to commit.jlam1-5/+1
2002-03-18Updated mysql-server to 3.23.49martti4-18/+18
* Don't give warning for statement that is only a comment; This is needed for mysqldump --disable-keys to work. * Fixed unlikely caching bug when doing a join without keys. In this case the last used field for a table always returned NULL. * Added options to make LOAD DATA LOCAL INFILE more secure. * Added --xml option to mysqldump for producing XML output. * Changed to use autoconf 2.52 (from autoconf 2.13) * Fixed bug in complicated join with const tables. * Added internal safety checks for InnoDB. * Some InnoDB variables was always shown in SHOW VARIABLES as OFF on high-byte-first systems (like sparc). * Fixed problem with one thread using an InnoDB table and another thread doing an ALTER TABLE on the same table. Before that, mysqld could crash with an assertion failure in row0row.c, line 474. * Tuned the InnoDB SQL optimizer to favor more often index searches over table scans. SELECT queries will now also generally run faster on all platforms. * If MySQL binlogging is used, InnoDB now prints after crash recovery the latest MySQL binlog name and the offset InnoDB was able to recover to. This is useful, for example, when resynchronizing a master and a slave database in replication. * Added better error messages to help in installation problems of InnoDB tables. * One can now recover also MySQL temporary tables which have become orphaned inside the InnoDB tablespace. * InnoDB now prevents a FOREIGN KEY declaration where the signedness is not the same in the referencing and referenced integer columns. * Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory corruption and make mysqld to crash. Especially at risk was mysqldump, because it calls frequently SHOW CREATE TABLE. * If inserts to several tables containing an auto-inc column were wrapped inside one LOCK TABLES, InnoDB asserted in lock0lock.c. * In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an InnoDB table. But CHECK TABLE was not relaxed: it reports the table as corrupt. CHECK TABLE no longer complains in this situation. * SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18Updated mysql-client to 3.23.49martti4-12/+12
* Don't give warning for statement that is only a comment; This is needed for mysqldump --disable-keys to work. * Fixed unlikely caching bug when doing a join without keys. In this case the last used field for a table always returned NULL. * Added options to make LOAD DATA LOCAL INFILE more secure. * Added --xml option to mysqldump for producing XML output. * Changed to use autoconf 2.52 (from autoconf 2.13) * Fixed bug in complicated join with const tables. * Added internal safety checks for InnoDB. * Some InnoDB variables was always shown in SHOW VARIABLES as OFF on high-byte-first systems (like sparc). * Fixed problem with one thread using an InnoDB table and another thread doing an ALTER TABLE on the same table. Before that, mysqld could crash with an assertion failure in row0row.c, line 474. * Tuned the InnoDB SQL optimizer to favor more often index searches over table scans. SELECT queries will now also generally run faster on all platforms. * If MySQL binlogging is used, InnoDB now prints after crash recovery the latest MySQL binlog name and the offset InnoDB was able to recover to. This is useful, for example, when resynchronizing a master and a slave database in replication. * Added better error messages to help in installation problems of InnoDB tables. * One can now recover also MySQL temporary tables which have become orphaned inside the InnoDB tablespace. * InnoDB now prevents a FOREIGN KEY declaration where the signedness is not the same in the referencing and referenced integer columns. * Calling SHOW CREATE TABLE or SHOW TABLE STATUS could cause memory corruption and make mysqld to crash. Especially at risk was mysqldump, because it calls frequently SHOW CREATE TABLE. * If inserts to several tables containing an auto-inc column were wrapped inside one LOCK TABLES, InnoDB asserted in lock0lock.c. * In 3.23.47 we allowed several NULLS in a UNIQUE secondary index for an InnoDB table. But CHECK TABLE was not relaxed: it reports the table as corrupt. CHECK TABLE no longer complains in this situation. * SHOW GRANTS now shows REFERENCES instead of REFERENCE.
2002-03-18Updated mp3blaster to 3.1.1rxg6-41/+40
V3.1.1 2002/03/16 ================= -Applied a patch from Douglas Richard that introduces horizontal panning of the scrollable window using Key.Left and Key.Right, as well as configurable wraparound-behaviour (see config file directive 'WrapAround') and jump-to-top/bottom of the list using Key.Home and Key.End keybindings. -When resetting sound device failed, playback of current song is stopped. -config file directive 'SkipFrames' => 'SkipLength' -Added RPM specfile, so you can build mp3blaster on RedHat 7.2 with rpm -ta <source tarball> -applied patches from Martijn to fix compiling issues with NetBSD/curses. -applied patch from Martijn that fixes endian issues in waveplayer -applied patch from Ivan Prokudin that fixes a bug in the character set recoding code. -Added patch from Serge v/d Boom that writes info about mp3's being played to a status file (see --status-file). -Fixed bug that prevented showing next song -Configfile directive 'File.ID3Names' enabled now implies that the default file display mode in the filemanager is show by ID3 name instead of filename. -When decoding mp3s as wavs, decoding will be aborted with a warning when samplerate/speed/stereo-mode changes. -ID3tags in ID3 displaying mode are now charset-recoded as well. Thank Martijn van Buul <pino@dohd.org> for fixing many bugs for NetBSD.
2002-03-18We have autoconf-2.52 in autoconf-devel.wiz1-2/+1
2002-03-18If we do not have /etc/rc.subr then call apache_doit "$1" not eval ↵abs1-2/+2
${start_cmd} - "/etc/rc.d/apache restart" and friends work again on Linux
2002-03-18Remove bbkeys-qt.wiz1-2/+1
2002-03-18Remove -- will be replaced by bbconf package in the hopefullywiz5-71/+0
near future.
2002-03-18Update to 0.8.4:wiz6-20/+57
Works better with blackbox 0.62.1. Inspired by pkg/14900 by Yannick Montulet.
2002-03-18Don't use bbkeys' Makefile.common any longer.wiz1-3/+8
2002-03-18Strongly buildlinkify once again.wiz3-3/+17
2002-03-18The host specific installation subdirectories are actually taken by configurefredb3-64/+64
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the "elf" suffix on certain platforms.
2002-03-18Accidental import.cjs1-4/+0
2002-03-18Add p5-Log-Dispatch-Config.cjs1-1/+2
2002-03-18Configure Log::Dispatch with a config file, a la Java's log4j.cjs5-0/+41
2002-03-18Make this build non-interactively.fredb1-4/+4
2002-03-18Add missing file.fredb1-1/+2
2002-03-18add & enable ekgzuntum1-1/+2
2002-03-18Clarify in COMMENT that it's "polish instant messaging system"zuntum1-2/+2
2002-03-18Initial import of ekg-0.20020317zuntum5-0/+58
EKG is an experimental text mode client for a polish instant messaging system "Gadu-Gadu". It supports themes, and contact list exchange with the original (windows) client. Submitted by Dawid Szymanski in private mail.
2002-03-18Add p5-IPC-Shareable subdir.cjs1-1/+2
2002-03-18Use ${APPEND_ELF} to... append "elf" to ${LOWER_OPSYS}.fredb2-10/+11