Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2000 08:09:50 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        Mark Blackman <tmb@sophos.com>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17902: out of date version number for PORTVERSION in /usr/ports/www/mod_perl/Makefile 
Message-ID:  <8614.955951790@axl.ops.uunet.co.za>
In-Reply-To: Your message of "Sun, 16 Apr 2000 04:06:17 MST." <200004161106.EAA62274@freefall.freebsd.org> 

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

Hi Mark,

Are you using FreeBSD 3.x?  If so, could you test out the recently
committed 1.22 version of the port with the following patch?

Thanks,
Sheldon.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/mod_perl/Makefile,v
retrieving revision 1.8
diff -u -d -r1.8 Makefile
--- Makefile	2000/04/16 11:30:44	1.8
+++ Makefile	2000/04/17 06:09:27
@@ -34,12 +34,6 @@
 		mod_perl_tuning.3
 MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-BROKEN=		"see PR 14924; use p5-Apache instead"
-.endif
-
 do-configure:
 	@ cd ${WRKSRC}; \
 	${PERL5} Makefile.PL USE_APXS=1 EVERYTHING=1 \
@@ -52,4 +46,4 @@
 	    ${PREFIX}/include/apache/modules/perl
 	${SH} ${PKGINSTALL}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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