From owner-freebsd-ports@FreeBSD.ORG Wed May 10 15:28:23 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A027D16A61B for ; Wed, 10 May 2006 15:28:23 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD3F43D5C for ; Wed, 10 May 2006 15:27:59 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wx-out-0102.google.com with SMTP id t13so1240935wxc for ; Wed, 10 May 2006 08:27:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jpFm9r23Mt6jVhgdLm42bIaXOnazIY9IOZa3+ZMmnPz9O+5YlzdBjoVKyLGfDgiiIAvk9V95qnTsQp7EFvmIbVtzTN9w0SN93731cmagcQgCCKqpPvLO0Cwwq42geE5qa0I+o+a9FXco10X1zhRrCCo/mvw7uSuBwjmCSEyUAYw= Received: by 10.70.113.2 with SMTP id l2mr603503wxc; Wed, 10 May 2006 08:27:59 -0700 (PDT) Received: by 10.70.53.10 with HTTP; Wed, 10 May 2006 08:27:58 -0700 (PDT) Message-ID: <790a9fff0605100827g2875d606h509126422a39f17c@mail.gmail.com> Date: Wed, 10 May 2006 10:27:58 -0500 From: "Scot Hetzel" To: "Wiebe Pestman" In-Reply-To: <200605101705.50502.w.r.pestman@home.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200605101705.50502.w.r.pestman@home.nl> Cc: ports@freebsd.org, marius@freebsd.org Subject: Re: FreeBSD Port: cdrdao-1.2.1 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: Wed, 10 May 2006 15:28:30 -0000 On 5/10/06, Wiebe Pestman wrote: > Hallo Marius, > When I try to install cdrdao 1.2.1 under FreeBSD 6.0 I get the next probl= ems: > > kolibrie# make > > You may use the following build option(s): > > WITH_TOC2MP3=3Dyes builds with toc2mp3 (requires audio/lame) > WITHOUT_MP3OGG=3Dyes builds without support for decoding MP3 and Ogg= Vorbis > files (not required unless using sysutils/gcdmaste= r; > disabling saves a couple of dependencies) > > =3D=3D=3D> Vulnerability check disabled, database not found > =3D> cdrdao-1.2.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > =3D> Attempting to fetch from > http://easynews.dl.sourceforge.net/sourceforge/cdrdao/. > cdrdao-1.2.1.tar.gz 100% of 1687 kB 56 kBps 0= 0m00s > =3D=3D=3D> Extracting for cdrdao-1.2.1 > =3D> Checksum OK for cdrdao-1.2.1.tar.gz. > =3D=3D=3D> Patching for cdrdao-1.2.1 > =3D=3D=3D> Applying FreeBSD patches for cdrdao-1.2.1 > -e: not found > *** Error code 127 > > Stop in /usr/ports/sysutils/cdrdao. > > > > Something wrong with the patches? Not a problem with the patches, but a problem in the post-patch target of the ports Makefile (i.e. REINPLACE_CMD iss undefined on your system). The most likely cause is that you don't have an updated /usr/ports/Mk/bsd.ports.mk. USE_REINPLACE variable was removed in revision 1.519 of bsd.port.mk. Do you have this version of bsd.port.mk? Either update your entire Ports Collection, or add USE_REINPLACE=3DYES to the cdrdai ports Makefile. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.