Date: Tue, 22 Feb 2011 11:07:50 -0800 (PST) From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: brooks@FreeBSD.org Subject: ports/154964: [PATCH] devel/llvm: Add perl as a run dependency Message-ID: <20110222190746.84068.qmail@botelhor.bplab.local> Resent-Message-ID: <201102221940.p1MJe6hQ000461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154964 >Category: ports >Synopsis: [PATCH] devel/llvm: Add perl as a run dependency >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: Tue Feb 22 19:40:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT amd64 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r218915M: Mon Feb 21 13:41:55 BRT >Description: llvm-config is a perl script, so, llvm requires perl to run, not just to build. Bump PORTREVISION since package need to be updated. Port maintainer (brooks@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- llvm-2.8_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/llvm/Makefile,v retrieving revision 1.41 diff -u -u -r1.41 Makefile --- Makefile 16 Dec 2010 00:47:13 -0000 1.41 +++ Makefile 22 Feb 2011 19:06:49 -0000 @@ -7,7 +7,7 @@ PORTNAME= llvm PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ EXTRACT_SUFX= .tgz @@ -29,7 +29,7 @@ USE_GCC= 4.2+ USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USE_PERL5= yes MAKE_JOBS_SAFE= yes .if defined(MAINTAINER_MODE) --- llvm-2.8_3.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?20110222190746.84068.qmail>