Age | Commit message (Collapse) | Author |
|
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
|
TFWCursors.cpp:32:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
0x80, 0x00,
^~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/zoinks-0.4.1_2.log
- While here add missing dependencies and LICENSE_FILE
|
|
PR: 230074
Submitted by: Samy Mahmoudi
|
|
PR: 230075
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
|
|
PR: 229933
Submitted by: lightside@gmx.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16392
|
|
Bump PORTREVISION for dependent ports
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16353
|
|
FEATURES:
man.vim: C highlighting for EXAMPLES section
TUI: urxvt: also send xterm focus-reporting seqs
API: emit nvim_buf_lines_event from :terminal
fillchars: Add "eob" flag
FIXES:
startup: avoid blank stdin buffer if other files were opened
Only waitpid() for processes that we care about
Check all child processes for exit in SIGCHLD handler
channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff
transstr_buf: fix length comparison
TUI: Fix standout mode
man.vim: fix for mandoc
provider/node: npm --loglevel silent
API: nvim_win_set_cursor: set curswant
checkhealth: Python: fix VIRTUAL_ENV check
checkhealth: node.js: also search yarn
CHANGES:
defaults: shortmess+=F
highlight: high-priority CursorLine if fg is set.
terminal: handle &confirm and :confirm on unloading
screen: truncate showmode messages
buffer: fix copying :setlocal options
Ex mode: always "improved" (gQ)
options: remove 'maxcombine` option (always 6)
INTERNAL:
screen: use UTF-8 representation
|
|
|
|
|
|
PR: 229584
Submitted by: lightside <lightside@gmx.com> (maintainer)
|
|
|
|
PR: 228761
Submitted by: wen
Approved by: juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
|
|
- Use github
|
|
|
|
Port changes:
* Add LICENSE/LICENSE_FILE
* Add to USE_XORG
* Remove CPPFLAGS
PR: 228647
Submitted by: thierry
Approved by: nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days)
|
|
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
|
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
|
|
|
|
|
PR: 227981
Submitted by: danilo
Approved by: maintainer timeout (gnome, 1 month)
|
|
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
|
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
|
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
|
|
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
|
PR: 220013
Submitted by: Satoshi TOMIOKA <tomioka.satoshi.ml@gmail.com>
Reported by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
|
|
Reported by: pkg-fallout
|
|
PR: 228841
Submitted by: Mohammad S. Babaei <info@babaei.net>
|
|
Approved by: portmgr blanket
|
|
The configure patch was removed in r472261, because I incorrectly thought
/usr/bin/makeinfo had been removed from base in 10.4.
Pointy-hat: jrm
|
|
- [1] Do not link liblockfile when MAILUTILS option is off. Users who want
mail functionality should turn on the MAILUTILS option. See PR 227799.
- [2] Create a link under exec_directory pointing to
${PREFIX}/bin/movemail. See upstream bug https://bugs.gnu.org/31737 and
PR 228833.
- Based on user feedback, change the package name for the nox flavor of
editors/emacs-devel from emacs-devel_nox to emacs-devel-nox. The
original motivation for naming the package emacs-devel_nox was so that
PKGNAMESUFFIX would match the flavor names for USES=emacs ports and
flavor names cannot contain '-'.
- Remove patches that are no longer necessary. The patch
emacs-devel/files/patch-configure.ac is no longer necessary because 10.3,
which included an old version of texinfo in base, is EOL. The lldb-gud
patch is no longer necessary because the LLDB option has been removed.
- Update editors/emacs-devel to a newer commit on the upstream master
branch.
- Customize COMMENT for nox flavor of editors/emacs-devel.
PR: 227799 [1], 228833 [2]
Submitted by: yasu@utahime.org [1], bengta@sics.se [2]
Approved by: ashish
Differential Revision: https://reviews.freebsd.org/D15728
|
|
the bug fix in extra-patch-align16 needed for amd64. [1]
Instead of symlinking the directory containing the OpenOffice .desktop
files under $PREFIX/share/applications, symlink the individual .desktop
files. This is what upstream does on Linux and what LibreOffice does
as well. The Plasma 5 desktop ignores symlinks to directories when it
is scanning for .desktop files.
PR: 228030 [1]
Reported by: kan
|
|
files under $PREFIX/share/applications, symlink the individual .desktop
files. This is what upstream does on Linux and what LibreOffice does
as well. The Plasma 5 desktop ignores symlinks to directories when it
is scanning for .desktop files.
PR: 228030
Reported by: kan@FreeBSD.org
|
|
Changes: https://github.com/neovim/neovim/commit/44c6deb91ac917703c157d564eb3accbff4d37af
|
|
* USE_GITHUB since this release is only in GH and not in SF
* Add LICENSE according to project's site (no license file is provided)
* Use DISTVERSION instead of PORTVERSION
* Flavorize port and make qt5 default (as in the previous version)
PR: 227097
Reported by: lebarondemerde@privacychain.ch
Approved by: tcberner (mentor), portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D15023
|
|
* Remove unnecessary @rmtry from pkg-plist.
* Bump PORTREVISION because of plist change.
PR: 228721
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
* Bump PORTREVISION because of plist change.
PR: 228720
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
* Bump PORTREVISION because of plist change.
PR: 228719
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
|
|
|
PR: 228445
Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>
Approved by: maintainer timeout (miguelmclara@gmail.com, > 2 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
- Enable GTK3 option by default
|
|
for safekeeping.
|
|
PR: 228597
Approved by: portmgr (antoine)
|
|
Reported by: olgeni
|
|
|
|
pointy-hat: jrm
|