Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2004 11:00:53 -0500 (EST)
From:      Trevor Johnson <trevor@jpj.net>
To:        Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= <des@des.no>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/www/firefox Makefile distinfo pkg-descrmkdistfile mozconfig.in patch-Double.cpp patch-build_unix_run-mozilla
Message-ID:  <20040212110025.K77057@blues.jpj.net>
In-Reply-To: <xzplln8k3fp.fsf@dwp.des.no>
References:  <200402110716.i1B7GH9D017803@repoman.freebsd.org> <xzpisidbtvn.fsf@dwp.des.no> <1076508074.88428.14.camel@pav.hide.vol.cz> <20040211122704.X93022@blues.jpj.net> <xzpk72tiah1.fsf@dwp.des.no> <20040211165940.Q98525@blues.jpj.net> <xzp4qtweqlf.fsf@dwp.des.no> <20040212031228.E31447@blues.jpj.net> <xzplln8k3fp.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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