Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 21:42:24 +0400
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178865: [patch] mail/opendkim - avoid using SITE_PERL 
Message-ID:  <E1UfZWy-0003db-HD@sunner.semmy.ru>
Resent-Message-ID: <201305231750.r4NHo0mB077808@freefall.freebsd.org>

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

>Number:         178865
>Category:       ports
>Synopsis:       [patch] mail/opendkim - avoid using SITE_PERL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 23 17:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	Avoid using SITE_PERL.
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile.features
===================================================================
--- Makefile.features	(revision 318886)
+++ Makefile.features	(working copy)
@@ -63,7 +63,7 @@
 .if ${PORT_OPTIONS:MLCOV}
 BROKEN=			Does not install
 BUILD_DEPENDS+=		lcov:${PORTSDIR}/devel/lcov \
-			${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
+			p5-GD>=0:${PORTSDIR}/graphics/p5-GD
 CONFIGURE_ARGS+=	--with-lcov
 .else
 CONFIGURE_ARGS+=	--without-lcov
--- patch.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UfZWy-0003db-HD>