Date: Mon, 4 Jul 2011 10:53:48 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: stas@FreeBSD.org Subject: ports/158638: [PATCH] archivers/ruby19-bz2: [SUMMARIZE CHANGES] Message-ID: <201107041453.p64ErmDR096954@meatwad.mouf.net> Resent-Message-ID: <201107041500.p64F0SQW055074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107041453.p64ErmDR096954>