notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: editors/emacs/Makefile

Number of commits found: 216 (showing only 100 on this page)

1 | 2 | 3  »  

Monday, 30 Jun 2025
09:04 Baptiste Daroussin (bapt) search for other commits by this committer
libxml2: chase libxml soversion bump
commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 commit hash: 3068854dd0263c7ccc8d62569081d3e150a21651 3068854d
Sunday, 1 Jun 2025
11:06 Piotr Kubaj (pkubaj) search for other commits by this committer
editors/emacs: disable NATIVECOMP on powerpc64

Same issue as on armv7.
commit hash: 2911a8fb9e059cd68804cb7e8c3ace9ba583c53f commit hash: 2911a8fb9e059cd68804cb7e8c3ace9ba583c53f commit hash: 2911a8fb9e059cd68804cb7e8c3ace9ba583c53f commit hash: 2911a8fb9e059cd68804cb7e8c3ace9ba583c53f 2911a8f
Thursday, 1 May 2025
10:02 Robert Clausecker (fuz) search for other commits by this committer
editors/emacs: fix build on armv7

gccjit crashes during configure if NATIVECOMP is enabled on armv7.
Exclude the option there to fix the build.

Approved by:	portmgr (build fix blanket)
MFH:		2025Q2
commit hash: ce3b3300759cd00d16095da678e3ea240a4fe944 commit hash: ce3b3300759cd00d16095da678e3ea240a4fe944 commit hash: ce3b3300759cd00d16095da678e3ea240a4fe944 commit hash: ce3b3300759cd00d16095da678e3ea240a4fe944 ce3b330
Friday, 25 Apr 2025
18:57 Joseph Mingrone (jrm) search for other commits by this committer
Emacs ports: Add lexical-binding cookie to site-wide initialization

As of 9f25d46568b in upstream's master branch, Emacs emits a run-time
warning when lexical binding is unset.  This serves as a reminder that
lexical binding is preferred.

Reviewed by:	yasu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D49991
commit hash: 58c7c926937f4ee2e9c4e8f82054dfa0debd6fec commit hash: 58c7c926937f4ee2e9c4e8f82054dfa0debd6fec commit hash: 58c7c926937f4ee2e9c4e8f82054dfa0debd6fec commit hash: 58c7c926937f4ee2e9c4e8f82054dfa0debd6fec 58c7c92
Friday, 4 Apr 2025
20:18 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Add pkg-message to SUB_FILES

While here, remove old pkg-message and redundancy in
files/pkg-message.in.

PR:		285674
Reported by:	martin@lispworks.com
Differential Revision:	https://reviews.freebsd.org/D49539
commit hash: 8209af7d187b6b2c2d4553f575510e4ff39311e7 commit hash: 8209af7d187b6b2c2d4553f575510e4ff39311e7 commit hash: 8209af7d187b6b2c2d4553f575510e4ff39311e7 commit hash: 8209af7d187b6b2c2d4553f575510e4ff39311e7 8209af7
20:18 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Disable NATIVECOMP by default for nox flavor

Emacs now includes a feature called native compilation, which compiles
elisp function definitions into native machine code.  Unlike
byte-compiled code, natively-compiled elisp runs directly on the CPU,
providing a speedup of 2.5 to 5 times, depending on the workload. [0]

Native compilation requires GCC.  Since this is a large dependency,
disable NATIVECOMP by default for the nox flavor, which is often used
for minimal installations.

[0]
https://www.gnu.org/software/emacs/manual/html_node/elisp/Native-Compilation.html

Requested by:	manu
Sponsored by:	The FreeBSD Foundation
commit hash: 751f7af706f77ca5f66a803f1a934417a3ca58f7 commit hash: 751f7af706f77ca5f66a803f1a934417a3ca58f7 commit hash: 751f7af706f77ca5f66a803f1a934417a3ca58f7 commit hash: 751f7af706f77ca5f66a803f1a934417a3ca58f7 751f7af
20:18 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Bump PORTREVISION

