Commit graph

360 commits

Author SHA1 Message Date
Yasuhiro Kimura
32b6c564c5 editors/emacs-devel: Update to 2023-10-30 snapshot
Changes:	3e23238...31acbcd
2023-10-31 15:52:45 +09:00
Joseph Mingrone
c509ea2014
editors/emacs-devel: Update to 2023-10-15 snapshot, 3e23238
Changes:        64c5801...3e23238
Sponsored by:	The FreeBSD Foundation
2023-10-15 15:42:46 -03:00
Yasuhiro Kimura
9f3f403200 editors/emacs-devel: Update to 2023-09-30 snapshot
Changes:	d9efc9a...64c5801
2023-09-30 16:12:21 +09:00
Joseph Mingrone
dd07efe130
editors/emacs-devel: Update to 2023-09-16 snapshot, d9efc9a
Changes:	7d60d16...d9efc9a
Sponsored by:	The FreeBSD Foundation
2023-09-16 07:26:59 -03:00
Joseph Mingrone
40e9ae657b
editors/emacs-devel: Update to 2023-09-01 snapshot, 7d60d16
Changes:	fd1479a...7d60d16
Sponsored by:	The FreeBSD Foundation
2023-09-01 23:54:12 -03:00
Joseph Mingrone
7463c5d471
editors/emacs-devel: Fix plist
Two files, comp.el and comp-cstr.el, are now always byte compiled.

Reported by:    jbeich
Sponsored by:   The FreeBSD Foundation
2023-08-22 19:03:06 -03:00
Yasuhiro Kimura
08be1d2f38 editors/emacs-devel: Update to 2023-08-20 snapshot
* Update regular expressions used to modify lisp/loadup.el at
  pre-configure target

Changes:	18e7bc8...fd1479a
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41514
2023-08-22 22:48:55 +09:00
Yasuhiro Kimura
6496ce594c editors/emacs-devel: Miscellaneous refinements
* Use "USES=makeinfo" instead of adding print/texinfo to
  BUILD_DEPENDS.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include   -I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16  -I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE   -I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread  -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include   -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1   -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE      -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib  -L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o  bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a      ../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif  -L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender  -L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo -L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib -lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib -lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype  -L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz    -L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2 -llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson  -lgmp  -L/usr/local/lib -lXi  -L/usr/local/lib -ltree-sitter  -lsqlite3 -lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
* Revive MOTIF option. Upstream once removed support of Motif but they
  reverted it later.
