From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 12 17:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 490261065675 for ; Sun, 12 Jun 2011 17:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0D3198FC21 for ; Sun, 12 Jun 2011 17:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5CHK8Q2078175 for ; Sun, 12 Jun 2011 17:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5CHK8on078174; Sun, 12 Jun 2011 17:20:08 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jun 2011 17:20:08 GMT Resent-Message-Id: <201106121720.p5CHK8on078174@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 275CD106564A for ; Sun, 12 Jun 2011 17:12:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 176288FC13 for ; Sun, 12 Jun 2011 17:12:25 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5CHCOti039624 for ; Sun, 12 Jun 2011 17:12:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5CHCOg8039623; Sun, 12 Jun 2011 17:12:24 GMT (envelope-from nobody) Message-Id: <201106121712.p5CHCOg8039623@red.freebsd.org> Date: Sun, 12 Jun 2011 17:12:24 GMT From: Steve Wills To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157800: [PATCH] databases/ruby-bdb1 should use ${RUBY_RDOC} instead of calling rdoc directly 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: Sun, 12 Jun 2011 17:20:09 -0000 >Number: 157800 >Category: ports >Synopsis: [PATCH] databases/ruby-bdb1 should use ${RUBY_RDOC} instead of calling rdoc directly >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 Jun 12 17:20:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: >Organization: >Environment: >Description: databases/ruby-bdb1 should use ${RUBY_RDOC} instead of calling rdoc directly. This will help with the ruby 1.9 transition. the attached patch fixes this. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-bdb1/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 6 Sep 2008 20:16:43 -0000 1.20 +++ Makefile 12 Jun 2011 17:05:31 -0000 @@ -33,7 +33,7 @@ post-build: .if !defined(NOPORTDOCS) - cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc + cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${RUBY_RDOC} .endif post-install: >Release-Note: >Audit-Trail: >Unformatted: