Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 10:00:31 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Edwin Groothuis <edwin@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/51071: New port: net/pear-Net_URL - Easy parsing of Urls
Message-ID:  <20030902080031.GL4818@freepuppy.bellavista.cz>
In-Reply-To: <200308312158.h7VLwYqx034388@freefall.freebsd.org>
References:  <200308312158.h7VLwYqx034388@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--H+4ONPRPur6+Ovig
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

# edwin@FreeBSD.org / 2003-08-31 14:58:34 -0700:
> Commited, thanks!

    hm, the dependency on pear-Net_Socket is completely bogus. I'm
    attaching a patch, hope it'll get through.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

--H+4ONPRPur6+Ovig
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
	filename="net-pear-Net_URL-Makefile-DEPENDS-fix.patch"

--- Makefile.old	Tue Sep  2 09:49:40 2003
+++ Makefile	Tue Sep  2 09:49:45 2003
@@ -16,7 +16,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Easy parsing of Urls
 
-BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 .include <bsd.port.pre.mk>

--H+4ONPRPur6+Ovig--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030902080031.GL4818>