Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2011 20:01:53 +0400
From:      Evgeniy Kosov <evgeniy@kosov.su>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159533: [PATCH] devel/p5-Getopt-Compact: lost dependencies
Message-ID:  <4E3C13F1.1090803@kosov.su>
Resent-Message-ID: <201108051800.p75I0Jfm061589@freefall.freebsd.org>

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

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



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