cvs commit: ports/www/firefox Makefile distinfo pkg-descrmkdistfile mozconfig.in patch-Double.cpp patch-build_unix_run-mozilla

Trevor Johnson trevor at jpj.net
Thu Feb 12 08:00:40 PST 2004


> what exactly are you trying to prove?
>
> .if defined(USE_REINPLACE)
> REINPLACE_ARGS?=        -i.bak
> .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
> PATCH_DEPENDS+= ${LOCALBASE}/bin/sed_inplace:${PORTSDIR}/textproc/sed_inplace
> REINPLACE_CMD?= ${LOCALBASE}/bin/sed_inplace ${REINPLACE_ARGS}
> .else
> REINPLACE_CMD?= ${SED} ${REINPLACE_ARGS}
> .endif

# Don't build a port if the system is too old.
################################################################

.if ${OSVERSION} < 420000
# You need an upgrade kit or make world newer than this
IGNORE= ": Your system is too old to use this bsd.port.mk.  You need a
fresh make world or an upgrade kit.  Please go to
http://www.FreeBSD.org/ports/ or a mirror site and follow the
instructions"
.endif

Does it ring a bell?
-- 
Trevor Johnson


More information about the cvs-all mailing list