Date: Tue, 8 Aug 2006 09:54:25 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101634: [MAINTAINER] lang/ruby-programmingruby: fix building on 4.x Message-ID: <20060808055425.37FCD12F1E@fonon.realnet> Resent-Message-ID: <200608080600.k7860bGn032148@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101634 >Category: ports >Synopsis: [MAINTAINER] lang/ruby-programmingruby: fix building on 4.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 08 06:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: Fix building on 4.x. Reported by: Kris Kennaway (via pointyhat) >How-To-Repeat: >Fix: --- ruby18-programmingruby-0.4_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/ruby-programmingruby/Makefile /var/tmp/ruby-programmingruby/Makefile --- /usr/ports/lang/ruby-programmingruby/Makefile Sat Aug 5 17:22:04 2006 +++ /var/tmp/ruby-programmingruby/Makefile Tue Aug 8 09:53:06 2006 @@ -7,13 +7,14 @@ PORTNAME= programmingruby PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ruby MASTER_SITES= http://dev.rubycentral.com/downloads/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ProgrammingRuby-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby +EXTRACT_ONLY= #empty MAINTAINER= ssedov@mbsd.msk.ru COMMENT= The source of the Programming Ruby ("pick-axe") book in XML and HTML @@ -28,7 +29,7 @@ do-install: ${MKDIR} ${RUBY_MODDOCDIR} - @${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} + @${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR} @${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; @${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHOWN} ${SHAREOWN} {} \; @${FIND} -d ${RUBY_MODDOCDIR}/ -type f | \ --- ruby18-programmingruby-0.4_2.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?20060808055425.37FCD12F1E>