1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

1683 Commits

Author SHA1 Message Date
Mark Linimon
269efe8a5c Remove duplicate broken stanza for powerpc64. While here, reformat and
consolidate the sparc64 one.

Approved by:	portmgr (tier-2 blanket)
2017-04-27 20:24:43 +00:00
Emanuel Haupt
70698bb3fa Update WWW, current URL is a permanent redirect. 2017-04-27 19:35:25 +00:00
Emanuel Haupt
a781072372 Make bash use of fdescfs use optional, disabled by default, and forced off when
disabled.

This allows users to avoid mounting an extra FS that we don't enable by default.

Only display pkg-message with fdescfs instructions when option is enabled.

Submitted by:	swills
Differential Revision:	https://reviews.freebsd.org/D10394
2017-04-22 12:39:10 +00:00
Rene Ladan
c7b6c8eaf9 Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by:	Mark Millard via private e-mail
2017-04-21 20:25:00 +00:00
Sunpoet Po-Chuan Hsieh
1d3bc859f6 Update to 55
- Pet portlint
- Update WWW

Changes:	https://www.mirbsd.org/mksh.htm#clog
2017-04-13 19:32:34 +00:00
Mathieu Arnold
aabf1b050f Regular USE_GITHUB cleanup.
Do not set DISTNAME.
Do not set WRKSRC, if you feel like you need to, you should fix
GH_PROJECT instead.

Sponsored by:	Absolight
2017-04-10 21:49:02 +00:00
Dmitry Marakasov
3a56d2db50 - Always accompany OSVERSION check with OPSYS check
Approved by:	portmgr blanket
2017-04-07 16:00:46 +00:00
Dag-Erling Smørgrav
3d7c7f2ece Fix bug in kldload completion (also reported upstream).
Approved by:	bapt@
2017-03-30 12:41:08 +00:00
Rene Ladan
c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00
Pawel Pekala
c5464b6fc1 Update to version 6.0.0
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.
2017-03-02 16:36:36 +00:00
Emanuel Haupt
4cb2ee99e3 Default path includes the string %%LOCALBASE%%. This was intended to be replaced
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)
2017-03-01 15:19:06 +00:00
Dmitry Marakasov
3783250aeb - Fix LICENSE
- Cosmetic fixes
2017-02-25 13:02:27 +00:00
Mark Linimon
eae8bbbfc9 Mark a few leaf ports broken on aarch64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-02-24 21:55:52 +00:00
Rene Ladan
676b34a127 Return the ports mistakenly reset to ports@ in r433856 to John Marino.
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.
2017-02-15 21:33:11 +00:00
Alan Somers
0eb5d328a6 shells/fish: Upgrade to 2.5.0
PR:		216990
Reviewed by:	brd
Approved by:	brd (ports)
Differential Revision:	https://reviews.freebsd.org/D9537
2017-02-11 20:47:02 +00:00
Emanuel Haupt
673874ad03 The late mount option is required for systems with a seperate boot partition
(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>
2017-02-11 13:11:58 +00:00
Rene Ladan
921fd6118f Return ports maintained by John Marino to the pool, see r433827 for details 2017-02-11 12:42:30 +00:00
Alan Somers
ffb63ce535 shells/fish: fix completions for python
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)
2017-02-11 05:23:19 +00:00
John Marino
cd7f376bdf shells/ksh93: Fix build with gcc5
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)
2017-02-09 20:26:22 +00:00
Alan Somers
339de38ec0 Fix two bugs in shells/fish
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)
2017-02-09 00:09:59 +00:00
John Marino
346f7b8a2c shells/sparforte: upgrade version 2.0.1 => 2.0.2 2017-02-07 16:19:57 +00:00
Ruslan Makhmatkhanov
91d3de1491 shells/lshell: update to 0.9.18.20160916
- 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
2017-02-06 16:30:16 +00:00
Lars Engels
dee0f0664d shells/bash-completion:
Update to 2.5
2017-02-05 10:42:31 +00:00
Emanuel Haupt
6bbacfbe18 Rectify license 2017-02-03 13:24:53 +00:00
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