aboutsummaryrefslogtreecommitdiff
path: root/databases/libdbi-drivers
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/libdbi-drivers: remove unnecessary call to sedSteve Wills2020-03-151-2/+0
| | | | | | | | No longer needed as this versions supports --prefix and don't contain -O20 in configure Notes: svn path=/head/; revision=528490
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* databases/libdbi-drivers: fix build with GCC-based architecturesPiotr Kubaj2019-07-081-1/+1
| | | | | | | | | | Since the switch to MySQL 5.7, C11-aware compiler is required: /usr/bin/ld: cannot find -latomic Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506213
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Convert to USES=mysql sqlitePawel Pekala2016-08-261-2/+5
| | | | | | | - Add LICENSE info Notes: svn path=/head/; revision=420925
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Move dbdir to /varDmitry Marakasov2015-03-111-2/+9
| | | | | | | - Add empty directories to plist Notes: svn path=/head/; revision=380992
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375020
* Switch to USES=pgsqlChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373091
* - Minor rework: simplify plist handling, drop unused statementsDmitry Marakasov2014-08-262-51/+12
| | | | | | | | | - Drop .la files, no dependees require them - Strip libraries - Fix libdbi include path (fixes build for certain options combs like only MYSQL enabled) Notes: svn path=/head/; revision=366175
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-35/+36
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Convert to USES=libtool.Tijl Coosemans2014-04-242-7/+3
| | | | Notes: svn path=/head/; revision=352021
* Update to version 0.9.0 of libdbi-drivers to go with the same version ofGerald Pfeifer2014-03-035-177/+9
| | | | | | | | | | | | libdbi. This drops support for msgl, sqlite2, firebird and freetds. [1] Use DISTVERSION in MASTER_SITE instead of duplicating this information. PR: 178780 [1] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1] Notes: svn path=/head/; revision=346970
* - Remove useless bmake/fmake checkMartin Wilke2014-02-141-2/+0
| | | | | | | - While here convert USE_GMAKE to USES Notes: svn path=/head/; revision=344277
* - Convert to stagingGuido Falsi2013-10-091-63/+20
| | | | | | | | - Use option helpers - Convert LIB_DEPENDS to new format and remove ABI version number Notes: svn path=/head/; revision=329942
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* I no longer use this port, return it back to pool.Xin LI2013-05-291-1/+1
| | | | Notes: svn path=/head/; revision=319395
* Fix build with bmakeBaptiste Daroussin2013-05-031-0/+4
| | | | Notes: svn path=/head/; revision=317214
* Convert to new options framework left unconverted ports in databases categoryBaptiste Daroussin2013-03-211-26/+14
| | | | Notes: svn path=/head/; revision=314856
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - dbi.0 => dbi.1Cheng-Lung Sung2011-03-071-2/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=270443
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Handle custom LOCALBASE.Xin LI2009-12-091-2/+3
| | | | | | | | Reported by: QAT Submitted by: wen Notes: svn path=/head/; revision=245440
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Fix a few common typos in pkg-descr ("separate", "compatible").Jimmy Olgeni2009-08-161-1/+1
| | | | Notes: svn path=/head/; revision=239651
* -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
* Use "UTF-8" when "UTF8" is being used.Xin LI2009-07-202-1/+11
| | | | | | | | Submitted by: "O. Hartmann" <ohartman zedat fu-berlin de> PR: ports/136856 Notes: svn path=/head/; revision=238095
* Refresh patch. No real content change.Xin LI2009-07-201-9/+9
| | | | Notes: svn path=/head/; revision=238094
* Rename databases/firebird2-* to databases/firebird20-*Sergey Skvortsov2008-11-241-1/+1
| | | | Notes: svn path=/head/; revision=223317
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 2.8.3-1Xin LI2008-04-153-37/+113
| | | | Notes: svn path=/head/; revision=211324
* Update to 0.8.2-1.Xin LI2008-01-314-85/+59
| | | | Notes: svn path=/head/; revision=206521
* - 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
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+13
| | | | | | | 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
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* 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
* Update to 0.8.1Marcus Alves Grando2005-10-025-26/+114
| | | | | | | | | Add support to FreeTDS Approved by: delphij (maintainer via email), pav (mentor) Notes: svn path=/head/; revision=143982
* Update to 0.8.0Marcus Alves Grando2005-09-163-40/+72
| | | | | | | | | PR: ports/85661 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: pav (mentor), delphij (maintainer) Notes: svn path=/head/; revision=142955
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-1/+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
* - Add mSQL dependence. Off by default.Sergey Matveychuk2004-12-261-8/+9
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=125194
* - OPTIONize the port to make it easier to choose drivers.Sergey Matveychuk2004-12-251-4/+14
| | | | | | | | | | | | | | - Use libtool 1.5 rather than deprecated 1.3 - For those who don't choose any drivers, mark IGNORE to prevent installation - Thus bump PORTREVISION - Pass maintainership to submitter PR: ports/75457 Submitted by: delphij Notes: svn path=/head/; revision=125181
* 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
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems Notes: svn path=/head/; revision=109952
* - Update to version 0.7.1Kirill Ponomarev2004-03-263-22/+11
| | | | | | | | PR: ports/64759 Submitted by: Ports Fury Notes: svn path=/head/; revision=105332
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360