2022-12-07 16:41:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ce: fix build
The configure script found X11 but the X11 option is off,
and thus the headers are not buildlinked.
|
2022-11-04 02:21:54 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Remove vestige of the tty-vs-x11 dualism from DESCR.
|
2022-11-04 02:20:56 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Oops, commit sums for new patch filenames.
|
2022-11-03 15:41:23 by Amitai Schleier | Files touched by this commit (1) |
Log message:
Remove stray comment.
|
2022-11-03 15:34:02 by Amitai Schleier | Files touched by this commit (9) |
Log message:
Update to 4.8. No changelog. From the diffs:
- Update maintainer email address
- Regenerate with Autoconf 2.61
- Remove --with-purify configure option
- Remove old malloc
- Improve build system
- Remove TODO
- Sprinkle missing return types
- Fix bugs
pkgsrc changes:
- Specify license
- Merge ce-doc (always installed) and ce-x11 (with the 'x11' option)
into this package
- Remove MAKE_JOBS_SAFE=no (seems fine)
- Comment patches and modernize patch filenames
|
2021-10-26 12:21:45 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:47:53 by Nia Alarie | Files touched by this commit (161) |
Log message:
editors: Remove SHA1 hashes for distfiles
|
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.
|
2015-11-03 04:32:24 by Alistair G. Crooks | Files touched by this commit (138) |
Log message:
Add SHA512 digests for distfiles for editors category
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.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|