aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 6.0.0Pawel Pekala2017-03-023-4/+5
| | | | | | | | | | | | | | | | | | Changelog: - Faster disk scanning on Windows and Unix and on OS/2 with Watcom C built version. This was achieved by removing the DOSDIR directory interface layer and replacing it with system specific functions. Disk scanning speed depends on external factors, like disk caching and other processes accessing the disk at the same time. The speed increasement you experience may vary. - Fixed -rmtree for unicode file names on Windows. - Support EMX symbolic links on OS/2. - Support bash on OS/2. - New Danish translation of the messages. Thanks to Joe Hansen. Notes: svn path=/head/; revision=435251
* Default path includes the string %%LOCALBASE%%. This was intended to be replacedEmanuel Haupt2017-03-012-15/+5
| | | | | | | | | | | | | | with the real value of LOCALBASE by the port Makefile at some point, but it isn't at the moment. Set this value in the Makefile by defining CPPFLAGS accordingly. PR: 217451 Submitted by: Dan McGregor <dan.mcgregor@usask.ca> MFH: 2017Q1 (blanket) Notes: svn path=/head/; revision=435164
* - Fix LICENSEDmitry Marakasov2017-02-251-3/+3
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=434800
* Mark a few leaf ports broken on aarch64.Mark Linimon2017-02-241-1/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434754
* Return the ports mistakenly reset to ports@ in r433856 to John Marino.Rene Ladan2017-02-151-1/+1
| | | | | | | | | | | The mistake was completely on my part, I somehow connected the dots the wrong way in my head. The only exceptions (for now) are archivers/zstd and ports-mgmt/synth which were already picked up by new volunteers in the mean time. Notes: svn path=/head/; revision=434195
* shells/fish: Upgrade to 2.5.0Alan Somers2017-02-114-14/+43
| | | | | | | | | | PR: 216990 Reviewed by: brd Approved by: brd (ports) Differential Revision: https://reviews.freebsd.org/D9537 Notes: svn path=/head/; revision=433911
* The late mount option is required for systems with a seperate boot partitionEmanuel Haupt2017-02-111-2/+2
| | | | | | | | | | | | | | | | (e.g. systems with an encrypted root partition) where it is impossible for the fdescfs module to be autoloaded when /boot/kernel isn't available yet. Change pkg-message accordingly. Also change 'fdesc' mount point name to 'fdescfs' to simplify things: this way 'mount fdescfs' will work just as fine as 'umount fdescfs'. The less things to remember - the better it is. PR: 216985 Submitted by: John Smith <godevilove@ya.ru> Notes: svn path=/head/; revision=433857
* Return ports maintained by John Marino to the pool, see r433827 for detailsRene Ladan2017-02-111-1/+1
| | | | Notes: svn path=/head/; revision=433856
* shells/fish: fix completions for pythonAlan Somers2017-02-113-24/+19
| | | | | | | | | | | | | | | | | | | Eliminate errors during command completion for python, python2, and python3 if the /usr/local/bin/python symlink does not exist. Additionally, even if the symlink does exist, the completions will be wrong for the non-default interpreter. So I'm simply deleting the problematic completions altogether. I opened an upstream bug for the latter issue. https://github.com/fish-shell/fish-shell/issues/3840 While I'm here, delete an extraneous patch file for DOCS=off PR: 216987 Reported by: Keren Sky <keren_sky@live.com> Approved by: brd (ports, implicit) Notes: svn path=/head/; revision=433836
* shells/ksh93: Fix build with gcc5John Marino2017-02-091-0/+20
| | | | | | | | | | | | The ksh93 build process requires the pre-GCC5 CPP newline behavior, which the -P argument provides by disabling line markers. This enables ksh93 to be built by gcc5 and later. Approved by: GCC blanket PR: 216707 (related) Notes: svn path=/head/; revision=433771
* Fix two bugs in shells/fishAlan Somers2017-02-093-15/+27
| | | | | | | | | | | | | | 1) The build would fail when DOCS=off (PR 216167) 2) Tab completion doesn't work for "mount -t" (PR 216032) PR: 216167 PR: 216032 Reported by: Maxfx <maficccc@gmail.com> Reported by: David Guyot <david.guyot@europecamions-interactive.com> Approved by: brd (ports) Notes: svn path=/head/; revision=433701
* shells/sparforte: upgrade version 2.0.1 => 2.0.2John Marino2017-02-072-4/+4
| | | | Notes: svn path=/head/; revision=433566
* shells/lshell: update to 0.9.18.20160916Ruslan Makhmatkhanov2017-02-066-21/+31
| | | | | | | | | | | | | | | | - pass maintainership to submitter - switch to github - add NO_ARCH, update project web-page and remove unneded patch This release fixing some vulnerabilities, that defeats the purpose of the package entirely, so this is why MFH is requested. PR: 215989 Submitted by: Damien Fleuriot <dam@my.gd> MFH: 2017Q1 Notes: svn path=/head/; revision=433496
* shells/bash-completion:Lars Engels2017-02-053-4/+7
| | | | | | | Update to 2.5 Notes: svn path=/head/; revision=433394
* Rectify licenseEmanuel Haupt2017-02-031-1/+2
| | | | Notes: svn path=/head/; revision=433224
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-0/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Update to 4.4.12Emanuel Haupt2017-01-282-2/+4
| | | | | | | | | | | | Changelog: Fixes a bug. When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed. MFH: 2017Q1 Notes: svn path=/head/; revision=432612
* - Update to version 5.3.4Pawel Pekala2017-01-273-7/+9
| | | | | | | | | - Add ncurses includes to CFLAGS so that port compiles with correct headers when ncurse come from ports - Fix plist when NLS=off Notes: svn path=/head/; revision=432560
* Update to 4.4.11Emanuel Haupt2017-01-222-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Under certain circumstances, bash will evaluate arithmetic expressions as part of reading an expression token even when evaluation is suppressed. This happens while evaluating a conditional expression and skipping over the failed branch of the expression. There is a race condition in add_history() that can be triggered by a fatal signal arriving between the time the history length is updated and the time the history list update is completed. A later attempt to reference an invalid history entry can cause a crash. Depending on compiler optimizations and behavior, the `read' builtin may not save partial input when a timeout occurs. Subshells begun to run command and process substitutions may attempt to set the terminal's process group to an incorrect value if they receive a fatal signal. This depends on the behavior of the process that starts the shell. MFH: 2017Q1 Notes: svn path=/head/; revision=432161
* Update to 4.4.7Emanuel Haupt2017-01-202-2/+6
| | | | | | | | | | | | | | | Changelog: - Out-of-range negative offsets to popd can cause the shell to crash attempting to free an invalid memory block. - When performing filename completion, bash dequotes the directory name being completed, which can result in match failures and potential unwanted expansion. MFH: 2017Q1 Notes: svn path=/head/; revision=431931
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Drop maintainership from a handful of ports that I no longer use.Adam Weinberger2017-01-101-1/+1
| | | | Notes: svn path=/head/; revision=431043
* Pass maintainership to submitter, Alan Somers (previous maintainerOlivier Duchateau2017-01-091-1/+1
| | | | | | | | | | | is inactive since 2015-01-30) PR: 215742 Submitted by: asomers@ Differential Revision: https://reviews.freebsd.org/D9034 Notes: svn path=/head/; revision=430991
* shells/fish upgrade to 2.4.0Alan Somers2017-01-033-9/+57
| | | | | | | | | | | | Also, update /etc/shells on install PR: 214306, 212955 Approved by: brd (ports) freebsd.users@gmail.com (maintainer timeout) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D8665 Notes: svn path=/head/; revision=430488
* shells/sparforte: skip -fstack-protectorJohn Marino2016-12-311-0/+1
| | | | | | | | | | The gcc6-aux port doesn't build libssp* to which the stack-protctor switch could try to link. I believe the bdb generator was linking with the base ssp libraries. The linker couldn't find the base ssp libraries on DragonFly, which revealed the issue. Notes: svn path=/head/; revision=430171
* Add new port shells/sparforteJohn Marino2016-12-316-0/+521
| | | | | | | | | | | | | | | | | SPARforte is an open source programming language for high-integrity tasks, efficient development over the project lifecycle and assuming best practices. Language characteristics: * Paradigm: imperative/ procedural, scripting, shell, limited reflexive * Typing Disciplines: strong typing, type safety, nominative static with optional limited weak and duck typing * Appeared: 2001 (Ken O. Burtch) * Source Code: GCC Ada, GCC C, Bourne-Again Shell, GCC Make * Influenced by: Ada 95, Bourne Shell, SQL, and minorly BASIC, PHP, Python * Usual File Extensions: .sp, .bush Notes: svn path=/head/; revision=430153
* Update to 2.2.7.Raphael Kubo da Costa2016-12-273-4/+6
| | | | | | | | PR: 213670 Submitted by: Sebastian Gniazdowski <sgniazdowski@gmail.com> (maintainer) Notes: svn path=/head/; revision=429653
* Update to 5.3.1Baptiste Daroussin2016-12-224-29/+6
| | | | Notes: svn path=/head/; revision=429157
* Fix typo in chflags completionBaptiste Daroussin2016-12-182-0/+12
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=428847
* Update ZSH to 5.3Baptiste Daroussin2016-12-146-56/+60
| | | | | | | | | | | | | Among the usual bugs fixes and completion updates, FreeBSD users will now benefit new completion functions for: - cu - gstat - jot - rcctl - sysrc Notes: svn path=/head/; revision=428547
* - Update WWW: pear.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428494
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-12-031-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=427594
* Update to 2.4, and switch from the alioth sources to the Github projectAdam Weinberger2016-12-0210-256/+99
| | | | | | | | | | that the old WWW redirects to. Among other changes, this port now optionally installs some cmake modules, which I hope I'm installing into the correct place. Notes: svn path=/head/; revision=427580
* - Pass maintainership to submitterSunpoet Po-Chuan Hsieh2016-11-231-1/+1
| | | | | | | | PR: 211164 Submitted by: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=426954
* Re-use PATCH_SITES for cklatest target instead of hardcoding.Emanuel Haupt2016-11-211-1/+1
| | | | Notes: svn path=/head/; revision=426705
* Update to 4.4.5Emanuel Haupt2016-11-202-3/+20
| | | | Notes: svn path=/head/; revision=426561
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* Update to version 5.3.3Pawel Pekala2016-11-122-3/+4
| | | | | | | | | | | | | | Changelog: - Support Unicode aliases on Windows. Wcd for Windows with Unicode support stores the aliases now in UTF-8 format (like the paths). Old aliases with non-ASCII characters are not compatible anymore. You need to create new aliases. - New option -ls: List the aliases. Thanks to Erik Rijshouwer. - Code cleanup. - Fixed makefiles for DJGPP, targets install and dist. Notes: svn path=/head/; revision=425976
* - Update to R54Olivier Duchateau2016-11-122-4/+11
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=425937
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-104-0/+9
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Revert experimental code accidentally committed in r378465Antoine Brodin2016-11-081-7/+0
| | | | Notes: svn path=/head/; revision=425743
* Pass maintainership of PEAR ports to the submitterJan Beich2016-11-041-1/+1
| | | | | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425301
* - Fix build on armv6Sunpoet Po-Chuan Hsieh2016-10-283-31/+29
| | | | | | | | | | | | - While I'm here, fix diff header of patch file PR: 209457 Submitted by: <mikael.urankar@gmail.com> Obtained from: https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c Notes: svn path=/head/; revision=424858
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-8/+5
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Fix make and gmake completionBaptiste Daroussin2016-10-162-1/+32
| | | | | | | | Submitted by: Daniel Shahaf (on zsh mailing list) Reported by: Guilherme Salazar (on zsh mailing list) Notes: svn path=/head/; revision=424080
* Grab back maintainership on zshBaptiste Daroussin2016-10-161-1/+1
| | | | | | | Approved by: adamw Notes: svn path=/head/; revision=424076
* Update to 4.4Emanuel Haupt2016-09-3010-310/+123
| | | | | | | Differential Revision: https://reviews.freebsd.org/D8085 Notes: svn path=/head/; revision=423003
* shells/fish: Fix plist when NLS option offJohn Marino2016-09-302-6/+7
| | | | | | | | | | | PR: 213087 Reported by: eborisch (gmail) Patch by: w.schwarzenfeld (utanet.at) confirmed by: marino Approved by: just-fix-it Notes: svn path=/head/; revision=422984