Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.2 10 Sep 2024 06:46:04 |
Yasuhiro Kimura (yasu) |
editors/{with-editor,with-editor-devel}: Update to 3.4.2
ChangeLog: https://github.com/magit/with-editor/blob/v3.4.2/CHANGELOG |
3.4.1 16 Aug 2024 07:17:19 |
Yasuhiro Kimura (yasu) |
editors/{with-editor,with-editor-devel}: Update to 3.4.1
ChangeLog: https://github.com/magit/with-editor/releases/tag/v3.4.1 |
3.3.4_1 04 Jul 2024 21:31:24 |
Joseph Mingrone (jrm) |
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation |
3.3.4 26 Jun 2024 19:54:21 |
Yasuhiro Kimura (yasu) |
editors/{with-editor,with-editor-devel}: Update to 3.3.4
Changes: https://github.com/magit/with-editor/compare/v3.3.3...v3.3.4 |
3.3.3_1 23 Jun 2024 22:10:50 |
Joseph Mingrone (jrm) |
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705 |
3.3.3 20 Jun 2024 08:26:21 |
Yasuhiro Kimura (yasu) |
editors/{with-editor,with-editor-devel}: Update to 3.3.3
Changes: https://github.com/magit/with-editor/compare/v3.3.2...v3.3.3
(editors/with-editors)
Changes: https://github.com/magit/with-editor/compare/1b45264...v3.3.3
(editors/with-editors-devel) |
3.3.2_2 01 Jun 2024 09:21:01 |
Yasuhiro Kimura (yasu) |
*/*: Fix build when PDF option is enabled
When PDF option is enabled PDF file is generated from Texinfo source
file with texi2pdf, and the command is invoked with '--clear'
option. When the command is invoked with the option, however, it
returns non-zero value even if conversion is (or, at least seems to
be) successful. As a result build of ports fails when the option is
enabled. The command returns zero value if it is invoked without the
option. So fix build by patching Makefile of source tree.
While I'm here, replace CONFLICTS in devel/{forge,forge-devel/Makefile
with CONFLICTS_INSTALL as neither of them interfere with build of the
other. |
3.3.2_2 28 May 2024 20:18:04 |
Muhammad Moinur Rahman (bofh) |
editors/with-editor: Mark BROKEN for PDF option
Silently fails to build when PDF is enabled
Approved by: portmgr (blanket)
Sponsored by: Nepustil |
3.3.2_2 26 Mar 2024 22:51:47 |
Joseph Mingrone (jrm) |
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492 |
3.3.2_1 27 Jan 2024 22:33:05 |
Joseph Mingrone (jrm) |
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615 |
3.3.2 01 Sep 2023 04:20:03 |
Yasuhiro Kimura (yasu) |
editors/with-editor*: Update to 3.3.2
Changes: https://github.com/magit/with-editor/compare/v3.3.1...v3.3.2 |
3.3.1 29 Aug 2023 03:07:49 |
Yasuhiro Kimura (yasu) |
editors/with-editor*: Update to 3.3.1
Changes: https://github.com/magit/with-editor/releases/tag/v3.3.1 |
3.3.0_1 20 Aug 2023 00:53:11 |
Yasuhiro Kimura (yasu) |
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 (Only the first 15 lines of the commit message are shown above ) |
3.3.0 13 May 2023 07:41:31 |
Yasuhiro Kimura (yasu) |
editors/with-editor*: Update to 3.3.0
Changes: https://github.com/magit/with-editor/commits/v3.3.0 |
3.2.0_6 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.2.0_4 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
3.2.0_4 30 Nov 2022 07:06:37 |
Yasuhiro Kimura (yasu) |
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f |
3.2.0_3 21 Sep 2022 07:48:19 |
Yasuhiro Kimura (yasu) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
3.2.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0_2 01 Aug 2022 16:12:15 |
Yasuhiro Kimura (yasu) |
editors/with-editor-devel: Add new port
Add editors/with-editor-devel, development version of Emacs Lisp
library to use the emacsclient as the $$EDITOR of child processes.
https://github.com/magit/with-editor |
3.2.0_2 20 Jul 2022 14:21:49 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
3.2.0_2 07 Apr 2022 22:12:44 |
Joseph Mingrone (jrm) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
3.2.0_1 20 Feb 2022 23:30:15 |
Yasuhiro Kimura (yasu) |
editors/with-editor: Add PDF option and change DOCS option
* Add new option PDF. If it is enabled PDF document is built and
installed.
* Change DOCS option so HTML document is built and installed if it is
enabled. |
3.2.0 11 Feb 2022 23:20:51 |
Yasuhiro Kimura (yasu) |
editors/with-editor: Update to 3.2.0
Changes: https://github.com/magit/with-editor/commits/v3.2.0 |
3.1.1 08 Jan 2022 10:15:09 |
Yasuhiro Kimura (yasu) |
editors/with-editor: Update to 3.1.1
Changes: https://github.com/magit/with-editor/commits/v3.1.1 |
3.1.0 06 Jan 2022 16:33:35 |
Yasuhiro Kimura (yasu) |
editors/with-editor: Update to 3.1.0
Changes: https://github.com/magit/with-editor/commits/v3.1.0 |
3.0.5_1 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
3.0.5 02 Oct 2021 07:55:48 |
Yasuhiro Kimura (yasu) |
editors/with-editor: Update to 3.0.5
Changes: https://github.com/magit/with-editor/commits/v3.0.5
Approved by: ygy (mentor)
Differential Revision: https://reviews.freebsd.org/D32275 |
3.0.4_1 01 Oct 2021 22:55:27 |
Joseph Mingrone (jrm) |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
3.0.4 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
3.0.4 26 May 2021 11:34:03 |
Nuno Teixeira (eduardo) Author: Yasuhiro Kimura |
editors/with-editor: Update to 3.0.4.
- Pet portclippy.
- Reformat with portfmt.
ChangeLog: https://github.com/magit/with-editor/commits/v3.0.4
PR: 256160
Approved by: dbaio, garga (mentors, implicit) |
3.0.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.2_1 26 Mar 2021 00:40:45 |
jrm |
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 |
3.0.2 02 Nov 2020 01:42:05 |
lwhsu |
editors/with-editor: Update to 3.0.2
PR: 250745
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
3.0.1 27 Oct 2020 02:22:35 |
lwhsu |
editors/with-editor: Update to 3.0.1
PR: 250656
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
3.0.0 26 Oct 2020 11:11:03 |
lwhsu |
editors/with-editor: Update to 3.0.0
PR: 250615
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.9.4_1 12 Aug 2020 18:30:07 |
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 |
2.9.4 21 Jul 2020 03:54:19 |
lwhsu |
Update to 2.9.4
PR: 248129
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.9.3 15 Jun 2020 06:29:06 |
fernape |
editors/with-editor: Update to 2.9.3
PR: 247217
Submitted by: yasu@utahime.org (maintainer) |
2.9.2 24 May 2020 11:07:42 |
joneum |
Update to 2.9.2
PR: 246683
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Sponsored by: Netzkommune GmbH |
2.9.1_1 07 Jan 2020 04:55:40 |
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 |
2.9.1 05 Jan 2020 09:58:41 |
tcberner |
editors/with-editor: Update to 2.9.1
PR: 243074
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.9.0 23 Dec 2019 18:35:09 |
tcberner |
editors/with-editor: Update to 2.9.0
PR: 242830
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.8.3_1 01 Sep 2019 23:45:39 |
jrm |
Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIR
This is required after editors/emacs was updated to version 26.3 in
r510281. Some of these ports were missed in r510696. |
2.8.3 30 Jun 2019 20:14:34 |
swills |
editors/with-editor: Update to 2.8.3
PR: 238595
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.8.1 27 Dec 2018 13:09:18 |
swills |
editors/with-editor: Update to 2.8.1
PR: 234432
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.8.0_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
2.8.0 01 Nov 2018 15:04:17 |
swills |
editors/with-editor: update to 2.8.0
PR: 232860
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.7.4 27 Jul 2018 10:53:29 |
swills |
editors/with-editor: Update to 2.7.4
PR: 230075
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.7.3_1 31 May 2018 01:18:05 |
jrm |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
2.7.3 23 May 2018 07:31:16 |
yuri |
editors/with-editor: Update 2.7.2 -> 2.7.3
PR: 228404
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.7.2 02 Apr 2018 21:19:48 |
jrm |
editors/with-editor: Update to version 2.7.2
PR: 227132
Submitted by: yasu@utahime.org (maintainer) |
2.7.1_2 01 Feb 2018 18:03:10 |
jrm |
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 |
2.7.1 12 Jan 2018 14:41:35 |
swills |
editors/with-editor: update to 2.7.1
PR: 225090
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.7.0 11 Jan 2018 18:09:00 |
danfe |
- Convert to option helper install target (add OPTIONS_DEFINE=DOCS
when it was missing)
- Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN
- Fix some whitespace and formatting bugs along the way |
2.7.0 05 Oct 2017 19:21:46 |
cs |
Update to 2.7.0
PR: 222740
Submitted by: maintainer |
2.6.0_1 15 Sep 2017 05:51:43 |
sunpoet |
Update LICENSE
- Add LICENSE_FILE
- Pet portlint: move DISTVERSIONPREFIX downward
PR: 222295
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.6.0_1 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
2.6.0 12 Sep 2017 01:46:43 |
pi |
editors/with-editor: update 2.5.11 -> 2.6.0
PR: 222121
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.5.11 27 Jun 2017 16:05:54 |
madpilot |
Update editors/with-editor to 2.5.11
PR: 220005
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
2.5.10 14 Jun 2017 16:22:14 |
ultima |
* Updated to 2.5.10
Changelog:
- Add a space in before export command to avoid polluting HISTFILE
PR: 219975
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11193 |
2.5.9_1 29 Apr 2017 14:50:53 |
jrm |
Chase editors/emacs update to version 25.2
Reported by: des
Approved by: ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10534 |
2.5.9 06 Feb 2017 20:08:22 |
olivierd |
Update to 2.5.9
PR: 216822
Submitted by: Yasuhiro KIMURA (maintainer) |
2.5.7 13 Nov 2016 10:03:04 |
olivierd |
Update to 2.5.7
PR: 214418
Submitted by: Yasuhiro KIMURA (maintainer) |
2.5.5 02 Oct 2016 19:48:17 |
pawel |
Update to version 2.5.5
PR: 213133
Submitted by: Yasuhiro KIMURA (maintainer) |
2.5.1 25 Aug 2016 18:23:40 |
pawel |
Update to version 2.5.1
PR: 212141
Submitted by: Yosuhiro KIMURA (maintainer) |
2.5.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.0 04 Feb 2016 19:10:57 |
pi |
New port: editors/with-editor
The library with-editor makes it easy to use the Emacsclient as the
$EDITOR of child processes, making sure they know how to call
home. For remote processes a substitute is provided, which
communicates with Emacs on standard output instead of using a socket
as the Emacsclient does.
WWW: https://github.com/magit/with-editor
PR: 206767
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |