From owner-freebsd-stable@FreeBSD.ORG Wed Jun 4 08:16:13 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2670D82F for ; Wed, 4 Jun 2014 08:16:13 +0000 (UTC) Received: from pacha.mail.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B784D2427 for ; Wed, 4 Jun 2014 08:16:11 +0000 (UTC) Received: from catnip.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) by pacha.mail.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id s548G2Wf035924; Wed, 4 Jun 2014 09:16:02 +0100 (BST) (envelope-from jamie@catnip.dyslexicfish.net) Received: (from jamie@localhost) by catnip.dyslexicfish.net (8.14.5/8.14.5/Submit) id s548G2AH035923; Wed, 4 Jun 2014 09:16:02 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <201406040816.s548G2AH035923@catnip.dyslexicfish.net> Date: Wed, 04 Jun 2014 09:16:02 +0100 To: matheus@eternamente.info, freebsd-stable@freebsd.org Subject: Re: ports from portsnap wont work ... References: <8148940bc838584188671feb802b4dd8.squirrel@arroway.org> In-Reply-To: <8148940bc838584188671feb802b4dd8.squirrel@arroway.org> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (pacha.mail.dyslexicfish.net [91.109.5.35]); Wed, 04 Jun 2014 09:16:02 +0100 (BST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2014 08:16:13 -0000 "Nenhum_de_Nos" 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