ports/69330: [ maintainer ] astro/xplanet: update to 1.1.0

Roman Bogorodskiy bogorodskiy at inbox.ru
Tue Jul 20 08:20:30 UTC 2004


>Number:         69330
>Category:       ports
>Synopsis:       [ maintainer ] astro/xplanet: update to 1.1.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 20 08:20:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #5: Sat Jun 19 22:04:33 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	- Update to 1.1.0
	- Remove USE_GMAKE since it's not needed any more.
	- Make possible to choose compilation options (i.e. jpeg, freetype support,  etc)
	- Ask for maintainership
>How-To-Repeat:
>Fix:

diff -ruN xplanet.orig/Makefile xplanet/Makefile
--- xplanet.orig/Makefile	Wed Jul 14 15:15:17 2004
+++ xplanet/Makefile	Tue Jul 20 11:08:20 2004
@@ -6,35 +6,65 @@
 #
 
 PORTNAME=	xplanet
-PORTVERSION=	1.0.4
-PORTREVISION=	0
+PORTVERSION=	1.1.0
 CATEGORIES=	astro
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bogorodskiy at inbox.ru
 COMMENT=	Draw pictures of the earth textured by an image
 
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
-		freetype.9:${PORTSDIR}/print/freetype2 \
-		ungif.5:${PORTSDIR}/graphics/libungif \
-		png.5:${PORTSDIR}/graphics/png \
-		tiff.4:${PORTSDIR}/graphics/tiff \
-		netpbm.1:${PORTSDIR}/graphics/netpbm
-
 USE_X_PREFIX=	yes
-USE_GNOME=	pango
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-map-extension=jpg --with-freetype --with-gif \
-		--with-png --with-pnm --with-tiff --with-pango
+CONFIGURE_ARGS=	--with-map-extension=jpg
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
-USE_GMAKE=	yes
 
 PLIST_FILES=	bin/xplanet
 MAN1=	xplanet.1
 
-# Install the list of FreeBSD sites & committers locations from astro/xearth
+.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(WITH_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} \
diff -ruN xplanet.orig/distinfo xplanet/distinfo
--- xplanet.orig/distinfo	Wed Jul 14 15:15:17 2004
+++ xplanet/distinfo	Wed Jul 14 15:19:10 2004
@@ -1,2 +1,2 @@
-MD5 (xplanet-1.0.4.tar.gz) = 8a6ca80b2d73c299622377e9af4ecfa2
-SIZE (xplanet-1.0.4.tar.gz) = 1148980
+MD5 (xplanet-1.1.0.tar.gz) = 7fdf32f759ae401471e7d820ed3d7051
+SIZE (xplanet-1.1.0.tar.gz) = 1176025


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list