From owner-freebsd-ports@freebsd.org Thu Oct 29 13:36:43 2015 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 E3868A1F2D6 for ; Thu, 29 Oct 2015 13:36:43 +0000 (UTC) (envelope-from tlshark82@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C78C018CC for ; Thu, 29 Oct 2015 13:36:43 +0000 (UTC) (envelope-from tlshark82@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id C4462A1F2D5; Thu, 29 Oct 2015 13:36:43 +0000 (UTC) Delivered-To: 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 C3D3EA1F2D4 for ; Thu, 29 Oct 2015 13:36:43 +0000 (UTC) (envelope-from tlshark82@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (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 6234D18CB for ; Thu, 29 Oct 2015 13:36:43 +0000 (UTC) (envelope-from tlshark82@gmail.com) Received: by wijp11 with SMTP id p11so287188602wij.0 for ; Thu, 29 Oct 2015 06:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Wlz18DLErjyX8ULQocX2pR+xfpKPQlrugbtIAd4NPjU=; b=QeQmja0q6WJtA/7VZfG+nj6+sTlvM7ZIgIwC7+mvHjBAwiBbgQLaExzaaCJ8ltqx9K rfFFm0EnpQzlckbvrF/J4vyY1G19zisMa1d0nx2on1SHPCHbMO0t2iScK+XGTZs7EsnZ FMXO24zPyoci6IB3n9T5XJHx6c9xuEQkgxymCk4+PrAHUERhdebPrcwvXcLmzVF3Vs47 15DNEUBwD1RaDJPLO0N/tyV2n+tiK482o0B7ROvNrBsVjxuPUvjHTrtmCA5CvVbKaKOj nZzb4TDPPPPfzClrQZd1ja0M+ppfttVPmFehe15Zwl0aCg1xJDBiPRaXDV0ndaAMa3fC h6rQ== MIME-Version: 1.0 X-Received: by 10.194.71.84 with SMTP id s20mr2305666wju.89.1446125792826; Thu, 29 Oct 2015 06:36:32 -0700 (PDT) Received: by 10.27.179.141 with HTTP; Thu, 29 Oct 2015 06:36:32 -0700 (PDT) Date: Thu, 29 Oct 2015 14:36:32 +0100 Message-ID: Subject: multimedia/iso2mkv Missing Dependency From: Tobias Lang To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 13:36:44 -0000 Hello everyone, I tried to install the multimedia/iso2mkv port and got a problem with a missing dependency to textproc/p5-XML-Parser. After a manual installation of the XML parser the installation was successful. Best regards Tobias Lang