summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2006-01-08short gets promoted to int according to ISO C rules, so use int forjoerg4-2/+30
va_arg instead of short.
2006-01-07Remove BROKEN_IN, fixed by commit to ast-ksh.wiz1-3/+1
2006-01-07Fix build on NetBSD with statvfs. Remove BROKEN_IN.wiz3-4/+19
2006-01-04Correct BROKEN_IN definition.schmonz1-2/+2
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz2-6/+4
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-31Update to 3.1pl1:wiz7-87/+41
This is a terse description of the new features added to bash-3.1 since the release of bash-3.0. As always, the manual page (doc/bash.1) is the place to look for complete descriptions. 1. New Features in Bash a. Bash now understands LC_TIME as a special variable so that time display tracks the current locale. b. BASH_ARGC, BASH_ARGV, BASH_SOURCE, and BASH_LINENO are no longer created as `invisible' variables and may not be unset. c. In POSIX mode, if `xpg_echo' option is enabled, the `echo' builtin doesn't try to interpret any options at all, as POSIX requires. d. The `bg' builtin now accepts multiple arguments, as POSIX seems to specify. e. Fixed vi-mode word completion and glob expansion to perform tilde expansion. f. The `**' mathematic exponentiation operator is now right-associative. g. The `ulimit' builtin has new options: -i (max number of pending signals), -q (max size of POSIX message queues), and -x (max number of file locks). h. A bare `%' once again expands to the current job when used as a job specifier. i. The `+=' assignment operator (append to the value of a string or array) is now supported for assignment statements and arguments to builtin commands that accept assignment statements. j. BASH_COMMAND now preserves its value when a DEBUG trap is executed. k. The `gnu_errfmt' option is enabled automatically if the shell is running in an emacs terminal window. l. New configuration option: --single-help-strings. Causes long help text to be written as a single string; intended to ease translation. m. The COMP_WORDBREAKS variable now causes the list of word break characters to be emptied when the variable is unset. n. An unquoted expansion of $* when $IFS is empty now causes the positional parameters to be concatenated if the expansion doesn't undergo word splitting. o. Bash now inherits $_ from the environment if it appears there at startup. p. New shell option: nocasematch. If non-zero, shell pattern matching ignores case when used by `case' and `[[' commands. q. The `printf' builtin takes a new option: -v var. That causes the output to be placed into var instead of on stdout. r. By default, the shell no longer reports processes dying from SIGPIPE. s. Bash now sets the extern variable `environ' to the export environment it creates, so C library functions that call getenv() (and can't use the shell-provided replacement) get current values of environment variables. t. A new configuration option, `--enable-strict-posix-default', which will build bash to be POSIX conforming by default. u. If compiled for strict POSIX conformance, LINES and COLUMNS may now override the true terminal size. 2. New Features in Readline a. The key sequence sent by the keypad `delete' key is now automatically bound to delete-char. b. A negative argument to menu-complete now cycles backward through the completion list. c. A new bindable readline variable: bind-tty-special-chars. If non-zero, readline will bind the terminal special characters to their readline equivalents when it's called (on by default). d. New bindable command: vi-rubout. Saves deleted text for possible reinsertion, as with any vi-mode `text modification' command; `X' is bound to this in vi command mode. e. A new external application-controllable variable that allows the LINES and COLUMNS environment variables to set the window size regardless of what the kernel returns: rl_prefer_env_winsize
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam16-32/+16
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Update to 4.3, which fixes two security issues.snj2-6/+6
Note that scp compatibility is now disabled and that the only recommended way of using scponly is with sftp.
2005-12-28Update to version 2.3.0seb2-7/+6
Note that this is (mostly) a security fix release. Changes since last packaged version (2.2.3): 2.3.0 - modified chroot_helper to parse the config file, to avoid arbitrary chroot() (and thus root compromise) - numerous documentation updates - fix for va_start()/va_end()-related segfault on 64-bit architecture - small bit of code cleanup
2005-12-27For both bash packages, use CPP to definereed2-4/+6
DEFAULT_PATH_VALUE as /usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin (Instead of having non-existent default PATH directories.) Bump PKGREVISION. This is for PR 25044. Okayed by bash2 maintainer.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-19Remove the following which breaks under the current pkgsrc infrastructure:abs1-3/+1
PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE}
2005-12-19Fix errno.joerg2-1/+14
2005-12-07Update zsh to 4.2.6.uebayasi14-192/+26
Better DragonFly support, new complete functions (arch_archives, arch_namespace, bzr, cplay, date, dchroot, dlocate, dpkg-cross, git, madison, module-assistant, piuparts, quilt, toolchain-source, urxvt, and xpdf), bug fixes, etc.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig4-13/+13
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig6-26/+27
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Update to 4.1, which brings numerous bugfixes.snj3-25/+25
While here, apply a patch from Eric Schnoebelen in PR pkg/31114 to fix a bogus reference to id.
2005-11-26Honour PKG_SYSCONFDIR. Bump revision.uebayasi2-3/+5
PR32026 from Geert Hendrickx.
2005-11-10Also patch host.defs for completeness.joerg2-1/+22
2005-11-10Add DragonFly to the list of BSD derived systems.joerg2-1/+18
2005-11-10DragonFly is a BSD, even though it doesn't end in it.joerg4-10/+34
Depend on errno.h for errno.
2005-11-10Depend on errno.h to provide errno.joerg2-1/+14
2005-11-10Depend on errno.h for errno.joerg2-1/+14
2005-11-10Add DragonFly to patches for standard prototypes.joerg3-7/+7
2005-11-08Include devel/sysexits bl3.tv1-1/+2
2005-10-29Rename 9rc to 9base.minskim22-448/+1
2005-10-26Remove a master site that does not provide the distfile any longer.wiz1-2/+1
2005-10-23Add 9rc.minskim1-1/+2
2005-10-23Import 9rc from pkgsrc-wip. Packaged by Leonard Schmidt.minskim21-0/+446
This is a port of various original plan9 tools for Unix based on plan9ports [1], mk-with-libs.tgz [2] and wmii [3]. [1] http://www.swtch.com/plan9port/ [2] http://swtch.com/plan9port/unix/ [3] http://www.wmii.net
2005-10-23Sorted PLIST.rillig2-9/+9
2005-10-23Fixed pkglint warnings.rillig12-13/+33
2005-10-23Fixed pkglint warning.rillig2-6/+6
2005-10-11Allow the one-true-shell to work on DragonFly. Patches are includedjoerg13-11/+174
upstream already.
2005-10-10Don't declare errno, errno.h does so already.joerg2-1/+14
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz2-4/+2
thus were before 2005Q3.
2005-09-28Adjust HOMEPAGE.seb1-2/+2
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-3/+3
NO_BUILD, USE_LIBTOOL.
2005-09-21Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem.wiz1-2/+2
2005-09-20Fix build problem under NetBSD-current.tron2-1/+24
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam18-25/+39
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-08-07Fix PLIST on OpenBSD.hiramatsu5-13/+10
- Changed IRIX, Interix, Linux and OpenBSD share PLIST.terminfo, instead of PLIST for each OS. - zsh doesn't build libzsh-4.2.5.so on OpenBSD, so PLIST.shlibs should be excluded.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-3/+4
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam18-37/+35
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-07-17Quieten CHECK_WRKREF. The dumped environment variables is not a problem.kristerw1-1/+5
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+1
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14fix build on OpenBSD, from Jason Lingohr.grant2-7/+9
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam2-4/+4
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.