non port: editors/emacs-devel/Makefile |
Number of commits found: 392 (showing only 100 on this page) |
Wednesday, 20 Apr 2022
|
01:49 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2022-04-16 snapshot
* Enable NATIVECOMP option by default [1]
* If Emacs is build with NATIVECOMP enabled, display message as
following at installation and upgrading time [2]
- There are some elisp applications that don't work collectly if it
is native compiled
- If user uses such applications there is workaround to disable
nativecompilation by user configuration [3]
- Native compilation often results in high CPU
- It is also possible to throttle it by user configuration
* Tidy up Makefile with portfmt
Discussed with: ashish, jrm [1],[2]
Reference: https://lists.gnu.org/archive/html/help-gnu-emacs/2022-04/msg00129.html
[3]
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D34935
d04f04b |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Friday, 1 Apr 2022
|
14:54 Joseph Mingrone (jrm)
editors/emacs-devel: Note that NATIVECOMP is experimental
Building Emacs with support for compiling elisp to native code is an
interesting idea, but up to now there are no obvious performance
improvements. There are problems though. Background compilation can
eat up CPU, Emacs may fail to build (e.g., bug 2629490), and some
dependent ports may encounter problems. Thus, note that the option is
experimental to give users reasonable expectations.
Discussed with: abbe, yasu
Sponsored by: The FreeBSD Foundation
9c5da5f |
Thursday, 31 Mar 2022
|
22:33 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2022-03-31 commit, c5af19c
https://github.com/emacs-mirror/emacs/compare/7829f1b...c5af19c
Sponsored by: The FreeBSD Foundation
b3a08ee |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Tuesday, 15 Mar 2022
|
21:50 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 1a07854
Fix pkg-plist for GSettings schema, as it's now also dependent
on PGTK option, in addition to GSETTINGS option
PR: 262512
a628b9f |
Monday, 28 Feb 2022
|
07:10 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2022-02-28 commit 0470ef0
Changes: https://github.com/emacs-mirror/emacs/compare/7829f1b...0470ef0
2e712a6 |
Saturday, 19 Feb 2022
|
04:57 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 20220218 commit, 7829f1b
https://github.com/emacs-mirror/emacs/compare/2b9c648...7829f1b
Sponsored by: The FreeBSD Foundation
5053800 |
Tuesday, 1 Feb 2022
|
19:11 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 2b9c648
18d1f39 |
Monday, 17 Jan 2022
|
17:52 Joseph Mingrone (jrm)
editors/emacs-devel: Set GLIB_SCHEMAS
...rather than guarding the file in pkg-plist. glib-compile-schemas is
run during the build, but use the macro regardless. It could make
certain changes like a major version bump of glib easier to deal with.
Reported by: jbeich
Sponsored by: The FreeBSD Foundation
f95666b |
Saturday, 15 Jan 2022
|
08:27 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2022-01-15 snapshot 9845f6b
0bf07a6 |
Monday, 3 Jan 2022
|
18:12 Joseph Mingrone (jrm)
editors/emacs-devel: Build pure GTK Emacs by default
- Add PGTK to OPTIONS_DEFAULT
- Remove M17N, OTF, XFT, XIM, and XPM from OPTIONS_DEFAULT
- Eliminate X11 dependencies for pure GTK Emacs by
- removing CAIRO_IMPLIES=XFT and OTF_IMPLIES=XFT
- adding CAIRO_PREVENTS=XFT and PGTK_PREVENTS=M17N XFT XPM
- not including USES=xorg.
While here, pull in a new 2022-01-03 revision and incorporate minor
formatting changes suggested by portfmt.
Reported by: jbeich
Reviewed by: jbeich
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33714
08f3c04 |
Saturday, 1 Jan 2022
|
03:26 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2022-01-01 commit, 4d1968b
This commit introduces a new OPTION, pgtk, which builds a pure GTK
implementation of Emacs.
Sponsored by: The FreeBSD Foundation
08fc743 |
Wednesday, 15 Dec 2021
|
19:44 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 5a057f6
Also add on-by-default option SQLITE3 for SQLite 3.x support
9fa47fa |
Saturday, 11 Dec 2021
|
13:50 Tobias C. Berner (tcberner)
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
45526ec |
Monday, 6 Dec 2021
|
01:49 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-12-05 commit, 2d0e1e5
This update fixes a bug that caused "Unknown button type
‘help-function’" errors such as
https://portsfallout.com/fallout/421603/.
See upstream bug https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52291 and
the fix in
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=5404973916dc5d0b92604d31ad7dca2358bc5b9a.
b5cba03 |
Tuesday, 30 Nov 2021
|
08:34 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2021-11-30 snapshot 804c69d
e57183e |
Monday, 22 Nov 2021
|
17:36 Joseph Mingrone (jrm)
editors/emacs-devel: Formatting cleanup
This formatting should have been committed in 61d0935ac4.
2bf037d |
Monday, 15 Nov 2021
|
15:20 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-11-15 commit, d9e91da
- Add a knob for webp image support.
61d0935 |
Friday, 12 Nov 2021
|
16:46 Tobias C. Berner (tcberner)
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e
b6c28ae |
Sunday, 31 Oct 2021
|
15:54 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 90bd80d
2d15853 |
Friday, 22 Oct 2021
|
11:42 Piotr Kubaj (pkubaj)
editors/emacs-devel: fix build on powerpc64*
Building with clang randomly crashes:
Select coding system (default raw-text): Debugger entered--Lisp error:
(end-of-file "Error reading from stdin")
828299c |
Saturday, 16 Oct 2021
|
04:35 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-10-15 commit, ca3d723
c63e02a |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2c672a4 |
Friday, 1 Oct 2021
|
22:52 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-10-01 commit, 30bbb57*
* The major version was bumped from 28 to 29 since the last update.
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D32258
e7edd97 |
Friday, 17 Sep 2021
|
00:56 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 8a55d10
399a0ab |
Tuesday, 7 Sep 2021
|
02:44 Joseph Mingrone (jrm) Author: Yasuhiro Kimura
editors/emacs-devel: Improve gcc port selection for NATIVECOMP
PR: 256893
Differential Revision: https://reviews.freebsd.org/D31011
49a6039 |
Wednesday, 1 Sep 2021
|
22:59 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-09-21 commit, a15f549
PR: 258001
76a124a |
Sunday, 15 Aug 2021
|
05:28 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 3572613
860cc0e |
Sunday, 8 Aug 2021
|
14:02 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-08-02 commit, 3b32d05
This pulls in a fix for a recently introduced bug related to searching
for articles in Gnus.
https://github.com/emacs-mirror/emacs/commit/adab672edb3fad0851a52e3b6ccf3ac31c80b025
5127a54 |
Monday, 2 Aug 2021
|
11:27 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-08-02 commit, a812992
ff278a4 |
Friday, 23 Jul 2021
|
09:34 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 20210722 commit, fcae435
This fixes a bug [1] that caused tramp to keep remote file locks after
saving files.
[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49621
8fcb3cd |
Friday, 16 Jul 2021
|
23:07 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 109c273
5523d46 |
Thursday, 1 Jul 2021
|
18:50 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-07-01 commit, dc0ce5f
aefe98d |
18:50 Joseph Mingrone (jrm)
editors/emacs-devel: Use lang/gcc11 for NATIVECOMP
Also, NATIVECOMP_CFLAGS=-I${LOCALBASE}/include is not necessary because
CFLAGS includes this from with USES=localbase:ldflags.
7e871a0 |
Wednesday, 16 Jun 2021
|
14:23 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot db106ea
f40d6eb |
Wednesday, 2 Jun 2021
|
20:55 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 87e7390 and add NATIVECOMP option
Native Compilation adds support for compiling EmacsLisp to native code using
libgccjit. For more information see https://www.emacswiki.org/emacs/GccEmacs.
The option is off by default until it receives wider testing.
Co-authored-by: Ashish SHUKLA <ashish@FreeBSD.org>
Co-authored-by: Joseph Mingrone <jrm@FreeBSD.org>
d0fe06d |
Saturday, 15 May 2021
|
14:44 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 46e4704
0cfb296 |
Sunday, 2 May 2021
|
01:35 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-05-01 commit, d53ee1c
e3c26e6 |
Thursday, 15 Apr 2021
|
17:40 Ashish SHUKLA (ashish)
editors/emacs-devel: Update to git snapshot 0c3ce42
6b0fe2b |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
07:26 Joseph Mingrone (jrm)
editors/emacs-devel: Update to 2021-04-05 commit, 0342354
785f39d |
Monday, 15 Mar 2021
|
17:14 ashish
- Update to git snapshot 068fdb2c
 |
Sunday, 7 Mar 2021
|
00:09 pkubaj
editors/emacs-devel: limit using GCC to only powerpc64le
On powerpc64, emacs builds fine with Clang.
 |
Friday, 5 Mar 2021
|
18:03 pkubaj
editors/emacs-devel: fix build on powerpc64*
In toplevel form:
mh-e/mh-gnus.el:38:20: Error: Hash table too large
 |
11:38 jrm
editors/emacs-devel: Update to 2021-03-05 commit, 77ec2512
This fixes bug #46912.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46912
 |
Wednesday, 3 Mar 2021
|
16:30 jrm
editors/emacs-devel: Remove Motif X toolkit support
Support for building with Motif was removed upstream.
 |
Tuesday, 2 Mar 2021
|
19:37 jrm
editors/emacs-devel: Update to 2021-03-02 commit, 20596a5
 |
Sunday, 14 Feb 2021
|
18:45 ashish
- Update to git snapshot 9b4a2dd
 |
Wednesday, 10 Feb 2021
|
19:17 pkubaj
Add LTO_DESC to Mk/bsd.options.desc.mk.
There are more and more ports using LTO.
 |
Friday, 5 Feb 2021
|
13:32 ashish
- Update to git snapshot 6bd9dbf
 |
Friday, 15 Jan 2021
|
18:43 jrm
editors/emacs-devel: Update to 2021-01-15 commit, 4dc72dd
 |
Friday, 1 Jan 2021
|
05:05 jrm
editors/emacs-devels: Update to 20210101 commit, 58bdfd7
 |
Friday, 25 Dec 2020
|
08:17 danfe
- Update `mail/mailutils' to version 3.11
- Add `required_files' and `configlint' to rc scripts
- Emacs ports: chase shared library version bump
Submitted by: maintainer
 |
Tuesday, 15 Dec 2020
|
09:06 ashish
- Update to git snapshot 3806797
 |
Tuesday, 1 Dec 2020
|
20:51 jrm
editors/emacs-devel: Update to 20201201 commit, 496d1fc
 |
Monday, 16 Nov 2020
|
14:34 ashish
- Update to git snapshot 8158874
 |
Monday, 9 Nov 2020
|
17:08 tcberner
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- 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
 |
Monday, 2 Nov 2020
|
23:27 jrm
editors/emacs-devel: Update to 20201102 master branch commit, 5cea77a
 |
Thursday, 15 Oct 2020
|
09:46 jrm
Emacs ports: Simplify flavor comments
Suggested by: mat
Reviewed by: emacs (ashish)
 |
07:40 ashish
- Update to git snapshot 051d31c
 |
Tuesday, 6 Oct 2020
|
20:30 jrm
editors/emacs-devel: Update to 20201006 master-branch commit 278c9d6
Revision 053d706 has a bug in the update-file-autoloads function, which
causes the build of japanese/lookup to fail. This update fixes that
problem.
PR: 250162
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
 |
Friday, 2 Oct 2020
|
11:58 jrm
editors/emacs-devel: Update to 20201002 master-branch commit, 053d706
 |
Tuesday, 15 Sep 2020
|
09:11 ashish
- Update to git snapshot e408f2f
 |
Tuesday, 1 Sep 2020
|
21:28 jrm
Update to 20200901 master-branch commit, 2e3ec40
 |
Saturday, 15 Aug 2020
|
07:58 ashish
- Update to git snapshot f712cdb
 |
Wednesday, 12 Aug 2020
|
18:30 jrm
editors/emacs: Update to version 27.1
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
 |
Saturday, 1 Aug 2020
|
08:22 ashish
- Update to git snapshot fbe363f
- Explicitly disable selinux, and libsystemd configure flags
 |
Thursday, 16 Jul 2020
|
03:47 jrm
editors/emacs-devel: Update to 20200715 commit, 85eaa83
 |
Thursday, 2 Jul 2020
|
04:51 ashish
- Update to git snapshot e98ddd6
 |
Thursday, 25 Jun 2020
|
14:05 jbeich
editors/emacs-devel: update to 2020-06-25 commit 7d6b860
Changes: https://github.com/emacs-mirror/emacs/compare/3af631d...7d6b860
Approved by: jrm, ashish
 |
Saturday, 20 Jun 2020
|
13:40 jbeich
editors/emacs-devel: update to 2020-06-20 commit 3af631d
Pick up recent 24-bit color fix from upstream.
Changes: https://github.com/emacs-mirror/emacs/compare/f4b99b3...3af631d
PR: 247248
Approved by: jrm
 |
Saturday, 13 Jun 2020
|
16:28 jrm
editors/emacs-devel: Update to 2020-06-13 commit f4b99b3
This fixes a build problem with editors/apel.
PR: 247228
Submitted by: nobutaka (earlier commit)
 |
Sunday, 7 Jun 2020
|
16:56 jbeich
editors/emacs: divorce GSETTINGS from DBUS
Whether GSettings uses DBus at runtime depends on the backend.
PR: 247042
Approved by: jrm
 |
Monday, 1 Jun 2020
|
19:06 jrm
editors/emacs-devel: Update to 2020-06-01 commit c59e878 and...
..remove a local patch that fixed a build issue on systems using version 10
of clang. This version of clang enforces stricter requirements for the
placement of FALLTHROUGH labels. Upstream committed a change that fixes
the build and silences the FALLTHROUGH warning.
https://github.com/emacs-mirror/emacs/commit/e021c2dc2279e0fd3a5331f9ea661e4d39c2e840
 |
Tuesday, 19 May 2020
|
04:21 ashish
- Update to git snapshot b1fe27d
- Add a patch to unbreak building on -HEAD[1], and -STABLE[2]
platforms which ship clang/LLVM 10
PR: 246525[2]
Reported by: pkg-fallout[1], Robert Cina[2]
 |
Thursday, 14 May 2020
|
09:16 ashish
- Update to git snapshot a467173
 |
Saturday, 2 May 2020
|
01:48 jrm
editors/emacs-devel: Update to master-branch commit c59e878
Also switch non-default ImageMagick dependency from version 6 to 7.
 |
Thursday, 16 Apr 2020
|
19:36 ashish
- Update to git snapshot e105d01
 |
Thursday, 2 Apr 2020
|
20:40 jrm
editors/emacs-devel: Update to 2020-04-02 commit 7e243a8
 |
Sunday, 15 Mar 2020
|
19:30 ashish
- Update to git snapshot b39b564
 |
Sunday, 8 Mar 2020
|
21:11 jrm
editors/emacs-devel: Update to 2020-03-08 commit 0a3f8da
Also
- match upstream by turning the deprecated MAGICK option off by default
- remove openmp check since 12.0 is EOL and both 11.3 and 12.1 include openmp
in base
 |
Friday, 14 Feb 2020
|
19:53 ashish
- Update to git snapshot 2e81e57
Submitted by: jrm
 |
Wednesday, 5 Feb 2020
|
11:42 jrm
editors/emacs-devel: Update to latest master branch commit, da7267e
 |
Wednesday, 15 Jan 2020
|
22:25 ashish
- Update to git snapshot e31287e
 |
Tuesday, 7 Jan 2020
|
04:55 jrm
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012
 |
Sunday, 15 Dec 2019
|
19:12 jrm
editors/emacs-devel: Update to 2019-12-15 commit, 9ee5af3
 |
Sunday, 1 Dec 2019
|
13:01 ashish
- Update to git snapshot 293eb32
 |
Friday, 15 Nov 2019
|
18:48 jrm
editors/emacs-devel: Update to latest master-branch commit, 904146c
 |
18:48 jrm
editors/emacs-devel: Standardize formatting with ports-mgmt/portfmt
 |
18:47 jrm
editors/emacs-devel: Add CAIRO to OPTIONS_DEFAULT
Cairo support is no longer consider experimental.
https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg00116.html
 |
Friday, 1 Nov 2019
|
14:14 zeising
editors/emacs: Bump portrevision
Bump portrevision for editors/emacs and editors/emacs-devel after removal of
the optional libXp depdenency.
 |
14:08 zeising
editors/emacs: Remove optional dependency on libXp
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.
 |
11:04 ashish
- Update to git snapshot 3a1e762
 |
Thursday, 17 Oct 2019
|
03:13 jrm
editors/emacs-devel: Update to latest master-branch commit, 3ad4070
 |
Wednesday, 9 Oct 2019
|
10:37 bapt
Drop the ipv6 virtual category for e* category as it is not relevant anymore
 |
Tuesday, 8 Oct 2019
|
05:58 ashish
- Update to git snapshot 604a985
 |
Wednesday, 18 Sep 2019
|
01:25 jrm
editors/emacs-devel: Update to 2019-09-17 commit, 746b20c
 |
Monday, 9 Sep 2019
|
16:16 jrm
editors/emacs-devel: Update to pull in more garbage collection fixes
Bugs fixed:
- https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37006%2372#72
- https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37321
 |
16:16 jrm
Emacs ports: Minor cleanup to option descriptions
- 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
 |
Number of commits found: 392 (showing only 100 on this page) |