summaryrefslogtreecommitdiff
path: root/editors/emacs20/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-12-29emacs20: recognize more x86_64 systems, not just NetBSD.dholland1-3/+3
2021-12-29emacs20: Fix broken build on alpha.dholland1-2/+2
2021-12-25Add experimental aarch64 config for emacs20.dholland1-3/+4
Untested for the time being; let me know if it works. Can't be worse than not building :-)
2021-10-26editors: Replace RMD160 checksums with BLAKE2s checksumsnia1-6/+6
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07editors: Remove SHA1 hashes for distfilesnia1-6/+1
2017-07-23Roll a couple bits into the jumbo patch, one from patch-aj, anotherdholland1-6/+6
mentioned in passing in PR 43091. Bump PKGREVISION again, to 24.
2017-07-23Revert Joerg's change "Remove now obsolete Emacs ASLR hacks" as it doesn'tdholland1-2/+2
work. Bump PKGREVISION. Note that the reverted changeset itself should have and didn't bump PKGREVISION.
2017-06-17Remove now obsolete Emacs ASLR hacks.joerg1-2/+2
2016-11-26Use paxctl +a like in emacs21 to make the build work on -current. It seemsdholland1-2/+2
that if you dump with a non-ASLR temacs you get a working emacs binary, and if you don't you don't, although I don't really see why -- perhaps it's something broken in crtstuff. Closes PR 51654. Note that pre-ASLR emacs20 binaries not dumped by an ASLR temacs also blow up in the same way, which doesn't make much sense either, but undoubtedly it's all connected. It's not particularly good that we apparently don't have backwards compatibility for old Emacs binaries because of this, but for the time being I'm more worried about it working at all. PKGREVISION++ again, to 22.
2016-11-26Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked)dholland1-3/+3
and (2) work around the problem where gcc 5.x compiles calloc into a call to itself. PKGREVISION -> 21.
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+6
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-10-27Use tradcpp for clang build, fallback to cpp -traditional otherwise.joerg1-2/+2
2013-07-07Probe a potentially different cpp for preprocessing makefiles. Fordholland1-2/+2
now, wire it down; this will probably fail on clang and I'll fix it better later.
2013-07-07Now revert version 1.4 of patch-ab, which introduced extra configuredholland1-2/+2
tests to work around problems with gcc 4.5's cpp when used on makefiles.
2013-07-07Assert MAINTAINER privilege to revert version 1.6 of patch-ab (anddholland1-2/+2
version 1.7, which is its associated patch comment) on the grounds that it's wrong.
2013-07-05Add a comment.ryoon1-2/+2
2013-07-05Fix x11 option build.ryoon1-2/+2
2012-12-11Shift some of the more basic patches to a distfile patch.dholland1-21/+8
PKGREVISION -> 16.
2012-03-05Tweak this so it should configure (and then hopefully build) on PA-RISCdholland1-3/+3
on NetBSD. Tangentially related to PR 35235.
2012-03-05Fix one missing ${DESTDIR} while installing info, which for some reasondholland1-2/+2
failed only on Solaris.
2011-12-01Extend previous to realloc and free as well, which is almost certainlydholland1-2/+2
necessary. PR 45669.
2011-12-01Add __asm __volatile("":::"memory") at a critical point in alloc.c.dholland1-2/+2
gcc thinks it knows the semantics of malloc and so it thinks it can optimize out the manipulation of __malloc_hook; however, doing so causes the subsequent malloc call to come back to itself, leading to an infinite recursion and SIGSEGV in temacs. This fixes the remaining part of PR 45669. Someone(TM) should check if this issue affects other Emacs versions and/or XEmacs.
2011-12-01Fold patch-cb into patch-bm since they patch the same file. Related todholland1-3/+2
PR 45669. hi joerg!
2011-12-01Patch up configure tests for cpp to avoid problems when running gccdholland1-2/+2
4.5's cpp on makefiles. PR 45669. Unfortunately, this does not by itself fix the build; now I'm getting ./temacs -batch -l loadup dump gmake[1]: *** [emacs] Segmentation fault and I have a bad feeling that this may be the same issue that the other emacs versions are sometimes hitting.
2011-08-01Fix broken build with clang.dholland1-1/+2
2010-03-30Fix emacs20 on -current. (It broke on the terminfo changes because itdholland1-2/+2
can't probe terminfo vs. termcap and needs to be told explicitly in its config system.) ok agc@. PKGREVISION to 14.
2010-02-21Add RCS Id (hi roy!).wiz1-2/+2
2010-02-04destdir support, plus fix some pre-existing funnies with install permissionsdholland1-3/+4
2010-01-20When running terminfo but compiled for termcap, we cannot assumeroy1-4/+5
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier.
2008-07-13Add patches for CVE-2008-1694 and CVE-2008-2142.dholland1-1/+4
PKGREVISION -> 11.
2008-04-05Fix some 64-bit problems in x11 code.kristerw1-3/+6
Bump PKGREVISION.
2008-01-09Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11.kristerw1-1/+2
2007-08-04malloc.h --> stdlib.hjoerg1-1/+2
2007-06-30Make patch-ao a normal file and fix the build on DragonFly 1.8+joerg1-2/+1
2006-01-04Add DragonFly support. Fix errno. Remove patch-ac, it getsjoerg1-9/+15
overriden by the GNU_CONFIGURE magic anyway.
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+5
2005-02-09fix format string vulnerability (CAN-2005-0100), bump PKGREVISIONdrochner1-1/+2
2004-03-25Fix LP64 issues.kristerw1-1/+9
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not needed for all configurations, but it does never hurt). Bump PKGREVISION.
2004-02-28Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701)kristerw1-2/+2
as applied to the editors/emacs package.
2004-01-13Make this build on NetBSD-current.kristerw1-1/+2
2003-04-11* Put back the 'EMACS_USE_X' option, which is needed since we don't haveuebayasi1-2/+2
-nox11 for Emacs 20. * Buildlink2 clean up. Include xaw.buildlink2.mk when either Lucid or Athena is used. (Lucid uses Athena.) Included motif.buildlink2.mk when Motif is used. XXX While this, we need to link temacs against X libs, which may break Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02. I suppose this doesn't change the resulting binary packages.
2003-04-11Re-import of Emacs 20, which has settled down in editors/emacs.uebayasi1-0/+40