2006-01-19 11:55:30 by Matthias Scheler | Files touched by this commit (2) |
Log message: Fix some evil C code to make this build with GCC 4.x. |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
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/2005/12/02/0034.html |
2005-11-21 10:47:45 by Roland Illig | Files touched by this commit (2) |
Log message: Fixed patch-ab so that it builds on Solaris again. Fixes PR 32132. |
2005-09-02 21:29:56 by Jeremy C. Reed | Files touched by this commit (2) |
Log message: Allow this to build on DragonFly also. No change to package. Found this on DragonFly users List. Thank you Steve O'Hara-Smith. |
2005-05-09 15:02:14 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: This needs mk/x11-clients.buildlink3.mk to fix the build when using X11_TYPE=[xorg|XFree86]. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-03-23 00:19:31 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Remove old master site and add two mirrors. (The old host has been gone for a long time.) Is anyone interested in helping clean metamail up? A while ago I received feedback from metamail package maintainers from other projects who may help with keeping a metamail up-to-date. |
2005-02-24 10:59:30 by Alistair G. Crooks | Files touched by this commit (177) |
Log message: Add RMD160 digests. |
2005-02-15 21:08:55 by Juan Romero Pardines | Files touched by this commit (1) |
Log message: There's no need to pass the PKG_SYSCONFDIR value via CFLAGS, use subst.mk instead. |