Commit graph

7 commits

Author SHA1 Message Date
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
taca
4a3840ba8b Update graphics/ruby-rcairo to 1.8.5.
* Allow graphics/ruby-rcairo/buildlink3.mk to specify "ruby19-" package.

win32 changes only and no change for pkgsrc.
2010-09-10 06:55:02 +00:00
wiz
92e0cb52cb 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-06-13 22:43:46 +00:00
obache
0b4d1fb7bb Just use ruby- for future ruby19... 2009-05-27 05:47:44 +00:00
joerg
2d1ba244e9 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 19:23:50 +00:00
taca
556fa4bc85 Fix BUILDLINK_API_DEPENDS.ruby18-rcairo. Therei is no ruby-rcairo package
version 1.6.0 or later but 1.2.0 and later.
2008-06-22 03:31:52 +00:00
minskim
4144027202 Import ruby-rcairo from pkgsrc-wip. Packaged by Dieter Roelants.
Cairo is a 2D graphics library with support for multiple output
devices.  rcairo provides ruby bindings to cairo.
2006-07-23 16:57:25 +00:00