ports/157800: [PATCH] databases/ruby-bdb1 should use ${RUBY_RDOC} instead of calling rdoc directly

Steve Wills swills at FreeBSD.org
Sun Jun 12 17:20:09 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list