Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 12:54:18 GMT
From:      Seiji Ohashi <sayzbrdg@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173360: irc/riece does not depend on Ruby
Message-ID:  <201211041254.qA4CsIlL094785@red.freebsd.org>
Resent-Message-ID: <201211041300.qA4D00KT001766@freefall.freebsd.org>

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

>Number:         173360
>Category:       ports
>Synopsis:       irc/riece does not depend on Ruby
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 13:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Seiji Ohashi
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
daisy.pa.crunchfuzz.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #60: Sat Oct 20 17:42:07 JST 2012     sayz@daisy.pa.crunchfuzz.net:/usr/obj/usr/src/sys/DAISY  amd64
>Description:
Currently riece ports has depend on Ruby, but it is not.
Ruby is used by riece-eval-ruby and riece-rdcc add-ons, but many feature are not depend on Ruby.

I quote from the README.
> * Requirements
> 
> - Emacs 20.7 or later / XEmacs 21.4 or later
> - Ruby 1.8 or later (optional)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur ../riece.orig/Makefile ../riece/Makefile
--- ../riece.orig/Makefile	2012-09-05 02:05:43.000000000 +0900
+++ ../riece/Makefile	2012-11-04 21:12:51.000000000 +0900
@@ -6,7 +6,7 @@
 
 PORTNAME=	riece
 PORTVERSION=	8.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	irc elisp
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
@@ -21,8 +21,6 @@
 CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD} \
 		--with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
 USE_GMAKE=	yes
-USE_RUBY=	yes
-RUBY_VER=	1.8
 
 INFO=	riece-en riece-ja
 


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



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