non port: devel/magit/Makefile |
SVNWeb
|
Number of commits found: 68 |
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 )
|
Sat, 13 May 2023
|
[ 07:41 Yasuhiro Kimura (yasu) ] e8f19c7
devel/magit: 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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (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) ] ce0bafc
devel/magit: Add PDF option and change DOCS option
* Add new option PDF. If it is enabled PDF documents are built and
installed.
* Change DOCS option so HTML documents and release notes are installed
if it is enabled.
|
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, 6 Oct 2021
|
[ 02:42 Yasuhiro Kimura (yasu) ] ef906b7
devel/magit: Update to 3.3.0
* Switch to DISTVERSION
* Mark MAKE_JOBS_UNSAFE as parallel build fails if Emacs is built with
native compilation enabled
ReleaseNotes: https://github.com/magit/magit/blob/master/Documentation/RelNotes/3.3.0.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32309
|
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:48 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] 3c3300e
devel/magit: Update to 3.2.1
PR: 257895
|
Mon, 9 Aug 2021
|
[ 03:16 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] 64a4a03
devel/magit: Update to 3.2.1
Changelog: https://github.com/magit/magit/blob/master/Documentation/RelNotes/3.2.1.org
PR: 257690
|
Sun, 1 Aug 2021
|
[ 20:18 Li-Wen Hsu (lwhsu) Author: Yasuhiro Kimura ] 78c81d9
devel/magit: Update to 3.2.0.
Release Notes:
https://github.com/magit/magit/blob/v3.2.0/Documentation/RelNotes/3.2.0.org
PR: 257542
|
Fri, 2 Jul 2021
|
[ 10:28 Fernando Apesteguía (fernape) ] cf397fa
devel/magit: Update to 3.1.1
ChangeLog: https://github.com/magit/magit/releases/tag/v3.1.1
PR: 256929
Reported by: yasu@utahime.org (maintainer)
|
Sun, 30 May 2021
|
[ 21:17 Guangyuan Yang (ygy) Author: Yasuhiro Kimura ] 2abb928
devel/magit: Update to 3.0.0
- Pet portclippy
- Reformat Makefile with portfmt
PR: 256153
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
Approved by: lwhsu (mentor)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Mar 2021
|
[ 00:40 jrm ] (Only the first 10 of 96 ports in this commit are shown above. )
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
|
Wed, 13 Jan 2021
|
[ 22:23 jrm ]
New port, devel/magit-devel: Git interface for Emacs (devel version)
PR: 251148
Submitted by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
|
Wed, 12 Aug 2020
|
[ 18:30 jrm ] (Only the first 10 of 86 ports in this commit are shown above. )
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
|
Tue, 7 Jan 2020
|
[ 04:55 jrm ] (Only the first 10 of 81 ports in this commit are shown above. )
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
|
Mon, 25 Nov 2019
|
[ 22:14 brooks ]
Restore RUN_DEPENDS on devel/git accidentally removed in r518154
PR: 242185
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
|
Fri, 22 Nov 2019
|
[ 17:25 brooks ] (Only the first 10 of 12 ports in this commit are shown above. )
Enable subversion support by default and remove git-subversion.
Without PROVIDES/REQUIRES support, ports must depend on exactly one git
port/pkg. Subversion is currently FreeBSD's primiary version control
system and it is widely used with git so it makes sense to enable it by
default and provide a consistent user experience.
Approved by: garga
Differential Revision: https://reviews.freebsd.org/D22496
|
Sun, 1 Sep 2019
|
[ 23:45 jrm ] (Only the first 10 of 17 ports in this commit are shown above. )
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.
|
Fri, 23 Nov 2018
|
[ 14:51 swills ]
devel/magit: Update to 2.90.1
PR: 233256
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
|
Sat, 10 Nov 2018
|
[ 19:54 jrm ]
devel/magit: Update to version 2.90.0
PR: 233081
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>, maintainer
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Tue, 5 Jun 2018
|
[ 13:42 tz ]
devel/magit: Update from 2.12.1 to 2.13.0
Changelog:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.13.0.txt
PR: 228717
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Yasuhiro KIMURA (maintainer)
|
Thu, 31 May 2018
|
[ 01:18 jrm ] (Only the first 10 of 86 ports in this commit are shown above. )
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
|
Mon, 2 Apr 2018
|
[ 21:19 jrm ]
devel/magit: Update to version 2.12.1
Upstream changes:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.12.1.txt
PR: 227141
Submitted by: yasu@utahime.org (maintainer)
|
Sat, 24 Feb 2018
|
[ 18:01 antoine ]
Revert r462854 and r462855 and unbreak
With hat: portmgr
|
[ 17:38 olgeni ]
devel/magit: unbreak build with flavors.
|
Thu, 1 Feb 2018
|
[ 18:03 jrm ] (Only the first 10 of 143 ports in this commit are shown above. )
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
|
Fri, 15 Sep 2017
|
[ 17:37 rakuco ]
Update to 2.11.0.
Also fix LICENSE and add LICENSE_FILE.
PR: 222292
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
|
Tue, 12 Sep 2017
|
[ 15:38 ashish ] (Only the first 10 of 78 ports in this commit are shown above. )
Chase Emacs update
|
Tue, 29 Aug 2017
|
[ 05:23 pi ]
devel/magit: submitter becomes maintainer, pet portlint
PR: 221186
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout)
|
Tue, 1 Aug 2017
|
[ 20:45 matthew ]
Update to 2.10.3.
PR: 219984
Submitted by: yasu@utahime.org
Approved by: maintainer timeout (+1 month)
|
Sat, 29 Apr 2017
|
[ 14:50 jrm ] (Only the first 10 of 39 ports in this commit are shown above. )
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
|
Fri, 4 Nov 2016
|
[ 15:18 tz ]
devel/magit: Update from 2.7.0 to 2.8.0
Changes: https://emacsair.me/2016/08/21/magit-2.8/
PR: 212142
Submitter: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: pi (mentor)
|
Wed, 6 Jul 2016
|
[ 18:07 pi ]
devel/magit: 2.5.0 -> 2.7.0
PR: 210383
Changes: https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.6.2.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.7.0.txt
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 4 Feb 2016
|
[ 19:53 pi ]
devel/magit: 2.2.0 -> 2.5.0
Changes:
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.2.2.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.3.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.0.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.4.1.txt
https://raw.githubusercontent.com/magit/magit/master/Documentation/RelNotes/2.5.0.txt
PR: 203678
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: kuriyama (maintainer timeout)
|
Sun, 23 Aug 2015
|
[ 15:36 kuriyama ]
- Upgrade to 2.2.0.
PR: ports/201938
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Mon, 27 Jul 2015
|
[ 18:30 amdmi3 ]
- Mark broken on 9.x:
xargs: ginstall-info: No such file or directory
Approved by: portmgr blanket
|
Wed, 22 Jul 2015
|
[ 02:00 kuriyama ]
- Upgrade to 2.1.0.
PR: ports/201654
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Thu, 28 May 2015
|
[ 14:27 mat ]
Fix USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 27 Apr 2015
|
[ 10:29 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 199553
|
Tue, 14 Apr 2015
|
[ 02:48 kuriyama ]
- Upgrade to 1.4.0.
PR: ports/199159
Submitted by: Yasuhiro KIMURA <freebsd.org@pob01.utahime.jp>
|
Wed, 19 Nov 2014
|
[ 21:14 rakuco ]
- Update to 1.2.1.
This is a small bugfix release specifically made for magit to work with
Emacs 24.4 (the port has thus been broken ever since Emacs 24.4 was
committed to the tree).
While here, clean up MASTER_SITES and point to an https domain.
PR: 194843
Approved by: maintainer timeout, portmgr (antoine)
|
Wed, 5 Nov 2014
|
[ 13:19 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 194624
|
Mon, 9 Jun 2014
|
[ 16:36 pi ]
devel/magit: fix possible 'run dependency on git breakage' with an option
Thanks for Thomas Gellekum <Thomas.Gellekum@gmx.de> for the bug report
and review of the patch.
PR: ports/189494
Submitted-By: Yasuhiro KIMURA (yasu@utahime.org)
Approved-By: maintainer (timeout), mentors (implicit)
|
Mon, 5 May 2014
|
[ 07:19 pi ]
devel/magit: stagify, fix build and many details
- change elisp directory into ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/magit
- stop installing 50magit.el and add pkg-message to show how to setup instead
- update WWW URL in pkg-descr
- add 'Created by' header in Makefile
- set PKGNAMESUFFIX
- add license information
- add runtime dependency to devel/git
- bump PORTREVISION
PR: ports/182284
Submitted by: Yasuhiro KIMURA
Approved by: kuriyama (maintainer timeout), culot (mentor)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 30 Mar 2013
|
[ 05:13 ashish ] (Only the first 10 of 81 ports in this commit are shown above. )
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above )
|
Sun, 23 Dec 2012
|
[ 10:14 kuriyama ]
- Upgrade to 1.2.0.
|
Tue, 4 Sep 2012
|
[ 17:05 ashish ] (Only the first 10 of 70 ports in this commit are shown above. )
Chase Emacs updates
|
Wed, 1 Aug 2012
|
[ 16:50 ashish ] (Only the first 10 of 68 ports in this commit are shown above. )
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 26 Feb 2012
|
[ 07:11 kuriyama ]
- Upgrade to 1.1.1.
PR: ports/165396
Submitted by: Norberto Lopes <nlopes.ml@gmail.com>
|
Wed, 22 Feb 2012
|
[ 13:31 ashish ] (Only the first 10 of 64 ports in this commit are shown above. )
- Chase Emacs updates
PR: ports/165082
|
Mon, 17 Oct 2011
|
[ 06:01 ashish ] (Only the first 10 of 65 ports in this commit are shown above. )
- Chase editors/emacs update
|
Wed, 7 Sep 2011
|
[ 20:21 ashish ] (Only the first 10 of 66 ports in this commit are shown above. )
Chase editors/emacs update
|
Sat, 27 Aug 2011
|
[ 22:22 ashish ] (Only the first 10 of 65 ports in this commit are shown above. )
Chase editors/emacs update.
PR: ports/160196
|
Sun, 27 Mar 2011
|
[ 11:01 kuriyama ]
- Upgrade to 1.0.0.
|
Wed, 8 Sep 2010
|
[ 14:09 kuriyama ]
With Magit, you can inspect and modify your Git repositories with
Emacs. You can review and commit the changes you have made to the
tracked files, for example, and you can browse the history of past
changes. There is support for cherry picking, reverting, merging,
rebasing, and other common Git operations.
WWW: http://philjackson.github.com/magit/
|
Number of commits found: 68 |