2012-04-30 04:51:50 by David A. Holland | Files touched by this commit (3) |
Log message: DESTDIR support. |
2012-04-30 04:51:40 by David A. Holland | Files touched by this commit (1) |
Log message: Fix build on NetBSD. |
2012-01-03 02:25:28 by David A. Holland | Files touched by this commit (4) |
Log message: 1. Not MAKE_JOBS_SAFE. 2. Use MMFLAGS instead of MFLAGS as the compiler flags make variable. The latter interacts somewhat poorly with make's own usage of the same identifier. Do this by SUBST at post-extract time so nothing ever sees the original form, and adjust patches to match. Does not build (it cannot parse NetBSD's stdlib.h) but no longer explodes randomly. |
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message: Remove @dirrm entries from PLISTs |
2006-09-09 04:43:12 by OBATA Akio | Files touched by this commit (39) |
Log message: Rename variable MAKEFILE to MAKE_FILE. |
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message: Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to \ "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
2006-01-13 23:15:38 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: config.guess and config.sub override. |
2005-11-04 12:05:02 by Roland Illig | Files touched by this commit (1) |
Log message: Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS. |
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message: Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison |
2005-05-22 07:35:33 by Johnny C. Lam | Files touched by this commit (22) |
Log message: For packages that use GNU configure, don't bother adding "TOOL" variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically. |