aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Drop maintainership.Sam Lawrance2007-01-231-1/+1
| | | | Notes: svn path=/head/; revision=183062
* Update to 3.2.39.Sam Lawrance2006-09-121-1/+2
| | | | | | | | PR: ports/100457 Submitted by: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> Notes: svn path=/head/; revision=172847
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 3.2.35Sam Lawrance2005-12-161-2/+1
| | | | | | | | PR: ports/90337 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=151284
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Fix two problems:Sam Lawrance2005-06-101-1/+2
| | | | | | | | | | | | - braino .ifdef was causing bad PACKAGE_BUILDING options (now .ifndef) - prebuilt docs were not installed if jade unavailable PORTREVISION bumped so port users get the docs. Reported by: kris Notes: svn path=/head/; revision=137148
* - Update to 3.2.32 [1]Sam Lawrance2005-06-091-46/+51
| | | | | | | | | | - I'll adopt this port for a while, at least until it's settled in. PR: ports/80945 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=137088
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-031-1/+7
| | | | Notes: svn path=/head/; revision=136758
* Remove myself from maintainerAndrey A. Chernov2005-05-151-1/+1
| | | | Notes: svn path=/head/; revision=135298
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=127737
* Switch to mysql41-client as defaultAndrey A. Chernov2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=126415
* OPTIONS not counted when PARALLEL_PACKAGE_BUILD, workaroundAndrey A. Chernov2004-06-151-0/+4
| | | | Notes: svn path=/head/; revision=111525
* Issue missing DB specs error at pre-configure stage, allowing all previous.Andrey A. Chernov2004-06-141-2/+2
| | | | Notes: svn path=/head/; revision=111439
* Use LOCALBASE for libtoolAndrey A. Chernov2004-06-141-0/+1
| | | | Notes: svn path=/head/; revision=111430
* Properly detect <netinet/ip.h>Andrey A. Chernov2004-06-141-2/+3
| | | | Notes: svn path=/head/; revision=111429
* Use libtool from portsAndrey A. Chernov2004-06-141-0/+1
| | | | Notes: svn path=/head/; revision=111426
* Upgrade to 3.1.21Andrey A. Chernov2004-05-211-14/+20
| | | | | | | PR: 66353 Notes: svn path=/head/; revision=109616
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Remove FORBIDDEN. The maintainer (ache) reports that this version isJacques Vidrine2004-02-151-2/+0
| | | | | | | not affected. Notes: svn path=/head/; revision=100986
* Mark FORBIDDEN due to remotely exploitable buffer overflow. SeeJacques Vidrine2004-02-151-0/+2
| | | | | | | | | http://www.vuxml.org/freebsd/87cc48fd-5fdd-11d8-80e3-0020ed76ef5a.html or http://lists.netsys.com/pipermail/full-disclosure/2004-February/017366.html . Notes: svn path=/head/; revision=100985
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* unbreak "make describe"Edwin Groothuis2003-11-071-3/+0
| | | | | | | noticed by: Subject: INDEX build failed Notes: svn path=/head/; revision=93302
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-1/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* fix www/mnogosearch to adhere to ${APACHE_PORT}Edwin Groothuis2003-10-061-2/+5
| | | | | | | | | PR: ports/46714 Submitted by: Erwin Lansing <erwin@lansing.dk> Approved by: maintainer timeout Notes: svn path=/head/; revision=90340
* Add WITHOUT_MNOGO_SSL knobAndrey A. Chernov2003-09-301-1/+1
| | | | Notes: svn path=/head/; revision=89935
* Add WITHOUT_MNOGO_THREADS knobAndrey A. Chernov2003-09-301-2/+4
| | | | Notes: svn path=/head/; revision=89921
* Teach PTHREADSAndrey A. Chernov2003-09-241-1/+4
| | | | Notes: svn path=/head/; revision=89207
* Remove specific mysqlclient majorAndrey A. Chernov2003-06-171-1/+1
| | | | | | | PR: 53398 Notes: svn path=/head/; revision=83143
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Chase libpq version bump.Sean Chittenden2003-01-041-1/+2
| | | | Notes: svn path=/head/; revision=72511
* Make shared library installed by the port comply with ELF conventions forMaxim Sobolev2002-07-091-0/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=62690
* Upgrade to 3.1.20Andrey A. Chernov2002-07-021-2/+1
| | | | Notes: svn path=/head/; revision=62306
* Fix query buffer overflowAndrey A. Chernov2002-05-151-3/+3
| | | | Notes: svn path=/head/; revision=59153
* Fix for new postgresql7 layoutAndrey A. Chernov2002-03-061-1/+1
| | | | | | | | PR: 35373 Submitted by: Nevermind <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=55639
* Switch to www:wwwAndrey A. Chernov2001-10-211-1/+4
| | | | Notes: svn path=/head/; revision=49029
* Upgrade to 1.3.19Andrey A. Chernov2001-08-231-1/+1
| | | | Notes: svn path=/head/; revision=46698
* Fix commentAndrey A. Chernov2001-08-111-1/+1
| | | | Notes: svn path=/head/; revision=46088
* Remove NO_LATEST_LINK, this is stable version nowAndrey A. Chernov2001-08-111-2/+0
| | | | Notes: svn path=/head/; revision=46080
* Upgrade to 3.1.17Andrey A. Chernov2001-07-021-1/+1
| | | | Notes: svn path=/head/; revision=44651
* Upgrade to 3.1.16Andrey A. Chernov2001-06-131-1/+1
| | | | Notes: svn path=/head/; revision=43948
* Sense openssl properlyAndrey A. Chernov2001-06-091-1/+8
| | | | Notes: svn path=/head/; revision=43724
* Upgrade to 3.1.15Andrey A. Chernov2001-06-081-1/+1
| | | | Notes: svn path=/head/; revision=43622
* Upgrade to 3.1.14Andrey A. Chernov2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43379
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Upgrade to 3.1.13Andrey A. Chernov2001-05-181-2/+2
| | | | Notes: svn path=/head/; revision=42702
* rand-related fixesAndrey A. Chernov2001-04-231-1/+1
| | | | Notes: svn path=/head/; revision=41821
* Fix remote buffer overflow in search.cgi argumentsAndrey A. Chernov2001-04-201-1/+1
| | | | Notes: svn path=/head/; revision=41698