pkgsrc/editors/emacs
joerg 2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
..
files Fix build with gcc41 on dragonfly. 2008-06-02 21:15:42 +00:00
patches Update emacs to 22.3. 2008-10-11 09:56:38 +00:00
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR
distinfo Update emacs to 22.3. 2008-10-11 09:56:38 +00:00
hacks.mk Seems the hack is needed for 4.0/x86_64 as well. See Manuel Bouyer's 2009-01-28 11:36:34 +00:00
Makefile Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
modules.mk Clarify that the default EMACS_TYPE is set in mk/defaults/mk.conf. Prompted 2008-10-28 00:17:31 +00:00
options.mk Adjust paths to PLIST files so that they can be reached from 2008-11-11 02:14:59 +00:00
PLIST Update emacs to 22.3. 2008-10-11 09:56:38 +00:00
PLIST.carbon Back port Carbon Emacs support from wip. Patch from Obata-san. 2007-11-01 06:44:07 +00:00
version.mk Update emacs to 22.3. 2008-10-11 09:56:38 +00:00