Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 20:45:19 GMT
From:      Samy Al Bahra <samy@kerneled.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/77399: Update of graphics/fyre port
Message-ID:  <200502112045.j1BKjJgJ032719@www.freebsd.org>
Resent-Message-ID: <200502112050.j1BKoBoA061676@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77399
>Category:       ports
>Synopsis:       Update of graphics/fyre port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 11 20:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Samy Al Bahra
>Release:        
>Organization:
Kerneled.org
>Environment:
>Description:
The following patch will update fyre 0.7 to fyre 0.9. This release includes several integral bug fixes as well as several new features (discounting the optional EXR and GNET support).
>How-To-Repeat:
  
>Fix:
diff -u fyre.orig/Makefile fyre/Makefile
--- fyre.orig/Makefile	Fri Feb 11 23:07:52 2005
+++ fyre/Makefile	Fri Feb 11 23:30:45 2005
@@ -6,15 +6,24 @@
 #
 
 PORTNAME=	fyre
-PORTVERSION=	0.7
+PORTVERSION=	0.9
 CATEGORIES=	graphics
-MASTER_SITES=	http://navi.cx/releases/
+MASTER_SITES=	http://flapjack.navi.cx/releases/fyre/
 
 MAINTAINER=	samy@kerneled.org
 COMMENT=	Chaos map rendering system with GTK+-2 interface
 
-LIB_DEPENDS=	Half:${PORTSDIR}/graphics/OpenEXR \
-		gnet-2.0:${PORTSDIR}/net/gnet2
+.if !defined(WITHOUT_OPENEXR)
+LIB_DEPENDS=		Half:${PORTSDIR}/graphics/OpenEXR
+.else
+CONFIGURE_ARGS=		"--disable-openexr"
+.endif
+
+.if !defined(WITHOUT_GNET2)
+LIB_DEPENDS+=		gnet-2.0:${PORTSDIR}/net/gnet2
+.else
+CONFIGURE_ARGS+=	"--disable-gnet"
+.endif
 
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
@@ -31,14 +40,24 @@
 .if defined(WITH_OPTIMIZED_CFLAGS)
 CPPFLAGS+=	-march=i686 -O3 -ffast-math \
 		-fomit-frame-pointer -D__NO_INLINE__
-.else
+.endif
+.endif
+
 pre-everything::
 	@${ECHO_CMD} ""
 	@${ECHO_CMD} "The following options are available:"
+.if ${ARCH} == "i386"
+.if !defined(WITH_OPTIMIZED_CFLAGS)
 	@${ECHO_CMD} "  WITH_OPTIMIZED_CFLAGS    - build port with optimization support"
-	@${ECHO_CMD} ""
 .endif
 .endif
+.if !defined(WITHOUT_OPENEXR)
+	@${ECHO_CMD} "  WITHOUT_OPENEXR          - build port without EXR support"
+.endif
+.if !defined(WITHOUT_GNET2)
+	@${ECHO_CMD} "  WITHOUT_GNET2            - build port without GNET2 support"
+.endif
+	@${ECHO_CMD} ""
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -u fyre.orig/distinfo fyre/distinfo
--- fyre.orig/distinfo	Fri Feb 11 23:07:52 2005
+++ fyre/distinfo	Fri Feb 11 23:11:03 2005
@@ -1,2 +1,2 @@
-MD5 (fyre-0.7.tar.bz2) = 3fe716ee70eed18ad2fd9bfe9551c3e6
-SIZE (fyre-0.7.tar.bz2) = 230390
+MD5 (fyre-0.9.tar.bz2) = 0c004b7717e8cac68e149de47a52fa4b
+SIZE (fyre-0.9.tar.bz2) = 238152
Common subdirectories: fyre.orig/files and fyre/files
diff -u fyre.orig/pkg-plist fyre/pkg-plist
--- fyre.orig/pkg-plist	Fri Feb 11 23:07:52 2005
+++ fyre/pkg-plist	Fri Feb 11 23:38:55 2005
@@ -1,10 +1,15 @@
 bin/fyre
 %%PORTDOCS%%%%DOCSDIR%%/README
 share/applications/fyre.desktop
+share/fyre/about-box.fa
 share/fyre/animation-render.glade
 share/fyre/explorer.glade
 share/fyre/metadata-emblem.png
-share/fyre/wicker-shoelace.png
+share/fyre/fyre-16x16.png
+share/fyre/fyre-32x32.png
+share/fyre/fyre-48x48.png
+share/fyre/x-fyre-animation.png
 @dirrm share/fyre
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @unexec rmdir %D/share/applications 2> /dev/null || true
+

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502112045.j1BKjJgJ032719>