Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2010 22:17:18 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        brooks@FreeBSD.org
Subject:   ports/146711: [PATCH] devel/llvm: should run-depend on Perl
Message-ID:  <20100518181718.08C97B84B@hades.panopticon>
Resent-Message-ID: <201005181820.o4IIK7nD052060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100518181718.08C97B84B>