summaryrefslogtreecommitdiff
path: root/graphics/ruby-rcairo/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29fixes automatic ABI_DEPENDS pattern update.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-09-28Don't hardcode "ruby18-" but use "${RUBY_PKGPREFIX}-".taca1-2/+2
Fix build problem of ruby-gnome2 with ruby19. (Although textproc/ruby-eruby has another problem with ruby19.)
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-10Update graphics/ruby-rcairo to 1.8.5.taca1-2/+2
* Allow graphics/ruby-rcairo/buildlink3.mk to specify "ruby19-" package. win32 changes only and no change for pkgsrc.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-05-27Just use ruby- for future ruby19...obache1-5/+5
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
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-06-22Fix BUILDLINK_API_DEPENDS.ruby18-rcairo. Therei is no ruby-rcairo packagetaca1-2/+2
version 1.6.0 or later but 1.2.0 and later.
2006-07-23Import ruby-rcairo from pkgsrc-wip. Packaged by Dieter Roelants.minskim1-0/+22
Cairo is a 2D graphics library with support for multiple output devices. rcairo provides ruby bindings to cairo.