Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2004 08:20:10 -0800 (PST)
From:      Toshiya SAITOH <toshiya@saitoh.nu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64377: correct perl module depencency in net/smokeping
Message-ID:  <200403171620.i2HGKAp6014021@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64377; it has been noted by GNATS.

From: Toshiya SAITOH <toshiya@saitoh.nu>
To: freebsd-gnats-submit@FreeBSD.org
Cc: =?ISO-2022-JP?B?GyRCYzdGIxsoQiAbJEJDUjpIGyhC?= <toshiya@saitoh.nu>
Subject: Re: ports/64377: correct perl module depencency in net/smokeping
Date: Thu, 18 Mar 2004 01:18:59 +0900

 --Apple-Mail-3-301408593
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=US-ASCII;
 	format=flowed
 
 Hi,
 
 I got Makefile patch wrong.
 Here is  corrected.
 Sorry for the mess.
 ---
 Toshiya SAITOH
 
 
 --Apple-Mail-3-301408593
 Content-Transfer-Encoding: 7bit
 Content-Type: application/octet-stream;
 	x-unix-mode=0644;
 	name="smokeping.Makefile.patch"
 Content-Disposition: attachment;
 	filename=smokeping.Makefile.patch
 
 --- Makefile.orig	Mon Mar 15 12:12:36 2004
 +++ Makefile	Thu Mar 18 00:51:05 2004
 @@ -16,10 +16,7 @@
  RUN_DEPENDS=	rrdtool:${PORTSDIR}/net/rrdtool \
  		${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \
  		${SITE_PERL}/BER.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
 -		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
 -		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
 -		${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \
 -		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
 +		${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
  
  OPTIONS=	FPING "Support for fping probes" on
  OPTIONS+=	ECHOPING "Support for EchoPing probes" off
 @@ -28,6 +25,15 @@
  OPTIONS+=	RADIUS "Support for Radius probes" off
  
  .include <bsd.port.pre.mk>
 +
 +.if ${PERL_LEVEL} < 500800 
 +RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
 +		${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
 +.endif
 +
 +.if ${PERL_LEVEL} < 500600 
 +RUN_DEPENDS+=	${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser
 +.endif
  
  .ifdef(WITH_FPING)
  RUN_DEPENDS+=	${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
 
 --Apple-Mail-3-301408593--
 



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