Date: Thu, 14 Oct 2004 20:03:07 +0300 From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Edwin Groothuis <edwin@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: [PATCH] fix fetching - Re: cvs commit: ports/www Makefile ports/www/dpsearch Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist Message-ID: <20041014200307.385ca22c@it.buh.cameradicommercio.ro> In-Reply-To: <200410140856.i9E8uDDT089530@repoman.freebsd.org> References: <200410140856.i9E8uDDT089530@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Oct 2004 08:56:13 +0000 (UTC) Edwin Groothuis <edwin@FreeBSD.org> wrote: > edwin 2004-10-14 08:56:13 UTC > > FreeBSD ports repository > > Modified files: > www Makefile > Added files: > www/dpsearch Makefile distinfo pkg-deinstall pkg-descr > pkg-install pkg-message pkg-plist > Log: > New port: www/dpsearch : Open source search engine for Internet and Intranet sites > > This is a port of the latest released version of DataparkSearch. > DataparkSearch Engine is a full-featured open sources > web-based search engine released under the GNU General > Public License and designed to organize search within a > website, group of websites, intranet or local system. > > PR: ports/68050 > Submitted by: Maxime Zakharov <maxime@sochi.net.ru> I don't see why it should fail in in pre-fetch, the distfile doesn't change no mater what you choose in options. It will also fail with BATCH=yes so it should either have some defaults or be marked as NO_PACKAGE. I could provide a patch with those defaults. --- Makefile.orig Thu Oct 14 19:55:52 2004 +++ Makefile Thu Oct 14 19:54:20 2004 @@ -112,7 +112,7 @@ CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} .else -pre-fetch: +pre-configure: @${ECHO} @${ECHO} "One of databases should be chose." @exit 1 -- IOnut Unregistered ;) FreeBSD "user"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041014200307.385ca22c>