2021-10-26 13:25:22 by Nia Alarie | Files touched by this commit (106) |
Log message:
wm: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:05:15 by Nia Alarie | Files touched by this commit (106) |
Log message:
wm: Remove SHA1 hashes for distfiles
|
2015-11-03 00:42:56 by Alistair G. Crooks | Files touched by this commit (90) |
Log message:
Add SHA512 digests for distfiles for wm category
Problems found with existing distfiles:
distfiles/fvwm-1.24r.tar.gz
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-09-02 11:02:44 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
lex is a runtime dependency for libfl.
|
2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215) |
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
|
2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-05-14 10:08:39 by David A. Holland | Files touched by this commit (2) |
Log message:
Don't declare own strcmp; it fails on Linux.
|
2007-12-10 12:35:10 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update piewm to 1.04.
While here, marked as DESTDIR ready.
Changes for version 1.04:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/94378
Succinctly, the #define for EXTRA in parse.c needs to be (at least) 12,
Changes for version 1.03:
Botched some prototypes. 1.02 wouldn't compile.
|
2007-09-29 14:13:02 by OBATA Akio | Files touched by this commit (1) |
Log message:
Need lex & yacc, reported by Aleksey Cheusov in pkgsrc-users@.
|
2006-12-27 14:37:47 by Joerg Sonnenberger | Files touched by this commit (210) |
Log message:
- fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
C++ for compilation without including the proper headers
Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
|