Index: head/astro/xplanet/Makefile =================================================================== --- head/astro/xplanet/Makefile (revision 123462) +++ head/astro/xplanet/Makefile (revision 123463) @@ -1,98 +1,97 @@ # New ports collection makefile for: xplanet # Date created: 22 Feb 2000 # Whom: darius@dons.net.au # # $FreeBSD$ # PORTNAME= xplanet -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.2 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= bogorodskiy@inbox.ru COMMENT= Draw pictures of the earth textured by an image USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= # CONFIGURE_ARGS= --with-map-extension=jpg CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" PLIST_FILES= bin/xplanet OPTIONS= FREETYPE "Enable Freetype support" on \ PANGO "Enable PANGO support" on \ GIF "Enable GIF support" on \ JPEG "Enable JPEG support" on \ PNG "Enable PNG support" on \ PNM "Enable PNM support" on \ TIFF "Enable TIFF support" on MAN1= xplanet.1 .include .if !defined(WITHOUT_FREETYPE) CONFIGURE_ARGS+= --with-freetype LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 .else CONFIGURE_ARGS+= --without-freetype .endif .if !defined(WITHOUT_PANGO) CONFIGURE_ARGS+= --with-pango USE_GNOME+= pango .else CONFIGURE_ARGS+= --without-pango .endif .if !defined(WITHOUT_GIF) CONFIGURE_ARGS+= --with-gif LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif .else CONFIGURE_ARGS+= --without-gif .endif .if !defined(WITHOUT_JPEG) CONFIGURE_ARGS+= --with-jpeg LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg .else CONFIGURE_ARGS+= --without-jpeg .endif .if !defined(WITHOUT_PNG) CONFIGURE_ARGS+= --with-png LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .else CONFIGURE_ARGS+= --without-png .endif .if !defined(WITHOUT_PNM) CONFIGURE_ARGS+= --with-pnm LIB_DEPENDS+= netpbm.1:${PORTSDIR}/graphics/netpbm .else CONFIGURE_ARGS+= --without-pnm .endif .if !defined(WITHOUT_TIFF) CONFIGURE_ARGS+= --with-tiff LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff .else CONFIGURE_ARGS+= --without-tiff .endif post-install: .for file in freebsd.committers.markers freebsd.ftp.markers @${INSTALL_DATA} ${PORTSDIR}/astro/xearth/files/${file} \ ${DATADIR}/markers .endfor @${FIND} ${DATADIR} -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/astro/xplanet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/astro/xplanet/distinfo =================================================================== --- head/astro/xplanet/distinfo (revision 123462) +++ head/astro/xplanet/distinfo (revision 123463) @@ -1,2 +1,2 @@ -MD5 (xplanet-1.1.1.tar.gz) = 13d7b2b3899c3af58668058ff951d1d9 -SIZE (xplanet-1.1.1.tar.gz) = 1181880 +MD5 (xplanet-1.1.2.tar.gz) = fa9af5fc23da8532172e479a975649b9 +SIZE (xplanet-1.1.2.tar.gz) = 1185949 Property changes on: head/astro/xplanet/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/astro/xplanet/files/patch-aa =================================================================== --- head/astro/xplanet/files/patch-aa (nonexistent) +++ head/astro/xplanet/files/patch-aa (revision 123463) @@ -0,0 +1,30 @@ +--- src/libprojection/ProjectionBonne.cpp.orig Wed Dec 8 14:56:51 2004 ++++ src/libprojection/ProjectionBonne.cpp Wed Dec 8 14:57:11 2004 +@@ -7,6 +7,8 @@ + http://www.atnf.csiro.au/~mcalabre/WCS + */ + ++#include ++ + #include + #include + #include +--- src/libprojection/ProjectionGnomonic.cpp.orig Wed Dec 8 14:57:44 2004 ++++ src/libprojection/ProjectionGnomonic.cpp Wed Dec 8 14:57:58 2004 +@@ -7,6 +7,8 @@ + http://www.atnf.csiro.au/~mcalabre/WCS + */ + ++#include ++ + #include + #include + using namespace std; +--- src/libprojection/ProjectionMercator.cpp.orig Wed Dec 8 14:58:26 2004 ++++ src/libprojection/ProjectionMercator.cpp Wed Dec 8 14:58:46 2004 +@@ -1,3 +1,5 @@ ++#include ++ + #include + #include + using namespace std; Property changes on: head/astro/xplanet/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.3 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property