2023-12-23 02:47:55 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
use https
|
2023-07-18 00:00:25 by Nia Alarie | Files touched by this commit (28) |
Log message:
*: Remove many GCC_REQD for particularly old GCCs
In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-12-22 16:22:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
fastcap: stop trying to build documentation
The tex files (like the program) are from 1992 and we've been fixing
them in pkgsrc for a while, but in current pkgsrc there's an error,
again. At least this way the binary is available.
Bump PKGREVISION.
|
2021-10-26 12:04:17 by Nia Alarie | Files touched by this commit (63) |
Log message:
cad: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:20:33 by Nia Alarie | Files touched by this commit (63) |
Log message:
cad: Remove SHA1 hashes for distfiles
|
2020-05-30 05:04:40 by Mark Davies | Files touched by this commit (1) |
Log message:
fastcap: also build dependenecy tex-cm-super
|
2020-05-30 05:02:24 by Mark Davies | Files touched by this commit (1) |
Log message:
fastcap: add build dependenecy on tex-ec
|
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 13:04:30 by Roland Illig | Files touched by this commit (43) |
Log message:
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE
pkglint -Wall -r -F cad
Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was
(by the current definition) not long enough to count as an outlier line,
and because of this, all other lines were aligned to that line.
|