| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700
Notes:
svn path=/head/; revision=569232
|
|
|
|
|
|
|
|
| |
Use GCC:
Hash table too large
Notes:
svn path=/head/; revision=567566
|
|
|
|
|
|
|
| |
There are more and more ports using LTO.
Notes:
svn path=/head/; revision=564896
|
|
|
|
|
|
|
|
|
|
| |
- Add `required_files' and `configlint' to rc scripts
- Emacs ports: chase shared library version bump
Submitted by: maintainer
Notes:
svn path=/head/; revision=559216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
Notes:
svn path=/head/; revision=554733
|
|
|
|
|
|
|
|
| |
PR: 250813
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org>
Notes:
svn path=/head/; revision=554418
|
|
|
|
|
|
|
|
| |
Suggested by: mat
Reviewed by: emacs (ashish)
Notes:
svn path=/head/; revision=552399
|
|
|
|
|
|
|
| |
Dependent ports now build fine with clang.
Notes:
svn path=/head/; revision=549864
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=549761
|
|
|
|
|
|
|
| |
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu>
Notes:
svn path=/head/; revision=544779
|
|
|
|
|
|
|
| |
Submitted by: ashish
Notes:
svn path=/head/; revision=544778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
Notes:
svn path=/head/; revision=544763
|
|
|
|
|
|
|
|
|
|
|
| |
and 13-CURRENT remote hosts
PR: 243807
Submitted by: Yuichiro NAITO <nairo dot yuichiro at gmail dot com>
Reported by: John F. Carr <jfc at mit dot edu>
Notes:
svn path=/head/; revision=544097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libncurses in base system only supports termcap(5). RGB has 3 colors
but termcap(5) supports at most 2 arguments e.g.,
$ export TERMCAP="${TERM}:Co#0x1000000:AF=\E[38;2;%d;%d;%dm:AB=\E[48;2;%d;%d;%dm:tc=${TERM}:"
$ tput AB 1 1 1
tput: too many arguments (3) for capability `AB'
To work around the limitation make Emacs check if environ(7) has
COLORTERM=truecolor some terminal emulators define by default e.g.,
- x11-toolkits/vte3 (gnome-terminal, sakura, ...)
- x11/alacritty
- x11/aminal
- x11/kitty (bug 233010)
- x11/konsole
- x11/qterminal
while others require defining COLORTERM=truecolor manually e.g.,
- x11/cool-retro-term
- x11/sterm
- x11/xterm
PR: 247248
Approved by: jrm
Obtained from: upstream
Notes:
svn path=/head/; revision=539734
|
|
|
|
|
|
|
|
|
|
| |
Whether GSettings uses DBus at runtime depends on the backend.
PR: 247042
Approved by: jrm
Notes:
svn path=/head/; revision=538169
|
|
|
|
|
|
|
| |
Reminded by: ashish@
Notes:
svn path=/head/; revision=533100
|
|
|
|
| |
Notes:
svn path=/head/; revision=533098
|
|
|
|
|
|
|
| |
While here, pet portfmt.
Notes:
svn path=/head/; revision=526575
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 242012
Reported by: david.alpha.fox@gmail.com
Approved by: emacs (ashish)
Tested by: david.alpha.fox@gmail.com
Differential Revision: https://reviews.freebsd.org/D23725
Notes:
svn path=/head/; revision=526478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clang currently miscompiles emacs, resulting in broken builds for dependencies:
===> Building for treepy.el-emacs26-0.1.1_3
(cd /wrkdirs/usr/ports/devel/treepy.el/work-full/treepy.el-0.1.1 ; /usr/local/bin/emacs-26.3 -batch -q -f batch-byte-compile treepy.el)
*** Signal 6
Use GCC to workaround it.
PR: 243484
Approved by: jrm (maintainer)
Notes:
svn path=/head/; revision=523801
|
|
|
|
|
|
|
|
|
|
| |
Approved by: portmgr* (swills)
* A commit hook for flavors was trigger, preventing the commit without portmgr
approval.
Notes:
svn path=/head/; revision=517223
|
|
|
|
|
|
|
|
| |
Bump portrevision for editors/emacs and editors/emacs-devel after removal of
the optional libXp depdenency.
Notes:
svn path=/head/; revision=516224
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the optional dependency on libXp from editors/emacs and
editors/emacs-devel. The dependency on libXp is added if the MOTIF option
is selected, but libXp isn't needed in this case. The MOTIF option is not
the default.
libXp has been deprecated and is going away.
Notes:
svn path=/head/; revision=516223
|
|
|
|
| |
Notes:
svn path=/head/; revision=514131
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use some default descriptions defined in bsd.options.desc.mk
- Move [implies ...] notes left for smaller displays
- Drop 'Experimental' from Cairo description [1]
[1] https://lists.gnu.org/archive/html/emacs-devel/2019-06/msg00633.html
Notes:
svn path=/head/; revision=511640
|
|
|
|
|
|
|
|
| |
Approved by: ashish
Differential Revision: https://reviews.freebsd.org/D21524
Notes:
svn path=/head/; revision=511639
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
- Remove JSON knob, because Emacs has no configurable json option in
versions prior to and including 26.3. The knob should not have been
added in r472261.
- Add USES+=gnome unless flavor is nox. Do this because defining
INSTALLS_ICONS adds USE_GNOME+=gtk-update-icon-cache.
Upstream changes:
https://www.gnu.org/software/emacs/news/NEWS.26.3
Submitted by: HIROSE Yuuji <yuuji@gentei.org> [canna patch updates]
Differential Revision: https://reviews.freebsd.org/D21193
Notes:
svn path=/head/; revision=510281
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
Match upstream's default behaviour by not installing the shared game
directory and the auxiliary program update-game-score
Upstream changes:
https://www.gnu.org/software/emacs/news/NEWS.26.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D18810
Notes:
svn path=/head/; revision=499179
|
|
|
|
| |
Notes:
svn path=/head/; revision=493970
|
|
|
|
|
|
|
|
|
|
| |
While here, silence warning about USE_GNOME without USES=gnome.
PR: 235201
Reported by: abij@tuta.io
Notes:
svn path=/head/; revision=491755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Notes:
svn path=/head/; revision=484640
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=473708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- [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
Notes:
svn path=/head/; revision=472261
|
|
|
|
|
|
|
| |
Reported by: olgeni
Notes:
svn path=/head/; revision=471249
|
|
|
|
|
|
|
| |
pointy-hat: jrm
Notes:
svn path=/head/; revision=471215
|
|
|
|
| |
Notes:
svn path=/head/; revision=471214
|
|
|
|
|
|
|
|
| |
PR: 228626
Reported by: Simeon Simeonov <blackmore@pichove.org>
Notes:
svn path=/head/; revision=471213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NEWS: https://www.gnu.org/software/emacs/news/NEWS.26.1
Port changes
- Incorporate latest canna patches submitted by
TAKANO Yuji <takachan@running-dog.net>.
- Remove workarounds for Bug 227799.
- Configure succeeds whether devel/liblockfile is installed or not.
- Customize COMMENT for canna and nox flavors (reported by tobik).
- Remove legacy lldb for gud patch.
- The patch added very little over running lldb on the command line.
Moreover, gud is deprecated. Hopefully a lldb-mi will arrive soon.
Reviewed by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D15044
Notes:
svn path=/head/; revision=471190
|
|
|
|
| |
Notes:
svn path=/head/; revision=468348
|
|
|
|
|
|
|
|
|
|
| |
The build fails when devel/libsysinfo is pulled in. This can happen when
graphics/ImageMagick is built with the OPENMP knob on.
Reported by: Richard M. Timoney <richardt@maths.tcd.ie>
Notes:
svn path=/head/; revision=468320
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
editors/emacs: The CANNA option was replaced by a flavor, so remove
CANNA_DESC.
editors/emacs and editors/emacs-devel: The X11 option was replaced by the
nox flavor, so remove WITHOUT_X11.
Reported by: ashish
Notes:
svn path=/head/; revision=462550
|
|
|
|
|
|
|
|
|
| |
Refer to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10313
https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00044.html
Notes:
svn path=/head/; revision=462549
|
|
|
|
|
|
|
|
|
| |
PR: 226083
Reported by: Terry Kennedy <terry-freebsd@glaver.org>
Differential Revision: https://reviews.freebsd.org/D14233
Notes:
svn path=/head/; revision=462497
|
|
|
|
|
|
|
| |
Submitted by: mat
Notes:
svn path=/head/; revision=462412
|
|
|
|
| |
Notes:
svn path=/head/; revision=462411
|
|
|
|
| |
Notes:
svn path=/head/; revision=462410
|