From umeno@belldandy.unnumbered.net  Fri Feb 10 00:09:13 2006
Return-Path: <umeno@belldandy.unnumbered.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9697816A420
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Feb 2006 00:09:13 +0000 (GMT)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: from belldandy.unnumbered.net (gateway.unnumbered.net [61.197.240.129])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EFFD843D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Feb 2006 00:09:12 +0000 (GMT)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: from belldandy.unnumbered.net (localhost [127.0.0.1])
	by belldandy.unnumbered.net (8.13.4/8.13.4) with ESMTP id k1A09AsU032865
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Feb 2006 09:09:10 +0900 (JST)
	(envelope-from umeno@belldandy.unnumbered.net)
Received: (from umeno@localhost)
	by belldandy.unnumbered.net (8.13.4/8.13.4/Submit) id k1A09AwF032864;
	Fri, 10 Feb 2006 09:09:10 +0900 (JST)
	(envelope-from umeno)
Message-Id: <200602100009.k1A09AwF032864@belldandy.unnumbered.net>
Date: Fri, 10 Feb 2006 09:09:10 +0900 (JST)
From: UMENO Takashi <umeno@rr.iij4u.or.jp>
Reply-To: UMENO Takashi <umeno@rr.iij4u.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: graphics/reallyslick to 0.8.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: dyeske@yahoo.com

>Number:         93111
>Category:       ports
>Synopsis:       Update port: graphics/reallyslick to 0.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lawrance
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 10 00:10:06 GMT 2006
>Closed-Date:    Wed Apr 19 03:11:34 GMT 2006
>Last-Modified:  Wed Apr 19 03:11:34 GMT 2006
>Originator:     UMENO Takashi
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
individual
>Environment:
System: FreeBSD belldandy.unnumbered.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Jan 24 23:56:10 JST 2006 root@belldandy.unnumbered.net:/usr/src/sys/i386/compile/MISUZU1 i386


	
>Description:
	
Update port: graphics/reallyslick to 0.8.0
>How-To-Repeat:
N/A
>Fix:

diff -urN reallyslick.orig/Makefile reallyslick/Makefile
--- reallyslick.orig/Makefile	Sat Apr 17 23:52:16 2004
+++ reallyslick/Makefile	Fri Feb 10 07:12:36 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	reallyslick
-PORTVERSION=	0.7.6
+PORTVERSION=	0.8.0
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	rss-glx
@@ -19,14 +19,18 @@
 USE_BZIP2=	yes
 USE_GL=		yes
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool:15:env
 
 MAN1=	biof.1 busyspheres.1 colorfire.1 cyclone.1 euphoria.1 fieldlines.1 flocks.1 \
 	flux.1 helios.1 hufo_smoke.1 hufo_tunnel.1 lattice.1 matrixview.1 \
 	plasma.1 skyrocket.1 solarwinds.1 spirographx.1 sundancer2.1
 
 post-patch:
+.for file in config.guess config.sub ltmain.sh
+	${RM} ${WRKSRC}/${file}
+	${LN} -s ${LOCALBASE}/share/libtool${LIBTOOL_VERSION}/${file} ${WRKSRC}
+.endfor
 .for file in oglc_src/Makefile.in other_src/Makefile.in \
 		reallyslick/c_src/Makefile.in reallyslick/cpp_src/Makefile.in
 	@${REINPLACE_CMD} -E -e 's|(@LIBS@)|\1 -lXext|' ${WRKSRC}/${file}
diff -urN reallyslick.orig/distinfo reallyslick/distinfo
--- reallyslick.orig/distinfo	Sun Jan 22 22:25:30 2006
+++ reallyslick/distinfo	Fri Feb 10 06:39:49 2006
@@ -1,3 +1,3 @@
-MD5 (rss-glx_0.7.6.tar.bz2) = c896bd55e9ffdfad69bda4422b42e03b
-SHA256 (rss-glx_0.7.6.tar.bz2) = b7ecf3a77466b4997ab6f9f214bde809d03cdcda08c94becc6760ba2bb10cc39
-SIZE (rss-glx_0.7.6.tar.bz2) = 4978215
+MD5 (rss-glx_0.8.0.tar.bz2) = d04e909521626a27f9f6d9b5f8a24d6c
+SHA256 (rss-glx_0.8.0.tar.bz2) = 01a3fb4acaa0e223b2dff486a6bf01839e55e3689c5f3cc068d31e57d3c3635d
+SIZE (rss-glx_0.8.0.tar.bz2) = 5239207
diff -urN reallyslick.orig/pkg-plist reallyslick/pkg-plist
--- reallyslick.orig/pkg-plist	Sat Apr 17 23:52:16 2004
+++ reallyslick/pkg-plist	Fri Feb 10 06:59:03 2006
@@ -9,6 +9,7 @@
 bin/helios
 bin/hufo_smoke
 bin/hufo_tunnel
+bin/hyperspace
 bin/lattice
 bin/matrixview
 bin/plasma



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 10 00:16:10 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93111 
Responsible-Changed-From-To: freebsd-ports-bugs->lawrance 
Responsible-Changed-By: lawrance 
Responsible-Changed-When: Mon Apr 17 01:15:03 UTC 2006 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93111 
State-Changed-From-To: feedback->feedback  
State-Changed-By: lawrance 
State-Changed-When: Tue Apr 18 11:38:04 UTC 2006 
State-Changed-Why:  
This does not build.  Did you test it?  I tried to get past this 
error by adjusting post-patch, but then the configure failed as well. 

===>   reallyslick-0.8.0 depends on executable: gmake - found 
===>   reallyslick-0.8.0 depends on file: /usr/local/bin/libtool - found 
===>   reallyslick-0.8.0 depends on shared library: X11.6 - found 
===>  Configuring for reallyslick-0.8.0 
cp: /work/a/ports/graphics/reallyslick/work/rss-glx_0.8.0/config.guess: No such file or directory 
*** Error code 1 

Stop in /a/ports/graphics/reallyslick. 
================================================================ 
build ended at Tue Apr 18 09:49:17 UTC 2006 


http://www.freebsd.org/cgi/query-pr.cgi?pr=93111 
State-Changed-From-To: feedback->closed 
State-Changed-By: lawrance 
State-Changed-When: Wed Apr 19 03:10:50 UTC 2006 
State-Changed-Why:  
Superseded by ports/95310. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93111 
>Unformatted:
