ports/154964: [PATCH] devel/llvm: Add perl as a run dependency

Renato Botelho garga at FreeBSD.org
Tue Feb 22 19:40:07 UTC 2011


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



More information about the freebsd-ports-bugs mailing list