ports/159172: [PATCH] mark textproc/rast broken with ruby 1.9

Steve Wills swills at FreeBSD.org
Mon Jul 25 03:00:27 UTC 2011


>Number:         159172
>Category:       ports
>Synopsis:       [PATCH] mark textproc/rast broken with ruby 1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 25 03:00:26 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
textproc/rast port doesn't compile with Ruby 1.9. The attached patch marks it as such. I suggest committing this, then marking this port DEPRECATED when Ruby 1.9 becomes default, and then removing the port eventually.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/rast/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	4 Dec 2010 07:33:49 -0000	1.17
+++ Makefile	25 Jul 2011 02:50:13 -0000
@@ -70,4 +70,8 @@
 
 DEFAULT_ENCODING?=	euc_jp
 
+.if ${RUBY_VER} == 1.9
+BROKEN=	does not compile with ruby 1.9
+.endif
+
 .include <bsd.port.post.mk>


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



More information about the freebsd-ports-bugs mailing list