* From: Mark Murray <m...@grondar.za> * Here's a workaround (Satoshi - your comments, please?): * * Index: bsd.port.mk * =================================================================== * RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v * retrieving revision 1.311 * diff -u -d -r1.311 bsd.port.mk * --- bsd.port.mk 1999/04/28 06:20:12 1.311 * +++ bsd.port.mk 1999/05/03 19:18:03 * @@ -592,7 +592,12 @@ * * PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.3\.1|Motif-2\.1\.10)' * * +.if exists(/usr/bin/perl5.00502) * PERL_VERSION= 5.00502 * +.endif * +.if exists(/usr/bin/perl5.00503) * +PERL_VERSION= 5.00503 * +.endif * PERL_VER= 5.005 * PERL_ARCH= ${ARCH}-freebsd * PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \
Eeek. I tought we were not going to do this. ;) When are you planning to merge 5.00503 to -stable? We can just bump the version and be done with it. -PW To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message