head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.12 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.10 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.8 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.6 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.4 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.2 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.5.0.14 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.12 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.10 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.8 pkgsrc-2008Q1:1.5.0.6 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.18 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.16 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.14 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.12 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.10 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.8 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.6 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.4 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.2 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.2.0.6 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.4 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2008.10.16.13.55.53; author drochner; state dead; branches; next 1.5; 1.5 date 2007.10.03.20.42.49; author dmcmahill; state Exp; branches; next 1.4; 1.4 date 2007.05.13.14.39.25; author wiz; state dead; branches; next 1.3; 1.3 date 2005.01.28.14.58.09; author adam; state Exp; branches; next 1.2; 1.2 date 2004.04.27.15.19.53; author adam; state Exp; branches; next 1.1; 1.1 date 2001.05.14.17.47.27; author rh; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.05.14.17.47.27; author rh; state Exp; branches; next ; desc @@ 1.6 log @update to 2.22.3 changes: -build fixes -rendering improvements -bugfixes @ text @$NetBSD: patch-aa,v 1.5 2007/10/03 20:42:49 dmcmahill Exp $ --- tests/pdiff/pdiff.c.orig 2007-04-23 18:45:34.000000000 -0400 +++ tests/pdiff/pdiff.c @@@@ -16,11 +16,32 @@@@ #define _GNU_SOURCE +#include "config.h" + #include "lpyramid.h" #include #include #include -#include + +#ifdef HAVE_STDINT_H +# include +#elif defined(HAVE_INTTYPES_H) +# include +#elif defined(HAVE_SYS_INT_TYPES_H) +# include +#elif defined(_MSC_VER) + typedef __int8 int8_t; + typedef unsigned __int8 uint8_t; + typedef __int16 int16_t; + typedef unsigned __int16 uint16_t; + typedef __int32 int32_t; + typedef unsigned __int32 uint32_t; + typedef __int64 int64_t; + typedef unsigned __int64 uint64_t; +#else +# error Cannot find definitions for fixed-width integral types (uint8_t, uint32_t, etc.) +#endif + #include "pdiff.h" #ifndef M_PI @ 1.5 log @Actually use the results of some configure tests for stdint.h and inttypes.h. Fixes builds on SunOS-5.9. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Remove some GNOME1 packages that are unmaintained upstream and/or in pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2005/01/28 14:58:09 adam Exp $ d3 3 a5 3 --- configure.orig 2002-01-17 18:54:07.000000000 +0000 +++ configure @@@@ -5412,14 +5412,14 @@@@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo d7 1 d9 4 a12 25 -echo $ac_n "checking for poptParseArgvString in -lpopt""... $ac_c" 1>&6 -echo "configure:5417: checking for poptParseArgvString in -lpopt" >&5 +echo $ac_n "checking for poptParseArgvString in -lgnomesupport""... $ac_c" 1>&6 +echo "configure:5417: checking for poptParseArgvString in -lgnomesupport" >&5 ac_lib_var=`echo popt'_'poptParseArgvString | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lpopt $LIBS" +LIBS="-lgnomesupport $LIBS" cat > conftest.$ac_ext <&6 - POPT_LIBS="-lpopt" + POPT_LIBS="-lgnomesupport" else echo "$ac_t""no" 1>&6 fi @@@@ -6020,6 +6020,7 @@@@ else d15 22 a36 3 #include +#include #include d38 1 a38 1 char* @ 1.3 log @Changes 1.0.3: * Fix bug where empty gradients cause segfault (Darin) * Small build fix (Darin) Changes 1.0.2: * Fix bug where scaled text would be clipped (Darin) * Fix bug where empty .svg file cause segfault (Darin) * Fix bug where some .svg files with certain kinds of degenerate gradients would cause segfault (Darin) * Change install and packaging so that librsvg 1 and librsvg 2 can be installed on the same system. (Ramiro) * Fix bug where we would read past the end of a string when the string has multibyte sequences in it (Darin) * Remove vestiges of unused gettext and xml-i18n-tools (Darin) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Follow new FreeType2 build rules @ text @d3 1 a3 1 --- configure.orig 2001-07-05 22:00:47.000000000 +0000 d5 1 a5 1 @@@@ -1744,14 +1744,14 @@@@ exec 5>>./config.log d10 1 a10 1 -echo "configure:1749: checking for poptParseArgvString in -lpopt" >&5 d12 1 a12 1 +echo "configure:1749: checking for poptParseArgvString in -lgnomesupport" >&5 d21 1 a21 1 #line 1757 "configure" d23 1 a23 1 @@@@ -1779,7 +1779,7 @@@@ LIBS="$ac_save_LIBS" d32 1 a32 1 @@@@ -2352,6 +2352,7 @@@@ else @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- configure.orig Tue May 8 01:13:07 2001 d5 1 a5 1 @@@@ -1744,14 +1744,14 @@@@ d23 1 a23 1 @@@@ -1779,7 +1779,7 @@@@ d32 8 @ 1.1.1.1 log @Initial import of librsvg-1.0.0, a library for scalable vector graphics. @ text @@