From owner-freebsd-ports@FreeBSD.ORG Fri Aug 10 01:08:45 2007 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 A04E216A418 for ; Fri, 10 Aug 2007 01:08:45 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 566A013C458 for ; Fri, 10 Aug 2007 01:08:45 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l7A0ghWQ036954 for ; Thu, 9 Aug 2007 19:42:43 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Thu, 9 Aug 2007 19:42:43 -0500 (CDT) From: "Sean C. Farley" To: freebsd-ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=us-ascii X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on mail.farley.org Cc: Subject: portconf multiple ports per line patch 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, 10 Aug 2007 01:08:45 -0000 With the split of mplayer into mplayer and mencoder, I thought I would try to find a lazy way to have the options for both on one line in ports.conf instead of separate entries: multimedia/mencoder multimedia/mplayer: WITHOUT_RTCPU Does this patch[1] look good, or are there any problems I am missing? Obviously, a better solution would be for code to handle multimedia/{mencoder,mplayer}, but I said I was being lazy. :) Sean 1. http://www.farley.org/freebsd/tmp/portconf.patch -- scf@FreeBSD.org