Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 08:00:38 -0700 (PDT)
From:      Sean Farley <sean-freebsd@farley.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54302: New port: p5-X11-IdleTime, Perl module to detect idle time
Message-ID:  <200307101500.h6AF0coH015802@freefall.freebsd.org>

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

From: Sean Farley <sean-freebsd@farley.org>
To: freebsd-gnats-submit@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>



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