From owner-freebsd-ports@FreeBSD.ORG Wed Oct 10 15:56:34 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05765F4C; Wed, 10 Oct 2012 15:56:34 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8B48FC08; Wed, 10 Oct 2012 15:56:33 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so911260oag.13 for ; Wed, 10 Oct 2012 08:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AU7BoqrGbVigMyuViCdxmbuoqMqMu2mxlLt3MeTsQo0=; b=rha6MpGmyYV8v21hU+n0FMYHUWqZPHIw2ANovyohPUS0PRhwH+uQIauL/adRFYKWis JU8VWoNb1GDM1TDLjU5P0VRBCZ9/pQfYlFUnWC5+zSeqAvoCb5VlGB5UoRa0aInUVkg5 ORXaI47i8IXy9j/OaDFK20nA0r+Xr98fqucK9y99t+wPeY6Rs6uAXdorl38A/FlB0Nhh +n6/SbRV/UEK+UpSWkk63C6PAqH//w6IjTDpv2J8U3jWCgjG6hpY5Rkt338vFIqO/Yqw LrasFminRN6PkoekcwvkEFNINBtbp6TGWLQR7jDSDVnlTQJ+gpui5m9Qlh2cu6O9gGxc FLmw== MIME-Version: 1.0 Received: by 10.60.172.42 with SMTP id az10mr18963793oec.1.1349884592869; Wed, 10 Oct 2012 08:56:32 -0700 (PDT) Received: by 10.76.116.67 with HTTP; Wed, 10 Oct 2012 08:56:32 -0700 (PDT) In-Reply-To: References: <20121010121850.039fb6d2@bsd64.grem.de> <20121010102527.GB26497@ithaqua.etoilebsd.net> <20121010123322.0677a829@bsd64.grem.de> <20121010105757.GD26497@ithaqua.etoilebsd.net> Date: Wed, 10 Oct 2012 10:56:32 -0500 Message-ID: Subject: Re: HAVE_GNOME vs. bsd.ports.options.mk From: Jeremy Messenger To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: "A.J. Kehoe IV \(Nanoman\)" , freebsd-ports@freebsd.org, Michael Gmelin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 15:56:34 -0000 On Wed, Oct 10, 2012 at 10:54 AM, Jeremy Messenger wrote: > On Wed, Oct 10, 2012 at 5:57 AM, Baptiste Daroussin wrote: >> On Wed, Oct 10, 2012 at 12:33:22PM +0200, Michael Gmelin wrote: >>> On Wed, 10 Oct 2012 12:25:27 +0200 >>> Baptiste Daroussin wrote: >>> >>> > On Wed, Oct 10, 2012 at 12:18:50PM +0200, Michael Gmelin wrote: >>> > > Hi >>> > > >>> > > I noticed that HAVE_GNOME doesn't work properly with >>> > > bsd.ports.options.mk yet, so >>> > > >>> > > .include >>> > > .if ${HAVE_GNOME:Mgnomelibs}!="" >>> > > # ... >>> > > .endif >>> > > .include >>> > > >>> > > won't work, while this >>> > > >>> > > .include >>> > > .if ${HAVE_GNOME:Mgnomelibs}!="" >>> > > # ... >>> > > .endif >>> > > .include >>> > > >>> > > does. >>> > > >>> > > AFAIK bsd.port.pre.mk/bsd.port.post.mk should be replaced by >>> > > bsd.port.options.mk/bsd.port.mk in the long term, so having this >>> > > work or documenting a workaround would help port maintainers who are >>> > > in the process of updating the port structure. >>> > > >>> > > Michael >>> > > >>> > > -- >>> > > Michael Gmelin >>> > > _______________________________________________ >>> > > freebsd-ports@freebsd.org mailing list >>> > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> > > To unsubscribe, send any mail to >>> > > "freebsd-ports-unsubscribe@freebsd.org" >>> > >>> > Which ports are you speaking about? given that HAVE_GNOME:#gnomelibs >>> > is refering to gnome 1.4 I think this part can safely be dropped out. >>> > >>> > regards, >>> > Bapt >>> >>> I'm talking about the feature in general, it also applies to >>> HAVE_GNOME:Mesound, HAVE_GNOME:Mpygnomeextras etc. >>> >>> I stumbled over this while converting polish/gnugadu2 to OptionsNG >>> (http://www.freebsd.org/cgi/query-pr.cgi?pr=172427). >>> >>> Michael >>> >>> -- >>> Michael Gmelin >> >> imho HAVE_GNOME should die, as autodectection of what you have does not fit at >> all with package building. Thing shouldn't been added magically because they are >> on your system but only on explicit demand of the maintainer/user. > > See here: http://markmail.org/message/vmjueo2chuub5m2p (read all > threads, please) > > I have made suggests on what to do. Please contact with A.J. Kehoe IV. > I suggested him to create a team to work on get rid of HAVE_GNOME. He > even has created a wiki page about it at http://wiki.freebsd.org/Gnome > . http://wiki.freebsd.org/Gnome#WANT_GNOME_Decommission > A.J. Kehoe IV, sorry, my time is very limit right now. Maybe now you > will have more people that can help you after this email. Who knows. > > Cheers, > Mezz > > >> That said I'll have a look at the PR. >> >> regards, >> Bapt > > > -- > mezz.freebsd@gmail.com - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org