head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2011Q1:1.6.0.2 pkgsrc-2011Q1-base:1.6 pkgsrc-2009Q4:1.4.0.32 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.30 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.28 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.26 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.24 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.22 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.20 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.18 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.16 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.14 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.12 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.10 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.8 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.6 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.4 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.2 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.3.0.2 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.7 date 2011.04.04.11.41.28; author adam; state dead; branches; next 1.6; 1.6 date 2011.02.14.19.37.27; author wiz; state Exp; branches; next 1.5; 1.5 date 2011.01.19.10.23.54; author tron; state Exp; branches; next 1.4; 1.4 date 2005.06.30.15.06.24; author adam; state dead; branches; next 1.3; 1.3 date 2005.04.29.22.20.45; author rillig; state Exp; branches; next 1.2; 1.2 date 2003.07.05.09.07.57; author wulf; state dead; branches; next 1.1; 1.1 date 2002.04.04.16.47.55; author atatat; state Exp; branches; next ; desc @@ 1.7 log @Changes 1.2.2: No release info available. @ text @$NetBSD: patch-aa,v 1.6 2011/02/14 19:37:27 wiz Exp $ Fix build with png-1.5. http://xplanet.sourceforge.net/FUDforum2/index.php?t=msg&th=572&start=0&S=f7bd28527eea8e9fac72e18b459d4172 --- src/libimage/png.c.orig 2006-03-25 22:50:51.000000000 +0000 +++ src/libimage/png.c 2011-01-19 10:20:09.000000000 +0000 @@@@ -57,7 +57,7 @@@@ return(0); } - if (setjmp(png_ptr->jmpbuf)) + if (setjmp(png_jmpbuf(png_ptr))) { png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL); fclose(infile); @ 1.6 log @Add upstream bug report URL. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2011/01/19 10:23:54 tron Exp $ @ 1.5 log @Fix build with png-1.5. @ text @d1 1 a1 1 $NetBSD$ d4 1 @ 1.4 log @Changes 1.2.0: * Added the -grs_longitude option, to specify the longitude of Jupiter's Great Red Spot, in System II coordinates. This assumes the Jupiter image has the center of the Great Red Spot at pixel 0 (at the left side of the image) in order to draw it at the right position. * Added the Icosagnomonic projection, contributed by Ian Turner. * Fixed a bug where output filenames had an extra digit in some cases. * Added the bump_map and bump_scale options in the configuration file. * Added the -glare option to set the size of the sun's glare. * An image map may be specified for the sun in the configuration file now. A shade value is now required for the sun (should be 100, otherwise the sun will have a night side!) * Added the -arc_spacing option to set the default angular distance between great arc points. It used to be 0.1 degree, so arcs smaller than this wouldn't get drawn. * Fixed a bug where markers were not aligned properly when using align = "above" or "below". * Added warnings if options are specified in the [default] section of the configuration file that probably shouldn't be there. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2005/04/29 22:20:45 rillig Exp $ d3 1 a3 1 Needed for snprintf(3). d5 11 a15 10 --- src/libprojection/ProjectionBonne.cpp.orig Tue Nov 16 18:43:43 2004 +++ src/libprojection/ProjectionBonne.cpp Tue Apr 26 12:35:18 2005 @@@@ -8,6 +8,7 @@@@ */ #include +#include #include #include using namespace std; @ 1.3 log @Added three patches that fix the "undeclared snprintf()" errors. Approved by wiz. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Updated to xplanet-1.0.1, rewrite of older version @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2002/04/04 16:47:55 atatat Exp $ d3 1 a3 1 Make freetype2 work with xplanet. d5 10 a14 11 --- aclocal.m4.orig Tue Jan 22 21:07:42 2002 +++ aclocal.m4 Wed Apr 3 00:10:53 2002 @@@@ -9,7 +9,7 @@@@ AC_MSG_WARN(*** Xplanet will be built without freetype support ***) with_freetype='no' else - FREETYPE_CFLAGS="-I`$FREETYPE_CONFIG --prefix`/include `$FREETYPE_CONFIG --cflags`" + FREETYPE_CFLAGS="`$FREETYPE_CONFIG --cflags` -I`$FREETYPE_CONFIG --prefix`/include" FREETYPE_LIBS=`$FREETYPE_CONFIG --libs` AC_SUBST(FREETYPE_CFLAGS) AC_SUBST(FREETYPE_LIBS) @ 1.1 log @Add freetype2 support to xplanet, and add two easy ways (the XPLANET environment variable and the $HOME/.xplanet directory) for users to maintain data sets and images for xplanet without having to them in ${LOCALBASE}/share/xplanet. @ text @d1 1 a1 1 $NetBSD$ @