From owner-freebsd-ports@FreeBSD.ORG Mon Jul 9 08:46:37 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0244106566C; Mon, 9 Jul 2012 08:46:37 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DCB5B8FC0A; Mon, 9 Jul 2012 08:46:36 +0000 (UTC) Received: by bkcje9 with SMTP id je9so5151225bkc.13 for ; Mon, 09 Jul 2012 01:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=IwvwYbkGGOvecsFXnX/Of/3NI7AwIoBbMTxLvGfTLyo=; b=Wot1HRx3DfzLVyANgkukFyzFyaqxqBTHhlNuEqeiFFZDDCSOxGOcYHLx5yZlBEPLLt KlIjI+aFp3pJt3XJA7WV9NowEICK+bg6B4Sm8SFEY2bk4tzoUgrwLy+VGMHUWxVLO2lh nQFQ2I+Qi/YXIm4ghHKp4kJvci4TPCZUBLx+fJSzj1V74AW+yax0bX3R2o8zoF6OFabB qY9HCJJ0o54nf2GKujvICKaQJ+JziTuzZ95L3ldFeeYJ8zVTK+9p45jFOgSxau0PYkm4 vNSwIkxwF54ak2+LdSZVZUg7Ws66LZgqMV/UxJocUOlvuqHfIqTKJ3ruIcpSkxG+rfhr NmRQ== MIME-Version: 1.0 Received: by 10.205.120.18 with SMTP id fw18mr19600299bkc.64.1341823595691; Mon, 09 Jul 2012 01:46:35 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.204.176.69 with HTTP; Mon, 9 Jul 2012 01:46:35 -0700 (PDT) In-Reply-To: <20120709082759.GA46487@mud.stack.nl> References: <4FFA3A36.9050809@dougbarton.us> <20120709073419.GA37825@mud.stack.nl> <4FFA8A8A.7040205@dougbarton.us> <20120709082759.GA46487@mud.stack.nl> Date: Mon, 9 Jul 2012 10:46:35 +0200 X-Google-Sender-Auth: 0XvUytNdyTRvk0wKlIhKrQOTcWQ Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Johan van Selst Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Doug Barton , freebsd ports Subject: Re: texi2html problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 08:46:37 -0000 2012/7/9 Johan van Selst : > Doug Barton wrote: >> >> It would also be useful if you could make real options out of >> >> what you have in the file already. >> > Not sure what you mean by this: the options seem real enough. >> make config >> =3D=3D=3D> No options to configure > > The only relevant options are DOCS and NLS; they were never included in > OPTIONS in the past (before I adopted this port). And indeed, many ports > don't include DOCS and NLS in their OPTIONS today. My understanding is > that most people who want to tweak these specific settings use a > system-wide setting anyway. > > Is there some general policy on whether OPTIONS_DEFINE should be set for > DOCS and NLS as well? > As far as I understand you have to include DOCS, NLS, and EXAMPLES in OPTIONS_DEFINE if your port uses them, but they are automatically set if not overridden. Ren=E9