ports/101634: [MAINTAINER] lang/ruby-programmingruby: fix building on 4.x

Stanislav Sedov ssedov at mbsd.msk.ru
Tue Aug 8 06:00:37 UTC 2006


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



More information about the freebsd-ports-bugs mailing list