2006-11-25 00:01:45 by Thomas Klausner | Files touched by this commit (2) |
Log message: Reset maintainer (aldous.com doesnot accept connections on port 25). |
2006-11-05 14:11:39 by Roland Illig | Files touched by this commit (1) |
Log message: Needs Perl at runtime. PKGREVISION++ |
2006-10-07 10:50:41 by Roland Illig | Files touched by this commit (5) | |
Log message: Updated aegis to 4.22. Since the pkgsrc package had not been updated for three years, there are far too many changes to list here. They are though included as share/aegis/en/readme.txt. |
2006-10-07 09:12:11 by Roland Illig | Files touched by this commit (3) |
Log message: Fixed "test ==". PKGREVISION++. |
2006-06-21 00:07:38 by Min Sik Kim | Files touched by this commit (1) |
Log message: USE_TOOLS+=yacc |
2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528) |
Log message: Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory. |
2006-04-13 20:23:45 by Johnny C. Lam | Files touched by this commit (292) |
Log message: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. |
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-02-04 18:19:54 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Depend on groff and GNU-like soelim. Usess gettext-lib. Needs msgfmt. Patch away use of __uid_t and __gid_t, when uid_t and gid_t is meant. |
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 |