ports/113504: [maintainer-update]: updates and fixes for graphics/xglurbules

Steve Roome steve at pepcross.com
Sat Jun 9 23:10:03 UTC 2007


>Number:         113504
>Category:       ports
>Synopsis:       [maintainer-update]: updates and fixes for graphics/xglurbules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 09 23:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Steve Roome
>Release:        7.0-current
>Organization:
Pepcross Computing Ltd.
>Environment:
FreeBSD zebedee.internal.pepcross.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue May 15 06:21:54 BST 2007     steve at zebedee.internal.pepcross.com:/usr/obj/usr/src/sys/ZEBEDEE  i386

>Description:
Patch to update xglurbules to version 3.0 and stop it breaking while building on amd64.

Includes framerate limiter so as not to eat CPU.
New renderer
Memory overflow fixes
URL change
>How-To-Repeat:
Install graphics/xglurbules
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -u xglurbules.old/Makefile xglurbules/Makefile
--- xglurbules.old/Makefile	Sat May 19 21:11:09 2007
+++ xglurbules/Makefile	Sun Jun 10 00:23:22 2007
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	xglurbules
-PORTVERSION=	1.2
-PORTREVISION=	1
+PORTVERSION=	3
+PORTREVISION=	0
 CATEGORIES=	graphics
-MASTER_SITES=	http://www.pepcross.com/glurbules/
+MASTER_SITES=	http://stephenroome.com/xglurbules/
 
 MAINTAINER=	steve at pepcross.com
 COMMENT=	Burning particle system eye candy program thingy for X11
@@ -22,16 +22,8 @@
 MANCOMPRESSED=	yes
 
 PLIST_FILES=	bin/xglurbules \
-		bin/xglurbules-noshm \
-		bin/xglurbules-test
+		bin/xglurbules-noshm 
 
 .include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN=		does not compile on !i386
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile
 
 .include <bsd.port.post.mk>
diff -u xglurbules.old/distinfo xglurbules/distinfo
--- xglurbules.old/distinfo	Sun Jan 22 12:35:15 2006
+++ xglurbules/distinfo	Sun Jun 10 00:26:16 2007
@@ -1,3 +1,3 @@
-MD5 (xglurbules-1.2.tar.gz) = 6571d83be4881842762d6bf7eec3dc90
-SHA256 (xglurbules-1.2.tar.gz) = 3071a1c2f7125aa8235d3d04873f852a2735e47d0d4645f52cf74e335f07fbf4
-SIZE (xglurbules-1.2.tar.gz) = 19856
+MD5 (xglurbules-3.tar.gz) = 0a920f9ac4b20d77b73758a2ff56ad57
+SHA256 (xglurbules-3.tar.gz) = 5346804aae8e81566f8833a01a6597be448523d033bd89274a4a62fca0a5de86
+SIZE (xglurbules-3.tar.gz) = 25094
diff -u xglurbules.old/pkg-descr xglurbules/pkg-descr
--- xglurbules.old/pkg-descr	Mon Mar 31 23:22:40 2003
+++ xglurbules/pkg-descr	Sun Jun 10 00:12:46 2007
@@ -1,6 +1,8 @@
-Gooey looking highly graphical particle system eyecandy program for
-X11. There's a screenshot or four at :
+An eyecandy particle system for X that can make a nice desktop background
 
- WWW:	http://www.pepcross.com/capture.html
+Requires X11 and shared memory helps.
+
+There's a screenshot or four at :
+
+ WWW:	http://stephenroome.com/xglurbules/
 
-(Ignore the version numbers, they're wrong!)


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



More information about the freebsd-ports-bugs mailing list