Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20150720.214200_16 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 |
20150720.214200_15 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 |
20150720.214200_14 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 |
20150720.214200_13 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
20150720.214200_12 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 |
20150720.214200_11 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 ) |
20150720.214200_10 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
20150720.214200_8 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 |
20150720.214200_7 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) |
20150720.214200_6 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 ) |
20150720.214200_6 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
20150720.214200_6 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 |
20150720.214200_5 15 Nov 2021 15:19:58 |
Joseph Mingrone (jrm) |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
20150720.214200_4 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 |
20150720.214200_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20150720.214200_3 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 |
20150720.214200_2 14 Nov 2020 08:39:17 |
mikael |
devel/psvn: Retire maintainership
PR: 251127
Submitted by: Yasuhiro KIMURA |
20150720.214200_2 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 |
20150720.214200_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 |
20150720.214200 29 Nov 2019 19:52:37 |
pi |
devel/psvn: upgrade 20120326.212349 -> 20150720.214200
- unbreak
PR: 241861
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
20120326.212349_9 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
20120326.212349_9 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. |
20120326.212349_8 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
20120326.212349_8 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 |
20120326.212349_7 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 |
20120326.212349_6 15 Sep 2017 05:51:36 |
sunpoet |
Update LICENSE
- While I'm here, fix WWW
PR: 222293
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
20120326.212349_6 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
20120326.212349_5 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 |
20120326.212349_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20120326.212349_4 27 Apr 2015 10:29:28 |
ashish |
- Chase GNU Emacs updates
PR: 199553 |
20120326.212349_3 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
20120326.212349_3 05 Nov 2014 13:19:32 |
ashish |
- Chase GNU Emacs updates
PR: 194624 |
20120326.212349_2 26 Sep 2013 13:47:57 |
wg |
devel/psvn: allow staging
- Allow staging
PR: ports/182374
Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) |
20120326.212349_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
20120326.212349_2 30 Mar 2013 05:13:30 |
ashish |
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 ) |
20120326.212349_1 14 Jan 2013 16:08:57 |
mva |
- Trim Makefile headers
- Add LICENSE
- Pass maintainership to submitter
PR: ports/175284
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
20120326.212349_1 04 Sep 2012 17:05:44 |
ashish |
Chase Emacs updates |
20120326.212349 28 Aug 2012 20:43:28 |
bsam |
Sorry, the new line delimeter has been lost at r303297.
Re-add it to distinfo. |
20120326.212349 28 Aug 2012 20:37:41 |
bsam |
. update to the latest version, which supports
a new working copy structure of Subversion 1.7;
. release maintainership.
PR: ports/170979
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
915036_7 01 Aug 2012 16:50:16 |
ashish |
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi |
915036_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
915036_5 22 Feb 2012 13:31:32 |
ashish |
- Chase Emacs updates
PR: ports/165082 |
915036_4 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
915036_3 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
915036_2 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
915036_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
915036_1 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
915036 13 May 2010 07:40:21 |
bsam |
. update to version 915036;
. fix MASTER_SITES.
PR: ports/146374
Submitted by: Yasuhiro KIMURA <yasu at utahime.org> |
38969_4 05 May 2010 21:52:39 |
pgollucci |
4/5: Chase devel/apr shlib bump
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
38969_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
38969_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
38969_1 20 Dec 2009 20:19:24 |
bsam |
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above ) |
38969 11 Sep 2009 17:08:58 |
bsam |
Update to version 38969. |
38472 16 Aug 2009 20:42:12 |
bsam |
Update to version 38472.
PR: ports/137830
Submitted by: Yasuhiro KIMURA <yasu at utahime.org> |
34661_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
34661 25 Dec 2008 20:53:06 |
bsam |
. fix MASTER_SITES [1]
. update to version 34661.
Pointed out by: pointyhat via erwin [1]
Approved by: anray |
32295 02 Aug 2008 20:25:10 |
bsam |
Update to version 32295.
PR: 126070
Submitted by: KIMURA Yasuhiro <yasu at utahime.org> |
30224_2 07 Jul 2008 12:37:21 |
miwi |
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc |
30224_1 06 Jun 2008 13:21:59 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
30224 09 Apr 2008 19:38:57 |
bsam |
Update to 30224.
PR: 122542
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: anray |
27334 27 Oct 2007 18:39:02 |
bsam |
Update to rev. 27334.
Approved by: anray |
26501 30 Sep 2007 20:52:13 |
bsam |
- Update to latest version 26501.
- Fix MASTER_SITES and DISTNAME.
- Add PKGNAMESUFFIX.
- Remove default value definition of EMACS_PORT_NAME as it is now defined
in bsd.emacs.mk.
PR: 116733
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: anray |
23396_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23396 15 Feb 2007 19:45:19 |
bsam |
Update to version 23396, changelog is unavailable. |
22591 08 Dec 2006 11:51:04 |
bsam |
Update to new version 22591. Changelog is not available.
Approved by: anray |
21784 07 Oct 2006 18:59:17 |
bsam |
Update to 21784.
Approved by: anray (by email) |
20824 03 Aug 2006 22:48:14 |
bsam |
Update to the new version psvn-20824.
Approved by: anray, netchild (mentor, implicit) |
20006 12 Jun 2006 22:29:27 |
anray |
The new version psvn-20006 is out:
http://www.xsteve.at/prg/emacs/index.html
No ChangeLog is available.
PR: ports/98877
Submitted by: Boris B. Samorodov (maintainer) |
19944 05 Jun 2006 21:09:14 |
anray |
The new version psvn-19944 is out:
http://www.xsteve.at/prg/emacs/index.html
No ChangeLog is available.
PR: ports/98548
Submitted by: Boris B. Samorodov (maintainer) |
19721 22 May 2006 14:14:38 |
clsung |
- I mispatched distinfo
Pointed by: maintainer (Boris Samorodov) |
19721 22 May 2006 09:29:04 |
clsung |
- update to psvn-19721
PR: ports/97594
Submitted by: maintainer (Boris B. Samorodov) |
19648 18 May 2006 12:34:12 |
erwin |
Update to 19648
PR: 97449
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer) |
19287 15 Apr 2006 16:39:39 |
arved |
Update to 19287
PR: 95622
Submitted by: Boris B. Samorodov <bsam@ipt.ru> |
17982 28 Jan 2006 02:11:36 |
linimon |
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above ) |
17982 11 Jan 2006 11:29:51 |
tdb |
- Update to 17982
- Remove DISABLE_SIZE
PR: 91598
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer) |
16961 04 Nov 2005 12:17:10 |
lawrance |
Update to 16961.
PR: ports/88270
Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer) |
16425 08 Oct 2005 02:46:49 |
mnag |
Update to 16425
PR: 87088
Submitted by: Boris B. Samorodov <bsam@ipt.ru> (maintainer) |
15969 30 Aug 2005 12:55:34 |
novel |
Update to 15969.
PR: 85474
Submitted by: Boris B. Samorodov (maintainer) |
14766 21 May 2005 19:16:27 |
sem |
- Update to r14766
- Pass maintainership to submitter
PR: ports/81342
Submitted by: Boris B. Samorodov <bsam@ipt.ru> |
10727 21 Oct 2004 07:50:49 |
sergei |
- Reset maintainership to ports@FreeBSD.org
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer) |
10727 28 Aug 2004 21:31:56 |
pav |
- Update to 10727
PR: ports/71009
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
10421 29 Jul 2004 19:10:53 |
pav |
- Update to 10421
PR: ports/69759
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
10079 01 Jul 2004 17:52:35 |
pav |
- Update to 10079
PR: ports/68489
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
10022 21 Jun 2004 07:41:00 |
vs |
Update to r10022.
PR: ports/68138
Submitted by: maintainer |
9854 26 May 2004 15:53:17 |
pav |
Add psvn.ol, an interface for Emacs for the revision control tool subversion.
psvn.el provides a similar interface for subversion as pcl-cvs for
cvs.
PR: ports/66801
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |