From owner-freebsd-ports@FreeBSD.ORG Sun Aug 12 13:26:24 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B219C1065672; Sun, 12 Aug 2012 13:26:24 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A996B8FC0A; Sun, 12 Aug 2012 13:26:22 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1134210bkc.13 for ; Sun, 12 Aug 2012 06:26:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=X6Onktjxv2lBeg652N3PVtSmGMvcaVY+Ci1reXnkSSw=; b=LNGHDxwhoxCB5XI0AdNnqRj289dC//fY19mRIX4Do2TuEiD4RHB70ixzk8mtZio/Hw DuOK2gwVxC9kz72g/XIhQ+ZD8DrFLE/kGjXV/bWHgLVV1n0EqCHxRyWT2kLQp7DDnVVs Ei1dNcw5ASJ4TDImEp8JEZXkJbd25ZrPBZji3DhdD15K8fZfoRm3lElJnJPb6VBj9KYy Pn+4yT4bLHbFBpJrWP7pT/qfu0AfRho8XZDA/5+1Db2qQP7dpRgNDPd+fanr8xR6lxTN EjxLy9Cm8lVVAv3RFgY1Bcq/AXt0DYiDqC51zoM8iTZD99DoEosSw4g3SWs+b0wLQvm6 CMgg== Received: by 10.204.151.81 with SMTP id b17mr3127511bkw.95.1344777981927; Sun, 12 Aug 2012 06:26:21 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.231.7 with HTTP; Sun, 12 Aug 2012 06:25:51 -0700 (PDT) In-Reply-To: <20120812091812.50591b0e@scorpio> References: <20120812091812.50591b0e@scorpio> From: Chris Rees Date: Sun, 12 Aug 2012 14:25:51 +0100 X-Google-Sender-Auth: cPVzCSKyxR1HyUZK6f4Mkx1IK0U Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: marius@freebsd.org, kde@freebsd.org, oliver@freebsd.org Subject: Re: Dependency on sysutils/cdrtools vs sysutils/cdrtools-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 13:26:24 -0000 On 12 August 2012 14:18, Jerry wrote: > The sysutils/xcdroast port will not build with the > sysutils/cdrtools-devel port installed. It wants the sysutils/cdrtools > port. Unfortunately, that port does not contain the latest version of > "CDDA2WAV". This causes the "xcdroast" program to complain and I am > forced to use the "-n" flag to get the program to run. The > sysutils/k3b-kde4 port might also have the same limitation. I have not > actually checked it out. > > Is there any specific reason why the port(s) cannot build with the > sysutils/cdrtools-devel port? I think you're better off asking upstream; there's no problem as far as ports is concerned; the dependency is on the executable cdrecord, which is present in both packages. Chris