summaryrefslogtreecommitdiff
path: root/editors/emacs
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07Take maintainership.markd1-2/+2
2005-03-22Define POSIX_SIGNALS on NetBSD, similar to FreeBSD. From Gregwiz3-5/+14
Woods in PR 28977. Bump PKGREVISION.
2005-03-17Does not really use libtool, so don't set USE_LIBTOOL. Solves part ofwiz1-2/+1
PR 28977 by Greg A. Woods.
2005-02-26Use 21.4a tarball: only change is an entry in the README to disablewiz3-1761/+1764
exec-shield on linux if you have problems compiling emacs.
2005-02-24remove obsolete patch, thanks wizdrochner1-13/+0
2005-02-24update to 21.4drochner2-8/+6
This release fixes CAN-2005-0100, which we had a patch for before.
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2005-02-09fix format string vulnerability (CAN-2005-0100), bump PKGREVISIONdrochner3-3/+17
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-31Make this build on OS X. The new files are taken from the emacs cvskristerw6-11/+1515
repository.
2004-04-19Move include of bsd.prefs.mk before the test of EMACS_USE_XAW3D so themarkd1-3/+3
later can actually work.
2004-04-12bl3ifyxtraeme1-8/+8
2004-03-25It is not only SunOS that need -fno-zero-initialized-in-bss whenkristerw1-3/+3
using gcc 3. Add this flag for all configurations. Bump PKGREVISION.
2004-03-20-fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3,bouyer1-1/+6
otherwise emacs core dump on exit. Found this on an emacs mailing list.
2004-02-25make yhis compile on amd64,drochner4-7/+147
based on Richard Rauch's patches (PR pkg/23701)
2004-02-16Remove info files entries from PLIST.seb1-116/+1
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-09-17Remove patch-ae.work.wiz1-3/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14Replace perl interpreter in grep-changelog. From Soren Jacobsen in PR 21197.wiz1-1/+3
2003-07-08Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build onmarkd1-1/+2
Solaris 8)
2003-07-06On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Oruebayasi6-28/+91
"temacs" fails to start. (Actually, I don't understand the fact inside.) Bump revision to 2.
2003-06-23Convert to USE_NEW_TEXINFO.seb1-4/+5
Earned in the process: fixed info files registration for binary package and all info files actually registered.
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