2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message: Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise. |
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message: Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary. |
2009-02-21 14:22:51 by Thomas Klausner | Files touched by this commit (7) |
Log message: PKGREVISION bump for libsndfile ABI depends bump. |
2008-03-07 20:35:14 by Tobias Nygren | Files touched by this commit (12) |
Log message: Replace ${DISTNAME}${EXTRACT_SUFX} with ${DEFAULT_DISTFILES} where applicable. |
2006-05-19 18:51:28 by Yoshito Komatsu | Files touched by this commit (95) |
Log message: Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. |
2006-03-09 22:02:03 by Johnny C. Lam | Files touched by this commit (31) |
Log message: ossaudio.buildlink3.mk has been replaced by oss.buildlink3.mk. |
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message: Ran pkglint --autofix over the complete pkgsrc-wip. This changed all instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form, VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary. Manually reviewed the changes. |
2005-07-27 18:28:20 by Thomas Klausner | Files touched by this commit (5) |
Log message: Reset MAINTAINER -- he stopped working on pkgsrc. |
2005-04-11 23:14:59 by Todd Vierling | Files touched by this commit (1) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2004-03-31 17:23:27 by Michal Pasternak | Files touched by this commit (1) |
Log message: Add FreeBSD support |