Date: Wed, 20 Apr 2005 09:51:12 -0300 (BRST) From: Renato Botelho <freebsd@galle.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: knu@FreeBSD.org Subject: ports/80145: [PATCH] lang/ruby18-perl: Unbreak Message-ID: <200504201251.j3KCpC36056644@data.galle.com.br> Resent-Message-ID: <200504201300.j3KD0c1Y075039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504201251.j3KCpC36056644>