aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlrelay
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN: does not compilePav Lucistnik2012-05-131-0/+2
| | | | | | | | | | debugfile.C: In member function 'bool debugfile::openDebugFile()': debugfile.C:50: error: 'umask' was not declared in this scope Reported by: pointyhat Notes: svn path=/head/; revision=296563
* - Update to 0.44Jason Helfman2012-04-143-9/+3
| | | | | | | | | | | - unbreak and undeprecate PR: ports/166409 Submitted by: m.tsatsenko@gmail.com Approved by: maintainer timeout ( 19 days ) Notes: svn path=/head/; revision=294800
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | | | | as broken for more than 6 month Notes: svn path=/head/; revision=294459
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-3/+3
| | | | Notes: svn path=/head/; revision=290490
* - Mark BROKEN: does not compilePav Lucistnik2011-11-231-0/+2
| | | | | | | | | | | | | sqlrlistener.C: In member function 'void sqlrlistener::blockSignals()': sqlrlistener.C:755: error: 'class rudiments::signalset' has no member named 'getSignalSet' sqlrlistener.C:758: error: invalid conversion from 'void*' to 'void (*)(int)' sqlrlistener.C:758: error: initializing argument 1 of 'void rudiments::signalhandler::setHandler(void (*)(int))' Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=286326
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 0.41Sergey Skvortsov2009-11-025-33/+15
| | | | | | | | | | | | | | - Add WANT_GNOME [1] - Be PREFIX-neutral [2] Changes: PR: ports/137491 [1], ports/138912 [1], ports/139472 [2], Submitted by: Pavel Gubin <pg xx 2lazy.ru> [1], Anatoly Borodin <anatoly.borodin xx gmail.com> [1], Sahil Tandon <sahil xx tandon.net> [2] Notes: svn path=/head/; revision=243660
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+0
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix plist with -DNOPORT*.Ion-Mihai Tetcu2009-04-071-0/+3
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231832
* 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Add sample rc.d script to packagePav Lucistnik2008-07-232-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=217395
* Update to 0.39.4Sergey Skvortsov2008-07-034-6/+4
| | | | Notes: svn path=/head/; revision=216241
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5Rong-En Fan2007-03-031-1/+1
| | | | | | | - Bump PORTREVISION where necessary Notes: svn path=/head/; revision=186421
* Fix pkg-plistSergey Skvortsov2006-12-042-0/+6
| | | | | | | Pointed by: pointyhat (kris) Notes: svn path=/head/; revision=178872
* * update to 0.38Sergey Skvortsov2006-12-014-125/+17
| | | | | | | * take maintainership (approved by demon@) Notes: svn path=/head/; revision=178491
* Fix plist.Sergey Skvortsov2006-08-252-1/+3
| | | | | | | | Approved by: maintainer (demon) Pointed by: pointyhat (kris) Notes: svn path=/head/; revision=171386
* Update to 0.37.1Sergey Skvortsov2006-08-155-22/+9
| | | | | | | Approved by: maintainer (demon) Notes: svn path=/head/; revision=170738
* BROKEN: Does not compileKris Kennaway2006-05-211-0/+2
| | | | Notes: svn path=/head/; revision=163003
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+12
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+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
* Update to version 0.36.4.Dmitry Sivachenko2005-10-193-4/+3
| | | | Notes: svn path=/head/; revision=145825
* Upgrade to version 0.36.2.Dmitry Sivachenko2005-05-212-3/+3
| | | | Notes: svn path=/head/; revision=135747
* - Fix build on 4.11Sergey Matveychuk2005-05-211-1/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: demon (maintainer) Notes: svn path=/head/; revision=135743
* - Fix after spliting firebirdSergey Matveychuk2005-05-171-2/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer) Notes: svn path=/head/; revision=135485
* Update to version 0.36.1.Dmitry Sivachenko2005-05-098-161/+160
| | | | Notes: svn path=/head/; revision=134916
* BROKEN: Installs file in /etcKris Kennaway2005-05-071-0/+2
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=134817
* 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
* - Chase freetds shlib bumpPav Lucistnik2005-04-111-1/+1
| | | | Notes: svn path=/head/; revision=133084
* 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
* Do not create needless directory.Dmitry Sivachenko2005-02-142-3/+6
| | | | | | | Add missing @dirrm. Notes: svn path=/head/; revision=128753
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-3/+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
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-1/+2
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* Chase the upgrade of Python 2.4, to unbreak py24-sqlrelay.Thierry Thomas2004-12-151-2/+13
| | | | | | | | | PR: ports/74963 Submitted by: /me Approved by: demon (maintainer). Notes: svn path=/head/; revision=124159
* Take maintainership;Dmitry Sivachenko2004-10-165-81/+68
| | | | | | | | Use autoconf to generate configure script. Remove redundant bits which were probably needed for older versions of sqlrelay. Notes: svn path=/head/; revision=119618
* Update to version 0.35.Dmitry Sivachenko2004-08-306-53/+70
| | | | Notes: svn path=/head/; revision=117633
* Use OPTIONS.Dmitry Sivachenko2004-06-201-31/+27
| | | | | | | | Use correct syntax to tell configure to disable extensions. Remove unneeded dependency. Notes: svn path=/head/; revision=111866
* Explicitly disable TCL support and fix pkg-plist accordingly.Dmitry Sivachenko2004-05-302-16/+1
| | | | | | | | | Set the same options for BATCH and !BATCH builds. PLIST breakage found by: kris Notes: svn path=/head/; revision=110415
* Update to version 0.34.3. Merger some changes from the PR.Dmitry Sivachenko2004-05-286-30/+27
| | | | | | | | PR: 66646 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=110182
* Update to version 0.34.2.Dmitry Sivachenko2004-05-2610-305/+220
| | | | | | | | | | | | Remove BROKEN for 5.X. Leave BROKEN for 4.X since I didn't test there, but I hope it should work. More testing is needed. I switched off all DB variants support but MySQL due to the lack of tests. Comments welcome. Notes: svn path=/head/; revision=110063