Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/mnogosearch31/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / www / mnogosearch31

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.69
Sat Jun 13 16:16:40 2009 UTC (2 years, 7 months ago) by erwin
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.68: +1 -1 lines
Remove www/mnogosearch31: Use www/mnogosearch instead, this version is ancient

Submitted by:		portsmon

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon May 11 00:24:38 2009 UTC (2 years, 9 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +3 -0 lines
DEPRECATED= Use www/mnogosearch instead, this version is ancient
EXPIRATION_DATE=    2009-05-20

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:36 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Jul 29 19:16:39 2007 UTC (4 years, 6 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Jan 28 09:07:46 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -0 lines
Use libtool port instead of included one to avoid objformat a.out botch

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Aug 15 01:11:32 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:41 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +0 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:33 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Oct 4 22:37:52 2005 UTC (6 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Remove myself from MAINTAINER

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Sep 19 11:52:12 2005 UTC (6 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -0 lines
- Define APACHE_COMPAT
  It fixed INDEX build with next exp-build patchset and prepare a smooth
  migration to bsd.apache.mk
  It's a no-op for now.

Approved by:	portmgr (self)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun May 15 18:41:23 2005 UTC (6 years, 8 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Change PORTNAME & DISTNAME to reflect repocopy name

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:44 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:17 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:54 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2 lines
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 14 10:23:40 2005 UTC (7 years ago) by ache
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Switch to mysql41-client as default

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Jun 15 08:11:12 2004 UTC (7 years, 7 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_5_3_0, old_RELEASE_4_11_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -0 lines
OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaround

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jun 14 07:44:51 2004 UTC (7 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Issue missing DB specs error at pre-configure stage, allowing all previous.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Jun 14 04:42:47 2004 UTC (7 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Use LOCALBASE for libtool

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon Jun 14 03:54:53 2004 UTC (7 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +3 -2 lines
Properly detect <netinet/ip.h>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 14 03:21:57 2004 UTC (7 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -0 lines
Use libtool from ports

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri May 21 09:12:33 2004 UTC (7 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +20 -14 lines
Upgrade to 3.1.21

PR:             66353

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:33 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Feb 15 18:05:45 2004 UTC (7 years, 11 months ago) by nectar
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +0 -2 lines
Remove FORBIDDEN.  The maintainer (ache) reports that this version is
not affected.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Feb 15 17:53:16 2004 UTC (7 years, 11 months ago) by nectar
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -0 lines
Mark FORBIDDEN due to remotely exploitable buffer overflow.  See
http://www.vuxml.org/freebsd/87cc48fd-5fdd-11d8-80e3-0020ed76ef5a.html
or
http://lists.netsys.com/pipermail/full-disclosure/2004-February/017366.html .

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:30 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Nov 7 13:22:04 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +0 -3 lines
unbreak "make describe"
noticed by: Subject: INDEX build failed

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Nov 7 09:12:49 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 6 01:21:59 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -2 lines
fix www/mnogosearch to adhere to ${APACHE_PORT}

PR:		ports/46714
Submitted by:	Erwin Lansing <erwin@lansing.dk>
Approved by:	maintainer timeout

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Sep 30 23:17:51 2003 UTC (8 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Add WITHOUT_MNOGO_SSL knob

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Sep 30 19:25:42 2003 UTC (8 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -2 lines
Add WITHOUT_MNOGO_THREADS knob

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Sep 24 12:23:26 2003 UTC (8 years, 4 months ago) by ache
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -1 lines
Teach PTHREADS

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jun 17 11:33:19 2003 UTC (8 years, 7 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_9_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Remove specific mysqlclient major

PR:             53398

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:12:41 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_4_8_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Jan 4 15:53:39 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
Chase libpq version bump.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jul 9 08:30:31 2002 UTC (9 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Jul 2 04:44:28 2002 UTC (9 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2 lines
Upgrade to 3.1.20

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed May 15 08:52:44 2002 UTC (9 years, 9 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Fix query buffer overflow

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Mar 6 14:50:16 2002 UTC (9 years, 11 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Fix for new  postgresql7 layout

PR:		35373
Submitted by:	Nevermind <never@nevermind.kiev.ua>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 21 17:49:23 2001 UTC (10 years, 3 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -2 lines
Switch to www:www

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 23 11:22:30 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Upgrade to 1.3.19

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 11 18:37:02 2001 UTC (10 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Fix comment

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Aug 11 17:17:22 2001 UTC (10 years, 6 months ago) by ache
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -3 lines
Remove NO_LATEST_LINK, this is stable version now

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jul 2 15:22:45 2001 UTC (10 years, 7 months ago) by ache
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Upgrade to 3.1.17

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 13 15:56:55 2001 UTC (10 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Upgrade to 3.1.16

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jun 9 20:17:10 2001 UTC (10 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +9 -2 lines
Sense openssl properly

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 8 00:32:17 2001 UTC (10 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Upgrade to 3.1.15

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jun 1 07:43:37 2001 UTC (10 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Upgrade to 3.1.14

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 1 06:05:16 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Use proper POSIX syntax for `chown'.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 18 12:44:53 2001 UTC (10 years, 8 months ago) by ache
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Upgrade to 3.1.13

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 23 09:55:00 2001 UTC (10 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
rand-related fixes

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Apr 20 08:48:22 2001 UTC (10 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix remote buffer overflow in search.cgi arguments

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Apr 15 08:40:18 2001 UTC (10 years, 9 months ago) by ache
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1 lines
Install sample spelld.sh script

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Apr 15 08:08:17 2001 UTC (10 years, 9 months ago) by ache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
chown nobody.nogroup whole /var/mnogosearch (not require additional privs for
spelld)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 13 15:49:30 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -6 lines
Upgrade to 3.1.12

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 11 02:29:53 2001 UTC (10 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Use tar instead of cp -R and exclude CVS directories from being installed,
thereby breaking the plist.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 2 20:05:58 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Add offical patch for stopwords in substr mode

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 28 21:10:35 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Official fix for substr search in "multi" mode

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 20 17:55:23 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -3 lines
Upgrade to 3.1.11

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 13 22:34:38 2001 UTC (10 years, 11 months ago) by ache
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -8 lines
Upgrade to 3.1.10

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:30 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -6 lines
Some spaces -> tabs for ports/www.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 1 15:23:08 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Fix error in suffixes area when importing affixes to DB

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 31 15:58:02 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
Enable threads

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 31 12:53:20 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Bump PORTREVISION due to prev. changes

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 30 21:40:46 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
Add missing msql DB initialization files
Fix msql syntax error

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 30 12:10:49 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Fix some portlint warnings

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 29 23:31:17 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Add some comment about charset guesser mode

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 29 23:28:50 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -9 lines
Defaulting not to mysql but to mnoGoSearch built-in database

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 29 15:22:24 2001 UTC (11 years ago) by ache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
Since there is no ability to turn off charset guesser when compiled in, add it
only when specially requested via env. variable

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 29 10:45:06 2001 UTC (11 years ago) by ache
Branches: MAIN
Re-import under different name to minimize confusion and left "mnoGoSearch"
name for udmsearch.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options