From owner-freebsd-ports@FreeBSD.ORG Thu Aug 19 22:27:15 2004 Return-Path: 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 6AA4F16A4CE for ; Thu, 19 Aug 2004 22:27:15 +0000 (GMT) Received: from odot.okladot.state.ok.us (odot.okladot.state.ok.us [192.149.244.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44B943D49 for ; Thu, 19 Aug 2004 22:27:14 +0000 (GMT) (envelope-from root@techpc04.okladot.state.ok.us) Received: from notes9c.okladot.state.ok.us (notes9c.okladot.state.ok.us [10.36.36.31])RAA16464; Thu, 19 Aug 2004 17:26:55 -0500 Received: from isdmon2.okladot.state.ok.us ([192.149.244.24]) by notes9c.okladot.state.ok.us (Lotus Domino Release 6.5.1) with ESMTP id 2004081917274744-14904 ; Thu, 19 Aug 2004 17:27:47 -0500 Received: from techpc04.okladot.state.ok.us (techpc04.okladot.state.ok.us [199.27.9.37])i7JMPhor049675; Thu, 19 Aug 2004 17:25:43 -0500 (CDT) (envelope-from root@techpc04.okladot.state.ok.us) Received: by techpc04.okladot.state.ok.us (Postfix, from userid 0) id 208BF5C9D; Thu, 19 Aug 2004 17:25:26 -0500 (CDT) To: From: "Paul Seniura" Errors-To: "Paul Seniura" Sender: "Paul Seniura" Message-Id: <20040819222526.208BF5C9D@techpc04.okladot.state.ok.us> Date: Thu, 19 Aug 2004 17:25:26 -0500 (CDT) X-ODOT-MailScanner-Information: Please contact the Help Desk for more information X-ODOT-MailScanner: This E-mail appears not to contain malware. X-ODOT-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-0.5, required 5, BAYES_20 -3.10, FVGT_s_OBFU_X 0.30, J_CHICKENPOX_12 1.00, J_CHICKENPOX_14 1.00, RCVD_IN_ORBS 0.12, TW_IV 0.08, TW_VX 0.08) X-MIMETrack: Itemize by SMTP Server on Notes9c/ODOT(Release 6.5.1|January 21, 2004) at 08/19/2004 05:27:47 PM,at 08/19/2004 05:27:47 PM, Serialize complete at 08/19/2004 05:27:47 PM Subject: questions about multimedia/libdivxdecore X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Paul Seniura List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 22:27:15 -0000 Hi, I ran into another brick wall to get openquicktime rolling down the gcc342 road. The new version of openquicktime 2.0.0a1 is requiring libdivxdecore & libdivxencore. So I added those two lines to the LIB_DEPENDS in the port-side Makefile. (It wants curl, too, so that was another line.) So those lines now look like: LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ curl:${PORTSDIR}/ftp/curl \ libdivxdecore.0:${PORTSDIR}/multimedia/libdivxdecore \ libdivxencore.0:${PORTSDIR}/multimedia/libdivxencore Main problem right now is I can't cajole libdivxdecore somehow to build it to give us the proper sharedlib files that openquicktime's LIB_DEPENDS can see (with or without the .0 suffix in the above snip). The other port libdivxencore is fine on this. It properly makes a '.a' file and the make system is fine with this. Curl was okay, too. It is libdivxdecore that won't spit out the right stuff we need. What's more, the projectmayo website for these apps is Blocked By Our Political Firewall. ARRRGG!!!! I'm missing something somewhere. And looks like I'm gonna miss a deadline. I'll hafta look at this s'more while I'm at home, fixin' to leave right now... and hoping & praying someone will answer this to help me get the rest of Gnome built on gcc342. Really appreciate any help whatsoever. -- thx, Paul Seniura.