2022-03-01 18:49:46 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 1.1. From the changelog:
- Adjust the open() wrapper from (O_WRONLY | O_RDWR) to O_CREAT.
syncdir only needs to take action when a file is created (or removed,
but that doesn't happen at open time). It doesn't matter what the
write status of the open mode is. As such, the old behavior was a bug
that just happened to work most of the time.
- Relicense from gnu-gpl-v2 to unlicense.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
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.
|
2018-12-03 22:21:50 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Make sure patch(1) will create syscall.c.
|
2018-12-03 20:45:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to latest dlsym patch. Changes:
- Better detect syscall(), the preferred implementation
- Avoid a new function call in that implementation
- When we need dlsym(), see whether we also need _GNU_SOURCE
- Detect SYS_fsync (absent on Solaris)
Bump PKGREVISION.
|
2018-12-02 13:40:01 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Avoid $< outside suffix rules for compatibility with BSD make. Fixes
syscall() autodetection. Bump PKGREVISION.
|
2018-12-02 00:36:15 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Use latest dlsym patch to express explicit dependency on wrappers.h.
|
2018-12-01 15:58:49 by Amitai Schleier | Files touched by this commit (5) | |
Log message:
Extract libtool patch. Since OS X has deprecated syscall() in 10.12,
add my patch to use dlsym() if compiling with syscall() gives warnings
or errors. Bump PKGREVISION.
|
2018-11-12 18:54:40 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Refactor libtoolization: integrate it into the upstream Makefile.
No visible change on NetBSD, CentOS 6, OS X 10.14.
|