Commit graph

1659 commits

Author SHA1 Message Date
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Emanuel Haupt
283ff92a46 Update to 4.4.12
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
2017-01-28 04:41:44 +00:00
Pawel Pekala
545fd2ec46 - Update to version 5.3.4
- Add ncurses includes to CFLAGS so that port compiles
  with correct headers when ncurse come from ports
- Fix plist when NLS=off
2017-01-27 18:40:54 +00:00
Emanuel Haupt
93f2d182cb Update to 4.4.11
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
2017-01-22 21:06:11 +00:00
Emanuel Haupt
e397b8a6d9 Update to 4.4.7
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
2017-01-20 06:30:26 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Adam Weinberger
379dc3a0b1 Drop maintainership from a handful of ports that I no longer use. 2017-01-10 00:09:38 +00:00
Olivier Duchateau
34380927af Pass maintainership to submitter, Alan Somers (previous maintainer
is inactive since 2015-01-30)

PR:		215742
Submitted by:	asomers@
Differential Revision:	https://reviews.freebsd.org/D9034
2017-01-09 17:41:22 +00:00
Alan Somers
5b28857173 shells/fish upgrade to 2.4.0
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
2017-01-03 17:50:49 +00:00
John Marino
17a3a97bcb shells/sparforte: skip -fstack-protector
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.
2016-12-31 22:07:17 +00:00
John Marino
78a5f56be2 Add new port shells/sparforte
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
2016-12-31 19:42:42 +00:00
Raphael Kubo da Costa
18f050874f Update to 2.2.7.
PR:		213670
Submitted by:	Sebastian Gniazdowski <sgniazdowski@gmail.com> (maintainer)
2016-12-27 20:24:23 +00:00
Baptiste Daroussin
f93e01db48 Update to 5.3.1 2016-12-22 13:12:30 +00:00
Baptiste Daroussin
d464887e15 Fix typo in chflags completion
Reported by:	adamw
2016-12-18 12:13:31 +00:00
Baptiste Daroussin
b050d07493 Update ZSH to 5.3
Among the usual bugs fixes and completion updates, FreeBSD users will now
benefit new completion functions for:
- cu
- gstat
- jot
- rcctl
- sysrc
2016-12-14 07:39:46 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Sunpoet Po-Chuan Hsieh
ff0cc5ad11 - Add LICENSE_FILE
Approved by:	portmgr (blanket)
2016-12-03 07:59:20 +00:00
Adam Weinberger
03258122d2 Update to 2.4, and switch from the alioth sources to the Github project
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.
2016-12-02 17:04:25 +00:00
Sunpoet Po-Chuan Hsieh
6aa981158a - Pass maintainership to submitter
PR:		211164
Submitted by:	Marcin Cieslak <saper@saper.info>
2016-11-23 18:59:23 +00:00
Emanuel Haupt
27b2526ee8 Re-use PATCH_SITES for cklatest target instead of hardcoding. 2016-11-21 11:29:05 +00:00
Emanuel Haupt
e8c5a8907b Update to 4.4.5 2016-11-20 07:05:36 +00:00
Mark Linimon
c92cf8332c Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:35:29 +00:00
Pawel Pekala
f417363dc5 Update to version 5.3.3
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.
2016-11-12 18:05:33 +00:00
Olivier Duchateau
38b8ae7963 - Update to R54
- Add LICENSE
2016-11-12 10:11:21 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Antoine Brodin
afc1e249f4 Revert experimental code accidentally committed in r378465 2016-11-08 14:10:55 +00:00
Jan Beich
f4e1f3b974 Pass maintainership of PEAR ports to the submitter
PR:		214156
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-04 07:50:45 +00:00
Sunpoet Po-Chuan Hsieh
22bf4d7140 - Fix build on armv6
- 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
2016-10-28 15:08:14 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Baptiste Daroussin
f121cb0019 Fix make and gmake completion
Submitted by:	Daniel Shahaf (on zsh mailing list)
Reported by:	Guilherme Salazar (on zsh mailing list)
2016-10-16 18:46:14 +00:00
Baptiste Daroussin
87a41e614d Grab back maintainership on zsh
Approved by:	adamw
2016-10-16 18:25:42 +00:00
Emanuel Haupt
ac46fd3765 Update to 4.4
Differential Revision:  https://reviews.freebsd.org/D8085
2016-09-30 17:19:50 +00:00
John Marino
177a10eced shells/fish: Fix plist when NLS option off
PR:		213087
Reported by:	eborisch (gmail)
Patch by:	w.schwarzenfeld (utanet.at)
confirmed by:	marino
Approved by:	just-fix-it
2016-09-30 13:40:13 +00:00
Cy Schubert
e79c549374 Ensure RCS is available for extract. 2016-09-22 06:31:30 +00:00
Mark Linimon
62eecfdd71 Mark as broken on sparc64.
Approved by:	portmgr (tier-2 blanket)
2016-09-18 10:10:31 +00:00
Emanuel Haupt
14354397ff Update cklatest-host. Old one returns permission denied. 2016-09-10 10:21:05 +00:00
Kurt Jaeger
c5b7922a72 shells/fish: 2.2.0 -> 2.3.1
PR:		211688
Changes:	https://github.com/fish-shell/fish-shell/releases/tag/2.3.1
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Requested by:	Stefan Tatschner <rumpelsepp@sevenbyte.org>
Reviewed by:	Aaron Gyes <me@aaron.gy>
Approved by:	freebsd.users@gmail.com (maintainer timeout)
2016-09-07 18:53:49 +00:00
John Marino
8e3046c88a shells/lshell: Fix immediate exit after first command
Without this fix, using lshell is impractical as the shell exits after
the first command is executed.

