Date: Thu, 14 Oct 2004 20:59:24 +0300 From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> To: Ion-Mihai Tetcu <itetcu@people.tecnik93.com> Cc: Edwin Groothuis <edwin@FreeBSD.org> Subject: Re: [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: <20041014205924.69cc9135@it.buh.cameradicommercio.ro> In-Reply-To: <20041014200307.385ca22c@it.buh.cameradicommercio.ro> References: <200410140856.i9E8uDDT089530@repoman.freebsd.org> <20041014200307.385ca22c@it.buh.cameradicommercio.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 14 Oct 2004 20:03:07 +0300 Ion-Mihai Tetcu <itetcu@people.tecnik93.com> wrote: > 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> [ ... ] > It will also fail with BATCH=yes so it should either have some defaults > or be marked as NO_PACKAGE. Actually this is what happens with make rmconfig && make -DBATCH ranlib .libs/libdpsearch.a creating libdpsearch.la (cd .libs && rm -f libdpsearch.la && ln -s ../libdpsearch.la libdpsearch.la) source='search.c' object='search_cgi-search.o' libtool=no \ depfile='.deps/search_cgi-search.Po' tmpdepfile='.deps/search_cgi-search.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I../include -I./../include -I/include -DHAVE_PTHREAD -D_REENTRANT -D_THREAD_SAFE -O2 -pipe -march=athlon-xp -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\" -c -o search_cgi-search.o `test -f search.c || echo './'`search.c /bin/sh ../libtool --mode=link cc -O2 -pipe -march=athlon-xp -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\" -o search.cgi -pthread search_cgi-search.o libdpsearch.la libdpcharset.la -pthread -lm -lz -L/lib -lssl -lcrypto cc -O2 -pipe -march=athlon-xp -DDPS_CONF_DIR=\"/usr/local/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/usr/local/share/dpsearch\" -o .libs/search.cgi -pthread search_cgi-search.o .libs/libdpsearch.so -pthread -lm -lz -L/lib -lssl -lcrypto .libs/libdpcharset.so -pthread -pthread -lm -lz -lssl -lcrypto -pthread -lm -lz -L/lib -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib .libs/libdpsearch.so: undefined reference to `DpsSQLNumRows' .libs/libdpsearch.so: undefined reference to `DpsSQLFree' .libs/libdpsearch.so: undefined reference to `DpsURLDataLoadSQL' .libs/libdpsearch.so: undefined reference to `DpsSQLValue' .libs/libdpsearch.so: undefined reference to `DpsURLDataPreloadSQL' .libs/libdpsearch.so: undefined reference to `_DpsSQLQuery' gmake[2]: *** [search.cgi] Error 1 gmake[2]: Leaving directory `/usr/ports/www/dpsearch/work/dpsearch-4.21/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/www/dpsearch/work/dpsearch-4.21/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/dpsearch. I don't know enough of this port to see what is the problem. -- IOnut Unregistered ;) FreeBSD "user"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041014205924.69cc9135>