2010-06-27 10:51:12 by OBATA Akio | Files touched by this commit (3) |
Log message:
Fixes GTK-WARNING **: GtkSpinButton: setting an adjustment with non-zero page \
size is deprecated
Bump PKGREVISION.
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-05-15 15:06:00 by OBATA Akio | Files touched by this commit (1) |
Log message:
LICENSE=gnu-lgpl-v2.1
|
2010-05-14 13:02:20 by OBATA Akio | Files touched by this commit (5) |
Log message:
Enable gucharmap support again.
Bump PKGREVISION.
|
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 20:01:33 by Joerg Sonnenberger | Files touched by this commit (37) |
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.
|
2008-11-01 18:54:00 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix PLIST and buildlink3.mk after gucharmap dependency removal.
No PKGREVISION bump because this package didn't build successfully (oops).
Noted by Kouichirou Hiratsuka.
|
2008-10-27 15:38:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove gucharmap dependency -- it builds without gucharmap, but not with
the new gucharmap2 API.
If this feature is very useful, a separate (but conflicting) gucharmap1
package could be created.
Bump PKGREVISION.
|
2008-06-23 14:11:00 by OBATA Akio | Files touched by this commit (1) |
Log message:
Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.
|