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-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2006-01-21 00:41:30 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN
EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA
EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR
EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP
EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO
EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
|
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-10-31 17:13:06 by Todd Vierling | Files touched by this commit (1) |
Log message:
NOT_FOR_PLATFORM Interix.
|
2005-10-10 17:24:08 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Use pthread variables instead of hard-wired -lpthread for the detection
in configure. This allows DragonFly to get threading.
|
2005-07-27 18:21:17 by Thomas Klausner | Files touched by this commit (31) |
Log message:
Reset MAINTAINER -- he stopped working on pkgsrc.
|
2005-05-23 10:26:17 by Roland Illig | Files touched by this commit (270) |
Log message:
Removed trailing white-space.
|
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-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.
|