2008-07-28 04:45:56 by David A. Holland | Files touched by this commit (10) |
Log message:
Drag this kicking and screaming into the Century of the Fruitbat.
- ANSIfy.
- Use standard headers instead of rolling custom wrong decls.
- Don't use void main.
- Fix y2038 bugs.
- Prune dead code.
- Stop using outdated timezone interfaces.
- Don't need libcompat any more.
- Generally clean up build.
Should fix broken build on Linux, probably other non-BSD OSes as well.
PKGREVISION++.
|
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message:
Mark as destdir ready.
|
2007-12-02 12:51:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-12-27 14:37:47 by Joerg Sonnenberger | Files touched by this commit (210) |
Log message:
- fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
C++ for compilation without including the proper headers
Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
|
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.
|
2005-12-27 14:54:59 by Stoned Elipot | Files touched by this commit (55) |
Log message:
Lower expectations, both others' and mine: relinquish stewardship
|
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-12-04 01:49:33 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use -lcompat on DragonFly and FreeBSD as well.
|