2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message: recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) |
2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657) |
Log message: Recursive bump for pcre-8.30* (shlib major change) |
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message: Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. |
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message: recursive bump from gettext-lib shlib bump. |
2010-01-27 23:12:22 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: DESTDIR support |
2008-10-01 10:43:09 by Alan Barrett | Files touched by this commit (5) |
Log message: Make dsniff and dsniff-nox11 build on NetBSD-current: * In dsniff-nox11/Makefile, add a post-configure target to move missing/sys/queue.h out of the way if the configure script found a real sys/queue.h. * Add patches to #include <string.h> in some files where I noticed warnings. Bump PKGREVISION for both dsniff and dsniff-nox11. |
2008-01-28 01:45:27 by Roland Illig | Files touched by this commit (2) |
Log message: pkglint says: ERROR: security/dsniff/Makefile.common:4: PKGREVISION must not be set outside the package Makefile. |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |
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 |