Date: Wed, 04 Jun 2014 12:55:32 +0200 From: "Ronald Klop" <ronald-lists@klop.ws> To: freebsd-stable@freebsd.org Subject: Re: ports from portsnap wont work ... Message-ID: <op.xgxfauhbkndu52@82-171-231-144.ip.telfort.nl> In-Reply-To: <201406040816.s548G2AH035923@catnip.dyslexicfish.net> References: <8148940bc838584188671feb802b4dd8.squirrel@arroway.org> <201406040816.s548G2AH035923@catnip.dyslexicfish.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 04 Jun 2014 10:16:02 +0200, Jamie Landeg-Jones <jamie@dyslexicfish.net> wrote: > "Nenhum_de_Nos" <matheus@eternamente.info> wrote: > >> two of my machines got this: >> >> phoenix# make >> Unknown modifier 't' >> >> Unknown modifier 't' > > Hi. From: http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk : > > | Revision 352986 - (view) (download) (annotate) - [select for diffs] > | Modified Mon May 5 09:45:36 2014 UTC (4 weeks, 1 day ago) by bapt > | File length: 226358 byte(s) > | > | Convert all :U to :tu and :L to :tl > | > | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a > | replacement for :U and :L (which has been marked as deprecated) > | > | bmake which is the default on FreeBSD 10+ only support by default > | :tu/:tl a hack has been added at the time to support :U and :L to ease > | migration. This hack is now not necessary anymore > | > | Note that this makes the ports tree incompatible with make(1) from > | FreeBSD 8.3 or earlier > | > | With hat: portmgr Something like this would have been user friendly than. if OSVERSION < 840000 echo "Unsupported FreeBSD version for ports tree." exit 1 fi Regards, Ronald.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.xgxfauhbkndu52>