| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/branches/2017Q3/; revision=448701
|
|
|
|
|
|
|
|
|
|
|
| |
x11/yakuake depend on x11/konsole.
Submitted by: Gleb Popov <6yearold@gmail.com>
Approved by: ports-secteam (with hat)
Notes:
svn path=/branches/2017Q3/; revision=447221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x11/lightdm: Fix locale selection
- Allow locale selection on login screen. First, lightdm must be patched
to correctly detect utf8 locales, which have a UTF-8 suffix on FreeBSD
instead of utf8 like on Linux systems. Secondly, we have to use locale
codes in the language menuitem as FreeBSD doesn't have support for
locale naming (missing _NL_IDENTIFICATION_LANGUAGE implementation).
- Use @sample for lightdm-gtk-greeter config file to prevent it from
being overwritten when the package is reinstalled / upgraded.
PR: 220614
Submitted by: pawel
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2017Q3/; revision=446525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
x11/libxshmfence: don't leak /tmp/shmfd* files with O_CLOEXEC
- Both mkostemp() and mkstemp() need explicit call to unlink()
- Unobfuscate fallback if both O_TMPFILE and mksotemp() are N/A
- O_TMPFILE (Linux-only) appeared after O_CLOEXEC, no need to check
PR: 217676 (for tracking)
Approved by: ports-secteam (junovitch)
Notes:
svn path=/branches/2017Q3/; revision=445124
|
|
|
|
| |
Notes:
svn path=/head/; revision=444765
|
|
|
|
|
|
|
|
|
| |
- Add a note on linprocfs requirement
Submitted by: olivier@
Notes:
svn path=/head/; revision=444573
|
|
|
|
|
|
|
|
|
| |
- Unsilence installation
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=444449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
Notes:
svn path=/head/; revision=444324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Alacritty is the fastest terminal emulator in existence. Using the
GPU for rendering enables optimizations that simply aren't possible in
other emulators.
Alacritty is focused on simplicity and performance. The performance
goal means it should be faster than any other terminal emulator
available. The simplicity goal means that it doesn't have many
features like tabs or scroll back as in other terminals. Instead, it
is expected that users of Alacritty make use of a terminal multiplexer
such as tmux.
WWW: https://github.com/jwilm/alacritty
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11162
Notes:
svn path=/head/; revision=444038
|
|
|
|
|
|
|
|
|
|
| |
http://invisible-island.net/xterm/xterm.log.html#xterm_330
PR: 219800 (based on)
Submitted by: jakub_lach@mailplus.pl
Notes:
svn path=/head/; revision=444014
|
|
|
|
|
|
|
|
|
|
| |
sane defaults, browser-class tabs, sudo paste protection, smart
copy/paste, and little to no configuration.
WWW: https://github.com/elementary/terminal
Notes:
svn path=/head/; revision=443950
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Simplify installation, cosmetic fixes
- Update WWW
Notes:
svn path=/head/; revision=443945
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GUI debugging to verify widget separations and sizes, though may also be
used for general computer graphics debugging purposes, including measuring
pixel distances of images, web applications, etc.
You can easily make copies of the ruler and reoriented it via either the
keyboard or mouse.
WWW: http://seriss.com/people/erco/fltk/flruler/
Notes:
svn path=/head/; revision=443876
|
|
|
|
|
|
|
|
|
| |
PR: 219950
Submitted by: Adriaan de Groot <groot@kde.org>
Exp-Run by: antoine
Notes:
svn path=/head/; revision=443783
|
|
|
|
|
|
|
|
| |
Spotted by: Poudriere
With hat: portmgr
Notes:
svn path=/head/; revision=443728
|
|
|
|
| |
Notes:
svn path=/head/; revision=443492
|
|
|
|
|
|
|
|
|
|
|
|
| |
without the REGIS option. This does not affect default options and therefore
no PORTREVISION bump is required. This regression does not affect the quarterly
branch therefore no MFH is required.
PR: 219945 (based on)
Submitted by: ashish@FreeBSD.org, Thomas Dickey <dickey@his.com> (author)
Notes:
svn path=/head/; revision=443487
|
|
|
|
| |
Notes:
svn path=/head/; revision=443419
|
|
|
|
| |
Notes:
svn path=/head/; revision=442753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform
used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ.
[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
PR: 210027
Submitted by: Mikaël Urankar <mikael.urankar@gmail.com>
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D8322
Notes:
svn path=/head/; revision=442740
|
|
|
|
|
|
|
|
|
| |
Reviewed by: kwm
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11064
Notes:
svn path=/head/; revision=442689
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://lists.suckless.org/dev/1705/31705.html
PR: 219162
Approved by: lme (mentor), schot@a-eskwadraat.nl (maintainer timeout, 3 weeks)
Differential Revision: https://reviews.freebsd.org/D10994
Notes:
svn path=/head/; revision=442682
|
|
|
|
|
|
|
|
| |
PR: 217079
Submitted by: Mikaël Urankar <mikael.urankar@gmail.com>
Notes:
svn path=/head/; revision=442456
|
|
|
|
|
|
|
|
| |
PR: 217078
Submitted by: Mikaël Urankar <mikael.urankar@gmail.com>
Notes:
svn path=/head/; revision=442453
|
|
|
|
|
|
|
|
|
|
|
| |
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=442405
|
|
|
|
|
|
|
|
| |
* Add license
* regen patch with make makepatch
Notes:
svn path=/head/; revision=442363
|
|
|
|
|
|
|
|
| |
Changelog:
http://invisible-island.net/xterm/xterm.log.html#xterm_328
Notes:
svn path=/head/; revision=442281
|
|
|
|
| |
Notes:
svn path=/head/; revision=442278
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=442212
|
|
|
|
|
|
|
|
| |
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10786
Notes:
svn path=/head/; revision=442098
|
|
|
|
|
|
|
|
|
| |
WWW: http://xkbind.sourceforge.net/
TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318
Notes:
svn path=/head/; revision=442055
|
|
|
|
| |
Notes:
svn path=/head/; revision=441876
|
|
|
|
| |
Notes:
svn path=/head/; revision=441854
|
|
|
|
|
|
|
|
|
|
|
|
| |
to the project's GitHub (there is a good amount of information there
and not very much so on the SF.net page)
- While here, improve port description text: fix a bogosity and make it
more detailed
Suggested by: adamw
Notes:
svn path=/head/; revision=441846
|
|
|
|
|
|
|
|
|
| |
WWW: http://sourceforge.net/projects/gxkb/
TIMESTAMP (gxkb-0.7.9.tar.gz) = 1490048003
Notes:
svn path=/head/; revision=441824
|
|
|
|
|
|
|
| |
PR: 219576
Notes:
svn path=/head/; revision=441812
|
|
|
|
|
|
|
|
| |
PR: 218732
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=441768
|
|
|
|
|
|
|
|
| |
PR: 219532
Submitted by: yamagi@yamagi.org (maintainer)
Notes:
svn path=/head/; revision=441702
|
|
|
|
| |
Notes:
svn path=/head/; revision=441669
|
|
|
|
|
|
|
|
|
|
|
| |
vulnerabilities in the kernel mode layer handler.
Security: f52e3a8d-3f7e-11e7-97a9-a0d3c19bfa21
PR: 219465
Submitted by: Andrew Marks
Notes:
svn path=/head/; revision=441608
|
|
|
|
| |
Notes:
svn path=/head/; revision=441520
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes:
svn path=/head/; revision=441494
|
|
|
|
| |
Notes:
svn path=/head/; revision=441419
|
|
|
|
| |
Notes:
svn path=/head/; revision=441418
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 219314
Reviewed by: rakuco
Exp-run by: antoine
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10747
Notes:
svn path=/head/; revision=441306
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass MAINTAINER'ship to submitter
PR: 219361
Reported by: Jesper Schmitz Mouridsen <jesper@schmitz.computer>
Approved by: miwi (mentor)
Differential Revision: https://review.freebsd.org/D10812
Notes:
svn path=/head/; revision=441215
|
|
|
|
| |
Notes:
svn path=/head/; revision=441073
|
|
|
|
| |
Notes:
svn path=/head/; revision=441071
|
|
|
|
|
|
|
|
|
| |
PR: 217619
Submitted by: Terry Kennedy <terry-freebsd@glaver.org> (original vesrion)
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Notes:
svn path=/head/; revision=441048
|