2015-11-03 00:31:47 by Alistair G. Crooks | Files touched by this commit (161) |
Log message: Add SHA512 digests for distfiles for time category Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.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. |
2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message: Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. |
2008-08-30 10:25:27 by David A. Holland | Files touched by this commit (4) | ![]() |
Log message: patch-aa: don't make own declaration of strdup(); fixes broken Linux build patch-ab: fix y2038 bugs; time_t != long distinfo: update Makefile: PKGREVISION++ |
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message: Add DESTDIR support. |
2007-02-15 23:37:06 by Perry E. Metzger | Files touched by this commit (4) |
Log message: remove myself as maintainer |
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. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2 … /0034.html |