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-03-20 13:51:54 by Frederick Bruckman | Files touched by this commit (3) |
Log message: Extend "fshcompat.py" to work with python24, using patch submitted by lukem in PR pkg/29704. Reviewed by recht. |
2005-02-24 14:10:14 by Alistair G. Crooks | Files touched by this commit (192) |
Log message: Add RMD160 digests. |
2004-03-10 00:01:17 by Stoned Elipot | Files touched by this commit (1) |
Log message: Remove info files entries from PLIST. |
2003-08-09 13:21:57 by Stoned Elipot | Files touched by this commit (6) |
Log message: USE_NEW_TEXINFO is unnecessary now. |
2003-08-05 00:55:23 by Stoned Elipot | Files touched by this commit (2) |
Log message: Convert to USE_NEW_TEXINFO. |
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-03-05 22:59:35 by Jan Schaumann | Files touched by this commit (3) |
Log message: Update fsh to 1.2. Changes since 1.1: Use Bugzilla for bug reporting. * README: Mention Bugzilla. * fsh.texi (Bugs): Mention Bugzilla. Port to Python 2.2. (Bug 332). * fshcompat.py: New module, that finds some constants in os, fcntl, FCNTL or thin air depending on Python version. * fshlib.py: Use fshcompat instead of FCNTL. * infshd.py: Ditto. * Makefile.am (pkgdata_DATA): Added fshcompat.py. |
2002-09-22 01:47:03 by Johnny C. Lam | Files touched by this commit (61) |
Log message: Strip the ".buildlink" from the names of the python application and extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. |