Bump PORTREVISION after recent changes to pkg-message and the default
options for the nox flavor.

Sponsored by:	The FreeBSD Foundation
commit hash: a91bf8c29409d01ce3dd655cc6f196a7ef8a528d commit hash: a91bf8c29409d01ce3dd655cc6f196a7ef8a528d commit hash: a91bf8c29409d01ce3dd655cc6f196a7ef8a528d commit hash: a91bf8c29409d01ce3dd655cc6f196a7ef8a528d a91bf8c
Sunday, 30 Mar 2025
06:00 Loïc Bartoletti (lbartoletti) search for other commits by this committer
graphics/ImageMagicks*: bump dependent ports
commit hash: 9a9c1ba205b198a8372fb193b61610d250799f78 commit hash: 9a9c1ba205b198a8372fb193b61610d250799f78 commit hash: 9a9c1ba205b198a8372fb193b61610d250799f78 commit hash: 9a9c1ba205b198a8372fb193b61610d250799f78 9a9c1ba
Monday, 24 Mar 2025
14:53 Cy Schubert (cy) search for other commits by this committer
x11-toolkits/Xaw3d: Rename to libXaw3d

This is in line with what freedesktop.org calls Xaw3d. And this is in
preparation to update libXaw3d to the freedesktop.org maintained
version.

The reason we are doing this is the Slackware version is unmaintained.

PR:		285528
Exp-run by:	antoine
commit hash: f78b1814a7329d401938c6fde97433786f4602d3 commit hash: f78b1814a7329d401938c6fde97433786f4602d3 commit hash: f78b1814a7329d401938c6fde97433786f4602d3 commit hash: f78b1814a7329d401938c6fde97433786f4602d3 f78b181
Saturday, 8 Mar 2025
14:05 Gleb Popov (arrowd) search for other commits by this committer
*: Bump revisions after dbus update

PR:		285253
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
commit hash: a347a92e6ea1376b0004ef39e52cad58eddd6ae7 commit hash: a347a92e6ea1376b0004ef39e52cad58eddd6ae7 commit hash: a347a92e6ea1376b0004ef39e52cad58eddd6ae7 commit hash: a347a92e6ea1376b0004ef39e52cad58eddd6ae7 a347a92
Monday, 24 Feb 2025
21:44 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Update to 30.1

Release
announcement:	https://lists.gnu.org/archive/html/info-gnu-emacs/2025-02/msg00009.html
Submitted by:	HIROSE yuuji <yuuji@gentei.org> (updated canna patch)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D48432
commit hash: e0799128b93afb92c65fd11650ce778ab62a1969 commit hash: e0799128b93afb92c65fd11650ce778ab62a1969 commit hash: e0799128b93afb92c65fd11650ce778ab62a1969 commit hash: e0799128b93afb92c65fd11650ce778ab62a1969 e079912
Tuesday, 21 Jan 2025
03:12 Charlie Li (vishwin) search for other commits by this committer
www/webkit2-gtk: update to 2.46.5

Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS

Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:

* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)

Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.

Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878
commit hash: 94310012886105252763e218ec45dfccf778e55e commit hash: 94310012886105252763e218ec45dfccf778e55e commit hash: 94310012886105252763e218ec45dfccf778e55e commit hash: 94310012886105252763e218ec45dfccf778e55e 9431001
Friday, 17 Jan 2025
21:46 Piotr Kubaj (pkubaj) search for other commits by this committer
editors/emacs: drop gcc on powerpc64*

No longer necessary.
commit hash: d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1 commit hash: d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1 commit hash: d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1 commit hash: d359dba4aaa3fe233aee0b7e31e7ebf5e1d0ebe1 d359dba
Monday, 28 Oct 2024
13:21 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Add XPM to OPTIONS_DEFAULT

