summaryrefslogtreecommitdiff
path: root/textproc/libcroco/buildlink3.mk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-09-21 16:50:21 +0000
committerjmmv <jmmv@pkgsrc.org>2004-09-21 16:50:21 +0000
commit0db233dd6b3fa05111067b864edb68c4f6168ca3 (patch)
treeab60fbff879613a5cbf30bc3982a7af7a5234f18 /textproc/libcroco/buildlink3.mk
parenteb704fb29b3c625d60788ef0de5d72ebbaa24755 (diff)
downloadpkgsrc-0db233dd6b3fa05111067b864edb68c4f6168ca3.tar.gz
Update to 0.6.0. This version corresponds to GNOME 2.8.0.
Enhancements since 0.5.1 ======================== - add parsing location to all the CSS contructions at SAC level [Dodji Seketeli] - add --dump-location option to csslint [Dodji Seketeli] - enable several API/ABI incompatible versions of Libcroco to be installed on the same box [Dodji Seketeli] - CSS properties inheritance support [Benjamin Dauvergne] - CRStyle struct gatehering code cleanup [Benjamin Dauvergne] - Better support for font selection [Dodji Seketeli] Bugfixes since 0.5.1 ==================== - #143308: fix parsing of non trivial functional #notations. [Dodji Seketeli] - #143450: fix gcc 2.xx errors. [Dodji Seketeli] - #139881: proper setting of parsing locations in urls. [Dodji Seketeli] - #138267: remove C99-isms. - #139889: fix an infinite loop in the parser [Dodji Seketeli] - #139891: better @media rule reporting [Dodji Seketeli] - #140317: fix class sel without class name crash [Dodji Seketeli] - #140334: fix an infinite loop in the parser [Dodji Seketeli] - attribute selectors evalution fixes. [Dodji Seketeli] - Better support of descendant selectors evaluation [Dodji Seketeli] - Better regression tests framework [Dodji Seketeli] - fixes: #140334, #140317, #139891, #139615. [Dodji Seketeli] - better regression suite framework [Dodji Seketeli] - support of the 'color' property gathering [Benjamin Dauvergne] - furious memory leaks/corruptions hunting [Dodji Seketeli, Rob BUIS] - total support of the !important keyword [Dodji Seketeli, Rob BUIS] - selectors evaluation in csslint [Dodji Seketeli, Rob BUIS] - fix compilation warnings [David A Knight, Dodji Seketeli] - more complete CSS statement serialisation [Dodji Seketeli] - better gathering of style information [Dodjij Seketeli] - better cascading algorithm conformance [Dodji Seketeli, Rob BUIS] - @import rule parsing fix [Dodji Seketeli] - support of CSS3 indentifiers [Dodji Seketeli] - better w3c DOM integration support [Rob BUIS, Dodji Seketeli] - many parsing fixes [Dodji Seketeli] - style structure debuging facility [Dodji Seketeli] - better fragment parsing support [Dodji Seketeli] - Split libcroco and sewfox [Dodji Seketeli] - class selector evaluation fix [Rob BUIS] - csslint cleanup and bugfixes [Dodji Seketeli] - :first-child pseudo class selector support [Dodji Seketeli] - pluggable pseudo class selectors evaluators [Dodji Seketeli]
Diffstat (limited to 'textproc/libcroco/buildlink3.mk')
-rw-r--r--textproc/libcroco/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libcroco/buildlink3.mk b/textproc/libcroco/buildlink3.mk
index ea137b0b8e8..c59150803dc 100644
--- a/textproc/libcroco/buildlink3.mk
+++ b/textproc/libcroco/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/04/19 15:01:00 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2004/09/21 16:50:21 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBCROCO_BUILDLINK3_MK:= ${LIBCROCO_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibcroco}
BUILDLINK_PACKAGES+= libcroco
.if !empty(LIBCROCO_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libcroco+= libcroco>=0.5.1
+BUILDLINK_DEPENDS.libcroco+= libcroco>=0.6.0
BUILDLINK_PKGSRCDIR.libcroco?= ../../textproc/libcroco
.endif # LIBCROCO_BUILDLINK3_MK