2010-02-04 00:05:44 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR ready
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-26 14:28:09 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to 1.6.4 from 1.6.3. pkgsrc changes:
upstream has provided a way to fetch the distfile with a URL that
can be constructed by pkgsrc
Upstream changes:
* Experimental support for the build tool waf.
* Fix test failures when compiling with -O0. See r631.
* Ensure that conversions from double to int are performed
correctly. Fixes for ticket31.
* Clarify what gtk_image_view_get_draw_rect() and
gtk_image_view_get_viewport() returns when the view is not
allocated.
|
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-02-16 17:25:38 by Matthias Drochner | Files touched by this commit (1) |
Log message:
This does not need glib1. bump PKGREVISION
|
2008-12-15 21:11:04 by Matthias Drochner | Files touched by this commit (2) |
Log message:
remove a patch which I had only added to work around a missing file
in the tarball - the file was added in the last release
|
2008-12-11 18:35:54 by Greg Troxel | Files touched by this commit (2) |
Log message:
Update to 1.6.3. Add TEST_TARGET even though it doesn't seem to do
much.
From the (hard-to-find) release notes on upstream trac:
Major changes in 1.6.3
Ensure that the header testlib.h is included in distributed
tarball. Fixes ticket30.
|
2008-11-26 13:00:36 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 1.6.2
changes: bugfixes
approved by Greg Troxel
|
2008-09-01 16:31:54 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add comments pointing to where on upstream site one can find NEWS.
|