ports/158638: [PATCH] archivers/ruby19-bz2: [SUMMARIZE CHANGES]

Steve Wills swills at FreeBSD.org
Mon Jul 4 15:00:28 UTC 2011


>Number:         158638
>Category:       ports
>Synopsis:       [PATCH] archivers/ruby19-bz2: [SUMMARIZE CHANGES]
>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:   Mon Jul 04 15:00:27 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sun May 29 16:56:48 EDT 2011
>Description:
Port doesn't work with Ruby 1.9, patch marks it as such.
Port should probably be deprecated, archivers/rubygem-bzip2 is good substitute.

Port maintainer (stas at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ruby19-bz2-0.2.2_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/ruby-bz2/Makefile,v
retrieving revision 1.18
diff -u -u -r1.18 Makefile
--- Makefile	24 Mar 2007 14:03:00 -0000	1.18
+++ Makefile	4 Jul 2011 14:34:08 -0000
@@ -31,6 +31,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${RUBY_VER} == 1.9
+BROKEN=	does not build with ruby 1.9
+.endif
+
 post-build:
 .if !defined(NOPORTDOCS)
 	cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
--- ruby19-bz2-0.2.2_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list