From owner-freebsd-ports@FreeBSD.ORG Fri Jan 23 14:19:57 2009 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 34FE31065670; Fri, 23 Jan 2009 14:19:57 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by mx1.freebsd.org (Postfix) with ESMTP id 68A1F8FC13; Fri, 23 Jan 2009 14:19:56 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by ewy13 with SMTP id 13so4296570ewy.19 for ; Fri, 23 Jan 2009 06:19:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=4/Pv5TgRIWhtHWztPGYkmjJ5fcUun+VopyevFcrIwd8=; b=BtzsHsY79wqQWTRxUQaZJ4s2AIB8z8Jk3ev2yYnozv4Hy6sN/AToYQJV3mwqEMc2Ah 0ltJxs9wdwlCkk/6OOabhYan5cBDynJeJbyljtTQP7ol+dhI4BST/FfWhP8b2wcwD8Jp EDO1GDJhqvVgnky1qyj/t6xFqnHumLBged68w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=hMq+0xVvHAU2fBo/20KPzWImw8kUDiwgy0e3Y0uvYwbiFONi6J8t4PucuUCLehrBIW EqWb9GMiNOM4V2kh6HVZLAXg8CN2VRnvzxVcvO3DwvsW5hsmk6zEUq656GBZ4XnDYiiO PcRqi/vjP+5KUry/6iq4Ku/f9XAg729hiVv/I= MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.86.84.18 with SMTP id h18mr400768fgb.69.1232720395503; Fri, 23 Jan 2009 06:19:55 -0800 (PST) In-Reply-To: <200901231622.53940.makc@issp.ac.ru> References: <539c60b90901191200n66f37c76k749ebbb829378cb9@mail.gmail.com> <200901231622.53940.makc@issp.ac.ru> Date: Fri, 23 Jan 2009 14:19:55 +0000 X-Google-Sender-Auth: 65a0c63a55e65537 Message-ID: From: Florent Thoumie To: Max Brazhnikov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Olivier SMEDTS , Steve Franks , Jeremy Messenger , ports@freebsd.org, Dmitry Marakasov , freebsd-ports@freebsd.org Subject: Re: how to install a port without install: in the Makefile 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: Fri, 23 Jan 2009 14:19:57 -0000 On Fri, Jan 23, 2009 at 1:22 PM, Max Brazhnikov wrote: > On Fri, 23 Jan 2009 06:58:02 -0600, Jeremy Messenger wrote: >> On Fri, 23 Jan 2009 03:47:38 -0600, Florent Thoumie wrote: >> > On Thu, Jan 22, 2009 at 10:05 PM, Dmitry Marakasov >> > >> > wrote: >> >> * Florent Thoumie (flz@xbsd.org) wrote: >> >>> > If it's just a single file, the preferred way is to add >> >>> > >> >>> > PLIST_FILES= bin/program_name >> >>> > >> >>> > to the Makefile and not use pkg-plist at all. >> >>> >> >>> No, no, no. >> >>> >> >>> This is not *preferred*. >> >> >> >> Is it not? Why? There's no reason to introduce pkg-plist for just >> >> a single file. >> > >> > This is just an alternative way of doing it. I, for one, don't like >> > it. Same goes for PLIST_DIRS. >> >> +1 > > You are lucky guys you have not lived in USSR. otherwise you'd surely like > alternative ways :) In soviet russia, alternative ways like you. I wish people remembered KISS more than TIMTOWTDI. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer