aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-odbc
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql-connector-odbc: unbreak the build against MySQL <5.7.Alexey Dokuchaev2021-07-152-0/+22
| | | | PR: 240484
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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/mysql-connector-odbc: fix build on GCC architecturesPiotr Kubaj2019-07-181-1/+1
| | | | | | | | | | Needs USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=c++0x" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506850
* Update default MySQL version to 5.7.Alex Dupre2019-07-018-127/+25
| | | | | | | | | | PR: 238365 Submitted by: ale Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=505549
* - Add LICENSEDmitry Marakasov2016-05-162-9/+12
| | | | | | | | | | | | - Switch to USES=mysql - Don't install license with documentation - Mark MAKE_JOBS_UNSAFE, sporadic build failures with parallel build: CMake Error at cmake/generateinifiles.cmake:60 (CONFIGURE_FILE): configure_file Problem configuring file Notes: svn path=/head/; revision=415353
* databases/mysql-connector-odbc: release maintainershipBartek Rutkowski2016-04-211-1/+1
| | | | | | | | PR: 208955 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Notes: svn path=/head/; revision=413739
* 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
* databases/mysql-connector-odbc: build and interoperate with mariadb-10Kurt Jaeger2015-08-317-23/+95
| | | | | | | | | PR: 198925 Submitted by: Pavel Timofeev <timp87@gmail.com> Approved by: sergey@network-asp.biz (maintainer timeout) Notes: svn path=/head/; revision=395662
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Update to version 5.3.4 [1]Pawel Pekala2015-02-215-29/+35
| | | | | | | | | | | | | | | | - Mark ignored for versions 51 and 55 of mysql [1] - Move things to proper places in Makefile - Remove PLIST_SUB, no subs needed - Define DOCS option, port uses PORTDOCS - Switch to PLIST_FILES, port installs only 3 files - Remove Author tag from pkg-descr file PR: 197348 [1] Submitted by: timp87@gmail.com [1] Approved by: maintainer timeout Notes: svn path=/head/; revision=379523
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-17/+0
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* - Stage supportMartin Wilke2014-02-141-1/+0
| | | | Notes: svn path=/head/; revision=344240
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to version 5.1.9 [1]Pawel Pekala2012-02-1110-197/+72
| | | | | | | | | | - Fix build when WITH_IODBC=true PR: ports/161832 [1] SUbmitted by: maintainer Notes: svn path=/head/; revision=290936
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-2/+2
| | | | Notes: svn path=/head/; revision=290490
* Remove references to mysql 323 and 40, most commonly of the form:Doug Barton2011-10-171-1/+1
| | | | | | | IGNORE_WITH_MYSQL= 323 40 Notes: svn path=/head/; revision=283682
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Mark IGNORE with MySQL 5.5.Alex Dupre2011-01-131-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267729
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | -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 build with unixODBC 2.2.14: in 2.2.14 signatures of several functionsMax Khon2009-01-274-8/+73
| | | | | | | | | (SQLExtendedFetch, SQLColAttribute, SQLColAttributeW) were fixed. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=226944
* - Mark BROKEN: does not compilePav Lucistnik2009-01-231-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226744
* - Fix buildBeech Rintoul2009-01-094-1/+46
| | | | | | | | | | | | | - Bump portrevision PR: ports/129629 [1] PR: ports/130308 [2] Submitted by: RandomUser <rannumgen@globaleyes.net> [1] Submitted by: Dan Caescu <daniel@freebsd.ro> [2] Approved by: maintainer timeout (2+ weeks) Notes: svn path=/head/; revision=225538
* - Update to 3.51.26Rong-En Fan2008-07-179-98/+27
| | | | | | | | | | - Fix pkg-plist when NOPORTDOCS is defined PR: ports/125547 Submitted by: Sergey Prikhodko <sergey at network-asp.biz> (maintainer) Notes: svn path=/head/; revision=216954
* - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).Alejandro Pulver2006-10-091-5/+13
| | | | | | | | | | | | | PR: ports/103293 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: girgen (databases/postgresql-odbc), fjoe (databases/libodbc++), sergey@network-asp.biz (databases/mysql-connector-odbc, timeout), delphij@FreeBSD.org (net/openldap23-server), mat@FreeBSD.org (databases/p5-DBD-ODBC) Notes: svn path=/head/; revision=175125
* - Respects CFLAGSMartin Wilke2006-09-111-2/+2
| | | | | | | | | PR: ports/102242 Submitted by: Soeren Straarup <xride(at)x12.dk> Approved by: maintainer timeout Notes: svn path=/head/; revision=172774
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* 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-1/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Move databases/myodbc -> databases/mysql-connector-odbcMarcus Alves Grando2006-01-1711-56/+132
| | | | | | | | | | | | | | | | | | | | | | | | * MOVED Added antry about move * databases/Makefile Remove databases/myodbc Add databases/mysql-connector-odbc * databases/myodbc Removed * databases/mysql-connector-odbc Update to 3.51.12 Reorganize Makefile Now default DRIVER_MANAGER is unixodbc PR: 89939 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Repocopy by: marcus Notes: svn path=/head/; revision=153759
* 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
* BROKEN on 5.x !i386: Does not compileKris Kennaway2005-03-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132025
* - update to 3.51.11Sergey Matveychuk2005-03-056-444/+19
| | | | | | | | | | - removed unneded dependancies on publib and libltdl PR: ports/78432 Submitted by: maintainer Notes: svn path=/head/; revision=130394
* - Update to 3.51.10Sergey Matveychuk2005-01-135-27/+477
| | | | | | | | | | | | | - Fix building with iodbc driver - Add building of thread-safe lib - Using ${MASTER_SITE_MYSQL} - Pass mainteintership to submitter PR: ports/76216 Submitted by: Sergey Prikhodko <sergey(at)network-asp.biz> Notes: svn path=/head/; revision=126383
* BROKEN: Does not compileKris Kennaway2004-11-241-0/+2
| | | | Notes: svn path=/head/; revision=122320
* Add missing fileKris Kennaway2004-11-131-0/+1
| | | | Notes: svn path=/head/; revision=121501
* Set maintainer to ports@FreeBSD.orgEdwin Groothuis2004-10-251-1/+1
| | | | | | | | | | | | | From: The Post Office <postmaster@trolltech.com> To: edwin@mavetju.org This is a collection of reports about email delivery process concerning a message you originated: error: nosuchuser: ebakke@trolltech.com Notes: svn path=/head/; revision=120144
* - Fix build against unixodbc on FreeBSD 4.x: don't build samples, theyPav Lucistnik2004-05-051-1/+2
| | | | | | | | | are not being installed anyway Submitted by: Mattias Schlenker <mattias@schlenker-webdesign.de> Notes: svn path=/head/; revision=108442
* - Update to 3.51.06Pav Lucistnik2004-04-105-65/+19
| | | | | | | | | PR: ports/64059 Submitted by: Sergey Prihodko <sergey@migsoft.com.ua> This patch by: Erik H. Bakke <ebakke@trolltech.com> (maintainer) Notes: svn path=/head/; revision=106657
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Fix configure when used with unixODBC.Anders Nordby2002-05-041-1/+2
| | | | | | | | PR: 37721 Submitted by: maintainer Notes: svn path=/head/; revision=58523
* Compatibility patch so that ODBCVER=0x0300 works on 4-STABLE.Bruce A. Mah2002-03-071-0/+19
| | | | | | | Approved by: "Erik H. Bakke" <ebakke@trolltech.com> (maintainer) Notes: svn path=/head/; revision=55688
* Add a knob to allow tweaking ODBCVER at port build time. One mightBruce A. Mah2002-03-012-0/+42
| | | | | | | | | want to set ODBCVER=0x0300 to get long long integer support. Approved by: "Erik H. Bakke" <ebakke@trolltech.com> (maintainer) Notes: svn path=/head/; revision=55385