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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/tamago/Makefile

Number of commits found: 95

Tuesday, 26 Mar 2024
22:51 Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 commit hash: 26421ac37c3c013c7809400976c866a8f70db436 26421ac3
Wednesday, 28 Feb 2024
00:51 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/tamago: Mark MAKE_JOBS_UNSAFE

Sometimes parallel build fails with such error as following:

egg-com.el:35:11: Error: Loading file
/wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.15/egg-edep.elc
failed to provide feature `egg-edep'

PR:		276882
Approved by:	maintainer timeout
commit hash: c3223c28db412e32aad37a9da5dc754477466b62 commit hash: c3223c28db412e32aad37a9da5dc754477466b62 commit hash: c3223c28db412e32aad37a9da5dc754477466b62 commit hash: c3223c28db412e32aad37a9da5dc754477466b62 c3223c2
Saturday, 27 Jan 2024
22:33 Joseph Mingrone (jrm) search for other commits by this committer
*/*: 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
commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 ab463bd
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
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 30 Nov 2022
07:06 Yasuhiro Kimura (yasu) search for other commits by this committer
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
commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 ea66012
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
Thursday, 5 May 2022
12:13 Hiroki Sato (hrs) search for other commits by this committer
editors/tamago: update to 4.0.6.0.20041122.19.15
commit hash: 940e9c1ed61188652d3c9a48b2ddb41977e8fb34 commit hash: 940e9c1ed61188652d3c9a48b2ddb41977e8fb34 commit hash: 940e9c1ed61188652d3c9a48b2ddb41977e8fb34 commit hash: 940e9c1ed61188652d3c9a48b2ddb41977e8fb34 940e9c1
Thursday, 7 Apr 2022
22:12 Joseph Mingrone (jrm) search for other commits by this committer
Emacs ports: Bump PORTREVISION after Emacs 28.1

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D34781
commit hash: d9dcd9c6879d10fa6b229f2af549a99a51a934f8 commit hash: d9dcd9c6879d10fa6b229f2af549a99a51a934f8 commit hash: d9dcd9c6879d10fa6b229f2af549a99a51a934f8 commit hash: d9dcd9c6879d10fa6b229f2af549a99a51a934f8 d9dcd9c
Friday, 5 Nov 2021
07:48 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/tamago: Unbreak with Emacs 28

PR:		249201
Approved by:	maintainer timeout (> 13 months)
MFH:		2021Q4
commit hash: d59facdd8f77110a194894cf74806a83b3879893 commit hash: d59facdd8f77110a194894cf74806a83b3879893 commit hash: d59facdd8f77110a194894cf74806a83b3879893 commit hash: d59facdd8f77110a194894cf74806a83b3879893 d59facd
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 
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 
Sunday, 1 Sep 2019
23:45 jrm search for other commits by this committer
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.
Original commitRevision:510750 
Wednesday, 27 Feb 2019
15:57 hrs search for other commits by this committer
Exclude devel_nox due to build failure.
Original commitRevision:494063 
Tuesday, 19 Feb 2019
00:41 hrs search for other commits by this committer
Add temporary workaround for poudriere build breakage.

PR:	228812
Original commitRevision:493345 
Sunday, 3 Feb 2019
20:34 antoine search for other commits by this committer
Mark devel_nox flavor BROKEN too

Loading
/wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.14/docomp.el
(source)...
*** Signal 11

Reported by:	pkg-fallout
Original commitRevision:492075 
Thursday, 31 May 2018
01:18 jrm search for other commits by this committer
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
Original commitRevision:471191 
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 
Tuesday, 12 Sep 2017
15:38 ashish search for other commits by this committer
Chase Emacs update
Original commitRevision:449697 
Saturday, 29 Apr 2017
14:50 jrm search for other commits by this committer
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
Original commitRevision:439752 
Monday, 16 May 2016
18:20 hrs search for other commits by this committer
- Use Github for the distfile instead of old, unmaintained tarball
  and local patches.
- Compress .el files by default.
- Remove egg-helper.
- Fix some warnings due to obsolete functions or variables.
Original commitRevision:415351 
Wednesday, 26 Aug 2015
18:26 amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
Original commitRevision:395389 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Monday, 27 Apr 2015
10:29 ashish search for other commits by this committer
- Chase GNU Emacs updates

PR:		199553
Original commitRevision:384819 
Sunday, 1 Feb 2015
16:45 hrs search for other commits by this committer
- Use fboundp instead of boundp to check binding of
  deactivate-input-method.

- Remove an extra flag for test(1) in Makefile.in.

- Use with-current-buffer instead of a save-excursion + set-buffer pair.

- Fix (fboundp finalize) in egg/wnn.el and egg/canna.el.

- Remove HAS_JISX0213 check.

- Nuke *.el files from plist.
Original commitRevision:378252 
Saturday, 31 Jan 2015
11:32 hrs search for other commits by this committer
- Fix a bug that deactivate-input-method was not called in
  (egg-exit-from-minibuffer).

- Remove an unnecessary overriding-local-map call in
  (menudiag-select-internal).

- Regenerate patch files.
Original commitRevision:378202 
Thursday, 29 Jan 2015
09:38 hrs search for other commits by this committer
- Call override-local-map to set menudiag minibuffer keymap securely.
  This fixes "Text is read-only" error when a number is directly entered
  to select an entry. [*]

- Deactivate input method when opening minibuffer for consistency.

Reported by:	ARAI Shun-ichi [*]
Original commitRevision:378108 
04:59 hrs search for other commits by this committer
- Fix egg-sim "invalid code(s)" issue[*].
- Reword pkg-descr.

Reported by:	ARAI Shun-ichi [*]
Original commitRevision:378104 
Sunday, 23 Nov 2014
07:35 hrs search for other commits by this committer
- Fix warnings due to use of obsolete functions.
- Style fixes.
Original commitRevision:373123 
Wednesday, 5 Nov 2014
13:19 ashish search for other commits by this committer
- Chase GNU Emacs updates

PR:		194624
Original commitRevision:372191 
Sunday, 31 Aug 2014
18:00 hrs search for other commits by this committer
Add a patch forgotten in the previous commit.
Original commitRevision:366804 
15:39 adamw search for other commits by this committer
Unbreak by completing staging.
Original commitRevision:366783 
Saturday, 30 Aug 2014
14:28 hrs search for other commits by this committer
- STAGEDIR support
- Update WWW in pkg-descr.
Original commitRevision:366622 
Monday, 25 Aug 2014
10:01 bapt search for other commits by this committer
Reset maintainership for non staged ports

With hat:	portmgr
Original commitRevision:366050 
Monday, 26 May 2014
13:05 miwi search for other commits by this committer
- Convert gmake to USES

Approved by:	portmgr
Original commitRevision:355326 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 5 May 2013
05:23 hrs search for other commits by this committer
- Improve compatibility with older Emacsen.
- Mark MAKE_JOBS_SAFE=yes.
- Respect CC and CFLAGS for egg-helper.
Original commitRevision:317394 
Tuesday, 23 Apr 2013
16:21 hrs search for other commits by this committer
- Remove redundant lines and style clean-ups.
- Fix (accept-process-output) to use (with-local-quit).
- Replace (inactivate-current-input-method-function) with
  (deactivate-current-input-method-function).
- Replace (inactivate-input-method) with (deactivate-input-method).
Original commitRevision:316369 
Monday, 15 Apr 2013
12:14 hrs search for other commits by this committer
- Rename obsolete symbol (s/last-command-char/last-command-event/) which
  prevents it from working with Emacs 24.3.
- Minor style fixes.

Submitted by:	Yasuhiro KIMURA
PR:		ports/177498
Approved by:	portmgr (bdrewery)
Original commitRevision:315801 
Saturday, 30 Mar 2013
05:13 ashish search for other commits by this committer
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]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
Original commitRevision:315598 
Saturday, 2 Feb 2013
18:12 hrs search for other commits by this committer
- Add LICENSE.
- Style fix.

Submitted by:	Yasuhiro KIMURA
PR:		ports/175286
Original commitRevision:311438 
Tuesday, 4 Sep 2012
17:05 ashish search for other commits by this committer
Chase Emacs updates
Original commitRevision:303664 
Saturday, 4 Aug 2012
00:45 hrs search for other commits by this committer
- Update to 4.0.6.0.20041122.19.
- Fix make-local-hook issue in emacs24.

PR:	ports/170360
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

M    tamago/distinfo
AM   tamago/files/post-patch-egg.el
AM   tamago/files/post-patch-menudiag.el
M    tamago/Makefile
Original commit
Friday, 3 Aug 2012
06:05 hrs search for other commits by this committer
Add support for emacs24.

Spotted by:	beat
Original commit
Wednesday, 1 Aug 2012
16:50 ashish search for other commits by this committer
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 22 Feb 2012
13:31 ashish search for other commits by this committer
- Chase Emacs updates

PR:             ports/165082
Original commit
Monday, 17 Oct 2011
06:01 ashish search for other commits by this committer
- Chase editors/emacs update
Original commit
Wednesday, 7 Sep 2011
20:21 ashish search for other commits by this committer
Chase editors/emacs update
Original commit
Saturday, 27 Aug 2011
22:22 ashish search for other commits by this committer
Chase editors/emacs update.

PR:             ports/160196
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Tuesday, 2 Mar 2010
03:09 hrs search for other commits by this committer
Update to 4.0.6+0.20041122.18.

Feature safe:   yes
Original commit
Monday, 1 Mar 2010
20:48 hrs search for other commits by this committer
Add emacs23 support.

Feature safe:   yes
PR:     ports/144393
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 20 Dec 2009
20:19 bsam search for other commits by this committer
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:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:             ports/137956 [1], ports/141369 [2]
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>  [1],
                bsam (me)  [2]
Exp-run by: miwi
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 8 Nov 2008
05:43 hrs search for other commits by this committer
Add unix domain socket support for Wnn backend and use it by
default.  If $[CJKT]SERVER environment variable is defined, the
value is used as the server host name.  In JSERVER case, for
example, the server name is determined in the following way:

 $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"

If the server host name is null or matches "^unix$", unix
domain socket is used.  The path name of the socket can be
specified in wnn-[cjkt]udpath custom variable.
Original commit
Friday, 6 Jun 2008
13:25 edwin search for other commits by this committer
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)
Original commit
Tuesday, 7 Aug 2007
10:15 sem search for other commits by this committer
Forced commit to note the port was repocopied to editors/tamago-emacs21

PR:             ports/114671
Submitted by:   maintainer
Repocopied by:  marcus
Original commit
Saturday, 21 Jul 2007
15:29 ume search for other commits by this committer
Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.

Reported by:    pav
Original commit
Friday, 22 Jun 2007
18:43 anray search for other commits by this committer
Fix works on FreeWnn-server and 64bit-emacs.

PR:             ports/113755
Submitted by:   Nobuhiro Ban <ban.nobuhiro@gmail.com>
Original commit
Sunday, 27 May 2007
17:54 anray search for other commits by this committer
Debian patch is updated to 11. Now it includes latest anthy patch
from Hideyuki SHIRAI.

PR:             ports/112993
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 24 Feb 2007
21:18 anray search for other commits by this committer
Install extra files with emacs 21 and above.

PR:             ports/109481
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Monday, 26 Jun 2006
21:43 itetcu search for other commits by this committer
Add patch that fixes some bugs that occur when Anthy (japanese/anthy) is used
as backend engine.

PR:             ports/98066
Submitted by:   maintainer
Original commit
Sunday, 7 May 2006
10:55 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with E
Original commit
Saturday, 28 Jan 2006
02:11 linimon search for other commits by this committer
 - 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]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:     ports/37596 [1], ports/57259 [2], ports/63216 [3],
        ports/89448 [4], ports/89710 [5], ports/88996 [6],
        ports/89260 [7], ports/89363 [8], ports/89809 [9],
        ports/89853 [10], ports/91086 [11], ports/91710 [12],
        ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:   Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
                Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
                <jamie at thompson dot bishopston dot net>, tobez [4], Mark
                Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
                pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
                dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
                netchild [11], erwin [14]
Reviewed by:    kris, clement (partially)
Original commit
Thursday, 6 Oct 2005
17:34 ehaupt search for other commits by this committer
Update editors/tamago to debian patchlevel 9

PR:             86909
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Approved by:    novel (mentor)
Original commit
Sunday, 1 May 2005
19:01 jylefort search for other commits by this committer
Update to 4.0.6.0.20041122.8

PR:             ports/80508
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Sunday, 10 Apr 2005
21:09 flz search for other commits by this committer
- Debian patch is updated to 7.
- Change to install some additional documents.
- Add description about Debian's enhancement to pkg-descr.

PR:             ports/79763
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Thursday, 3 Mar 2005
09:49 ume search for other commits by this committer
Debian patch was updated to 4.0.6+0.20041122cvs-5, which fixes
the bug in eggrc.

PR:             ports/78331
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Wednesday, 2 Mar 2005
14:59 ume search for other commits by this committer
- Debian patch was updated to 4.0.6+0.20041122cvs-4.
- Change pkg-message.

PR:             ports/78100
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Thursday, 24 Feb 2005
11:43 ume search for other commits by this committer
update Debian patch to egg_4.0.6+0.20041122cvs-3.
Original commit
Wednesday, 23 Feb 2005
15:39 ume search for other commits by this committer
update Debian patch to egg_4.0.6+0.20041122cvs-2.
Original commit
13:16 ume search for other commits by this committer
- Tamago didn't work with Canna since last update.
- add note how to use recent Tamago with Canna.
Original commit
Monday, 14 Feb 2005
07:58 vs search for other commits by this committer
Update to 20041122 snapshot

PR:             ports/77414
Submitted by:   KIMURA Yasuhiro
Original commit
Tuesday, 9 Nov 2004
15:01 vs search for other commits by this committer
Display pkg-message when installing from port

PR:             ports/73693
Submitted by:   TAOKA Fumiyoshi
Original commit
Friday, 13 Aug 2004
07:55 vs search for other commits by this committer
Update to latest upstream-patch

PR:             ports/70008
Submitted by:   KIMURA Yasuhiro
Original commit
Saturday, 31 Jul 2004
22:23 pav search for other commits by this committer
- Update to 4.0.6.0.20020909.5

PR:             ports/69840
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Sunday, 4 Jul 2004
14:57 nobutaka search for other commits by this committer
Fix hangup problem in japanese-egg-anthy input method.

PR:             ports/68617
Submitted by:   SANETO Takanori <sanewo@ba2.so-net.ne.jp>
Original commit
Wednesday, 16 Jun 2004
18:47 pav search for other commits by this committer
- Fix plist and unbreak for tamago-emacs20

PR:             ports/67957
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Original commit
Saturday, 22 May 2004
04:59 kuriyama search for other commits by this committer
Without touching .nosearch, normal-top-level-add-subdirs-to-load-path
function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for
implementation specific.

This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el
for actual use.  Anthy tries to load egg/egg/anthy.el, not thier
anthy.el without this fix.
Original commit
Tuesday, 18 May 2004
17:16 nork search for other commits by this committer
Update to HEAD branch(4 times revised at 2002.09.09 based 4.0.6).

PR:             ports-jp/14676, ports/66656
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Obtained from:  Debian
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 20 Feb 2003
17:12 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 21 Dec 2002
21:19 knu search for other commits by this committer
Remove redundant dependencies.  Mk/bsd.emacs.mk takes care of them.
Original commit
Friday, 21 Jun 2002
15:52 ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39591
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
Original commit
Sunday, 28 Oct 2001
11:19 kuriyama search for other commits by this committer
Oops, I put old patchfile on freefall.  Update to use new one.    
Original commit
10:25 kuriyama search for other commits by this committer
Add a patch to catch up tamago's CVS.   Change default taget to emacs21.    
Original commit
Tuesday, 17 Apr 2001
20:19 knu search for other commits by this committer
Make use of bsd.emacs.mk and its variables.    
Original commit
Monday, 10 Jul 2000
02:11 steve search for other commits by this committer
EMACS_VER should now be 20.7.    
Original commit

Number of commits found: 95