ports/80145: [PATCH] lang/ruby18-perl: Unbreak

Renato Botelho freebsd at galle.com.br
Wed Apr 20 13:00:39 UTC 2005


>Number:         80145
>Category:       ports
>Synopsis:       [PATCH] lang/ruby18-perl: Unbreak
>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:   Wed Apr 20 13:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #9: Fri Apr 15 07:52:00 BRST 2005
>Description:
- Use pure_install instead install to don't create perllocal.pod
- Unbreak

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

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

--- ruby18-perl-0.2.7_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/ruby-perl/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	26 Mar 2005 20:54:50 -0000	1.13
+++ Makefile	20 Apr 2005 12:47:52 -0000
@@ -16,8 +16,6 @@
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	A Ruby extension module to use the functions of Perl from Ruby
 
-BROKEN=		Incorrectly installs a perllocal.pod file
-
 USE_PERL5=	yes
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
@@ -39,7 +37,7 @@
 
 post-install:
 	@cd ${WRKSRC}/Ruby; \
-	${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install
+	${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} pure_install
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${RUBY_MODEXAMPLESDIR}
 .for f in ${EXAMPLES}
--- ruby18-perl-0.2.7_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list