Next | Query returned 100 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-06-08 12:41:00 by Roland Illig | Files touched by this commit (93)
Log message:
editors/*: let pkglint fix indentation and variable alignment

pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
   2017-07-23 07:22:38 by David A. Holland | Files touched by this commit (3)
Log message:
Roll a couple bits into the jumbo patch, one from patch-aj, another
mentioned in passing in PR 43091. Bump PKGREVISION again, to 24.
   2017-07-23 07:11:43 by David A. Holland | Files touched by this commit (3)
Log message:
Revert Joerg's change "Remove now obsolete Emacs ASLR hacks" as it doesn't
work.

Bump PKGREVISION. Note that the reverted changeset itself should have
and didn't bump PKGREVISION.
   2017-06-17 21:40:19 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
Remove now obsolete Emacs ASLR hacks.
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
   2016-11-26 07:38:06 by David A. Holland | Files touched by this commit (3)
Log message:
Use paxctl +a like in emacs21 to make the build work on -current. It seems
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 04:50:17 by David A. Holland | Files touched by this commit (4)
Log message:
Two fixes: (1) set ELFSIZE correctly (I have no idea how this ever worked)
and (2) work around the problem where gcc 5.x compiles calloc into a call
to itself. PKGREVISION -> 21.
   2016-11-11 10:10:41 by Maya Rashish | Files touched by this commit (1)
Log message:
emacs20: retire elaborate logic to match versions of NetBSD below 1.7

older binutils worked fine without this option, and it was a performance
hit, but it's unrealistic to see anyone using such old binutils today.

not matching some operating systems will cause runtime crashes.

forgotten to apply patch in PR pkg/43091: emacs20 doesn't work
(..on linux, which doesn't match the elaborate logic)

bump PKGREVISION as it is only apparent at runtime.
   2016-07-09 08:39:18 by Thomas Klausner | Files touched by this commit (1068)
Log message:
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Next | Query returned 100 messages, browsing 11 to 20 | Previous