summaryrefslogtreecommitdiff
path: root/editors/emacs
AgeCommit message (Collapse)AuthorFilesLines
2003-06-05Add EMACS_USE_XAW3D variable to control whether emacs builds againstmarkd1-1/+5
Xaw3D to have a "pretty" scrollbar.
2003-06-02Don't add /usr/share/info to Info-default-directory-list; emacs hasepg1-6/+1
had that by default for quite some time.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-15Redo the last more elaborately.uebayasi1-2/+7
2003-04-14Improve a NetBSD version matching pattern in the ld fix conditionaluebayasi1-2/+3
considering future version numbers. Pointed out by tron.
2003-04-14If using GNU ld 2.13.2.1 or later, avoid creating combined reloc sectionsuebayasi1-1/+11
and .data reloc sections, both of which Emacs can't handle properly. Analyzed by Stephen Ma <stephenm at employees dot org>.
2003-04-12Sort lines so @unexec rmdir has a chance to succeed, andwiz1-2/+3
try removing share/emacs too.
2003-04-12Update to Emacs 21.3.uebayasi9-1755/+1763
Changes from etc/NEWS: ** The obsolete C mode (c-mode.el) has been removed to avoid problems with Custom. ** UTF-16 coding systems are available, encoding the same characters as mule-utf-8. Coding system `utf-16-le-dos' is useful as the value of `selection-coding-system' in MS Windows, allowing you to paste multilingual text from the clipboard. Set it interactively with C-x RET x or in .emacs with `(set-selection-coding-system 'utf-16-le-dos)'. ** There is a new language environment for UTF-8 (set up automatically in UTF-8 locales). ** Translation tables are available between equivalent characters in different Emacs charsets -- for instance `e with acute' coming from the Latin-1 and Latin-2 charsets. User options `unify-8859-on-encoding-mode' and `unify-8859-on-decoding-mode' respectively turn on translation between ISO 8859 character sets (`unification') on encoding (e.g. writing a file) and decoding (e.g. reading a file). Note that `unify-8859-on-encoding-mode' is useful and safe, but `unify-8859-on-decoding-mode' can cause text to change when you read it and write it out again without edits, so it is not generally advisable. By default `unify-8859-on-encoding-mode' is turned on. ** In Emacs running on the X window system, the default value of `selection-coding-system' is now `compound-text-with-extensions'. If you want the old behavior, set selection-coding-system to compound-text, which may be significantly more efficient. Using compound-text-with-extensions seems to be necessary only for decoding text from applications under XFree86 4.2, whose behaviour is actually contrary to the compound text specification.
2003-04-11Make sure the new ones are there...uebayasi5-0/+160
2003-04-11Remove old patchesuebayasi31-2663/+0
2003-04-11Re-import of Emacs 21, which has settled down in editors/emacs21.uebayasi7-1409/+1832
2003-04-11Re-import of Emacs 21, which has settled down in editors/emacs21.uebayasi3-5/+58
2003-03-01* Update Satoshi Yatagawa <yatagawa at cc dot teu dot ac dot jp>'s Mule 4.1uebayasi3-14/+48
patch. The previous one had decode-coding string<f> bug. Pointed out and tested by tron. Thanks! * XIM patch by Seiichiro Inouse <ginouse at ts dot catv dot ne dot jp>. * Belately Buildlinkify. Let's bump revision to 2.
2003-01-12Fix name of name of the patch file and add mising patch site.tron2-6/+6
2003-01-11Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80. This also fixesuebayasi2-2/+8
a CCL interpretor bug. Bump revision.
2002-11-24Use "${TRUE}" instead of "true".tron1-3/+3
2002-10-26Xaw may need xpm, add support for this in configure.bouyer4-32/+1563
2002-09-24Libtool is required. PR#18390 by Gordon Zaft.uebayasi1-1/+2
2002-09-01Fix build problems under Solaris 9.tron3-1/+33
2002-08-21reverse if ${USE_INET6} condition, as USE_INET6 is not guaranteed togrant1-4/+4
be defined.
2002-07-19Sync.mycroft1-1/+6
2002-07-19Pull in string.h and stdlib.h as appropriate to eliminate LP64 warnings/errors.mycroft3-0/+54
2002-07-19Pull in unistd.h to get the real vfork().mycroft1-0/+14
2002-07-19-fno-common is not necessary on NetBSD/alpha (or any ELF platform, really).mycroft1-0/+15
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-29eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-05-20Add NetBSD tags.cjep1-0/+1
2002-02-18Introduce new framework for handling info files generation and installation.seb2-30/+31
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Regen.tron1-1/+2
2001-10-06Make this build on sgimipshubertf5-15/+38
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-24Use "${PKGVERSION}" instead of hard coded version number.tron1-1274/+1274
2001-09-17bsd.pkg.mk passes ${MACHINE_GNU_PLATFORM} as --host to GNU_GONFIGURE,drochner1-14/+14
and emacs uses it as arch dependant subdir obviously. Using the same variable here fixes an inconsistency at least on i386/ELF.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-27/+25
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-16emacs and mule install files with the same name in info -- makewiz1-1/+3
them CONFLICT.
2000-11-29s/unexelf.c/unexelf.o/minoura2-4/+4
This caused a circular dependency. Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
2000-09-26Add support for NetBSD/sparc64.eeh10-13/+232
2000-09-08try 2nd and subsequent destination if we have multiple addresses resolveditojun2-84/+70
from an FQDN hostname. patch from kazu@kame.net, sync with kame tree. repairs PR 10972.
2000-09-03add RCS Idwiz1-0/+1
2000-08-23fix build failure on alpha,toshii3-23/+25
and merge patch-ac into patch-az
2000-07-10Make "emacs" package build on "pmax" port. Patch supplied by Joel Reichertron2-1/+14
in PR pkg/10548.
2000-06-24Updated to 20.7. Tests needed.minoura13-1534/+1339
2000-03-28Include bsd.prefs.mk so that one can control this package using mk.confenami1-3/+6
as well as command line.
2000-03-26Add the four control variable used in this package to BUILD_DEFS.enami1-1/+3
2000-03-26Introduce three control variable for this package; EMACS_USE_{POP,X,X_TOOLKIT}.enami1-3/+14
The first one defaults to `yes' and latter two aren't defined by default (so, the configure script will configure automagically).