Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
in emacs23.
|
|
|
|
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.
|
|
|
|
created or not. Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build
time a lot.
|
|
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.
|
|
through PLIST_SUBST to the plist module.
|
|
|
|
|
|
|
|
|
|
From Kouhei Mori in PR 34072.
|
|
|
|
location for both emacs and xemacs.
* List the info files directly in the PLIST.
* Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
|
|
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
|
|
|
Should fix bulk build errors.
|
|
* Make bbdb, w3/w3m options.
Default dependency change, bump revision to nb4.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
EMACS_FLAVOR is xemacs.
|
|
|
|
Suggested by Roland Illig, ok'd by various.
|
|
Fix PR27034, reported by Miles Nordin <carton at Ivy dot NET>.
Help with Katsumi Yamaoka <yamaoka at jpl dot org>. Bump revision.
|
|
Correct dependency versions following as ${WRKSRC}/README.en says.
Bump revision to 1.
|
|
Non-bug fix changes:
* pgg-gpg.el (pgg-gpg-process-region): Set environment variable
LANGUAGE as well. GNU gettext gives precedence to LANGUAGE over
LC_ALL, when different language code is specified. Thanks to
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>.
[cf. <emacs-mime-ja:1599>]
* pgg-gpg.el (pgg-gpg-messages-locale): New user option.
(pgg-gpg-process-region): Set environment variable LC_ALL when
pgg-gpg-messages-locale is specified.
* pgg-def.el (pgg-messages-locale): New user option.
(mime-add-application/pgp-keys): Ditto.
* mime-play.el (mime-play-delete-file-immediately): New user option.
(mime-mailcap-method-sentinel): Use it.
(mime-mailcap-delete-played-files): New function; set up for
`kill-emacs-hook'.
* mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
* mime-edit.el (mime-edit-user-agent-value): Add a setting for
XEmacs CHISE.
* semi-def.el (mime-should-use-popup-menu): New function.
(mime-select-menu-alist): Renamed from select-menu-alist, change
its behavior according to mime-should-use-popup-menu.
* mime-view.el (mime-save-situation-examples): Bind print-length
and print-level.
* README.ja: new file, Japanese translation of README.en.
Spaces between ascii and Japanese characters are added.
|
|
|
|
the build environment.
Bump package revision.
|
|
|
|
|
|
|
|
|
|
dot jp>.
* Do some Makefile/PLIST clean-ups.
Bump revision.
|
|
|
|
* mime-view.el (mime-preview-find-boundary-info): Change the name of
the argument from get-mother to with-children along its effect.
* mime-edit.el (mime-edit-decode-single-part-in-buffer): Decode text
part only.
* mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg.
* mime-view.el (mime-preview-find-boundary-info): Fix logic. Do not
refer next to next part before examining the next part.
* mime-edit.el (mime-edit-user-agent-value): Add
`xemacs-extra-name'.
|
|
|
|
2. Force install the support file for Emacs/w3.
|
|
|
|
* SEMI: Version 1.14.4 (Hosorogi) released.
* semi-def.el (mime-browse-url-regexp): Allow nntps and ftps.
* mime-view.el (mime-display-multipart/related): When "start"
parameter specifies part, treat the part as root.
* mime-view.el (mime-display-multipart/related): New function; set up
for `mime-preview-condition'.
* mime-bbdb.el: Load "bbdb-hooks" when the symbol function
`bbdb-extract-field-value' is not bound or it is set up as an
autoloaded function. [cf. <emacs-mime-ja:799,842,843,844,845,846>]
* semi-def.el (mime-browse-url-regexp): Allow https.
* mime-edit.el (mime-edit-set-parameter): Get rid of the duplicated
optional fields.
* mime-view.el: Revert to use `static'.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
Emacs lisp library to provide MIME feature
|