Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2011 17:14:15 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/157801: [PATCH] devel/ruby-mmap should use ${RUBY_RDOC} instead of calling rdoc directly
Message-ID:  <201106121714.p5CHEFMH055373@red.freebsd.org>
Resent-Message-ID: <201106121720.p5CHK97a078183@freefall.freebsd.org>

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

>Number:         157801
>Category:       misc
>Synopsis:       [PATCH] devel/ruby-mmap should use ${RUBY_RDOC} instead of calling rdoc directly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 12 17:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
devel/ruby-mmap 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/devel/ruby-mmap/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	2 Feb 2007 00:57:15 -0000	1.25
+++ Makefile	12 Jun 2011 17:05:06 -0000
@@ -38,7 +38,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: doc-install


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



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