2006-01-08 20:38:54 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Add DragonFly support. |
2006-01-08 19:35:12 by Juan Romero Pardines | Files touched by this commit (40) |
Log message: Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql pkg has been changed to 5.x). Reminded by wiz... thanks. |
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-09-06 10:11:00 by David Brownlee | Files touched by this commit (52) |
Log message: Fix NetBSD statvfs check to be >= 299000900 not >= 200040000 No pkgrevision bumps needed. |
2005-08-23 13:48:52 by Roland Illig | Files touched by this commit (58) |
Log message: The real user name in PKG_USERS does not need to be escaped with double backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk. |
2005-07-21 05:04:21 by grant beattie | Files touched by this commit (1) |
Log message: include ${LDFLAGS} in DBMLIB passed in MAKE_ENV, so the correct library path is passed for linking against the BerkeleyDB library. |
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. |
2005-07-12 06:07:41 by grant beattie | Files touched by this commit (2) |
Log message: use ${NOLOGIN}, not hardcoded /sbin/nologin. fixes install on Solaris and others. |
2005-05-25 14:44:39 by Thomas Klausner | Files touched by this commit (1) |
Log message: Add RMD160 checksum. |