Date: Thu, 9 Jul 2009 20:53:34 GMT From: Cezary Morga <cm@therek.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136630: [maintainer update] fix dependency issue for x11-toolkits/p5-Alien-wxWidgets Message-ID: <200907092053.n69KrYwN070299@www.freebsd.org> Resent-Message-ID: <200907092100.n69L04Ra006499@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136630 >Category: ports >Synopsis: [maintainer update] fix dependency issue for x11-toolkits/p5-Alien-wxWidgets >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 09 21:00:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: >Organization: >Environment: >Description: - Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9 - Specify Perl version requirement (>=5.6.0) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN x11-toolkits/p5-Alien-wxWidgets.orig/Makefile x11-toolkits/p5-Alien-wxWidgets/Makefile --- x11-toolkits/p5-Alien-wxWidgets.orig/Makefile 2009-05-17 10:50:45.358355000 +0200 +++ x11-toolkits/p5-Alien-wxWidgets/Makefile 2009-07-09 22:43:31.171026000 +0200 @@ -20,10 +20,14 @@ USE_WX= 2.6+ WX_COMPS= wx contrib -PERL_MODBUILD= YES +PERL_MODBUILD= 5.6.0+ .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500809 +BUILD_DEPENDS+= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + .if defined(WITH_UNICODE) WX_UNICODE= yes WX_UNI= uni_ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907092053.n69KrYwN070299>