2013-04-20 11:38:05 by OBATA Akio | Files touched by this commit (7) | |
Log message:
Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.
no objection in tech-pkg@ for a week.
|
2013-04-06 05:59:25 by Blue Rats | Files touched by this commit (6) |
Log message:
'Please use "${TRUE}" instead of "true".'
|
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-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64) |
Log message:
Reset maintainer, developer has left the building
|
2012-01-28 08:55:57 by OBATA Akio | Files touched by this commit (1) |
Log message:
* No need to buildlink with py-curses, simple DEPENDS is sufficient.
* directly depend on ncurses, using libpanel, buildlink on devel/ncurses.
|
2011-12-03 01:02:18 by Joerg Sonnenberger | Files touched by this commit (28) |
Log message:
Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
|
2011-05-04 13:38:06 by OBATA Akio | Files touched by this commit (16) |
Log message:
Install standard python modules into usual location instead of site-packages.
PR#44826.
Bump PKGREVISION.
|
2010-03-07 01:07:29 by Greg Troxel | Files touched by this commit (1) |
Log message:
Fix setting of USE_NCURSES to be yes rather than set but empty.
|
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.
|