| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=434800
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=434754
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
PR: 216990
Reviewed by: brd
Approved by: brd (ports)
Differential Revision: https://reviews.freebsd.org/D9537
Notes:
svn path=/head/; revision=433911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
Notes:
svn path=/head/; revision=433856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=433566
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Update to 2.5
Notes:
svn path=/head/; revision=433394
|
|
|
|
| |
Notes:
svn path=/head/; revision=433224
|
|
|
|
|
|
|
|
| |
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
Notes:
svn path=/head/; revision=432932
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=431043
|
|
|
|
|
|
|
|
|
|
|
| |
is inactive since 2015-01-30)
PR: 215742
Submitted by: asomers@
Differential Revision: https://reviews.freebsd.org/D9034
Notes:
svn path=/head/; revision=430991
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 213670
Submitted by: Sebastian Gniazdowski <sgniazdowski@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=429653
|
|
|
|
| |
Notes:
svn path=/head/; revision=429157
|
|
|
|
|
|
|
| |
Reported by: adamw
Notes:
svn path=/head/; revision=428847
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=428494
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428152
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428150
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=427594
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 211164
Submitted by: Marcin Cieslak <saper@saper.info>
Notes:
svn path=/head/; revision=426954
|
|
|
|
| |
Notes:
svn path=/head/; revision=426705
|
|
|
|
| |
Notes:
svn path=/head/; revision=426561
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426201
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=425937
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425823
|
|
|
|
| |
Notes:
svn path=/head/; revision=425743
|
|
|
|
|
|
|
|
| |
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Notes:
svn path=/head/; revision=425301
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Submitted by: Daniel Shahaf (on zsh mailing list)
Reported by: Guilherme Salazar (on zsh mailing list)
Notes:
svn path=/head/; revision=424080
|
|
|
|
|
|
|
| |
Approved by: adamw
Notes:
svn path=/head/; revision=424076
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D8085
Notes:
svn path=/head/; revision=423003
|
|
|
|
|
|
|
|
|
|
|
| |
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
|