| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=391740
|
|
|
|
|
|
|
|
|
| |
code section.
Notified by: naddy
Notes:
svn path=/head/; revision=391692
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
generate a bunch of,
cannot make pipe for process substitution: File exists
errors.
The problem lies with colliding pipe names.
The code in sh_mktmpname() in lib/sh/tmpfile.c uses a combination of things like
the current time, the PID, and an incrementing counter. Since the child PIDs
tend to be sequential (barring kern.randompid=1), there are collisions.
Fix this problem without rewriting upstream code by defining USE_MKTEMP=1 to
use the mktemp(3) code of bash.
FreeBSD's mktemp() is not nearly as bad as the bash default and isn't
brain-damaged like some platforms (which is likely why the bash code tries to
do it's own thing). In FreeBSD, "mktemp(3)" it uses arc4random to pick one of
62 symbols for each "X".
Submitted by: Henric Jungheim <software@henric.org>
Notes:
svn path=/head/; revision=391614
|
|
|
|
| |
Notes:
svn path=/head/; revision=389833
|
|
|
|
|
|
|
|
| |
PR: 200768
Obtained from: ZSH upstream
Notes:
svn path=/head/; revision=389703
|
|
|
|
|
|
|
|
| |
Pointyhat to: bapt
Reported by: many
Notes:
svn path=/head/; revision=388388
|
|
|
|
| |
Notes:
svn path=/head/; revision=388385
|
|
|
|
|
|
|
|
|
| |
Among the usual updates, users will be happy to discover plenty of new FreeBSD
related completion as well as zpty working out of box (which wasn't the case
anymore for a while)
Notes:
svn path=/head/; revision=388381
|
|
|
|
| |
Notes:
svn path=/head/; revision=388282
|
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Notes:
svn path=/head/; revision=387938
|
|
|
|
|
|
|
|
|
|
|
|
| |
at the keyboard. One needs to type only a part of a directory name and wcd
will jump to it. Wcd has a fast selection method in case of multiple matches
and allows aliasing and banning of directories. Wcd also includes a full
screen interactive directory tree browser with speed search.
WWW: http://wcd.sourceforge.net/
Notes:
svn path=/head/; revision=387887
|
|
|
|
|
|
|
|
|
| |
The previous approved fix for building with gcc5 still didn't work right.
Sure enough, upstream updated their patch. When we take that update,
zshell finally behaves. Piggybacking on previous approval.
Notes:
svn path=/head/; revision=387463
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage
Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage
- Don't use random and don't use /tmp for temporary files. It's unsafe, and netstat spews warnings from the jail:
netstat: kvm not available: /dev/mem: No such file or directory
- Depend on perl as pod2man is used during build
- Fix path to pod2man
PR: 199645
Submitted by: amdmi3
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=385855
|
|
|
|
|
|
|
|
|
|
|
|
| |
ZSH was misbuilt on gcc-5 due to an intentional change in behavior of
gcc5's cpp. This patch to execute cpp with the -P switch comes from
upstream. No revbump necessary as GCC5 isn't used by default on FreeBSD.
Reported by: DragonFly ZSH users
Approved by: maintainer (bapt, IRC)
Notes:
svn path=/head/; revision=384799
|
|
|
|
| |
Notes:
svn path=/head/; revision=384554
|
|
|
|
| |
Notes:
svn path=/head/; revision=384384
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix for hangs on FreeBSD 10.1+ due to WCHAR_T missing as an alias for
UCS-4-INTERNAL.
[1] https://github.com/fish-shell/fish-shell/issues/1741
PR: 196661
Submitted by: David Adam <zanchey ucc.gu.uwa.edu.au>
Approved by: maintainer <freebsd.users gmail com>
Notes:
svn path=/head/; revision=384226
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383780
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=383606
|
|
|
|
|
|
|
|
| |
PR: 197920
Submitted by: marino
Notes:
svn path=/head/; revision=383182
|
|
|
|
|
|
|
| |
Add --as-needed to LDFLAGS to avoid overlinking with some options
Notes:
svn path=/head/; revision=382277
|
|
|
|
| |
Notes:
svn path=/head/; revision=382225
|
|
|
|
|
|
|
|
|
|
| |
- Maintainer's timeout (freebsd.users@gmail.com)
PR: 197413
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Notes:
svn path=/head/; revision=381486
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
Changes: http://olivier.sessink.nl/jailkit/index.html#news
PR: 198311
Submitted by: Ben Woods <woodsb02@gmail.com>
Notes:
svn path=/head/; revision=380750
|
|
|
|
|
|
|
|
|
|
| |
scripts.
PR: 198105
Submitted by: gebhart@secnetix.de
Notes:
svn path=/head/; revision=380738
|
|
|
|
| |
Notes:
svn path=/head/; revision=380310
|
|
|
|
| |
Notes:
svn path=/head/; revision=380279
|
|
|
|
|
|
|
|
|
|
| |
the slave port is handled.
PR: 197818
Submitted by: mat
Notes:
svn path=/head/; revision=379349
|
|
|
|
|
|
|
|
|
| |
PR: 195245
Submitted by: dam (my.gd)
Approved by: n/a (unmaintained)
Notes:
svn path=/head/; revision=378519
|
|
|
|
| |
Notes:
svn path=/head/; revision=378465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
upstream git.
Given the infrequency with which new versions of bash-completion are released, it
seems appropriate to just add them in here.
Submitted by: Peter Dave Hello (author of the two completions)
While here, add in LICENSE.
Notes:
svn path=/head/; revision=378011
|
|
|
|
| |
Notes:
svn path=/head/; revision=377802
|
|
|
|
|
|
|
|
|
|
|
| |
$ bash: words: bad array subscript
PR: 196713
Submitted by: gnudalf@yandex.com
Obtained from: upstream bug #1289597
Notes:
svn path=/head/; revision=377528
|
|
|
|
| |
Notes:
svn path=/head/; revision=377139
|
|
|
|
|
|
|
|
| |
PR: 367805
Submitted by: peterj
Notes:
svn path=/head/; revision=375921
|
|
|
|
|
|
|
|
|
| |
PR: 195487
Submitted by: braakvaak@aol.com
Approved by: freebsd.users@gmail.com (maintainer)
Notes:
svn path=/head/; revision=374430
|
|
|
|
|
|
|
|
|
| |
and reinstall. This should make the shells link with libintl.so.8 instead
of libintl.so.9 and should give package users a better chance of having a
working shell when something went wrong with the gettext update.
Notes:
svn path=/head/; revision=373773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
|
|
|
| |
- Adopt port
Notes:
svn path=/head/; revision=373445
|
|
|
|
| |
Notes:
svn path=/head/; revision=373030
|
|
|
|
|
|
|
| |
Spotted by: make check-man
Notes:
svn path=/head/; revision=373029
|
|
|
|
|
|
|
|
|
|
| |
While here, fix manpages so they render correctly with mandoc
PR: 194621 [1]
Submitted by: clutton@zoho.com [1]
Notes:
svn path=/head/; revision=373026
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Pointed by: bapt@
Notes:
svn path=/head/; revision=373002
|
|
|
|
| |
Notes:
svn path=/head/; revision=372732
|
|
|
|
|
|
|
| |
Hope to see you back! Thank for all the work!
Notes:
svn path=/head/; revision=372709
|
|
|
|
| |
Notes:
svn path=/head/; revision=372496
|
|
|
|
| |
Notes:
svn path=/head/; revision=371854
|