PR:		282293
Reviewed by:	emacs (yasu)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D47301
commit hash: 2dcdb1f08ada9c7db8affa6c8a125763294c6e32 commit hash: 2dcdb1f08ada9c7db8affa6c8a125763294c6e32 commit hash: 2dcdb1f08ada9c7db8affa6c8a125763294c6e32 commit hash: 2dcdb1f08ada9c7db8affa6c8a125763294c6e32 2dcdb1f
Sunday, 23 Jun 2024
21:57 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Update to 24.4, an emergency bugfix release

Emacs 29.4 is an emergency bugfix release; it includes no new features
except a small number of changes intended to resolve a security
vulnerability uncovered in Emacs 29.3 and earlier.

https://lists.gnu.org/archive/html/info-gnu-emacs/2024-06/msg00000.html

Reviewed by:	ashish, yasu
Sponsored by:	The FreeBSD Foundation
Security:	https://vuxml.freebsd.org/freebsd/4f6c4c07-3179-11ef-9da5-1c697a616631.html
Differential Revision:	https://reviews.freebsd.org/D45703
commit hash: bf61a9770b756e14e02ad5f4e8747a8fe867bae6 commit hash: bf61a9770b756e14e02ad5f4e8747a8fe867bae6 commit hash: bf61a9770b756e14e02ad5f4e8747a8fe867bae6 commit hash: bf61a9770b756e14e02ad5f4e8747a8fe867bae6 bf61a97
21:42 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Backport Emacs 29.4 security fix

Details about the security vulnerability can be found at
https://seclists.org/oss-sec/2024/q2/296.

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Security:	https://vuxml.freebsd.org/freebsd/4f6c4c07-3179-11ef-9da5-1c697a616631.html
Differential Revision:	https://reviews.freebsd.org/D45714
commit hash: 8ef91da50b7381a2f0f014ed3c7ee247269482a2 commit hash: 8ef91da50b7381a2f0f014ed3c7ee247269482a2 commit hash: 8ef91da50b7381a2f0f014ed3c7ee247269482a2 commit hash: 8ef91da50b7381a2f0f014ed3c7ee247269482a2 8ef91da
Tuesday, 7 May 2024
01:42 Joseph Mingrone (jrm) search for other commits by this committer
Emacs: Add new wayland flavor

Emacs requires mutually exclusive build parameters depending on whether
the user is running under X11 or Wayland.  Rather than require either
set of users to build a custom package, create a new wayland flavor, and
use default options appropriate for users running under X.

PR:		278167
Reviewed by:	ashish, jbeich
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D44917
commit hash: 604adf973a514f8fc8dc550ebd884ae5ce9a6e82 commit hash: 604adf973a514f8fc8dc550ebd884ae5ce9a6e82 commit hash: 604adf973a514f8fc8dc550ebd884ae5ce9a6e82 commit hash: 604adf973a514f8fc8dc550ebd884ae5ce9a6e82 604adf9
Saturday, 27 Apr 2024
12:44 Tijl Coosemans (tijl) search for other commits by this committer
graphics/tiff: Update to 4.6.0

PR:		278577
Exp-run by:	antoine
commit hash: 98bf25875a9924c20931d32469982585bb8447e8 commit hash: 98bf25875a9924c20931d32469982585bb8447e8 commit hash: 98bf25875a9924c20931d32469982585bb8447e8 commit hash: 98bf25875a9924c20931d32469982585bb8447e8 98bf258
Tuesday, 26 Mar 2024
22:47 Ashish SHUKLA (ashish) search for other commits by this committer
editors/emacs: Update to 29.3

Emacs 29.3 is an emergency bugfix release intended to fix several
security vulnerabilities. For details, refer to the Changelog.

Changelog:
https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.3

Reviewed by:	jrm
Security:	f661184a-eb90-11ee-92fc-1c697a616631
Differential Revision:	<https://reviews.freebsd.org/D44492>

