From owner-freebsd-ports Mon Sep 2 16:38:40 2002 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 0010837B400 for ; Mon, 2 Sep 2002 16:38:37 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C7643E42 for ; Mon, 2 Sep 2002 16:38:37 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (9d68fd925479fa127a621d37855e466a@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g82Ne92e066638; Mon, 2 Sep 2002 16:40:09 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g82Ne9nk066637; Mon, 2 Sep 2002 16:40:09 -0700 (PDT) (envelope-from monkey) Date: Mon, 2 Sep 2002 16:40:09 -0700 From: Adam Weinberger To: Clint Olsen Cc: Adam Weinberger , freebsd-ports@FreeBSD.ORG Subject: Re: ports/42306: Unable to build avifile-0.7.11-20020711 in ports collection Message-ID: <20020902234009.GU56964@vectors.cx> References: <200209022210.g82MA4LZ047205@freefall.freebsd.org> <20020902222010.GS56964@vectors.cx> <20020902231103.GA88842@0lsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020902231103.GA88842@0lsen.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i'm a bit mystifyed as to why this isn't working for you. after you make configure, grep A52_LIBS work/avifile0.7-0.7.11/player/Makefile you should see: A52_LIBS = -L/usr/local/lib -L/usr/local/lib -ldjbfft -lm -la52 if you don't see the -ldjbfft, then run a52dec and see if "Using djbfft for IMDCT transform" appears as a message. if you still get these errors, you can always spoof the build system with: post-patch: ${REINPLACE_CMD} -e 's/@A52_LIBS@/@A52_LIBS@ -ldjbfft/' fwiw, it works fine for me. keep in mind that audio/liba52 can be compiled with WITHOUT_DJBFFT, but that isn't the default. did you compile it as such? do you have the djbfft-0.76 package installed? -Adam >> (09.02.2002 @ 1611 PST): Clint Olsen said, in 0.3K: << > Adam: > > Ok, so how do I go about shoe-horning this into build system? It's > impossible to decipher. > > -Clint > > On Sep 02, Adam Weinberger wrote: > > FWIW: you need to link against -ldjbfft, a part of /usr/ports/math/djbfft. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > >> end of "Re: ports/42306: Unable to build avifile-0.7.11-20020711 in ports collection" from Clint Olsen << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message