2012-01-28 10:12:03 by OBATA Akio | Files touched by this commit (1) |
Log message:
Let to only accept Python 2.4, Python 2.5 and higher include newer version.
|
2012-01-28 09:56:33 by OBATA Akio | Files touched by this commit (1) |
Log message:
This package has no contents to buildlink, remove unwanted buildlink3.mk.
|
2011-10-15 13:40:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
* remove duplicate *.pyo entries from PLIST.
* LICENSE=mit
* regist egg-info
Bump PKGREVISION.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-20 18:52:53 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Retire two patches for the internal libffi, the module is patched to
built against pkgsrc libffi instead.
|
2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
|
2008-09-17 18:20:21 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Use external libffi to make it usable on amd64. Fix part of a regression
test, I have no idea about the remaining test case though.
Bump revision.
|
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
2007-07-13 16:58:39 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
-update to 1.0.2
changes: bugfixes
-add a bl3 file
|