summaryrefslogtreecommitdiff
path: root/editors/emacs21
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-5/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-25/+1
2009-04-30Make it build on DragonFly master.hasso2-14/+7
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi2-4/+13
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-07-13Add patch for CVE-2008-1694 (insecure temp files in SCCS vc handling)dholland3-3/+42
PKGREVISION -> 13.
2008-06-03Fix build with gcc41 on dragonfly.markd1-0/+3
emacs21 part of PR pkg/38633 from Hasso Tepper.
2008-06-03Fix for CVE-2008-2142, automatically loading and executing .flc files.markd5-5/+54
2008-04-25Drop maintainership of old emacs version.markd1-2/+2
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-5/+5
through PLIST_SUBST to the plist module.
2007-10-29Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.uebayasi1-0/+23
2007-10-29Fix build of emacs21-nox11.uebayasi2-8/+9
2007-10-29At deinstallation, remove ${PREFIX}/share/emacs/site-lisp if empty.uebayasi1-1/+2
2007-08-13Fix up the use of package options in the Emacs packages:jlam2-31/+83
(1) Get rid of "nox11" -- the concept of "no" in package options is expressed by negating an option; use "-x11" instead. (2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP, EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6. We now use similar options as the other emacs packages, i.e. "x11", "motif", "xaw", as well as "pop" and "inet6". (3) Make the emacs*-nox11 packages simply remove all X11 options by setting PKG_OPTIONS.emacs appropriately and include the corresponding emacs Makefile. This allows for modifications to the emacs "X11" versions to be automatically picked up by the "non-X11" versions. The two corresponding versions of emacs now share the same version numbering, including PKGREVISIONs. Bump the PKGREVISIONs on all Emacs editor packages.
2007-06-11Reimport existing emacs packages as emacs21{,-nox11} to allowmarkd38-0/+5230
subsequent update of emacs packages to version 22.
2003-04-11Bye bye old places.uebayasi10-2119/+0
2003-01-13Kill a hyphen not in the first of a command line.uebayasi2-6/+7
2002-11-24Don't cause a warning message if directory "share/emacs/site-lisp" ortron1-3/+3
"share/emacs" cannot be removed.
2002-09-24Libtool is required. PR#18390 by Gordon Zaft.uebayasi1-1/+2
2002-09-21buildlink1 -> buildlink2jlam1-17/+17
2002-05-02some cleanup, based on a package submission by Masao Uebayashidrochner6-43/+82
<uebayasi@soum.co.jp>: -select a reasonable set of options instead of using a ton of /etc/mk.conf variables -dtrt with dependencies -USE_BUILDLINK_ONLY -use INSTALL_SCRIPT instead of creating a mess
2002-04-24first cut on a pkg for emacs-21.2drochner9-0/+2078
derived from our emacs-20.7 pkg; IPv6 and newer NetBSD platform/toolchain support appear to be included in the original sources, so I've only left in the patches which deal with info file installation and the "emacs-" prefix for user tools