From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 02:35:33 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 566D015B for ; Thu, 10 Apr 2014 02:35:33 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2052612AD for ; Thu, 10 Apr 2014 02:35:29 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hn18so3229397igb.11 for ; Wed, 09 Apr 2014 19:35:29 -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=oDwPzXMW4rZtW2LkJepU2vganTKedwERETqLZmhmUhk=; b=krbCP0tRxW0zgQWbRlOhF+kzUwoetORTyOKksBfzuJe4bPJtGtve/oN8IVrLFZK8C2 oiP3mRd+ztsJ+WckgvOeraKDxP5Iqtiz8W3msaN9a1GzzRqX76W0eKb6fayC0+PU5ut5 MWAg4AO68Jq2mYGJWOM0pNQZ7yDHqjwSSiI1PQEPBX0mrYQbe1kHUBVKbtCII2Go66sU ikiBz7h8mPsyupeZbPI4dO9rcf7jCPrjVXax+yXAPDqE69B4nqV2w+qQkXTois/NiH/w s0y5PkdZyu7ISat+7nBSYUbNQjPZmgJJyTKW1bYBTV+av+O13QAw1ffpoouEAHfgNjUu as7Q== MIME-Version: 1.0 X-Received: by 10.50.119.132 with SMTP id ku4mr13530127igb.35.1397097329392; Wed, 09 Apr 2014 19:35:29 -0700 (PDT) Received: by 10.50.7.74 with HTTP; Wed, 9 Apr 2014 19:35:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Apr 2014 21:35:29 -0500 Message-ID: Subject: Re: Installing totem-2.32.0_2...pkg: Missing dependency matching Origin: From: Scot Hetzel To: AN , babt@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 02:35:33 -0000 On Wed, Apr 9, 2014 at 11:26 AM, AN wrote: > FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #38 r264282: Tue Apr 8 > 18:15:37 2014 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 > > /usr/ports]# svnlite info > Path: . > Working Copy Root Path: /usr/ports > URL: svn://svn.freebsd.org/ports/head > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 350723 > Node Kind: directory > Schedule: normal > Last Changed Author: pawel > Last Changed Rev: 350723 > Last Changed Date: 2014-04-09 10:18:16 -0500 (Wed, 09 Apr 2014) > > > Trying to portupgrade all ports and totem fails with: > > ====> Compressing man pages (compress-man) > ===> Installing for totem-2.32.0_3 > ===> Registering installation for totem-2.32.0_3 as automatic > pkg-static: > lstat(/usr/ports/multimedia/totem/work/stage/usr/local/%%WEBPLUGINS_DIR%%/): > No such file or directory > *** Error code 74 > I checked the pkg-plist , it looks like the conversion USES=webplugins didn't take into account the following as seen in the pkg-plist: %%BROWSER_PLUGINS%%@dirrmtry %%WEBPLUGINS_DIR%% According to USES=webplugins, the variable should be WEBPLUGIN_DIR. Change this in your pkg-plist file, and it should install.