From nobody@FreeBSD.org  Sun Jun 12 17:14:16 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2FEC0106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Jun 2011 17:14:16 +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 1FE8C8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Jun 2011 17:14:16 +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 p5CHEFdK055391
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 12 Jun 2011 17:14:15 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p5CHEFMH055373;
	Sun, 12 Jun 2011 17:14:15 GMT
	(envelope-from nobody)
Message-Id: <201106121714.p5CHEFMH055373@red.freebsd.org>
Date: Sun, 12 Jun 2011 17:14:15 GMT
From: Steve Wills <swills@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/ruby-mmap should use ${RUBY_RDOC} instead of calling rdoc directly
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157801
>Category:       ports
>Synopsis:       [PATCH] devel/ruby-mmap should use ${RUBY_RDOC} instead of calling rdoc directly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 12 17:20:09 UTC 2011
>Closed-Date:    Sun Jun 12 22:17:30 UTC 2011
>Last-Modified:  Sun Jun 12 22:17:30 UTC 2011
>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:

From: Steve Wills <swills@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/157801: [PATCH] devel/ruby-mmap should use ${RUBY_RDOC}
 instead of calling rdoc directly
Date: Sun, 12 Jun 2011 13:25:37 -0400

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Sorry, please disregard and close this PR, I misread the Makefile. The
 PR is incorrect. My apologies for the noise.
 
 Steve
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (FreeBSD)
 
 iQEcBAEBAgAGBQJN9PaRAAoJEPXPYrMgexuhfNcH/ApBtudiGr9rPSoDlw0tFpgq
 xS3RsCVKBqiXyZLK4+yGyrDg/vGj4nDlHmSdUp5zyQEEO8szfLEiLlIo3mmwDbag
 eNSg8fajYU5S1k85h5KBEyJYuIG6GaSRRnPEIOuaSAF0Y4/L2QwgzDxzCbroZTA8
 O97ZyD4JQgZlkFFArcREJ6Yl6ALD2NR8T4jyGnaJ/cN23Su/V0wFcXxujHJkSlSC
 gM6SVQQvXa6MSwqmhFtgJDkIkrH3iE3LK9GqzUAFosGjY7kkN4DA2Wxj1F7Nx8Rs
 wLpsQPoOwdaBOIhjTOr0kkUbIzv5Vi5NHm80FLTb3Zwx0qn2PKw/zhJGi7n9INg=
 =jAs+
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sun Jun 12 22:17:06 UTC 2011 
State-Changed-Why:  
Closed at submitter's request. 


Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jun 12 22:17:06 UTC 2011 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=157801 
>Unformatted:
