Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2001 16:56:01 +0900 (JST)
From:      yoichi@eken.phys.nagoya-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        yoichi@eken.phys.nagoya-u.ac.jp
Subject:   ports/27832: deskutils/gemcal requires ruby-gtk
Message-ID:  <200106020756.f527u1x89687@e-ppp7.eken.phys.nagoya-u.ac.jp>

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

>Number:         27832
>Category:       ports
>Synopsis:       deskutils/gemcal requires ruby-gtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 01:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi NAKAYAMA
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
E-ken, Dept. of Physics, Nagoya University, JAPAN
>Environment:


>Description:

I'm the maintainer of that port. gemcal requires ruby-gtk to run.
So, apply following patch, please.

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/gemcal/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/05/20 03:20:21	1.1
+++ Makefile	2001/06/02 07:48:52
@@ -13,6 +13,8 @@
 
 MAINTAINER?=	yoichi@eken.phys.nagoya-u.ac.jp
 
+RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk
+
 USE_RUBY=	yes
 
 do-build:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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