summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-03-18Append "elf" to ${MACHINE_GNU_PLATFORM}, for NetBSD archs that were oncefredb1-2/+20
a.out but are now ELF, in a way that's consistent with bsd.own.mk in NetBSD-current. This, incidently, makes the gcc package build again on NetBSD-1.5.3_ALPHA/i386.
2002-03-18Sync with PEACE repositry.kent4-34/+50
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/ Update the base w32api to 1.2. - Add accctrl.h and aclapi.h - Many bug fixes and new symbols - Improve WCHAR handling for netbsdpe
2002-03-18Sync with PEACE repositry.kent8-25/+74
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ Change in 1.3.0 - Update binutils to 2.11.92-20011113 to support forwarder RVA
2002-03-18need libintlitojun1-2/+3
2002-03-18update to icecast 1.3.11. from the web site:mrg2-5/+5
It contains security updates and network fixes for streams over 160kbps. It should also help with the stuttering problem some users have reported.
2002-03-18Update to 0.15.0. Changes since 0.14.1(nb1):wiz3-10/+32
+ Skins can now open skinned subwindows. + Cleaned up mrclean skin, adding themed playlist and song info windows. - Flybys are now interactive, and include a right click menu. - Flybys and themed menus now support all widgets of the main window. - Added playlist text widget to skin spec for display of playlist name. * Fix command line file path handling. * Small bug fixes. Notes: - Keyboard focus support with tab and shift-tab uses the order of widgets in the skin. Most skins were made before keyboard focus was added, so tab and shift-tab movement may seem completely random in those skins. XXX: not strongly buildlinked any longer -- a -I/usr/X11R6/include crept in somewhere, but right now I'm too tired to go look where.
2002-03-18Update pkgchk to 1.26abs2-4/+4
Fix stupid bug in 1.25 relating to updating packages
2002-03-17A leak to be removed.uebayasi1-13/+0
Pointed out by wiz@netbsd.org.
2002-03-17Update pkgchk to 1.25abs3-29/+65
'Makefile' is back in BUILD_VERSION, so add it back in here. Implement '-f' based on patches from norm@sandbox.org.uk - perform a fetch for all missing/mismatched packages before any building. Can be used with -c or -i to just fetch missing/mismatched packages.
2002-03-17Set DIST_SUBDIR to PKGNAME_NOREV and put the path in the distinfo filemarkd2-7/+7
back to the base package name.
2002-03-17Use ${PKGNAME_NOREV} instead of ${PKGNAME} in definition of ${WRKSRC}.fredb1-2/+2
2002-03-17Use ${PKGNAME_NOREV} in definition of ${WRKSRC}.fredb1-2/+2
2002-03-17Set DIST_SUBDIR to PKGNAME_NOREV.fredb1-2/+2
2002-03-17Bump PKGREVISION to reflect changes in the PLIST (in the example files).fredb2-4/+9
2002-03-17Set the SHA1 checksum to that of the file currently found on ${MASTER_SITE}.fredb1-3/+3
2002-03-17Most CTAN archives create the tarballs dynamically, which leads tofredb1-3/+3
innocuous changes in the archives. This doesn't server our system of checksumming very well. Just set the checksum to that found for the file on the first site in MASTER_SITE_CTAN, and hope for the best.