aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* and update to 3.3.7Edwin Groothuis2008-05-053-26/+48
| | | | Notes: svn path=/head/; revision=212621
* Update to 3.3.5Edwin Groothuis2008-05-053-5/+8
| | | | | | | Enable threads by default since it won't compile without them (that might be a sign) Notes: svn path=/head/; revision=212620
* update www/mnogosearch port to 3.3.4Edwin Groothuis2007-09-234-27/+34
| | | | | | | | | | Update mnogosearch to 3.3.4 PR: ports/115887 Submitted by: Jaime Bozza <jbozza@mindsites.com> Notes: svn path=/head/; revision=199934
* Drop maintainership.Sam Lawrance2007-01-231-1/+1
| | | | Notes: svn path=/head/; revision=183062
* Update to 3.2.39.Sam Lawrance2006-09-124-17/+36
| | | | | | | | 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-232-2/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 3.2.35Sam Lawrance2005-12-163-6/+15
| | | | | | | | 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 plistSam Lawrance2005-06-301-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=138222
* Fix two problems:Sam Lawrance2005-06-102-3/+13
| | | | | | | | | | | | - 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
* (I missed the adds and removes on the first try)Sam Lawrance2005-06-094-72/+11
| | | | | | | | | | | - Update to 3.2.32 [1] - 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=137090
* - Update to 3.2.32 [1]Sam Lawrance2005-06-096-198/+459
| | | | | | | | | | - 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-033-48/+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
* Add missing fileKris Kennaway2004-11-131-0/+1
| | | | Notes: svn path=/head/; revision=121501
* 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-142-1/+2
| | | | Notes: svn path=/head/; revision=111430
* Properly detect <netinet/ip.h>Andrey A. Chernov2004-06-142-6/+16
| | | | Notes: svn path=/head/; revision=111429
* Use libtool from portsAndrey A. Chernov2004-06-142-2/+49
| | | | Notes: svn path=/head/; revision=111426
* Upgrade to 3.1.21Andrey A. Chernov2004-05-216-53/+47
| | | | | | | PR: 66353 Notes: svn path=/head/; revision=109616
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+1
| | | | Notes: svn path=/head/; revision=104775
* 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-242-1/+17
| | | | 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-072-1/+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-093-6/+18
| | | | | | | | | | | | 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-024-14/+3
| | | | Notes: svn path=/head/; revision=62306
* Fix PLIST.Maxim Sobolev2002-05-241-1/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=59905
* Fix query buffer overflowAndrey A. Chernov2002-05-153-7/+18
| | | | 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-213-3/+7
| | | | Notes: svn path=/head/; revision=49029
* Upgrade to 1.3.19Andrey A. Chernov2001-08-232-2/+2
| | | | Notes: svn path=/head/; revision=46698
* Fix commentAndrey A. Chernov2001-08-111-1/+1
| | | | Notes: svn path=/head/; revision=46088