PR:		208003
Submitted by:	Ignace Mouzannar
2016-08-19 04:23:33 +00:00
Olivier Duchateau
a5606d9b89 Update to R53a 2016-08-15 17:46:07 +00:00
Kurt Jaeger
3d27bef9bc shells/klish: 2.1.2 -> 2.1.3
- Fix bug with wrong shebang while VAR expanding within ACTION script

PR:		211745
Submitted by:	umeno@rr.iij4u.or.jp (maintainer)
2016-08-11 05:20:59 +00:00
Adam Weinberger
e45ae6d6db Sort a few OPTIONS helpers 2016-07-29 15:06:20 +00:00
Torsten Zuehlsdorff
27a16de8c6 shells/zsh-navigation-tools: update from 2.1.5 to 2.2.1
PR:           210167
Submitted by: Sebastian Gniazdowski <sgniazdowski@gmail.com> (maintainer)
Approved by:  pi (mentor)
2016-07-28 14:15:26 +00:00
Adam Weinberger
5dd5b56d7e Reorganize, simplify, and improve the Makefile.
A couple options changes:
The MAILDIR and SECURE_FREE knobs were both removed and switched to
always-on. Having maildir support does not preclude mbox support, so
there's no reason not to include it for everybody. The secure-free
run-time free() safety check is good practice and is a mandatory default
on a number of other OS's, so now it's enabled for all zsh here as well.

PORTREVISION bump for the above changes.

The rest of the changes are simplifications, and reorganizing things to
be more legible. An EXTRA_PATCHES that was being applied unconditionally
was converted to a normal files/patch-, and I added in some comments
on things I got confused by.

While here, I also rewrote the descr to better describe what Zsh is
in relation to other shells. I also removed

	"See also zshcompsys(1) manpage. :)"

Not even a smiley face can undo the pain of trying to read zshcompsys(1).
2016-07-27 07:39:21 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Dmitry Marakasov
2b0e2759ae - Update to 2.1.2
PR:		211010
Submitted by:	umeno@rr.iij4u.or.jp (maintainer)
2016-07-12 19:39:20 +00:00
Mathieu Arnold
f7e05824e6 Fix build on FreeBSD 9 WITHOUT=NLS.
Sponsored by:	Absolight
2016-07-04 14:07:14 +00:00
Emanuel Haupt
ab750f3abc Remove stray ICONV patch that breaks unicode support if NLS is disabled.
PR:             210654
Submitted by:   yuri@rawbw.com
2016-06-28 11:56:03 +00:00