head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2004.11.23.13.21.30;	author sem;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.17.09.19.00;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.22.01.36.13;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.07.01.31.38;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.01.13.04.19.27;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 6.0.4 and unbreak build with gcc 3.4
- Added USE_GCC=3.4 for FreeBSD 4.x users

PR:		ports/74274
Submitted by:	Sergio Mangialardi <sergio(at)softshark.org>
@
text
@--- GNUmakefile.orig	Mon Nov 22 23:41:54 2004
+++ GNUmakefile	Mon Nov 22 23:43:19 2004
@@@@ -236,7 +236,7 @@@@
 	@@$(MAKE) -C scripts $@@
 
 install_lib: $(I_LIB)
-	$(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB)
+	$(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) $(LIB_TARGET) $(I_LIB)/perl5/site_perl/${PERL_VER}
 
 install_man:
 	@@$(MAKE) -C man install
@


1.4
log
@Update to 5.13.5

PR:		51064
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d1 4
a4 4
--- GNUmakefile.orig	Tue Mar 11 03:33:13 2003
+++ GNUmakefile	Tue Apr 15 13:42:35 2003
@@@@ -229,7 +229,7 @@@@
 	cd $(I_BIN) && $(STRIP) $(CPP_TARGET)
@


1.3
log
@Update to 5.9.3

PR:		ports/40827
Submitted by:	maintainer
@
text
@d1 3
a3 12
--- GNUmakefile.orig	Sat Jun  1 01:19:02 2002
+++ GNUmakefile	Sun Jul 21 11:53:01 2002
@@@@ -159,7 +159,7 @@@@
 ##
 
 extract: $(E_OBJECTS)
-	$(CC) $(CFLAGS) -o $@@ $^ $(E_LINK)
+	$(CC) $(CFLAGS) -o $@@ $^ $(PTHREAD_LIB)
 
 index: $(I_OBJECTS) $(CHARSET_LIB) $(ENCODING_LIB) $(MOD_LIBS)
 	$(CC) $(CFLAGS) $(CHARSET_LIB_PATH) $(ENCODING_LIB_PATH) \
@@@@ -208,7 +208,7 @@@@
@


1.2
log
@upgrade to 5.7
take over maintainership

PR:		36825
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d1 12
a12 3
--- GNUmakefile.orig	Sun Apr  7 00:01:09 2002
+++ GNUmakefile	Sun Apr  7 00:02:15 2002
@@@@ -193,7 +193,7 @@@@
@


1.1
log
@add swish++ 5.6
Simple Web Indexing System for Humans: C++ version
@
text
@d1 3
a3 3
--- GNUmakefile.orig	Wed Dec 19 12:24:07 2001
+++ GNUmakefile	Sun Jan 13 12:04:59 2002
@@@@ -192,13 +192,13 @@@@
a11 7
 
 install_conf:
-	$(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf /etc
+	$(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf ${PREFIX}/etc
 
 $(I_BIN) $(I_LIB):
 	$(MKDIR) $@@
@

