2006-05-19 11:18:29 by Roland Illig | Files touched by this commit (1) |
Log message: Needs C++. |
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. |
2005-12-19 17:41:39 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Use FreeBSD target for DragonFly as well. Honor CC and CXX for FreeBSD target, gcc is not enough to link on DragonFly. XXX Is the override necessary at all? XXX Other platforms should do this as well. |
2005-12-18 22:11:11 by Roland Illig | Files touched by this commit (1) |
Log message: Fixed quoting of CFLAGS. |
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-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message: Create directories before installing files into them. |
2005-06-06 05:59:00 by Min Sik Kim | Files touched by this commit (1) |
Log message: Set BUILD_TARGET correctly on Linux. This fixes PR pkg/29379. |
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-13 17:47:04 by Masao Uebayashi | Files touched by this commit (1) |
Log message: Back out previous, irrelevant quoting fix. |
2005-03-07 10:48:37 by Masao Uebayashi | Files touched by this commit (7) |
Log message: Fix quoting. |