From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 21:10:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EEAE16A41F for ; Fri, 14 Oct 2005 21:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0240643D4C for ; Fri, 14 Oct 2005 21:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9ELAG2V083186 for ; Fri, 14 Oct 2005 21:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ELAG4v083185; Fri, 14 Oct 2005 21:10:16 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2005 21:10:16 GMT Resent-Message-Id: <200510142110.j9ELAG4v083185@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jonathan Weiss Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7E416A41F for ; Fri, 14 Oct 2005 21:00:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D57243D46 for ; Fri, 14 Oct 2005 21:00:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EL0jmS040070 for ; Fri, 14 Oct 2005 21:00:45 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j9EL0jY1040069; Fri, 14 Oct 2005 21:00:45 GMT (envelope-from nobody) Message-Id: <200510142100.j9EL0jY1040069@www.freebsd.org> Date: Fri, 14 Oct 2005 21:00:45 GMT From: Jonathan Weiss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/87460: Fix to problems with non-standard named gems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 21:10:18 -0000 >Number: 87460 >Category: ports >Synopsis: Fix to problems with non-standard named gems >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 21:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jonathan Weiss >Release: 6.0-RC1 >Organization: >Environment: FreeBSD xxxx 6.0-RC1 FreeBSD 6.0-RC1 #0: Tue Oct 11 23:19:36 CEST 2005 root@bsd:/usr/obj/usr/src/sys/GENERIC i386 >Description: If the distfile of a rubygem is not exactely named like the portname, installation will fail. Therefore the distname must be used for installation. >How-To-Repeat: Use the following patch (http://blog.innerewut.de/files/patches/ruby-gems.patch): diff -ru ruby-gems/Makefile.common ruby-gems.mine/Makefile.common --- ruby-gems/Makefile.common Fri Aug 5 17:42:20 2005 +++ ruby-gems.mine/Makefile.common Fri Oct 14 17:44:48 2005 @@ -34,4 +34,4 @@ RUBYGEMBIN= ${LOCALBASE}/bin/gem do-install: - ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + ${RUBYGEMBIN} install --install-dir ${PREFIX}/lib/ruby/gems/${REV} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} >Fix: install the patch from http://blog.innerewut.de/files/patches/ruby-gems.patch >Release-Note: >Audit-Trail: >Unformatted: