From owner-cvs-all@FreeBSD.ORG Tue Feb 7 18:12:57 2012 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28CFF1065675; Tue, 7 Feb 2012 18:12:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BCA2A8FC17; Tue, 7 Feb 2012 18:12:56 +0000 (UTC) Received: by iaeo4 with SMTP id o4so15417249iae.13 for ; Tue, 07 Feb 2012 10:12:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+zQRfvDKeEi44Xviw8NPQazxOxM0uPkvzFJqjY1LwAI=; b=F9fhsOrIdRFckCgNdvMlgSKMVuxDN0NNh114BWl7T1vS1AOKnBCw4AL4130cu+9Wze 3o2+D66odk0hodk0yRvxEd1r6sklu9yMVZyXiYkAxzeP49LYx+tew+k7WiH2PfT/qsiq P7e8Zbd2PEFv+Um8UgIj3/es/1+rR/VG9Kqhw= MIME-Version: 1.0 Received: by 10.42.146.202 with SMTP id k10mr23093518icv.13.1328638374060; Tue, 07 Feb 2012 10:12:54 -0800 (PST) Received: by 10.231.183.21 with HTTP; Tue, 7 Feb 2012 10:12:53 -0800 (PST) Received: by 10.231.183.21 with HTTP; Tue, 7 Feb 2012 10:12:53 -0800 (PST) In-Reply-To: References: <201202070417.q174Hkj1043089@repoman.freebsd.org> Date: Tue, 7 Feb 2012 18:12:53 +0000 Message-ID: From: Chris Rees To: Dirk Meyer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/vindaloo Makefile ports/graphics/vindaloo/files patch-DocumentTools.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 18:12:57 -0000 On 7 Feb 2012 18:11, "Chris Rees" wrote: > > > On 7 Feb 2012 04:18, "Dirk Meyer" wrote: > > > > dinoex 2012-02-07 04:17:46 UTC > > > > FreeBSD ports repository > > > > Modified files: > > graphics/vindaloo Makefile > > Added files: > > graphics/vindaloo/files patch-DocumentTools.m > > Log: > > - fix build wirth gcc46 > > - add explict dependency to UnitKit > > > > Revision Changes Path > > 1.10 +2 -1 ports/graphics/vindaloo/Makefile > > 1.1 +10 -0 ports/graphics/vindaloo/files/patch-DocumentTools.m (new) > > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/vindaloo/Makefile.diff?&r1=1.9&r2=1.10&f=h > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/graphics/vindaloo/files/patch-DocumentTools.m > > I think INDEX could be solved by trying a bsd.port.pre.mk above the dependency lines; this will probably negate the need for the other two *_PORT lines at the bottom, if you get me. > > Chris bsd.port.options.mk sorry; pre.mk will cause problems with the USE stuff. Chris