From owner-freebsd-ports@FreeBSD.ORG Wed Oct 10 16:59:20 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC94DAD1; Wed, 10 Oct 2012 16:59:20 +0000 (UTC) (envelope-from unnpin@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 776488FC19; Wed, 10 Oct 2012 16:59:20 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wc20so1000435obb.13 for ; Wed, 10 Oct 2012 09:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eajbgeu3fL569LGBxk8RSUIDmqCs4+3iYYXTLTzx8Bw=; b=R/6arF4YeDUykjZ+mxlZPMK9lvAoAWW/hPlXNJdocK8Z2TEkpT3WMANcQA+ft/GlaU 4rFZ48tLXB61mQz1TxCQTnRdJ7tB3koLWD3CTtPgBOyiTJVOKK3s3/bokgqwPRAYNFvA GDQwSuhBUCUb9S2OEatJ+aFHS/L+nqNR4rb9DmcUbNFDBdjiCulcIPY/85mt07nHYRjR mgb/AcQS4YJvLHA0dWCjsa7ThuhcxByImTnRH9yHP2Bf9xcN12G246D7DLM/45BMKuno TpMPbVFaR2SIs3as5dVBrlDzXKaUC3IF9AE1nPCVAOupNzN4xvX/lYV4b7/aKdWN+Mgd iP7Q== MIME-Version: 1.0 Received: by 10.60.6.33 with SMTP id x1mr19788882oex.78.1349888359701; Wed, 10 Oct 2012 09:59:19 -0700 (PDT) Received: by 10.76.135.67 with HTTP; Wed, 10 Oct 2012 09:59:19 -0700 (PDT) In-Reply-To: <50759894.3040406@freebsd.org> References: <50759894.3040406@freebsd.org> Date: Wed, 10 Oct 2012 22:59:19 +0600 Message-ID: Subject: Re: _PKGTOOLSDEFIED From: Alexander Un To: Niclas Zeising Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 16:59:21 -0000 Now works. I don't know how it could happen(/usr/ports/Mk/bsd.port.mk old and /usr/ports/Mk/bsd.commands.mk new). I use portsnap. erratum: .elif !defined(_PKGTOOLSDEFINED) -AAB=1 -_PKGTOOLDEFINED= yes +_PKGTOOLSDEFINED= yes .if defined(WITH_PKGNG) 2012/10/10 Niclas Zeising > On 10/10/12 17:37, Alexander Un wrote: > >> After update> commands.mk.diff?r1=1.13;r2=1.**14;f=h >> >ports >> >> tree, I get the error >> >> ===> Checking if devel/gettext already installed >> -q: not found >> *** Error code 127 >> >> > This is already fixed, please update your ports tree again. > Regards! > -- > Niclas Zeising >