| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 228265
Notes:
svn path=/head/; revision=471300
|
|
|
|
|
|
|
|
| |
PR: 228659
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Notes:
svn path=/head/; revision=471299
|
|
|
|
|
|
|
|
| |
PR: 228652
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
Notes:
svn path=/head/; revision=471298
|
|
|
|
|
|
|
|
| |
PR: 228649
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Notes:
svn path=/head/; revision=471297
|
|
|
|
|
|
|
|
|
|
| |
PR: 228265
Submitted by: takefu@airport.fm
Reviewed by: riggs
Approved by: multimedia@ (riggs)
Notes:
svn path=/head/; revision=471296
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysutils/dwatch-{gource,pwsnoop} require dwatch(1) in FreeBSD base.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Smule, Inc.
Differential Revision: https://reviews.freebsd.org/D15621
Notes:
svn path=/head/; revision=471295
|
|
|
|
|
|
|
|
|
| |
PR: 228440
Submitted by: Piotr Kubaj
Security: CVE-2018-10847
Notes:
svn path=/head/; revision=471294
|
|
|
|
|
|
|
| |
- Enable GTK3 option by default
Notes:
svn path=/head/; revision=471293
|
|
|
|
| |
Notes:
svn path=/head/; revision=471292
|
|
|
|
| |
Notes:
svn path=/head/; revision=471291
|
|
|
|
| |
Notes:
svn path=/head/; revision=471290
|
|
|
|
|
|
|
| |
for safekeeping.
Notes:
svn path=/head/; revision=471289
|
|
|
|
| |
Notes:
svn path=/head/; revision=471288
|
|
|
|
|
|
|
|
|
|
| |
- Add devel/p5-File-Share [1] and devel/p5-Test-LeakTrace as dependencies
PR: 212680 [1]
Submitted by: freebsd@t11i.jp
Notes:
svn path=/head/; revision=471286
|
|
|
|
| |
Notes:
svn path=/head/; revision=471285
|
|
|
|
| |
Notes:
svn path=/head/; revision=471284
|
|
|
|
|
|
|
|
|
|
|
|
| |
2018-05-31 net/rubygem-gitaly-proto083: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead.
2018-05-31 net/rubygem-gitaly-proto084: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead
2018-05-31 textproc/rubygem-github-linguist47: Obsoleted by update of www/gitlab. Please use textproc/rubygem-github-linguist instead
2018-05-31 textproc/rubygem-loofah20: Obsoleted by update of www/gitlab. Please use textproc/rubygem-loofah instead.
2018-05-31 www/npm-node4: Use www/npm instead
2018-05-31 emulators/qemu-launcher: Upstream is gone
Notes:
svn path=/head/; revision=471283
|
|
|
|
|
|
|
|
|
| |
Very minor chase of 3.2.7.
- HTML: Reset error load counter on successful load
Notes:
svn path=/head/; revision=471282
|
|
|
|
|
|
|
|
| |
Very minor maintenance release.
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_327
Notes:
svn path=/head/; revision=471280
|
|
|
|
|
|
|
|
|
|
| |
The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf.
Submitted by: bdrewery
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Notes:
svn path=/head/; revision=471279
|
|
|
|
| |
Notes:
svn path=/head/; revision=471278
|
|
|
|
|
|
|
|
| |
PR: 228664
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=471277
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://quiterss.org/en/history
PR: 228660
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=471276
|
|
|
|
|
|
|
|
| |
PR: 228630
Submitted by: maintainer
Notes:
svn path=/head/; revision=471275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backtick command substitution `STATEMENT` is legacy syntax with several
issues.
- It has a series of undefined behaviors related to quoting in POSIX.
- It imposes a custom escaping mode with surprising results.
- It's exceptionally hard to nest.
$(STATEMENT) command substitution has none of these problems, and is
therefore strongly encouraged.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471274
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the original code, the return value of mycmd is ignored, and export
will instead always return true. This may prevent conditionals, set -e
and traps from working correctly.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd can fail for a variety of reasons: misspelled paths, missing
directories, missing permissions, broken symlinks and more.
If/when it does, the script will keep going and do all its operations in
the wrong directory. This can be messy, especially if the operations
involve creating or deleting a lot of files.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ShellCheck has noticed that you reference a variable that is not
assigned in the script, which has a name remarkably similar to one that
is explicitly assigned. You should verify that the variable name is
spelled correctly.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471271
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ShellCheck has detected that you have a command that just consists of a
command substitution.
This is typically done in order to try to get the shell to execute a
command, because $(..) does indeed execute commands. However, it's also
replaced by the output of that command.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
export takes a variable name, but shellcheck has noticed that you give
it an expanded variable instead. The problematic code does not export
MYVAR but a variable called foo if any.
Add exception when using indirections where the variable to extract is
actually the value of the variable.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471269
|
|
|
|
|
|
|
|
|
|
|
|
| |
Variables not used for anything are often associated with bugs, so
ShellCheck warns about them.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with * instead of @).
Array expansions become a series of words in [ .. ]. Operators expect
single words only.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471267
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
You have specified multiple patterns in a case statement, where one will
always override the other. The pattern being overridden is indicated
with a SC2222 warning.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Double quotes around $@ prevents globbing and word splitting of
individual elements, while still expanding to multiple separate
arguments.
Add exceptions when splitting is the intended behavior.
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The behavior when concatenating a string and array is rarely intended.
The preceeding string is prefixed to the first array element, while the
succeeding string is appended to the last one. The middle array elements
are unaffected.
For example, with the parameters foo,bar,baz, "--flag=$@" is equivalent
to the three arguments "--flag=foo" "bar" "baz".
PR: 227109
Submitted by: mat
Sponsored by: Absolight
Notes:
svn path=/head/; revision=471264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* switch to github
* remove unnecessary patch file
Committing after maintainer timeout (2 weeks)
PR: 228278
Submitted by: freebsd@dhke.de
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15478
Notes:
svn path=/head/; revision=471263
|
|
|
|
|
|
|
|
| |
PR: 228663
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
Notes:
svn path=/head/; revision=471261
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/google/python-adb/compare/ff48509...722e54e
MFH: 2018Q2
Notes:
svn path=/head/; revision=471260
|
|
|
|
| |
Notes:
svn path=/head/; revision=471259
|
|
|
|
|
|
|
|
| |
PR: 228661
Submitted by: linpct@gmail.com (maintainer)
Notes:
svn path=/head/; revision=471257
|
|
|
|
|
|
|
| |
Also, remove js_server as it has been unmaintained for years now.
Notes:
svn path=/head/; revision=471256
|
|
|
|
|
|
|
|
|
|
|
|
| |
Brisk Menu is a modern and efficient menu designed to improve the MATE Desktop
Environment with modern, first-class options. The purpose of this project is
to provide a usable menu as seen in other desktops without the bloat and
performance issues.
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=471255
|
|
|
|
|
|
|
|
| |
PR: 228597
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=471254
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.6
PR: 228597
Exp-run by: antoine
Notes:
svn path=/head/; revision=471253
|
|
|
|
|
|
|
|
|
| |
- Whitespace fixes
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=471252
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=471251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the last update we forgot to keep %%BASH%% and %%ZSH%% in
pkg-plist and the build currently fails when disabling BASH and/or
ZSH. [1]
Remove the BASH and ZSH options instead of fixing them. Having
options to skip installing tiny completion files does not make much
sense. The current recommendation in the Porter's Handbook is to
always install them unconditionally.
PR: 228551
Reported by: rumble.rubble@gmail.com [1]
Approved by: gregf@hugops.pw (maintainer)
Submitted by: w.schwarzenfeld@utanet.at
Notes:
svn path=/head/; revision=471250
|
|
|
|
|
|
|
| |
Reported by: olgeni
Notes:
svn path=/head/; revision=471249
|
|
|
|
|
|
|
|
|
| |
Furthermore, these hacks break build on head.
PR: 228433
Notes:
svn path=/head/; revision=471248
|
|
|
|
| |
Notes:
svn path=/head/; revision=471247
|