ports/173360: irc/riece does not depend on Ruby
Seiji Ohashi
sayzbrdg at gmail.com
Sun Nov 4 13:00:01 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list