From owner-freebsd-ports@freebsd.org Tue Mar 28 18:04:14 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BBF6D220B1 for ; Tue, 28 Mar 2017 18:04:14 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2F74C77 for ; Tue, 28 Mar 2017 18:04:13 +0000 (UTC) (envelope-from kubito@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id t189so5505107wmt.1 for ; Tue, 28 Mar 2017 11:04:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=H+S+FlOn1FWRV8JOErehPVBzJ5Xke2gYFyOskcZVyLA=; b=azcdT3YUyzJXoyphKD0hwx8uxr6ld9KJk4/Dort5KvD1WC7oiuYzk99pp4XhlPncgG fqsEELF6NiMIriTapSCI0zmfW+Mp7T+CW8e7KIXe4dEyle0/2Q/0GowMGvefIP5wt7pz LCGvJxECLyoST8r/wpo24W0fInKXoLTiTP6tcPit5OxX2QvAHyOnkk0uEhOMdczO7F1H a2iPD+Hobe00ywzMkABW3gxD7LV4G7APhIAuONGRAgPr7j4JfV6P3e5nTLHiCxZCvSkz 0WWdYpYtTNbvJbw4jCnc1FL8ppgeYsg7giwTN54eh65PEQNkszRA+LxhZVSv2c83Y4Pj B9iQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=H+S+FlOn1FWRV8JOErehPVBzJ5Xke2gYFyOskcZVyLA=; b=bPH7glDz6sMCGhTQbm/4FxEGbm17ZnaxoHjXSX7Do+VJHir/mYJrKx1Quhrg4zg28o sVGpkoi0THZbtqu6pzlUuTT/267RvSloRaK3b9Y4CZ0ctxpSZGUwN2xpR9XTvLlp/uEo +csGIfPW9VOMUaVCBWUaj1RKxpVCqEdLdHawx5b0yL2rErQ/rBpPeHAVzPV/d/MyriUB 741EdDe2cfd32ORzaLyrjwJf0OaoMmaPZkBPHSfiS981R/yXNHLsTT4EGZOaLdFNEpQT lINMrizA+GGWllO6UbmJpIc7K1vDWHrwZZuYolpIwfrA/7d0sCkiTA0AHruexFHC6uWK f5bg== X-Gm-Message-State: AFeK/H0vOqQwPy86Jqr/FULDu7oQnh32Xald3Cw5/1uNQz2GWWO+dS40HCeAq6xoMU8Gbw== X-Received: by 10.28.30.19 with SMTP id e19mr15432741wme.52.1490724252133; Tue, 28 Mar 2017 11:04:12 -0700 (PDT) Received: from orwell.gmail.com (i200241.upc-i.chello.nl. [62.195.200.241]) by smtp.gmail.com with ESMTPSA id b91sm5838031wrd.29.2017.03.28.11.04.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 Mar 2017 11:04:11 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: Michael Butler Cc: FreeBSD Ports ML Subject: Re: New Updates to KDE break kde4-workspace on current amd64 References: <7AE7DEB1-A803-4B0A-9954-5FDF7460481E@pozo.com> <86k27ak8s0.fsf@orwell> <0a7a6027-4299-c7a7-777c-f3a28e3af879@protected-networks.net> Date: Tue, 28 Mar 2017 20:04:04 +0200 In-Reply-To: <0a7a6027-4299-c7a7-777c-f3a28e3af879@protected-networks.net> (Michael Butler's message of "Tue, 28 Mar 2017 10:11:51 -0400") Message-ID: <86fuhxjn1n.fsf@orwell> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 18:04:14 -0000 Michael Butler writes: > Seems we have another path-related problem when pulseaudio is enabled in > kde-runtime (-lcanberra): Thanks for the report, I've fixed this code path in r437146.