2010-10-09 09:26:04 by OBATA Akio | Files touched by this commit (1) |
Log message: * no interactive in configure stage since 3 years 7 months ago. * add user-destdir installation support. * no for workref of cat command. * honor PKGMANDIR. |
2010-10-09 07:58:27 by OBATA Akio | Files touched by this commit (1) |
Log message: MAKE_JOBS_SAFE=no |
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message: Remove @dirrm entries from PLISTs |
2009-04-09 02:44:53 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Replace NO_PACKAGE with NO_BIN_ON_* as it is about reuse on different machines. |
2007-11-17 14:40:16 by Thomas Klausner | Files touched by this commit (13) |
Log message: Reset maintainer for itojun's packages. |
2007-03-01 19:04:49 by Thomas Klausner | Files touched by this commit (1) |
Log message: Use variables instead of interactively asking the user to provide values. Some pkglint cleanup while here. |
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message: Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*. |
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-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message: Replaced "# defined" with "yes" in Makefile variables like \ GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. |
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. |