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

History of commit frequency

CVS Commit History:


   2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274)
Log message:
devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2017-10-18 13:15:39 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Explicitly depend on the extraction tools here as SKIP_DEPENDS doesn't
make the dependency visible. It also helps bulk builds on platforms
without native bzcat.
   2017-08-01 16:59:08 by Thomas Klausner | Files touched by this commit (211)
Log message:
Follow some http -> https redirects.
   2017-07-16 21:06:12 by Maya Rashish | Files touched by this commit (1)
Log message:
Omit low GCC_REQD
   2017-06-15 06:12:32 by SAITOH Masanobu | Files touched by this commit (1)
Log message:
Fix distinfo.
   2017-06-15 06:11:50 by SAITOH Masanobu | Files touched by this commit (3)
Log message:
 Fix PR pkg/51788(fails in configure phase). Use calloc() instead of malloc().
This bug was observed with "ln -s J /etc/malloc.conf"
   2017-04-22 10:23:17 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Remove SunOS too.  Unbreaks build.
   2017-04-22 09:01:07 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Removed Darwin from MPN-generic hack as it builds correctly without it. \ 
Configure failed for newer CPUs when generic was enabled.
   2017-04-21 00:37:57 by Ryosuke Moro | Files touched by this commit (1)
Log message:
remove TODO
   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.

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