Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.6.0.20041122.19.15_9 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 |
4.0.6.0.20041122.19.15_8 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 |
4.0.6.0.20041122.19.15_7 27 Mar 2024 06:55:15 |
Yasuhiro Kimura (yasu) |
editors/tamago: Fix build of devel_full and devel_nox flavors
After editors/emacs-devel is updated to 30.0.50.20240301,3, build of
devel_full and devel_nox flavors fails as following.
----------------------------------------------------------------------
if test "/usr/local/bin/emacs-30.0.50" != "no"; then am__dir=.
am__subdir_includes=''; case canna.elc in */*) am__dir=`echo 'canna.elc' | sed
's,/[^/]*$,,'`; am__subdir_includes="-L $am__dir -L ./$am__dir"; esac; test
-d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1;
/usr/local/bin/emacs-30.0.50 --batch -q -no-site-file -no-init-file
--eval="(setq load-path (append (list (expand-file-name \"..\")) load-path))"
--eval="(load \"docomp.el\")" $am__subdir_includes -L . -L . --eval "(defun
byte-compile-dest-file (f) \"/tmp/canna.elc\")" --eval "(unless
(byte-compile-file \"canna.el\") (kill-emacs 1))"; if [ -f "/tmp/canna.elc" ];
then cp /tmp/canna.elc canna.elc && rm -f /tmp/canna.elc; fi; else :; fi
Loading
/usr0/freebsd/ports/work/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.15/docomp.el
(source)...
Package cl is deprecated
In toplevel form:
canna.el:1:1: Warning: file has no `lexical-binding' directive on its first line
canna.el:33:11: Error: Wrong type argument: obarrayp, [nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil]
*** Error code 1
----------------------------------------------------------------------
So add patch to fix it.
PR: 277496
Approved by: maintainer timeout |
4.0.6.0.20041122.19.15_7 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 |
4.0.6.0.20041122.19.15_6 28 Feb 2024 00:51:29 |
Yasuhiro Kimura (yasu) |
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 |
4.0.6.0.20041122.19.15_6 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 |
4.0.6.0.20041122.19.15_5 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 ) |
4.0.6.0.20041122.19.15_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.0.6.0.20041122.19.15_2 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 |
4.0.6.0.20041122.19.15_1 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) |
4.0.6.0.20041122.19.15 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 ) |
4.0.6.0.20041122.19.15 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 ) |
4.0.6.0.20041122.19.15 05 May 2022 12:13:53 |
Hiroki Sato (hrs) |
editors/tamago: update to 4.0.6.0.20041122.19.15 |
4.0.6.0.20041122.19.14_8 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 |
4.0.6.0.20041122.19.14_7 05 Nov 2021 07:48:48 |
Yasuhiro Kimura (yasu) |
editors/tamago: Unbreak with Emacs 28
PR: 249201
Approved by: maintainer timeout (> 13 months)
MFH: 2021Q4 |
4.0.6.0.20041122.19.14_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.6.0.20041122.19.14_6 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 |
4.0.6.0.20041122.19.14_5 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 |
4.0.6.0.20041122.19.14_4 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. |
4.0.6.0.20041122.19.14_3 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
4.0.6.0.20041122.19.14_3 27 Feb 2019 15:57:44 |
hrs |
Exclude devel_nox due to build failure. |
4.0.6.0.20041122.19.14_3 19 Feb 2019 00:41:17 |
hrs |
Add temporary workaround for poudriere build breakage.
PR: 228812 |
4.0.6.0.20041122.19.14_3 03 Feb 2019 20:34:54 |
antoine |
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 |
4.0.6.0.20041122.19.14_3 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 |
4.0.6.0.20041122.19.14_3 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 |
4.0.6.0.20041122.19.14_2 12 Sep 2017 15:38:57 |
ashish |
Chase Emacs update |
4.0.6.0.20041122.19.14_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 |
4.0.6.0.20041122.19.14 16 May 2016 18:20:12 |
hrs |
- 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. |
4.0.6.0.20041122.19_13 26 Aug 2015 18:26:15 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
4.0.6.0.20041122.19_13 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
4.0.6.0.20041122.19_13 14 May 2015 10:15:09 |
mat |
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 |
4.0.6.0.20041122.19_13 27 Apr 2015 10:29:28 |
ashish |
- Chase GNU Emacs updates
PR: 199553 |
4.0.6.0.20041122.19_12 01 Feb 2015 16:45:59 |
hrs |
- 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. |
4.0.6.0.20041122.19_11 31 Jan 2015 11:32:43 |
hrs |
- 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. |
4.0.6.0.20041122.19_10 29 Jan 2015 09:38:37 |
hrs |
- 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 [*] |
4.0.6.0.20041122.19_9 29 Jan 2015 04:59:32 |
hrs |
- Fix egg-sim "invalid code(s)" issue[*].
- Reword pkg-descr.
Reported by: ARAI Shun-ichi [*] |
4.0.6.0.20041122.19_8 23 Nov 2014 07:35:23 |
hrs |
- Fix warnings due to use of obsolete functions.
- Style fixes. |
4.0.6.0.20041122.19_7 22 Nov 2014 07:39:17 |
hrs |
Fix warnings. |
4.0.6.0.20041122.19_7 05 Nov 2014 13:19:32 |
ashish |
- Chase GNU Emacs updates
PR: 194624 |
4.0.6.0.20041122.19_6 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
4.0.6.0.20041122.19_6 31 Aug 2014 18:00:17 |
hrs |
Add a patch forgotten in the previous commit. |
4.0.6.0.20041122.19_6 31 Aug 2014 15:39:55 |
adamw |
Unbreak by completing staging. |
4.0.6.0.20041122.19_6 30 Aug 2014 14:28:41 |
hrs |
- STAGEDIR support
- Update WWW in pkg-descr. |
4.0.6.0.20041122.19_6 25 Aug 2014 10:01:52 |
bapt |
Reset maintainership for non staged ports
With hat: portmgr |
4.0.6.0.20041122.19_6 26 May 2014 13:05:05 |
miwi |
- Convert gmake to USES
Approved by: portmgr |
4.0.6.0.20041122.19_6 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.0.6.0.20041122.19_6 20 Sep 2013 16:36:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
4.0.6.0.20041122.19_6 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
4.0.6.0.20041122.19_6 05 May 2013 05:23:30 |
hrs |
- Improve compatibility with older Emacsen.
- Mark MAKE_JOBS_SAFE=yes.
- Respect CC and CFLAGS for egg-helper. |
4.0.6.0.20041122.19_5 23 Apr 2013 16:21:22 |
hrs |
- 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). |
4.0.6.0.20041122.19_4 15 Apr 2013 12:14:06 |
hrs |
- 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) |
4.0.6.0.20041122.19_3 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 ) |
4.0.6.0.20041122.19_2 02 Feb 2013 18:12:16 |
hrs |
- Add LICENSE.
- Style fix.
Submitted by: Yasuhiro KIMURA
PR: ports/175286 |
4.0.6.0.20041122.19_1 04 Sep 2012 17:05:44 |
ashish |
Chase Emacs updates |
4.0.6.0.20041122.19 04 Aug 2012 00:45:30 |
hrs |
- 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 |
4.0.6.0.20041122.18_7 03 Aug 2012 06:05:08 |
hrs |
Add support for emacs24.
Spotted by: beat |
4.0.6.0.20041122.18_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 |
4.0.6.0.20041122.18_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.0.6.0.20041122.18_5 22 Feb 2012 13:31:32 |
ashish |
- Chase Emacs updates
PR: ports/165082 |
4.0.6.0.20041122.18_4 17 Oct 2011 06:01:31 |
ashish |
- Chase editors/emacs update |
4.0.6.0.20041122.18_3 07 Sep 2011 20:21:30 |
ashish |
Chase editors/emacs update |
4.0.6.0.20041122.18_2 27 Aug 2011 22:22:57 |
ashish |
Chase editors/emacs update.
PR: ports/160196 |
4.0.6.0.20041122.18_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.0.6.0.20041122.18_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.0.6.0.20041122.18 02 Mar 2010 03:09:48 |
hrs |
Update to 4.0.6+0.20041122.18.
Feature safe: yes |
4.0.6.0.20041122.11_8 01 Mar 2010 20:48:56 |
hrs |
Add emacs23 support.
Feature safe: yes
PR: ports/144393 |
4.0.6.0.20041122.11_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.0.6.0.20041122.11_6 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 ) |
4.0.6.0.20041122.11_5 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 |
4.0.6.0.20041122.11_4 08 Nov 2008 05:43:16 |
hrs |
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. |
4.0.6.0.20041122.11_3 06 Jun 2008 13:25: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) |
4.0.6.0.20041122.11_2 07 Aug 2007 10:15:21 |
sem |
Forced commit to note the port was repocopied to editors/tamago-emacs21
PR: ports/114671
Submitted by: maintainer
Repocopied by: marcus |
4.0.6.0.20041122.11_2 21 Jul 2007 15:29:19 |
ume |
Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.
Reported by: pav |
4.0.6.0.20041122.11_1 22 Jun 2007 18:43:45 |
anray |
Fix works on FreeWnn-server and 64bit-emacs.
PR: ports/113755
Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com> |
4.0.6.0.20041122.11 27 May 2007 17:54:55 |
anray |
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> |
4.0.6.0.20041122.9.20060606.2_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}. |
4.0.6.0.20041122.9.20060606.2 24 Feb 2007 21:18:09 |
anray |
Install extra files with emacs 21 and above.
PR: ports/109481
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
4.0.6.0.20041122.9.20060606.2 26 Jun 2006 21:43:36 |
itetcu |
Add patch that fixes some bugs that occur when Anthy (japanese/anthy) is used
as backend engine.
PR: ports/98066
Submitted by: maintainer |
4.0.6.0.20041122.9 07 May 2006 10:55:47 |
edwin |
Remove USE_REINPLACE from all categories starting with E |
4.0.6.0.20041122.9 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 ) |
4.0.6.0.20041122.9 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
4.0.6.0.20041122.9 06 Oct 2005 17:34:45 |
ehaupt |
Update editors/tamago to debian patchlevel 9
PR: 86909
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: novel (mentor) |
4.0.6.0.20041122.8 01 May 2005 19:01:10 |
jylefort |
Update to 4.0.6.0.20041122.8
PR: ports/80508
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
4.0.6.0.20041122.7 10 Apr 2005 21:09:12 |
flz |
- 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> |
4.0.6.0.20041122.5 03 Mar 2005 09:49:10 |
ume |
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> |
4.0.6.0.20041122.4 02 Mar 2005 14:59:04 |
ume |
- Debian patch was updated to 4.0.6+0.20041122cvs-4.
- Change pkg-message.
PR: ports/78100
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
4.0.6.0.20041122.3 24 Feb 2005 11:43:48 |
ume |
update Debian patch to egg_4.0.6+0.20041122cvs-3. |
4.0.6.0.20041122.2 23 Feb 2005 15:46:29 |
ume |
oops, I forget to add new patch. |
4.0.6.0.20041122.2 23 Feb 2005 15:39:12 |
ume |
update Debian patch to egg_4.0.6+0.20041122cvs-2. |
4.0.6.0.20041122.1_1 23 Feb 2005 13:16:53 |
ume |
- Tamago didn't work with Canna since last update.
- add note how to use recent Tamago with Canna. |
4.0.6.0.20041122.1 14 Feb 2005 07:58:13 |
vs |
Update to 20041122 snapshot
PR: ports/77414
Submitted by: KIMURA Yasuhiro |
4.0.6.0.20020909.6 09 Nov 2004 15:01:31 |
vs |
Display pkg-message when installing from port
PR: ports/73693
Submitted by: TAOKA Fumiyoshi |
4.0.6.0.20020909.6 13 Aug 2004 07:55:44 |
vs |
Update to latest upstream-patch
PR: ports/70008
Submitted by: KIMURA Yasuhiro |
4.0.6.0.20020909.5 31 Jul 2004 22:23:32 |
pav |
- Update to 4.0.6.0.20020909.5
PR: ports/69840
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
4.0.6.0.20020909.4_2 04 Jul 2004 14:57:22 |
nobutaka |
Fix hangup problem in japanese-egg-anthy input method.
PR: ports/68617
Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> |
4.0.6.0.20020909.4_1 16 Jun 2004 18:47:17 |
pav |
- Fix plist and unbreak for tamago-emacs20
PR: ports/67957
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
4.0.6.0.20020909.4_1 22 May 2004 04:59:52 |
kuriyama |
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. |
4.0.6.0.20020909.4 18 May 2004 17:16:21 |
nork |
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 |
4.0.6_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |