Next | Query returned 70 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-04-12 21:54:37 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.3.1:
This release adds new features, and fixes and improves a number of issues. This \ 
will be the last release to support Python versions earlier than 2.7, as we \ 
begin to move toward supporting Python 3.
   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
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.
   2013-09-19 13:07:04 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Don't treat SunOS as non-POSIX.  Bump PKGREVISION.

SCons implements special handling for a number of platforms, notably
older UNIX variants.  Unfortunately it does not carry this handling
through to the rest of its infrastructure, and so these platforms are
missing fundamental features such as shared library support.

Rather than treating it as a special case and adding "or sunos" to
every single platform check, leave it to be detected as the default
'posix' platform.  The only loss is that the sunos platform file is
no longer loaded, however there is little in there of value to us.

This has the added benefit of fixing the assumption SCons makes that
all SunOS platforms must use the Sun Studio tools, and ensures that we
are able to use GCC too.
   2013-09-01 13:41:42 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes 2.3.0:
This release adds new features, and fixes and improves a number of issues. This \ 
will be the last release to support Python versions earlier than 2.7, as we \ 
begin to move toward supporting Python 3.
   2012-12-16 16:06:25 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 2.2.0

* Tested with graphics/blender and games/pingus

Changelog:
* Bugfixes
* More documentation
* Add new features
   2012-12-13 17:13:09 by Ryo ONODERA | Files touched by this commit (1)
Log message:
scons-devel is no longer in pkgsrc.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148)
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
   2012-03-16 05:31:16 by OBATA Akio | Files touched by this commit (16)
Log message:
Bump PKGREVISION from default python change to 2.7.

Next | Query returned 70 messages, browsing 41 to 50 | Previous