ports dependency on perl broken

Matthew Dillon dillon at apollo.backplane.com
Sat Nov 22 16:32:45 PST 2003


:bsd.port.mk uses sysctl -n kern.osreldate to set OSVERSION, in our case
:this gets set to 100000 (__DragonFly_version), which then bombs out the
:perl check about line 1612:
:
:.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 && ${OSVERSION} < 500036
:.if !exists(/usr/bin/perl${PERL_VERSION}) && ( defined(USE_PERL5) || \
:    defined(USE_PERL5_BUILD) || defined(USE_PERL5_RUN) )
:pre-everything::
:    @${ECHO_CMD} "Error: you don't have the right version of perl in /usr/bin."
:    @${FALSE}
:.endif
:
:-- 
:Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono

    I think maybe we should just wipe the check entirely.  It looks like it
    exists to deal with certain FreeBSD 3.x isms.

					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Bugs mailing list