ports/54302: New port: p5-X11-IdleTime, Perl module to detect idle time

Sean Farley sean-freebsd at farley.org
Thu Jul 10 15:00:39 UTC 2003


The following reply was made to PR ports/54302; it has been noted by GNATS.

From: Sean Farley <sean-freebsd at farley.org>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/54302: New port: p5-X11-IdleTime, Perl module to detect
 idle time
Date: Thu, 10 Jul 2003 09:55:39 -0500 (CDT)

 Darn it!  I thought I had checked for everything.  Here is a patch to
 Makefile to IGNORE everything before PERL 5.8.
 
 --- Makefile.orig	Wed Jul  9 21:51:18 2003
 +++ Makefile	Thu Jul 10 08:06:37 2003
 @@ -30,4 +30,13 @@
  	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/${i}
  .endfor
 
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +##
 +## this port requires PERL 5.8.x or later
 +##
 +.if ${PERL_LEVEL} < 500800
 +IGNORE=		Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
 +.endif
 +
 +.include <bsd.port.post.mk>



More information about the freebsd-ports-bugs mailing list