From owner-freebsd-ports@FreeBSD.ORG Fri Apr 24 08:31:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE4F3CAB for ; Fri, 24 Apr 2015 08:31:24 +0000 (UTC) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 602CD185F for ; Fri, 24 Apr 2015 08:31:23 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so29615990wic.1 for ; Fri, 24 Apr 2015 01:31:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=/aRNBzbWRDG2eewH6WDZA1HFOriRhTj12a2RVwX5Fmk=; b=Tj6ccOjH6ajyID2WLKyiGJO3hAy1DwsDZ8e11QJSQNC0e2gEaMY9AHxisbOUOFYO2h hbQYONcocqTR2vLDkE8DRJyETqJ4QBi5TPGSAout8AxXO7erlZ2Rnr7pzihQriL9Vwc4 rB3fTEp87xyyI8yzsHfo5PGMWnZfk79iuRfH9kZwpLY+spXpQbUx94QKluOAWrXLmUZw /RJcT+A56KgHZVJaJsmkBxONAqIFhMf/IDcBO8Vp6sd6mqd9hMvjyjJYyHeOhOjxTfvV PNDS2Z62prHtO+oqzFpKCdKpkcYNcpVmdDkG1WsgB3bvMWQJ0XRiow4b5Q6GgnG49Zak xA1w== X-Gm-Message-State: ALoCoQnnbnAul/cr3+wO6xi6/n2+ecLE4AvE8U566fp+CTlwT+177LaPU/lMBOrlTtXKwU2ew/0B X-Received: by 10.180.100.101 with SMTP id ex5mr1739226wib.13.1429864282009; Fri, 24 Apr 2015 01:31:22 -0700 (PDT) Received: from rsbsd.rsb ([78.162.28.75]) by mx.google.com with ESMTPSA id s4sm2546430wix.14.2015.04.24.01.31.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Apr 2015 01:31:21 -0700 (PDT) Date: Fri, 24 Apr 2015 11:31:18 +0300 From: Beeblebrox To: freebsd-ports@freebsd.org Subject: Makefile syntax for disabled NLS still looks for gettext Message-ID: <20150424113118.60cdd20e@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 08:31:24 -0000 I have found 2 ports that fail to build when "OPTIONS_FILE_UNSET+=3DNLS" is used. The error is the usual "GNU gettext tools not found" problem. The Makefile of both ports have: NLS_CONFIGURE_ENABLE=3D nls \ NLS_USES=3D gettext This should fix the problem but does not. What does the syntax need to be? = I have seen examples like "NLS_USES=3D gettext-runtime", but that modificat= ion did not correct the problem either. Regards. --=20 FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.