Co-authored-by:		Joseph Mingrone <jrm@FreeBSD.org>
commit hash: 4d9f1684ed014a79d95526fa8c4ba77ece854b8d commit hash: 4d9f1684ed014a79d95526fa8c4ba77ece854b8d commit hash: 4d9f1684ed014a79d95526fa8c4ba77ece854b8d commit hash: 4d9f1684ed014a79d95526fa8c4ba77ece854b8d 4d9f168
Sunday, 28 Jan 2024
13:39 Muhammad Moinur Rahman (bofh) search for other commits by this committer
editors/emacs: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 6f6aba4b3090b91deacc6577d8ae18f988f3d7d5 commit hash: 6f6aba4b3090b91deacc6577d8ae18f988f3d7d5 commit hash: 6f6aba4b3090b91deacc6577d8ae18f988f3d7d5 commit hash: 6f6aba4b3090b91deacc6577d8ae18f988f3d7d5 6f6aba4
Saturday, 27 Jan 2024
22:32 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Update to 29.2

This is a bug-fix release with no new features.

Changelog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.2
Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D43616
commit hash: 29b94c52385d864db8ced05dfd327aae4e432919 commit hash: 29b94c52385d864db8ced05dfd327aae4e432919 commit hash: 29b94c52385d864db8ced05dfd327aae4e432919 commit hash: 29b94c52385d864db8ced05dfd327aae4e432919 29b94c5
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Thursday, 2 Nov 2023
15:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
editors/emacs: Remove USES=makeinfo

The port has USES=makeinfo which helps to build the info files but the
distfile ships with pre built info files in ${WRKSRC}/info hence
makeinfo is not a hard requirement for the building of emacs itself. And
the build time error can easily be avoided with BINARY_ALIAS to
makeinfo.

As we are utilizing the default info files instead of the generated info
hence bumping PORTREVISION.

PR:		274570
Approved by:	emacs (jrm)
commit hash: 52bc8764cfa78607cbaee6e60307f95697d87e34 commit hash: 52bc8764cfa78607cbaee6e60307f95697d87e34 commit hash: 52bc8764cfa78607cbaee6e60307f95697d87e34 commit hash: 52bc8764cfa78607cbaee6e60307f95697d87e34 52bc8764
Sunday, 20 Aug 2023
00:53 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 29.1

* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
  libraries.
* 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.
  * Bump PORTREVISION of ports that use "USES=emacs".

ChangeLog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41444
commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 ba4eb3a
Friday, 28 Jul 2023
17:13 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f commit hash: 664a2fa1e56e670a356f54c94389bdb47d868f3f 664a2fa
Saturday, 13 May 2023
06:32 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Add upstream patch for check-declare-directory

Add following upstream patch for check-declare-directory.

----------------------------------------------------------------------
commit ed1a24b4b2e39498e4c4448365e1d5f0149e5fc6
Author:     Lars Ingebrigtsen <larsi@gnus.org>
AuthorDate: Wed May 11 14:18:27 2022 +0200
Commit:     Lars Ingebrigtsen <larsi@gnus.org>
CommitDate: Wed May 11 14:18:27 2022 +0200

    Don't signal errors in check-declare-directory

    * lisp/emacs-lisp/check-declare.el (check-declare-directory): Don't
    bug out if we don't find any files with declare-function:(bug#55354)
    because this is a predicate function, and that's inconvenient.
----------------------------------------------------------------------

This fixes build error with upcoming update of devel/git-modes to
1.4.1 as following.

----------------------------------------------------------------------
=======================<phase: build          >============================
===>  Building for git-modes-1.4.1,1
gmake[1]: Entering directory
'/wrkdirs/usr/ports/devel/git-modes/work-full/git-modes-1.4.1'
Compiling git-modes.el
Compiling gitattributes-mode.el
Compiling gitconfig-mode.el
Compiling gitignore-mode.el
 Creating git-modes-autoloads.el
 Checking function declarations
