head 1.2; access; symbols pkgsrc-2017Q3:1.1.0.12 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.8 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.6 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.4 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2017.10.02.14.58.12; author wiz; state dead; branches; next 1.1; commitid hOYX98Vm2c0Xlu9A; 1.1 date 2016.07.24.19.00.13; author wiz; state Exp; branches; next ; commitid FGUXnCOofkgSFBfz; desc @@ 1.2 log @libcdr: update to 0.1.4. libcdr 0.1.4 * Fix several issues found by oss-fuzz. * Require C++11 for build. * Fix issues found by coverity. * Various code cleanups. @ text @$NetBSD: patch-test-driver,v 1.1 2016/07/24 19:00:13 wiz Exp $ Fix unportable test(1) operator. --- test-driver.orig 2016-07-21 06:43:23.000000000 +0000 +++ test-driver @@@@ -59,7 +59,7 @@@@ enable_hard_errors=yes while test $# -gt 1; do arg=${1%=*} val=${1#*=} - if [ $arg == $val ]; then + if [ $arg = $val ]; then val=$2 shift fi @ 1.1 log @Updated libcdr to 0.1.3. libcdr 0.1.3 * Improvements for CMX parsers - More robust parsing using the pointers from CMX header - Implement almost all fills - Implement outline properties - Implement embedded raster images - Implement transparency lens for fills * Some fixes for CDR parsers - Consider fill/outline styles * Tools - Make cmx2* and cdr2* tools handle both CDR and CMX @ text @d1 1 a1 1 $NetBSD$ @