head	1.4;
access;
symbols
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	old_RELEASE_5_4_0:1.3
	old_RELEASE_4_11_0:1.3
	old_RELEASE_5_3_0:1.3
	old_RELEASE_4_10_0:1.2
	old_RELEASE_5_2_1:1.2
	old_RELEASE_5_2_0:1.2
	old_RELEASE_4_9_0:1.2
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.06.13.16.16.40;	author erwin;	state dead;
branches;
next	1.3;

1.3
date	2004.05.21.09.12.33;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	2002.07.09.08.30.31;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.29.10.45.06;	author ache;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove www/mnogosearch31: Use www/mnogosearch instead, this version is ancient

Submitted by:		portsmon
@
text
@--- src/Makefile.in.orig	Tue Jun 17 13:35:12 2003
+++ src/Makefile.in	Fri May 21 12:22:36 2004
@@@@ -145,7 +145,7 @@@@
 agent.c word.c parsehtml.c stopwords.c execget.c crossword.c
 
 
-libudmsearch_la_LDFLAGS = -release 3.1
+libudmsearch_la_LDFLAGS = -version-info 1:0:0
 
 INCLUDES = -I../include \
 @@VIRT_INCLUDE@@ \
@@@@ -304,8 +304,8 @@@@
 	     || test -f $$p1 \
 	  ; then \
 	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
-	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
+	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/$$f"; \
+	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/$$f; \
 	  else :; fi; \
 	done
 
@


1.3
log
@Upgrade to 3.1.21

PR:             66353
@
text
@@


1.2
log
@Make shared library installed by the port comply with ELF conventions for
naming shared libraries, i.e. shared library should be named lobfoo.so.X, not
just libfoo.so. Among other things, it allows other ports use mnogosearch
in LIB_DEPENDS. Bump PORTREVISION.

Reported by:	Alexander Kovalenko <never@@nevermind.kiev.ua>
Approved by:	maintainer's timeout
@
text
@d1 4
a4 7

$FreeBSD$

--- src/Makefile.in.orig	Thu Jun 27 13:20:28 2002
+++ src/Makefile.in	Tue Jul  9 11:20:40 2002
@@@@ -131,7 +131,7 @@@@
 libudmsearch_la_SOURCES = indexer.c parseurl.c charset.c parser.c sql.c spell.c log.c proto.c udmutils.c robots.c hrefs.c mutex.c conf.c files.c crc32.c parsedate.c ftp.c socket.c host.c udmxmalloc.c http.c id3.c cache.c boolean.c searchtool.c server.c alias.c filter.c env.c mimetype.c agent.c word.c parsehtml.c stopwords.c execget.c crossword.c
d10 10
a19 10
 include_HEADERS =  ../include/udm_charset.h ../include/udm_common.h ../include/udm_conf.h ../include/udm_config.h ../include/udm_db.h ../include/udm_hrefs.h ../include/udm_indexer.h ../include/udm_log.h ../include/udm_parseurl.h ../include/udm_spell.h ../include/udm_mutex.h ../include/udm_utils.h ../include/udmsearch.h ../include/udm_search_tl.h ../include/udm_ftp.h ../include/udm_socket.h ../include/udm_host.h ../include/udm_xmalloc.h ../include/udm_id3.h ../include/udm_http.h ../include/udm_crc32.h ../include/udm_http.h ../include/udm_cache.h ../include/udm_boolean.h ../include/udm_server.h ../include/udm_searchtool.h ../include/udm_alias.h ../include/udm_filter.h ../include/udm_env.h ../include/udm_mimetype.h ../include/udm_agent.h ../include/udm_word.h ../include/udm_parsehtml.h ../include/udm_stopwords.h ../include/udm_parser.h ../include/udm_proto.h ../include/udm_robots.h ../include/udm_signals.h ../include/udm_execget.h ../include/udm_services.h
 
@@@@ -275,8 +275,8 @@@@
 	$(mkinstalldirs) $(DESTDIR)$(bindir)
 	@@list='$(bin_PROGRAMS)'; for p in $$list; do \
 	  if test -f $$p; then \
-	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
-	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
+	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
+	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(prefix)/share/mnogosearch/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
@


1.1
log
@Re-import under different name to minimize confusion and left "mnoGoSearch"
name for udmsearch.
@
text
@d1 15
a15 3
--- src/Makefile.in.orig	Wed Jan 24 19:08:48 2001
+++ src/Makefile.in	Sat Jan 27 19:43:13 2001
@@@@ -261,8 +261,8 @@@@
@