Debugger entered--Lisp error: (error "find exited with status 1")
  signal(error ("find exited with status 1"))
  error("%s exited with status %s" "find" 1)
  process-lines-handling-status("find" nil "." "-name" "*.el" "-exec" "grep"
"-l" "^[ \11]*(declare-function" "{}" "+")
  apply(process-lines-handling-status "find" nil ("." "-name" "*.el" "-exec"
"grep" "-l" "^[ \11]*(declare-function" "{}" "+"))
  process-lines("find" "." "-name" "*.el" "-exec" "grep" "-l" "^[
\11]*(declare-function" "{}" "+")
  check-declare-directory("~/git-modes-1.4.1/")
  eval((check-declare-directory default-directory) t)
  command-line-1(("-L" "/usr/local/share/emacs/28.2/site-lisp/compat" "-L" "."
"--eval" "(check-declare-directory default-directory)"))
  command-line()
  normal-top-level()

gmake[1]: *** [Makefile:37: check-declare] Error 255
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/devel/git-modes/work-full/git-modes-1.4.1'
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/git-modes
----------------------------------------------------------------------

Reviewed by:	jrm
Differential Revision:	https://reviews.freebsd.org/D40079
commit hash: 0ebb2e46f5492822021c1944f7d8a6d8d457fae4 commit hash: 0ebb2e46f5492822021c1944f7d8a6d8d457fae4 commit hash: 0ebb2e46f5492822021c1944f7d8a6d8d457fae4 commit hash: 0ebb2e46f5492822021c1944f7d8a6d8d457fae4 0ebb2e4
Sunday, 30 Apr 2023
11:10 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 a6bb2f8
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Tuesday, 28 Feb 2023
09:20 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Add upstream patches to fix multiple vulnerabilities

Reviewed by:	ashish, jrm
MFH:		2023Q1
Security:	a75929bd-b6a4-11ed-bad6-080027f5fec9
Differential Revision:	https://reviews.freebsd.org/D38810
commit hash: 8f3485d5de46d268088779e0215d13007409b538 commit hash: 8f3485d5de46d268088779e0215d13007409b538 commit hash: 8f3485d5de46d268088779e0215d13007409b538 commit hash: 8f3485d5de46d268088779e0215d13007409b538 8f3485d
Friday, 13 Jan 2023
14:24 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: 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
commit hash: 822b6995b26aa26b9db3076c2b33207ec875276d commit hash: 822b6995b26aa26b9db3076c2b33207ec875276d commit hash: 822b6995b26aa26b9db3076c2b33207ec875276d commit hash: 822b6995b26aa26b9db3076c2b33207ec875276d 822b699
09:20 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Add upstream patch to fix arbitary shell command execution
vulnerability

Reviewed by:	jrm
MFH:		2023Q1
Security:	76e2fcce-92d2-11ed-a635-080027f5fec9
Differential Revision:	https://reviews.freebsd.org/D38033
commit hash: 2b1ab08852aeaa17767219c50588b407b3c65747 commit hash: 2b1ab08852aeaa17767219c50588b407b3c65747 commit hash: 2b1ab08852aeaa17767219c50588b407b3c65747 commit hash: 2b1ab08852aeaa17767219c50588b407b3c65747 2b1ab08
Sunday, 6 Nov 2022
15:22 Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: 8882913727d63c2323555bedb6f9c20bd4007ab2 commit hash: 8882913727d63c2323555bedb6f9c20bd4007ab2 commit hash: 8882913727d63c2323555bedb6f9c20bd4007ab2 commit hash: 8882913727d63c2323555bedb6f9c20bd4007ab2 8882913
Wednesday, 21 Sep 2022
07:48 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 28.2

* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca 164249e
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 7cd7a8d
Wednesday, 8 Jun 2022
14:10 Baptiste Daroussin (bapt) search for other commits by this committer
editors/emacs: remove GCONF option
commit hash: 36c95c1ea027480641a9c34155b90edfa9032e26 commit hash: 36c95c1ea027480641a9c34155b90edfa9032e26 commit hash: 36c95c1ea027480641a9c34155b90edfa9032e26 commit hash: 36c95c1ea027480641a9c34155b90edfa9032e26 36c95c1
Sunday, 17 Apr 2022
11:05 Piotr Kubaj (pkubaj) search for other commits by this committer
editors/emacs: build without GCC on powerpc64le

The current release builds fine.
commit hash: 291fef31b606ad5666bc39f90342f630472ce322 commit hash: 291fef31b606ad5666bc39f90342f630472ce322 commit hash: 291fef31b606ad5666bc39f90342f630472ce322 commit hash: 291fef31b606ad5666bc39f90342f630472ce322 291fef3
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Thursday, 7 Apr 2022
22:12 Joseph Mingrone (jrm) search for other commits by this committer
editors/emacs: Update to 28.1

https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.28

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34779
commit hash: 448b1af9f4aa88fe7acf0a038ac607bb13210e55 commit hash: 448b1af9f4aa88fe7acf0a038ac607bb13210e55 commit hash: 448b1af9f4aa88fe7acf0a038ac607bb13210e55 commit hash: 448b1af9f4aa88fe7acf0a038ac607bb13210e55 448b1af
22:12 Joseph Mingrone (jrm) search for other commits by this committer Author: HIROSE yuuji
editors/emacs: Add updated canna patches
commit hash: 4eebea2037df7595286780ce29833f3d1b5a2f64 commit hash: 4eebea2037df7595286780ce29833f3d1b5a2f64 commit hash: 4eebea2037df7595286780ce29833f3d1b5a2f64 commit hash: 4eebea2037df7595286780ce29833f3d1b5a2f64 4eebea2
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Saturday, 11 Dec 2021
13:50 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 45526ec
Friday, 12 Nov 2021
16:46 Tobias C. Berner (tcberner) search for other commits by this committer
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e
commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c commit hash: b6c28aeee7ed01d90ae6cae5879e3cdff7edaa1c b6c28ae
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 26 Mar 2021
00:40 jrm search for other commits by this committer
editors/emacs: Update to 27.2

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
Original commitRevision:569232 
Sunday, 7 Mar 2021
13:07 pkubaj search for other commits by this committer
editors/emacs: fix build on powerpc64le

Use GCC:
Hash table too large
Original commitRevision:567566 
Wednesday, 10 Feb 2021
19:17 pkubaj search for other commits by this committer
Add LTO_DESC to Mk/bsd.options.desc.mk.

There are more and more ports using LTO.
Original commitRevision:564896 
Friday, 25 Dec 2020
08:17 danfe search for other commits by this committer
- 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
Original commitRevision:559216 
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
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
Original commitRevision:554733 
Saturday, 7 Nov 2020
19:56 ashish search for other commits by this committer
- Include a patch from upstream to fix regression in schemas.xml

PR:		250813
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org>
Original commitRevision:554418 
Thursday, 15 Oct 2020
09:46 jrm search for other commits by this committer
Emacs ports: Simplify flavor comments

Suggested by:	mat
Reviewed by:	emacs (ashish)
Original commitRevision:552399 
Wednesday, 23 Sep 2020
23:59 pkubaj search for other commits by this committer
editors/emacs: remove GCC dependency

Dependent ports now build fine with clang.
Original commitRevision:549864 
17:44 linimon search for other commits by this committer
Canonicalize use of GCC on all powerpc variants.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:549761 
Wednesday, 12 Aug 2020
18:30 jrm search for other commits by this committer
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
Original commitRevision:544763 
Monday, 3 Aug 2020
18:21 ashish search for other commits by this committer
- Add a patch to make Emacs' TRAMP mode work with 12-STABLE,
  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>
Original commitRevision:544097 
Saturday, 20 Jun 2020
13:39 jbeich search for other commits by this committer
editors/emacs: backport 24-bit color fix for tty mode

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
Original commitRevision:539734 
Sunday, 7 Jun 2020
16:56 jbeich search for other commits by this committer
editors/emacs: divorce GSETTINGS from DBUS

Whether GSettings uses DBus at runtime depends on the backend.

PR:		247042
Approved by:	jrm
Original commitRevision:538169 
Monday, 27 Apr 2020
05:38 grog search for other commits by this committer
Bump PORTREVISION.

Reminded by: ashish@
Original commitRevision:533100 
04:41 grog search for other commits by this committer
Require ImageMagick 7, not 6.
Original commitRevision:533098 
Thursday, 20 Feb 2020
18:46 jrm search for other commits by this committer
editors/emacs: Use more precise description for the FCITXPATCH knob

While here, pet portfmt.
Original commitRevision:526575 
Tuesday, 18 Feb 2020
22:57 jrm search for other commits by this committer
editors/emacs: Add optional workaround for Fcitx input method

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
Original commitRevision:526478 
Wednesday, 22 Jan 2020
10:47 pkubaj search for other commits by this committer
editors/emacs: fix miscompilation on powerpc64 elfv2

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)
Original commitRevision:523801 
Sunday, 10 Nov 2019
19:57 jrm search for other commits by this committer
editors/emacs: Standardize formatting with ports-mgmt/portfmt

Approved by:	portmgr* (swills)

* A commit hook for flavors was trigger, preventing the commit without portmgr
approval.
Original commitRevision:517223 
Friday, 1 Nov 2019
14:14 zeising search for other commits by this committer
editors/emacs: Bump portrevision

Bump portrevision for editors/emacs and editors/emacs-devel after removal of
the optional libXp depdenency.
Original commitRevision:516224 
14:08 zeising search for other commits by this committer
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.
Original commitRevision:516223 
Wednesday, 9 Oct 2019
10:37 bapt search for other commits by this committer
Drop the ipv6 virtual category for e* category as it is not relevant anymore
Original commitRevision:514131 
Monday, 9 Sep 2019
16:16 jrm search for other commits by this committer
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
Original commitRevision:511640 
16:16 jrm search for other commits by this committer
Emacs ports: no-op to conform to var order and improve consistency

Approved by:	ashish
Differential Revision:	https://reviews.freebsd.org/D21524
Original commitRevision:511639 
Friday, 30 Aug 2019
17:43 jrm search for other commits by this committer
editors/emacs: Update to version 26.3

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
Original commitRevision:510281 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:507372 
Wednesday, 17 Apr 2019
14:36 jrm search for other commits by this committer
editors/emacs: Update to version 26.2

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
Original commitRevision:499179 
Tuesday, 26 Feb 2019
14:58 danfe search for other commits by this committer
Chase the shlib version bump of `mail/mailutils' in r493966.
Original commitRevision:493970 
Thursday, 31 Jan 2019
19:34 jrm search for other commits by this committer
editors/emacs: Fix spellchecking with hunspell 1.7.0

While here, silence warning about USE_GNOME without USES=gnome.

PR:		235201
Reported by:	abij@tuta.io
Original commitRevision:491755 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:487272 
Saturday, 10 Nov 2018
19:57 kwm search for other commits by this committer
Update ImageMagick to 6.9.10.14 [1]

* 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>
Original commitRevision:484640 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Original commitRevision:475857 
Monday, 2 Jul 2018
06:27 yuri search for other commits by this committer
print/libotf: Update 0.9.13 -> 0.9.16

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)
Original commitRevision:473708 
Tuesday, 12 Jun 2018
16:03 jrm search for other commits by this committer
Emacs ports: Improve consistency between the two Emacs ports and...

- [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
Original commitRevision:472261 
Friday, 1 Jun 2018
01:11 jrm search for other commits by this committer
editors/emacs: Fix build when XWIDGETS knob is on

Reported by:	olgeni
Original commitRevision:471249 
Thursday, 31 May 2018
15:57 jrm search for other commits by this committer
editors/emacs: Fix copy/paste nonsense error from r471214

pointy-hat:	jrm
Original commitRevision:471215 
15:35 jrm search for other commits by this committer
editors/emacs: Fix configure issue when no X toolkit knob is on
Original commitRevision:471214 
01:17 jrm search for other commits by this committer
editors/emacs: Update to version 26.1

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
Original commitRevision:471190 
Thursday, 26 Apr 2018
13:49 jrm search for other commits by this committer
Emacs ports: Conform to 'Order of Variables in Port Makefiles' in PH
Original commitRevision:468348 
02:03 jrm search for other commits by this committer
Emacs ports: Tell configure to skip checks for sysinfo header

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>
Original commitRevision:468320 
Wednesday, 21 Feb 2018
23:59 jrm search for other commits by this committer
Emacs ports: Remove obsolete variable definitions

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
Original commitRevision:462550 
23:59 jrm search for other commits by this committer
Emacs ports: Add USES=localbase:ldflags and MAILUTILS option

Refer to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10313
https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00044.html
Original commitRevision:462549 
12:46 jrm search for other commits by this committer
editors/emacs: Remove X11 option references missed in 462411

PR:		226083
Reported by:	Terry Kennedy <terry-freebsd@glaver.org>
Differential Revision:	https://reviews.freebsd.org/D14233
Original commitRevision:462497 
Tuesday, 20 Feb 2018
16:36 jrm search for other commits by this committer
editors/emacs: Use OPTION helper to conditionally add to PLIST_FILES

Submitted by:	mat
Original commitRevision:462412 
16:17 jrm search for other commits by this committer
editors/emacs,emacs-devel: After nox flavor, remove X11 option
Original commitRevision:462411 
16:17 jrm search for other commits by this committer
editors/emacs@canna: Fix plist issue when SOURCES option is off
Original commitRevision:462410 
16:17 jrm search for other commits by this committer
editors/emacs@canna: Use correct configure argument

Submitted by:	TAKANO Yuji <takachan@running-dog.net>
Original commitRevision:462409 
16:17 jrm search for other commits by this committer
editors/emacs@nox, editors/emacs-devel@nox: Fix configure error

When liblockfile is installed, configure fails, but only for the @nox
flavors.

There is an emacs-devel@gnu.org mailing list thread discussing the issue.
https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00515.html

PR:		225902
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:462408 
Thursday, 1 Feb 2018
18:03 jrm search for other commits by this committer
Flavorize and modernize Emacs ports

- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
Original commitRevision:460621 
Sunday, 19 Nov 2017
09:13 ashish search for other commits by this committer
- Fix broken behaviour when port is compiled with IMAGEMAGICK option
  and ImageMagick is built with OPENMP option

PR:		223518
Submitted by:	Kalten <kalten@gmx.at>
Original commitRevision:454482 
Thursday, 28 Sep 2017
15:36 kwm search for other commits by this committer
ImageMagick to 6.9.9-15.

* Disable FPX (FlashPix) support by default. This image format is really
  rare these days coupled with that there are known CVE's in libfpx and
  it doesn't seem to be maintained these days. It doesn't make sense to
  keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions

Bump other ports for the shared library bumps in IM 6.

PR:		222309 [1]
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
Original commitRevision:450852 
Tuesday, 12 Sep 2017
15:34 ashish search for other commits by this committer
- Update Emacs to 25.3

Security:	https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html
Original commitRevision:449696 
Friday, 26 May 2017
08:20 kwm search for other commits by this committer
Chase ImageMagick shlib bump
Original commitRevision:441761 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 22 Apr 2017
19:38 jrm search for other commits by this committer
editors/emacs: Update to version 25.2

- Make gtk3 the default X11 toolkit since the configure script will search
  for that version first and upstream describes gtk2 as deprecated.
- Release notes: https://www.gnu.org/software/emacs/news/NEWS.25.2

Approved by:	ashish (maintainer), swills (mentor, implicit)
Original commitRevision:439187 

Number of commits found: 216 (showing only 100 on this page)

1 | 2 | 3  »