From owner-freebsd-ports Tue Jan 30 0:56:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id 400F037B69B for ; Tue, 30 Jan 2001 00:56:26 -0800 (PST) Received: from myrddin.demon.co.uk ([158.152.54.180] helo=ppe.happygiraffe.net) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 14NWaO-000NRj-0B for ports@freebsd.org; Tue, 30 Jan 2001 08:56:25 +0000 Received: by ppe.happygiraffe.net (Postfix, from userid 1000) id E4EF63C7; Tue, 30 Jan 2001 08:56:06 +0000 (GMT) Date: Tue, 30 Jan 2001 08:56:06 +0000 To: ports@freebsd.org Subject: Query about port Message-ID: <20010130085606.A1079@ppe.happygiraffe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Warning: Incoming message from The Big Giant Head! X-OS: FreeBSD 4.2-STABLE i386 X-Uptime: 8:49AM up 1:01, 4 users, load averages: 0.10, 0.40, 0.54 From: dom@happygiraffe.net (Dominic Mitchell) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Please ensure any replies are cc'd to me, I'm not on the list] I am currently trying to port AxKit (http://axkit.org/), which is a mod_perl application. It has a couple of problems that I can't work out, though. 1) AxKit needs a new version of libapreq (0.31_03), whereas the port www/p5-libapreq is only version 0.31. The new p5-libapreq isn't distributed outside of AxKit, as far as I can see. What should I do? Create an extra port to install libapreq and depend on that? But that would overwrite any existing p5-libapreq port. Alternatively, is there a way to say that a port depends upon another port *not* being installed? 2) AxKit uses Perl's XML::Parser module. However, when loaded into Apache, this causes conflicts with the version of expat loaded into Apache. I got around this by patching the apache port to include the "--disable-rule=EXPAT" flag to configure. But I have no idea how to get around this in general. Any ideas about these two? I'm kind of stumped. -Dom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message