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-05-05 00:27:07 by Tonnerre Lombard | Files touched by this commit (3) |
Log message:
Fix vcdiff insecure temp file creation vulnerability (CVE-2008-1694) for
xemacs-current as well.
|
2008-04-24 23:32:47 by Johnny C. Lam | Files touched by this commit (9) |
Log message:
Restructure the following packages:
editors/xemacs-current
editors/xemacs-current-nox11
The latter is now just editors/xemacs-current built with a specific set
of options. Changes include:
+ Rename the "xaw" option to "lucid" to match the option \
name used in
xemacs/options.mk. Also comment out the "esound" option which isn't
fully supported yet. Add some comments to the options.mk file to
make it a little easier to understand.
XXX Should probably add a pgsql option as this version of XEmacs has
XXX some sort of PostgreSQL support. Also need to sort out native
XXX sound support.
+ Remove Makefile.common and move all logic into xemacs-current/Makefile
and xemacs-current/options.mk.
+ As of version 21.5, xemacs switched to using GNU autoconf, so set
GNU_CONFIGURE=yes.
+ Include termcap.buildlink3.mk to properly deal with termcap/curses
issues (xemacs needs termcap). Drop the --without-ncurses setting
as the issue is handled by termcap.buildlink3.mk.
+ Be slightly more aware of ${X11_TYPE} == "modular" by not referring to
${X11BASE} in that case.
+ Include buildlink3.mk files for zlib and gettext, which are detected
automatically if they're in the base system. Gettext is needed for
MULE support.
+ In the Makefile and the PLIST, don't substitute for ${EMACSVER}.
Instead substitute for ${DISTNAME} so the PLIST looks closer to
xemacs/PLIST.
+ Add patch-al which handles a difference between bmake and gmake in
using $< in a makefile target.
+ Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override
where files are installed during the install phase.
+ Honor PKGMANDIR.
+ Bump the PKGREVISION for xemacs-current and xemacs-current-nox11 to 1.
Both packages now track and use the same PKGREVISION number.
|
2007-11-13 05:10:09 by Daniel Carosone | Files touched by this commit (1) |
Log message:
long-overdue commit of an option to enable xft anti-aliased fonts
ok uebayasi@
|
2007-11-13 05:07:42 by Daniel Carosone | Files touched by this commit (1) |
Log message:
make paths relative to ${.CURDIR}
per request from uebayasi@
|
2007-11-12 02:48:49 by Masao Uebayashi | Files touched by this commit (5) |
Log message:
Support XEmacs 21.5.x without X too.
|
2007-10-29 13:40:04 by Masao Uebayashi | Files touched by this commit (8) |
Log message:
Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.
|
2007-06-30 19:59:03 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Fix build on DragonFly.
|
2007-05-20 19:20:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Desupport gnome1 option.
|
2006-12-23 17:16:41 by OBATA Akio | Files touched by this commit (1) |
Log message:
Variable `EMACSVERSION' used but not defined.
|