* Update CAIRO_DESC. This option prevents XFT now.
* Update OTF_DESC. This option doesn't imply XTF any more.
* Pet portclippy.

Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41233
2023-08-12 13:33:54 +09:00
Yasuhiro Kimura
aa499c7d99 editors/emacs-devel: Update to 2023-08-06 snapshot
Changes:	207cd4c...18e7bc8
2023-08-07 10:24:44 +09:00
Daniel Engberg
664a2fa1e5 */*: Bump jpeg-turbo users treewide
New major version 3.0.0
2023-07-28 19:13:17 +02:00
Yasuhiro Kimura
eb20da3f63 editors/emacs-devel: Update to 2023-07-17 snapshot
Changes:	32b092c...207cd4c
2023-07-17 19:53:49 +09:00
Joseph Mingrone
51c94d228d
editors/emacs-devel: Update to 2023-07-03 snapshot, 32b092c
Native compilation has been put through the paces over the past few
years and is included in Emacs 28, so remove the "Experimental" label.
Also, specify ahead-of-time compilation via the configure argument.

Changes:	8657afa...9b9dcc1
Reviewed by:	emacs (ashish, yasu)
Sponsored by:	The FreeBSD Foundation
2023-07-03 17:14:11 -03:00
Yasuhiro Kimura
6c1b3b6037 editors/emacs-devel: Update to 2023-06-16 snapshot
Changes:	2d6ba3e...8657afa
2023-06-17 16:16:22 +09:00
Joseph Mingrone
506b641bd5
editors/emacs-devel: Update to 2023-06-01 snapshot, 2d6ba3e
Building --with-cario results in an emacs binary that directly links to
freetype2 and fontconfig shared libraries, so correctly set
CAIRO_LIB_DEPENDS.

Changes:	ebf5e4c...2d6ba3e
Sponsored by:	The FreeBSD Foundation
2023-06-01 23:15:47 -03:00
Yasuhiro Kimura
58d26c74d0 editors/emacs-devel: Update to 2023-05-15 snapshot
Changes:	7d246c3...ebf5e4c
2023-05-15 14:21:53 +09:00
Joseph Mingrone
a856a9c09f
editors/emacs-devel: Update to 2023-05-01 snapshot, 7d246c3
Changes:        9848ae1...7d246c3
Sponsored by:	The FreeBSD Foundation
2023-05-02 10:42:00 -03:00
Felix Palmen
a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Joseph Mingrone
fea20d3f27
editors/emacs-devel: Update to pull in NATIVECOMP fix
Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D39463
2023-04-09 12:21:52 -03:00
Ashish SHUKLA
73560fbfd1
editors/emacs-devel: Update to git snapshot 97e35b1
- Mark NATIVECOMP as broken, and remove from OPTIONS_DEFAULT.
  It fails to native compile with:

     Internal native compiler error: "org/org-plot.el",
     "block does not end with a branch",
2023-04-02 23:10:22 +00:00
Ashish SHUKLA
bae45861e1
editors/emacs: Update to git snapshot 0330cff 2023-03-17 03:54:17 +00:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Yasuhiro Kimura
4e6084cab3 editors/emacs-devel: Update to 2023-02-28 snapshot
Changes:	97f2492...c5d319a
2023-02-28 18:21:58 +09:00
Joseph Mingrone
6e782d3036
editors/emacs-devel: Update to 2023-02-18 snapshot, 97f2492
Changes:	0214e90...97f2492
Sponsored by:	The FreeBSD Foundation
2023-02-18 14:53:18 -04:00
Joseph Mingrone
57b655d72d
editors/emacs-devel: Pet portclippy/portfmt 2023-02-01 15:17:23 -04:00
Joseph Mingrone
b731af4a0d
editors/emacs-devel: Update to 2023-02-01 snapshot, 0214e90
Changes:	16579f6...0214e90
Sponsored by:	The FreeBSD Foundation
2023-02-01 14:35:15 -04:00
Yasuhiro Kimura
0a915d5aa7 editors/emacs-devel: Update to 2023-01-15 snapshot
Changes:	4e4a808...16579f6
2023-01-15 15:49:43 +09:00
Joseph Mingrone
8dd365d9e1
editors/emacs-devel: NATIVECOMP requires GCC 11+
Follow up b4eb3cc with another pkg-message.in tweak to also let users
who are upgrading know that native compilation requires GCC version 11
or newer.  This shouldn't be an issue for the vast majority of users,
since the default GCC version is now newer than 11.

Sponsored by:	The FreeBSD Foundation
2023-01-11 10:52:24 -04:00
Joseph Mingrone
b4eb3cc125
editors/emacs-devel: Tweak GCC requirement
Support for the USE_GCC=X+ form was removed in 9b5f5ab.  Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.

Sponsored by:	The FreeBSD Foundation
2023-01-09 09:55:59 -04:00
Joseph Mingrone
06f2d680ea
editors/emacs-devel: Update to 2023-01-01 snapshot, 4e4a808
Upstream changes:
4331771...4e4a808

Sponsored by:	The FreeBSD Foundation
2023-01-02 02:03:06 -04:00
Jan Beich
ac89e16f26 editors/emacs-devel: limit wayland category to PGTK option
Don't advertise -nox flavor (no GUI) as having Wayland support.
2022-12-21 17:57:14 +00:00
Jan Beich
c3606b840f editors/emacs-devel: add to wayland category after 08f3c048b6 2022-12-21 10:54:12 +00:00
Ashish SHUKLA
c7f9122e18
editors/emacs-devel: Update to git snapshot 4331771
- bump PORTEPOCH due to a typo in an earlier commit
- add INFO document for use-package
- add OPTION for tree-sitter support

Tested by:	jrm
2022-12-16 19:34:29 +00:00
Yasuhiro Kimura
ea66012756 editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	51589f81...7939184f
2022-11-30 16:06:37 +09:00
Joseph Mingrone
6f67627820
editors/emacs-devel: Update to 2022-11-17 commit, 51589f81
a691e811...51589f81

Sponsored by:	The FreeBSD Foundation
2022-11-17 23:44:12 -04:00
Joseph Mingrone
8882913727
Emacs ports: Build using GCC when NATIVECOMP is on
In order to allow concurrent installation, the GCC ports, as of 0338e04,
moved some header files to internal locations.  Emacs built with
NATIVECOMP requires GCC jit libraries.  Rather than patching Emacs to
search in those internal locations, build Emacs with GCC when NATIVECOMP
is turned on.

PR:		257060
Tested by:	jcfyecrayz@liamekaens.com, yasu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37275
2022-11-06 11:22:02 -04:00
Ashish SHUKLA
047baa4be0
editors/emacs-devel: Update to git snapshot a691e811 2022-10-31 12:57:54 +00:00
Yasuhiro Kimura
561fef55d4 editors/emacs-devel: Update to 2022-10-15 snapshot
Changes:	2973f91...8300899
2022-10-15 12:57:59 +09:00
Joseph Mingrone
e66a003091
editors/emacs-devel: Update to 2022-10-03 commit, 2973f91
136495f...2973f91

Sponsored by:	The FreeBSD Foundation
2022-10-03 01:54:05 -03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Ashish SHUKLA
ee154350fc
editors/emacs-devel: Update to git snapshot 136495f 2022-08-31 23:10:53 +00:00
Yasuhiro Kimura
80169576e7 editors/emacs-devel: Update to 2022-08-16 snapshot
This fixes the problem that devel_full and devel_nox flavors of some
ports depending on emacs fail to be built with following error
message.

Symbol's function definition is void: update-directory-autoloads

Changes:	11e6c12...cf873c1
2022-08-16 23:41:40 +09:00
Joseph Mingrone
fe6e0a33b1
editors/emacs-devel: Update to fix build when pgtk knob is off
The 2022-07-31 update to 3d6af11 introduced a bug that caused the build
to fail when the port's pgtk knob was off.

	cc -o temacs.tmp ...
        ld: error: undefined symbol: x_scroll_bar_redraw >>> referenced
        by xterm.c >>> xterm.o:(XTset_vertical_scroll_bar)

This update includes an upstream fix.

Changes: 11e6c12...261d6af

Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D36034
2022-08-11 13:08:40 -03:00
Yasuhiro Kimura
c6a8f5f5ba editors/emacs-devel: editors/emacs-devel: Update to 2022-07-3 snapshot
Changes:	23ffb0c...3d6af11
2022-07-31 15:42:40 +09:00
Tobias C. Berner
7cd7a8d850 editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andrej Zverev <az@inec.ru>
  *  Andrey Zakhvatov
  *  Anton Tornqvist <antont@inbox.lv>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bob Eager <bob@eager.cx>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Petrik <chris@officialunix.com>
  *  Christian Brueffer <chris@unixpages.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Diego Depaoli <trebestie@gmail.com>
  *  Dima Dorfman <dima@unixfreak.org>
  *  Dmitri Goutnik <dg@syrec.org>
  *  Dominic Mitchell
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Evans <jasone@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jille Timmermans (jille@quis.cx)
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Merryweather Cooper et al
  *  Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kenneth Vestergaard Schmidt <kvs@pil.dk>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Leif Pedersen <bilbo@devpit.org>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Blapp
  *  Matías Pizarro <matias@pizarro.net>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Miguel Clara <miguelmclara@gmail.com>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Nicola Vitale <nivit@email.it>
  *  Olga Smirnova <mistresssilvara@hotmail.com>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Patrick Li <pat@databits.net>
  *  Peter Wemm <peter@FreeBSD.org>
  *  Philippe Lefebvre <nemesis@balistik.net>
  *  Rimvydas Jasinskas <zrj@ef.irc>
  *  Roman Shterenzon <roman@xpert.com>
  *  Satoshi Asami (asami)
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Stanislav Sedov <stas@core.310.ru>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Xin LI <delphij@FreeBSD.org>
  *  Ying-Chieh Liao
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
  *  alepulver
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  eric
  *  erich@rrnet.com
  *  gahr
  *  gelf
  *  giffunip@asme.org
  *  ijliao
  *  jkh
  *  joerg
  *  joseph@randomnetworks.com
  *  krion
  *  lightside <lightside@gmx.com>
  *  pgf
  *  rch@richard.eu.org
  *  tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
  *  tg
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  verm

With hat:	portmgr
2022-07-20 16:21:49 +02:00
Joseph Mingrone
3fc5d229e2
editors/emacs-devel: Update to 2022-07-15 commit, 23ffb0c
06cd246...23ffb0c

Sponsored by:	The FreeBSD Foundation
2022-07-16 00:07:11 -03:00
Ashish SHUKLA
db91799d15
editors/emacs-devel: Update to git snapshot 06cd246 2022-07-01 19:28:49 +00:00
Yasuhiro Kimura
1407cc7095 editors/emacs-devel: Update to 2022-06-15 snapshot
Changes:	774880c...a29e0f1
2022-06-16 13:02:51 +09:00
Baptiste Daroussin
b746221d60 editors/emacs-devel: remove GCONF option
gconf2 is a legacy from gnome2 and one of its last components,
it is slowly being decomission, drop option and unecessary dependency
on gconf where possible
2022-06-08 16:06:21 +02:00