non port: devel/forge/Makefile |
SVNWeb
|
Number of commits found: 18 |
Sun, 20 Aug 2023
|
[ 00:53 Yasuhiro Kimura (yasu) ] ba4eb3a (Only the first 10 of 102 ports in this commit are shown above. )
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 )
|
Wed, 28 Jun 2023
|
[ 02:18 Yasuhiro Kimura (yasu) ] 9081d40
devel/forge: Update to 0.3.2
ChangeLog: https://github.com/magit/forge/blob/v0.3.2/CHANGELOG
|
Sat, 13 May 2023
|
[ 08:28 Yasuhiro Kimura (yasu) ] 37cb10a
devel/forge: Fix build
Fix build after recent update of devel/transient and
editors/with-editor.
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Mon, 19 Dec 2022
|
[ 14:44 Muhammad Moinur Rahman (bofh) ] 721e577 (Only the first 10 of 130 ports in this commit are shown above. )
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)
|
Wed, 30 Nov 2022
|
[ 07:06 Yasuhiro Kimura (yasu) ] ea66012 (Only the first 10 of 101 ports in this commit are shown above. )
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
|
Wed, 21 Sep 2022
|
[ 07:48 Yasuhiro Kimura (yasu) ] 164249e (Only the first 10 of 102 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 7 Apr 2022
|
[ 22:12 Joseph Mingrone (jrm) ] d9dcd9c (Only the first 10 of 85 ports in this commit are shown above. )
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781
|
Sun, 20 Feb 2022
|
[ 23:30 Yasuhiro Kimura (yasu) ] 332a6fd
devel/forge: 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.
* Add NO_ARCH
|
Thu, 17 Feb 2022
|
[ 06:50 Yasuhiro Kimura (yasu) ] aecae59
devel/forge: Update to 0.3.1
ChangeLog: https://github.com/magit/forge/blob/v0.3.1/CHANGELOG
|
Mon, 15 Nov 2021
|
[ 15:19 Joseph Mingrone (jrm) ] 061afcc (Only the first 10 of 86 ports in this commit are shown above. )
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613
|
Wed, 27 Oct 2021
|
[ 16:16 Yasuhiro Kimura (yasu) ] 7b06640
devel/forge: Update to 0.3.0
* Add some ports to {BUILD|RUN}_DEPENDS. Currently they are indirect
dependency of this port and adding them to {BUILD|RUN}_DEPENDS
doesn't take any effect right now. But upstream specifies them as
dependency. Futhermore there are signs that dependency between the
ports that this port requires may change in the near future. And if
it really happens it may result in the issue that required port is
split from indirect dependency. So it is also intended as safekeeping.
* Adjust version range of dependency.
* Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with
native compilation enabled.
ChangeLog: https://github.com/magit/forge/blob/v0.3.0/CHANGELOG
Differential Revision: https://reviews.freebsd.org/D32503
|
Fri, 1 Oct 2021
|
[ 22:55 Joseph Mingrone (jrm) ] 126e3bb (Only the first 10 of 80 ports in this commit are shown above. )
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258
|
Tue, 28 Sep 2021
|
[ 05:13 Yasuhiro Kimura (yasu) ] 10c30f1 (Only the first 10 of 42 ports in this commit are shown above. )
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170
|
Tue, 17 Aug 2021
|
[ 05:18 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] 860db9c
devel/forge: Update dependencies
PR: 257896
|
Mon, 21 Jun 2021
|
[ 09:00 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] 5f6acc4
devel/forge: Update to 0.2.1
PR: 256662
Approved by: lwhsu (mentor, implicit)
|
Thu, 3 Jun 2021
|
[ 10:35 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] caeb955
devel/forge: New port: Work with Git forges from Magit
PR: 255963
Approved by: lwhsu (mentor)
|
Number of commits found: 18 |