Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2004 12:07:40 +0900 (JST)
From:      "Shin'ya Murakami" <murakami@ahs.scitec.kobe-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68466: [MAINTAINER-UPDATE] science/ruby-gphys: fix dependency
Message-ID:  <20040629.120740.74729835.murashin@edamame.summing.com>
Resent-Message-ID: <200406290310.i5T3ANPH028548@freefall.freebsd.org>

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

>Number:         68466
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] science/ruby-gphys: fix dependency
>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:   Tue Jun 29 03:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Shin'ya Murakami
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD faris.lodoss.forceria 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jun 5 19:53:41 JST 2004 murashin@faris.lodoss.forceria:/cvs/obj/mg/cvs/freebsd/src/sys/FARIS i386

>Description:
	ruby-gphys uses ruby-fftw3 when it was installed.
	If not installed, ruby-gphys uses ruby interface to fftw2
	included in math/ruby-narray, instead of ruby-fftw3.
	ruby-gphys developper requires that ruby-gphys depends on 
	ruby-fftw3.
	
>How-To-Repeat:
	N/A
>Fix:

--- ruby-gphys.diff begins here ---
diff -ur /usr/ports/science/ruby-gphys/Makefile ruby-gphys/Makefile
--- /usr/ports/science/ruby-gphys/Makefile	Sun May 23 06:51:51 2004
+++ ruby-gphys/Makefile	Mon Jun 28 19:14:29 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gphys
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	science ruby
 MASTER_SITES=	ftp://www.gfd-dennou.org/arch/ruby/products/gphys/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
@@ -19,6 +20,7 @@
 		${RUBY_SITELIBDIR}/narray_miss.rb:${PORTSDIR}/math/ruby-narray_miss \
 		${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \
 		${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \
+		${RUBY_SITEARCHLIBDIR}/numru/fftw3.so:${PORTSDIR}/math/ruby-fftw3 \
 		${RUBY_SITELIBDIR}/numru/misc.rb:${PORTSDIR}/math/ruby-numru_misc \
 		${RUBY_SITELIBDIR}/numru/units.rb:${PORTSDIR}/math/ruby-numru_units
 

--- ruby-gphys.diff ends here ---


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



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