2009-06-14 19:37:52 by Joerg Sonnenberger | Files touched by this commit (99) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-10-15 02:01:44 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Regenerate checksum.
|
2008-10-11 11:31:58 by Masao Uebayashi | Files touched by this commit (100) |
Log message:
Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
|
2008-10-06 09:24:31 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
- Update URL.
- Add more emacs versions to be accepted.
- Revert a local change (sorry).
- Add buildlink3.mk.
|
2008-10-06 09:12:26 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update Riece to 5.0.0.
** Use Custom to saved settings. (ueno)
** Use stock icons for toolbar. (ueno)
** Follow the procedure recommended in RFC2812 when making a
connection to the server. This change is needed for some IRC
servers including TwitterIrcGateway. (ueno)
** Allow non-ASCII realname. (KASUGA Toru)
** Fixed a corner case bug of riece-keywords settings. (Takeru Naito)
|
2007-10-29 05:38:47 by Masao Uebayashi | Files touched by this commit (1) |
Log message:
Sort EMACS_VERSIONS_ACCEPTED.
Sort variables depending on ${EMACS_FLAVOR} (emacs or xemacs). Prefer
assignment to conditional. Include mk/emacs.mk lazily.
No functional changes intended.
|
2007-05-30 15:46:13 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update riece to 4.0.0.
* Major changes in 4.0.0
** New add-on riece-twitter. (ueno)
** riece-rdcc can now specify sending ports. (ueno)
|
2007-02-20 13:45:08 by Masao Uebayashi | Files touched by this commit (3) |
Log message:
Update riece to 3.1.2.
* Major changes in 3.1.2
** Message catalog. (ueno)
* Major changes in 3.1.1
** riece-async works again. (ueno)
** riece-shrink-buffer is now enabled by default. (ueno)
** New window layout "spiral". (URABE Shyouhei)
|
2006-10-07 07:27:50 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Update Riece to 3.1.0.
Changes excerpted from NEWS:
** Prevent reentrace of message handlers. This might fix some long
standing bug in message handling. (ueno)
** Removed dependency on the calc package from riece-ndcc.el. (ueno)
** Fixed a bug in the 353 message handler. (ueno)
|