ports/146711: [PATCH] devel/llvm: should run-depend on Perl

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue May 18 18:20:07 UTC 2010


>Number:         146711
>Category:       ports
>Synopsis:       [PATCH] devel/llvm: should run-depend on Perl
>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 May 18 18:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed May  5 22:11:20 MSD
>Description:
llvm should run-depend on perl, as perl is used at least in llvm-config script installed by it.

llvm-devel requires the same change.

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

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

--- llvm-2.7_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/llvm/Makefile,v
retrieving revision 1.36
diff -u -u -r1.36 Makefile
--- Makefile	28 Apr 2010 21:05:02 -0000	1.36
+++ Makefile	18 May 2010 18:15:09 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	llvm
 PORTVERSION=	2.7
+PORTREVISION=	1
 CATEGORIES=	devel lang
 MASTER_SITES=	http://llvm.org/releases/${PORTVERSION}/
 EXTRACT_SUFX=	.tgz
@@ -27,7 +28,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.7_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list