From owner-freebsd-ports@FreeBSD.ORG Sat Mar 30 10:54:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64B60BE9 for ; Sat, 30 Mar 2013 10:54:52 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by mx1.freebsd.org (Postfix) with ESMTP id 42DE6CE5 for ; Sat, 30 Mar 2013 10:54:52 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id ma3so552911pbc.39 for ; Sat, 30 Mar 2013 03:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=hYDc0DRhBxe3oczb9sxOwXS1LQz3DYgO0GeK4pjE9fE=; b=qh0N/Tc93QVE1YkCvAoLUiJHMYSCpMGgulc+zmeFk9FvA4I/hDnS07ippcJqP0f3nD uO6sGX6pRqxhqgxgJDAnHRNrW2MJhrxpvPuHyCsR4UVpqMWQvVQjBJdXuISnimviuiiu 8RyPQzssLOS00wiJSJvNyJzkgAThoz3n6wj9QS/bV2mChOm6PDftQpisEo9KRa4HUMOm vrChv6mWsfhKgCKTLLnujfSl7JFgbuC9ePbDHV9BpjyiVVukc845dfeAJ+mGVS74ipPb QzkAP/s/p2pB77413E1KQi5cFdRO1xF2dIVoZ3TPjo3rSYyIjE6uIPDkeqWKY/ZNISWs UdRQ== X-Received: by 10.68.106.165 with SMTP id gv5mr8059715pbb.143.1364640886515; Sat, 30 Mar 2013 03:54:46 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id kl4sm6175206pbc.31.2013.03.30.03.54.43 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Mar 2013 03:54:45 -0700 (PDT) Message-ID: <5156C468.3020408@FreeBSD.org> Date: Sat, 30 Mar 2013 21:54:32 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: ajtiM Subject: Re: py27-pykde4-4.10.1 References: <1505116.DpgL6T9iEl@luna.wi.rr.com> In-Reply-To: <1505116.DpgL6T9iEl@luna.wi.rr.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kde-freebsd@kde.org, freebsd-ports@freebsd.org 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: Sat, 30 Mar 2013 10:54:52 -0000 On 30/03/2013 9:44 PM, ajtiM wrote: > Hi! > > Port p27-pykde4-4.10.1 (and previous versions too) has a "problem" with pop-up > menus during installation: > When I run installation with portmaster I setup options, before building it > asked me for settings again and before installation it asked me again. > I have a problem just with this port. > > Thank you. > > Mitja > ---------- > http://www.redbubble.com/people/lumiwa Try adding: OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options Below the OPTIONS_DEFINE line in devel/py-pykde4/Makefile If it works out well, please submit a PR :) -- Ta, Koobs