summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-25Update to 2.05b, and fix MASTER_SITES. Lots of changes since 2.05.schmonz6-155/+24
Here are some of them, excerpted from NEWS: - New code to handle multibyte characters. - `select' was changed to be more ksh-compatible - There is now a bindable edit-and-execute-command readline command, like the vi-mode `v' command, bound to C-xC-e in emacs mode. - The shell now performs arithmetic in the largest integer size the machine supports (intmax_t), instead of long. - There is a new configuration option `--enable-mem-scramble', controls bash malloc behavior of writing garbage characters into memory at allocation and free time. - The `complete' and `compgen' builtins now have a new `-s/-A service' option to complete on names from /etc/services. - `read' has a new `-u fd' option to read from a specified file descriptor. - The expansion of $LINENO inside a shell function is only relative to the function start if the shell is interactive -- if the shell is running a script, $LINENO expands to the line number in the script. This is as POSIX-2001 requires. - The bash debugger in examples/bashdb has been modified to work with the new DEBUG trap semantics, the command set has been made more gdb-like, and the changes to $LINENO make debugging functions work better. Code from Gary Vaughan. - New [n]<&word- and [n]>&word- redirections from ksh93 -- move fds (dup and close). - The `echo' builtin now accepts \0xxx (zero to three octal digits following the `0') in addition to \xxx (one to three octal digits) for SUSv3/XPG6/ POSIX.1-2001 compliance. - Added support for DESTDIR installation root prefix, so you can do a `make install DESTDIR=bash-root' and do easier binary packaging. - New `-A group/-g' option to complete and compgen; does group name completion. - The ksh-like `ERR' trap has been added. The `ERR' trap will be run whenever the shell would have exited if the -e option were enabled. It is not inherited by shell functions. - configure has a new `--enable-largefile' option, like other GNU utilities. - `for' loops now allow empty word lists after `in', like the latest POSIX drafts require. - The builtin `ulimit' now takes two new non-numeric arguments: `hard', meaning the current hard limit, and `soft', meaning the current soft limit, in addition to `unlimited' Also, there is a "New unwind-protect implementation from Paul Eggert", which I believe obviates the need for two sparc64-related patches.
2002-11-24Trivially use buildlink2.seb1-2/+3
2002-11-24As I said before this INSTALL script is not needed anymore: /usr/lib/sasl2seb1-12/+0
is not needed!
2002-11-24Update cvs to 1.11.2. Changes:hubertf28-330/+170
Changes since 1.11.1p1: * The "log" and "rlog" commands now have a -S option to suppress the header information when no revisions are selected. * A serious error that allowed read-only users to tag files has been corrected. * The "annotate" command will no longer annotate binary files unless you specify the new -F option. * The "tag" and "rtag" commands will no longer move or delete branch tags unless you use the new -B option. (This prevents accidental changes to branch tags that are hard to undo.) * We've standardized on the 1.5 Automake release for the moment. Again, this should only really affect developers. See the section of the INSTALL file about using the autotools if you are compiling CVS yourself. Changes from 1.11.1 to 1.11.1p1: * Read only access was broken - now fixed. Changes from 1.11 to 1.11.1: * The "cvs diff" command now accepts the -y/--side=by-side and -T/ --initial-tab options. (To use these options with a remote repository, both the client and the server must support them.) * The expansion of the loginfo format string has changed slightly. Previously, the expansion was surrounded by single quotes ('); if a file name contained a single quote character, the string would not be parsed as a single entity by the Unix shell (and it would not be possible to parse it unambiguously). Now the expansion is surrounded by double quotes (") and any embedded dollar signs ($), backticks (`), backslashes (\), and double quotes are preceded by a backslash. This is parsed as a single entity by the shell reguardless of content. This change should not be noticable unless you're not using a Unix shell or you have embedded the format string inside a double quoted string. * There was a bug in the diff code which sometimes caused conflicts to be flagged which shouldn't have been. This has been fixed. * New "cvs rlog" and "cvs rannotate" commands have been added to get log messages and annotations without having to have a checked-out copy. * Exclusive revision ranges have been added to "cvs log" using :: (similar to "cvs admin -o"). * The VMS client now accepts wildcards if you're running VMS 7.x. * ZLIB has been updated to version 1.1.3, the most current version. This includes mostly some optimizations and minor bug fixes. * The ~/.cvspass file has a slightly modified format. CVSROOTs are now stored in a new canonical form - hostnames are now case insensitive and port numbers are always stored in the new format. Until a new login for a particular CVSROOT is performed with the new version of CVS, new and old versions of CVS should interoperate invisibly. After that point, an extra login using the old version of CVS may be necessary to continue to allow the new and old versions of CVS to interoperate using the same ~/.cvspass file and CVSROOT. The exception to this rule occurs when the CVSROOTs used with the different versions use case insensitively different hostnames, for example, "empress", and "empress.2-wit.com". * A password and a port number may now be specified in CVSROOT for pserver connections. The new format is: :pserver:[[user][:password]@]host[:[port]]/path Note that passwords specified in a checkout command will be saved in the clear in the CVS/Root file in each created directory, so this is not recommended, except perhaps when accessing anonymous repositories or the like. * The distribution has been converted to use Automake. This shouldn't affect most users except to ease some portability concerns, but if you are building from the repository and encounter problems with the makefiles, you might try running ./noautomake.sh after a fresh update -AC.
2002-11-24Back out previous change of PKGTOOLS_REQ; fix does not necessitatejschauma1-2/+2
update.
2002-11-24Update makefile to use CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE.chris1-1/+3
This is needed so fetchmail properly detects shark and cats as arm boxen. Note it does mean that we now give warnings about missing, but there's no glue in mk/bsd.pkg.mk to link the gnu-config/missing into a package. Maybe there should be. Tested on shark, cats and i386.
2002-11-24Use "${TRUE}" instead of "true".tron1-3/+3
2002-11-24Don't cause a warning message if directory "share/emacs/site-lisp" ortron1-3/+3
"share/emacs" cannot be removed.
2002-11-24use test target provided by bsd.pkg.mk instead of home grown one.dillo1-4/+2
2002-11-24Not update of nxtvepg to 2.4.0magick1-1/+2
2002-11-24Update nxtvepg to 2.4.0:magick7-96/+75
Changes since 2.3.0 are too numerous to mention all here. Refer to the homepage for details. The most important changes: * Project page was moved to sourceforge * Implemented user-defined columns in TV schedule output, which allow to define the column content depending on matches against a number of filter shortcuts; the content can consist of static text, pre-defined images or a standard attribute. See the manual or this screenshot for details. * Implemented inverted filters, i.e. you can now search for all programmes which do not match one or more of given filter criteria or simply invert the outcome of a complete filter setting. * Added a new filter type: "VPS/PDC" which allows to search for programmes with a VPS/PDC timestamp attached, and/or whose VPS/PDC start time differs from the actual start time (i.e. shifted or newly added programmes) * Enhanced start time filter: added an option "ignore date" which allows to search for programmes in a daily time window (e.g. restrict a search for German new magazine "Tagesschau" to 20:00-20:10) * Added database export in XML format (according to xmltv.dtd), provided by Massis Sirapian. * Bugfix for Power-PC architecture in pioutput.c; Thanks to Gerhard Tonn * Internal changes: split Tcl/Tk script for GUI into modules (the * daemon only loads the script which manages the rcfile - saves * apx. 400 kB RAM) Plus many bug fixes.
2002-11-24Rename the regress target test. This appears to be the new standard:chris1-2/+2
http://mail-index.netbsd.org/pkgsrc-changes/2002/11/23/0009.html
2002-11-24postfix-1.1.12martti1-1/+2
2002-11-24Updated postfix to 1.1.12martti2-6/+5
- The garbage in "user@garbage"@domain address forms may cause the SMTP or LMTP client to terminate with a fatal error exit because garbage/tcp is not an existing service. This cannot be abused to cause the SMTP or LMTP client to send data into unauthorized ports.
2002-11-24Update config.sub and guess to the latest version, 2002-11-13.chris2-50/+75
Note we vary only be a couple of lines for sh5le.
2002-11-24Note update of gpgme to 0.3.13.chris1-1/+2
2002-11-24Update gpgme to 0.3.13.chris2-6/+6
Only change (other than version) is: * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config to version 2002-11-08.
2002-11-24Fetch patch for "/ME" for "xchat" site instead of duplication it intron3-40/+8
the package sources.
2002-11-24Note updates of gnupg and sylpheed to nb1 versions.chris1-1/+3
2002-11-24Take the latest mime.types from apache2 so that it can be installedchris2-1/+477
into ${PKG_SYSCONFDIR}/sylpheed. It also means by default attaching files won't attach everything as an application/octet-stream file. This also fies the warnings about no mime.types file being found.
2002-11-24Note update of "xchat" and "xchat-gnome" packages to version 1.8.0nb1.tron1-1/+3
2002-11-24Prevent "/ME" from opening windows unnecessarily under certain conditions.tron3-2/+41
This patch was provided by Stefan Krueger in PR pkg/19096. Bump package revision to 1.
2002-11-24Adding missing include of libiconvchris1-2/+9
Add optional support for openldap, while not doing everything in PR pkg/18778 I really don't want to change the default behaviour from what it always has been. Bump pkgrevision number.
2002-11-24Seems that gnupg now depends on perl being available to create, installchris1-1/+3
and run gpgkeys_mailto Fixes PR pkg/19104 Also bump pkgrevision.
2002-11-24Note update of www/squid to 2.5.1nb1.taca1-1/+2
2002-11-24Update squid 2.5.1STABLE1nb1.taca2-4/+54
Apply official patches: * Small typo in dnsserver error message on DNS overload * Filter out unproxyable authentication schemes * cachemgr login & password revealed in HTTP server log files * make uninstall removes squid.conf * Segmentation fault if a external_acl helper exits prematurely * Squid rejects GET/HEAD with request entities claimint error 411 * external_acl.c compilation failure * memory leak of acl structures on "squid -k reconfigure" * Occasional corruption of objects when using aufs * Cachemgr "Total accounted:" memory statistics always report "-1" * WCCP hash assignment can sometimes be missed by the router * external_acl helper problem with spaces * --enable-async-io or --with-storeio=aufs fails to automatically enable --with-pthreads * "make addlang" fails * Specifying LDAP servers last on the command line does not work * Referer log not closed on shutdown * Many files missing from the contrib directory But the most recent patch isn't included since it content seems to be broken. * Impossible to define acls with spaces in them
2002-11-24Note addition of py-kqueuejdolecek1-1/+2
2002-11-24add py-kqueue subdirjdolecek1-1/+2
2002-11-24Initial import of py-kqueue version 2.0 into the Packages Collection.jdolecek4-0/+39
py-kqueue is Python glue for kqueue(2)/kevent(2) event interface on BSD systems. kqueue() provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is identified by the (ident, filter) pair; there may only be one unique kevent per kqueue.
2002-11-24introduce PKG_HAVE_KQUEUE variable - defined if OS supports kqueue(2)/kevent(2)jdolecek2-2/+11
interface
2002-11-24This package appears to need autoheader to build.cjep1-1/+4
2002-11-23Note update of pkg_install to 20021123.jschauma1-1/+2
2002-11-23Note vcdimager-0.7.12, mplex-1.6.0, and icepref-1.1nb1 updates.wiz1-1/+4
2002-11-23Update to 1.1nb1 -- make it work with python versions other than 2.1.wiz3-10/+8
Patch provided by Julio Merino in PR 19146.
2002-11-23Always use pkgdiff -- this avoids having RCS Ids in patches.wiz2-10/+8
2002-11-23Update to 4.5, provided by ORI Manabu in PR 18698.wiz3-7/+11
Changes: Version 4.5 - July 4 2002, by Shigio Yamaguchi * htags: -m(--main-func) option added. * htags: --style-sheet=<style file> option added. * htags: --no-javascript option and no_javascript config variable added. * htags: -g(--gtags) option added. * htags: -s(--symbols) option and symbols config variable added. * gctags: --langmap option added. * gctags: -t and -d option added. * gtags: pick up macros with noargument, typedef name and enum member. * gozilla: -d option added. * gctags: assumes __attribute__, const, volatile, wchar_t as a reserved word in C language. assumes __attribute__, explicit, mutable, namespace, overload, typename, using as a reserved word in C++ language. Version 4.4 - March 30 2002, by Shigio Yamaguchi * gozilla: gozilla return to GLOBAL. * htags: -o(--other) option added. This option list not only source files but also other files like 'README'. * global: -o(--other) option added. This option search in not only source files but also other files like 'README'. * htags: configuration variable other_files added. * htags: configuration variable definition_header={no|after|before} added. * htags: configuration variable enable_grep and enable_idutils added. * htags: -l(--each-line-tag) option deleted. From now on, htags works as if -l flag is always specified. But -l(--each-line-tag) option is accepted for backward compatibility. * global: path conversion optimized and bug fixed. * gtags.conf: added documentation about variables. * htags: shut another security hole. * Some bugs are fixed. Version 4.3.1 - January 22 2002, by Shigio Yamaguchi This is bug fix version. * htags: global.cgi wasn't generated correctly. Version 4.3 - January 10 2002, by Shigio Yamaguchi * Support DJGPP. * Support nvi-1.81.5. * global.texi: chapter of less viewer, nvi-1.81.5 and reference manuals added. * global,gtags: the -q option added. * htags: fill anchors into path name. * global: GTAGSROOT file supported. Version 4.2 - November 24 2001, by Shigio Yamaguchi * postgres support added. You need to configure GLOBAL with --with-postgres option. * gtags: when no parser specified in config file, overloaded by default values. * gtags: variable 'skip' accept full path name. * htags: changed to refer to macros which is defined in other C source. * htags: --caution option added. * global.texi: reference manual added. * gtags, htags: allow relative path name for --gtagsconf. Version 4.1.1 - July 31, 2001, by Shigio Yamaguchi * htags: bug fixed. bless.sh removed 'TARGET=mains'. * htags: bug fixed. bless.sh didn't work without config file. * configure: bug fixed. --srcdir option didn't work. now you can build project at any directory other than source directory. * htags: generates rebuild.sh to redo the job with the previous context. * globash.rc: when GTAGSROOT specified, prompt is changed to "[$root]!$cwd" instead of "[$root]/...". * globash.rc: bug fixed. number was ignored in 'next <no>' and 'prev <no>'. * globash.rc: The -e option of show use emacsclient instead of emacs. Version 4.1 - July 12, 2001, by Shigio Yamaguchi [INCOMPATIBLE CHANGES] * global: rename the -i(incremental) option to -u(update) and the new -i(--ignore-case) option added because -i options is generally used for this purpose (see grep(1)). * gtags.conf: rename global.conf into gtags.conf because the old name was too generic. (GLOBAL also accepts old name for compatibility.) [OTHER CHANGES] * Some bugs are fixed. * globash.rc: GloBash --- Global facility for Bash added. * htags: create bless.sh when the -S option specified. * htags: config variables prolog_script, epilog_script, show_position, position_begin, position_end and icase_path added. * htags: path name search facility added. * htags: locate dbpath like global(1) does. * htags: show addtional information on status bar. * gtags: the -i option also locate tag files among cadedite directories. * global, gtags: make icase_path allways enable in Windows32 environment. * global: the -T(--through) option added. * gtags, htags: --gtagsconf option added. * gtags.conf: 'htags_options' added. * globa.texi: the method to use vim with GLOBAL and the description about GloBash added.
2002-11-23Commit change to patch-ad that mysteriously got lost in last commit.jschauma2-6/+6
(Thanks wiz!)
2002-11-23Bump PKGTOOLS_REQD to 20021123 to prevent users from using tools thatjschauma1-2/+2
could not correctly de-install packages if cwd is part of PLIST of the to be deleted package. This closes PR pkg/18384.
2002-11-23Upgrade to version 20021123, which fixes PR pkg/18384 by Grant.jschauma5-67/+39
Curiously, several of the patches required some changes -- have these not been tested with the latest version of pkg_install?
2002-11-23Some cleanups by Greg A. Woods in PR 18710.wiz2-34/+51
2002-11-23Upgrade of devel/aap to version 0.107.cjep5-13/+17
Changes since version 0.104: 0.107 * Fixed: Tests did not work on MS-Windows. * Fixed: Executing shell commands did not work on MS-Windows. * Fixed: Reading a dependency file did not work on MS-Windows. 0.106 * Fixed: When uploading with scp fails because of a read-only file system this was not noted as an error. * Fixed: When uploading multiple files with scp and one or more failed, the signatures were updated anyway. 0.105 * Improved performance by not computing the buildcheck signature for virtual targets. Especially helps for the recipe that ":mkdownload" generates. When evaluating a Python expression, replace "&gt;" with "$gt", "&lt;" with "$lt" and "|" with $bar, so that ":print" isn't confused. * Fixed: did not find Python modules in the directory of the top recipe.
2002-11-23Use a handcrafted .tar.bz2 instead of the original .tar.gz whichwiz2-5/+6
has '..' in some of its files' paths. Closes PR 18662. It's also smaller by ~200k :)
2002-11-23Update to 1.6.0 (from the mjpegtools distribution).wiz7-177/+20
Handles multiplexed streams and has (S)VCD support. Update from Ben Collver in PR 19098.
2002-11-23Update to 0.7.12, provided by the maintainer, Ben Collver, in PR 19097.wiz4-23/+13
Lots of new features and bug fixes.
2002-11-23Honour ZOULARISBASE, rather than expecting bmake in ${PREFIX}/bsd/bin.cjep4-3/+39
This should work with the Zoularis kit and the bootstrap kit. XXX The patches should go into 1.11.
2002-11-23Fix PLIST on powerpc.wiz4-2/+912
2002-11-23note sidplay & libsidplay updatepooka1-1/+3
2002-11-23Note update of devel/gtexinfo to version 4.3nb1 [dependency fix]seb1-1/+2
2002-11-23Remove dependency on libiconv, this was a mistake... my fault.seb1-2/+2
Bump PKGREVISION.
2002-11-23update to sidplay 1.0.9, makes the package compile againpooka5-122/+6
changes: Not much, basically bugfixes and re-adding of NetBSD audio support to the mainline.