From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 01:00:35 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE2216A4C0; Tue, 2 Sep 2003 01:00:35 -0700 (PDT) Received: from lilith.bellavista.cz (lilith.bellavista.cz [213.235.167.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210034400E; Tue, 2 Sep 2003 01:00:34 -0700 (PDT) (envelope-from neuhauser@bellavista.cz) Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by lilith.bellavista.cz (Postfix) with ESMTP id 4215D47; Tue, 2 Sep 2003 10:00:32 +0200 (CEST) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id EA58E2FDA07; Tue, 2 Sep 2003 10:00:31 +0200 (CEST) Date: Tue, 2 Sep 2003 10:00:31 +0200 From: Roman Neuhauser To: Edwin Groothuis Message-ID: <20030902080031.GL4818@freepuppy.bellavista.cz> Mail-Followup-To: Edwin Groothuis , freebsd-ports-bugs@FreeBSD.org References: <200308312158.h7VLwYqx034388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline In-Reply-To: <200308312158.h7VLwYqx034388@freefall.freebsd.org> User-Agent: Mutt/1.5.1i cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51071: New port: net/pear-Net_URL - Easy parsing of Urls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 08:00:35 -0000 --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 --H+4ONPRPur6+Ovig--