ports/159533: [PATCH] devel/p5-Getopt-Compact: lost dependencies
Evgeniy Kosov
evgeniy at kosov.su
Fri Aug 5 18:00:21 UTC 2011
>Number: 159533
>Category: ports
>Synopsis: [PATCH] devel/p5-Getopt-Compact: lost dependencies
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 05 18:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Evgeniy Kosov
>Release: FreeBSD 8.1-RELEASE-p2 amd64
>Organization:
>Environment:
>Description:
Dependecy specification is missing from the port's Makefile.
>How-To-Repeat:
>Fix:
--- p5-Getopt-Compact.patch begins here ---
--- p5-Getopt-Compact.orig/Makefile 2011-08-05 12:20:31.000000000 +0000
+++ p5-Getopt-Compact/Makefile 2011-08-05 12:23:20.000000000 +0000
@@ -14,6 +14,11 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= getopt processing in a compact statement with both long and
short options, and usage functionality
+RUN_DEPENDS=
${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
+ ${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \
+ ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Getopt::Compact.3 \
--- p5-Getopt-Compact.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list