From owner-cvs-all Thu Nov 21 11:32:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39D037B40B; Thu, 21 Nov 2002 11:32:10 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BACC43E8A; Thu, 21 Nov 2002 11:32:10 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 65B803F4B; Thu, 21 Nov 2002 14:32:04 -0500 (EST) From: "Dan Langille" To: Mario Sergio Fujikawa Ferreira Date: Thu, 21 Nov 2002 14:32:04 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: ports/multimedia Makefile ports/multimedia/gtksubtitler Makefile distinfo pkg-comment pkg-descr pkg-plist Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <3DDCEE64.31385.BF016B70@localhost> In-reply-to: <200211211852.gALIqr5b085974@repoman.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 21 Nov 2002 at 10:52, Mario Sergio Fujikawa Ferreir wrote: > lioux 2002/11/21 10:52:53 PST > > Modified files: > multimedia Makefile > Added files: > multimedia/gtksubtitler Makefile distinfo pkg-comment > pkg-descr pkg-plist > Log: > New port GTKsubtitler version 0.1.3: A small GNOME program for > editing and converting subtitles > > Revision Changes Path > 1.3 +1 -0 ports/multimedia/Makefile > 1.1 +30 -0 ports/multimedia/gtksubtitler/Makefile (new) > 1.1 +1 -0 ports/multimedia/gtksubtitler/distinfo (new) > 1.1 +1 -0 ports/multimedia/gtksubtitler/pkg-comment (new) > 1.1 +10 -0 ports/multimedia/gtksubtitler/pkg-descr (new) > 1.1 +2 -0 ports/multimedia/gtksubtitler/pkg-plist (new) Should we be concerned about this in BUILD_DEPENDS? [dan@undef:~/ports/multimedia/gtksubtitler] $ export THINGS=`make -V BUILD_DEPENDS` [dan@undef:~/ports/multimedia/gtksubtitler] $ echo "'$THINGS'" ' ' Normally, it is empty: [dan@undef:~/ports/multimedia/gtksubtitler] $ cd ../../security/logcheck/ [dan@undef:~/ports/security/logcheck] $ export THINGS=`make -V BUILD_DEPENDS` [dan@undef:~/ports/security/logcheck] $ echo "'$THINGS'" '' Similarly, for RUN_DEPENDS, we have leading and trailing spaces [dan@undef:~/ports/multimedia/gtksubtitler] $ export THINGS=`make -V RUN_DEPENDS` [dan@undef:~/ports/multimedia/gtksubtitler] $ echo "'$THINGS'" ' /usr/X11R6/share/gnome/.keep_me:/usr/ports/misc/gnomehier ' -- Dan Langille : http://www.langille.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message