Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-29 | emacs20: recognize more x86_64 systems, not just NetBSD. | dholland | 1 | -3/+3 | |
2021-12-29 | emacs20: Fix broken build on alpha. | dholland | 1 | -2/+2 | |
2021-12-25 | Add experimental aarch64 config for emacs20. | dholland | 1 | -3/+4 | |
Untested for the time being; let me know if it works. Can't be worse than not building :-) | |||||
2021-10-26 | editors: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -6/+6 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | editors: Remove SHA1 hashes for distfiles | nia | 1 | -6/+1 | |
2017-07-23 | Roll a couple bits into the jumbo patch, one from patch-aj, another | dholland | 1 | -6/+6 | |
mentioned in passing in PR 43091. Bump PKGREVISION again, to 24. | |||||
2017-07-23 | Revert Joerg's change "Remove now obsolete Emacs ASLR hacks" as it doesn't | dholland | 1 | -2/+2 | |
work. Bump PKGREVISION. Note that the reverted changeset itself should have and didn't bump PKGREVISION. | |||||
2017-06-17 | Remove now obsolete Emacs ASLR hacks. | joerg | 1 | -2/+2 | |
2016-11-26 | Use paxctl +a like in emacs21 to make the build work on -current. It seems | dholland | 1 | -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-26 | Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked) | dholland | 1 | -3/+3 | |
and (2) work around the problem where gcc 5.x compiles calloc into a call to itself. PKGREVISION -> 21. | |||||
2015-11-03 | Add SHA512 digests for distfiles for editors category | agc | 1 | -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-27 | Use tradcpp for clang build, fallback to cpp -traditional otherwise. | joerg | 1 | -2/+2 | |
2013-07-07 | Probe a potentially different cpp for preprocessing makefiles. For | dholland | 1 | -2/+2 | |
now, wire it down; this will probably fail on clang and I'll fix it better later. | |||||
2013-07-07 | Now revert version 1.4 of patch-ab, which introduced extra configure | dholland | 1 | -2/+2 | |
tests to work around problems with gcc 4.5's cpp when used on makefiles. | |||||
2013-07-07 | Assert MAINTAINER privilege to revert version 1.6 of patch-ab (and | dholland | 1 | -2/+2 | |
version 1.7, which is its associated patch comment) on the grounds that it's wrong. | |||||
2013-07-05 | Add a comment. | ryoon | 1 | -2/+2 | |
2013-07-05 | Fix x11 option build. | ryoon | 1 | -2/+2 | |
2012-12-11 | Shift some of the more basic patches to a distfile patch. | dholland | 1 | -21/+8 | |
PKGREVISION -> 16. | |||||
2012-03-05 | Tweak this so it should configure (and then hopefully build) on PA-RISC | dholland | 1 | -3/+3 | |
on NetBSD. Tangentially related to PR 35235. | |||||
2012-03-05 | Fix one missing ${DESTDIR} while installing info, which for some reason | dholland | 1 | -2/+2 | |
failed only on Solaris. | |||||
2011-12-01 | Extend previous to realloc and free as well, which is almost certainly | dholland | 1 | -2/+2 | |
necessary. PR 45669. | |||||
2011-12-01 | Add __asm __volatile("":::"memory") at a critical point in alloc.c. | dholland | 1 | -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-01 | Fold patch-cb into patch-bm since they patch the same file. Related to | dholland | 1 | -3/+2 | |
PR 45669. hi joerg! | |||||
2011-12-01 | Patch up configure tests for cpp to avoid problems when running gcc | dholland | 1 | -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-01 | Fix broken build with clang. | dholland | 1 | -1/+2 | |
2010-03-30 | Fix emacs20 on -current. (It broke on the terminfo changes because it | dholland | 1 | -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-21 | Add RCS Id (hi roy!). | wiz | 1 | -2/+2 | |
2010-02-04 | destdir support, plus fix some pre-existing funnies with install permissions | dholland | 1 | -3/+4 | |
2010-01-20 | When running terminfo but compiled for termcap, we cannot assume | roy | 1 | -4/+5 | |
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier. | |||||
2008-07-13 | Add patches for CVE-2008-1694 and CVE-2008-2142. | dholland | 1 | -1/+4 | |
PKGREVISION -> 11. | |||||
2008-04-05 | Fix some 64-bit problems in x11 code. | kristerw | 1 | -3/+6 | |
Bump PKGREVISION. | |||||
2008-01-09 | Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11. | kristerw | 1 | -1/+2 | |
2007-08-04 | malloc.h --> stdlib.h | joerg | 1 | -1/+2 | |
2007-06-30 | Make patch-ao a normal file and fix the build on DragonFly 1.8+ | joerg | 1 | -2/+1 | |
2006-01-04 | Add DragonFly support. Fix errno. Remove patch-ac, it gets | joerg | 1 | -9/+15 | |
overriden by the GNU_CONFIGURE magic anyway. | |||||
2005-02-23 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+5 | |
2005-02-09 | fix format string vulnerability (CAN-2005-0100), bump PKGREVISION | drochner | 1 | -1/+2 | |
2004-03-25 | Fix LP64 issues. | kristerw | 1 | -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-28 | Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701) | kristerw | 1 | -2/+2 | |
as applied to the editors/emacs package. | |||||
2004-01-13 | Make this build on NetBSD-current. | kristerw | 1 | -1/+2 | |
2003-04-11 | * Put back the 'EMACS_USE_X' option, which is needed since we don't have | uebayasi | 1 | -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-11 | Re-import of Emacs 20, which has settled down in editors/emacs. | uebayasi | 1 | -0/+40 | |