Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.14 18 Feb 2023 20:06:29
    |
Antoine Brodin (antoine)  |
databases/mysql-connector-odbc: remove expired port |
5.3.14 02 Feb 2023 19:46:59
    |
Muhammad Moinur Rahman (bofh)  |
databases/mysql-connector-odbc: Update version 5.3.13=>5.3.14
- Add USES=ssl
- Mark to IGNORE_WITH_MYSQL=80 101m 102m 103m 57p 57w
- Mark DEPRECATED as requires EOLed mysql version 5.6 or 5.7
- Set EXPIRATION_DATE to 2023-12-31
Changes:
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-5-3-14.html |
5.3.13_1 01 Feb 2023 12:07:19
    |
Muhammad Moinur Rahman (bofh)  |
databases/mysql-connector-odbc: Ignore with mysql 8.0
- Take MAINTAINERSHIP
PR: 269203
Reported by: exp-run |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.3.13_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.3.13_1 20 Jul 2022 14:21:07
    |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
5.3.13_1 15 Jul 2021 10:10:55
    |
Alexey Dokuchaev (danfe)  |
databases/mysql-connector-odbc: unbreak the build against MySQL <5.7.
PR: 240484 |
5.3.13_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
5.3.13_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.3.13 18 Jul 2019 11:30:00
  |
pkubaj  |
databases/mysql-connector-odbc: fix build on GCC architectures
Needs USES=compiler:c++11-lang:
cc1plus: error: unrecognized command line option "-std=c++0x"
Approved by: mentors (implicit approval) |
5.3.13 01 Jul 2019 07:43:33
  |
ale  |
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine) |
5.3.4_1 16 May 2016 18:34:12
  |
amdmi3  |
- Add LICENSE
- 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 |
5.3.4_1 21 Apr 2016 15:41:24
  |
robak  |
databases/mysql-connector-odbc: release maintainership
PR: 208955
Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) |
5.3.4_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
5.3.4_1 31 Aug 2015 10:43:31
  |
pi  |
databases/mysql-connector-odbc: build and interoperate with mariadb-10
PR: 198925
Submitted by: Pavel Timofeev <timp87@gmail.com>
Approved by: sergey@network-asp.biz (maintainer timeout) |
5.3.4 11 May 2015 18:34:58
  |
mat  |
Cleanup DIST* variables.
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 |
5.3.4 21 Feb 2015 15:13:16
  |
pawel  |
- Update to version 5.3.4 [1]
- 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 |
5.1.9 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
5.1.9 05 May 2014 16:24:01
  |
bapt  |
Fix unixODBC vs libiodbc conflicts
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 |
5.1.9 14 Feb 2014 15:02:41
  |
miwi  |
- Stage support |
5.1.9 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
5.1.9 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
5.1.9 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
5.1.9 11 Feb 2012 18:59:15
 |
pawel  |
- Update to version 5.1.9 [1]
- Fix build when WITH_IODBC=true
PR: ports/161832 [1]
SUbmitted by: maintainer |
3.51.26_4 06 Feb 2012 12:25:50
 |
miwi  |
- Chase unixODBC shlib bump |
3.51.26_3 17 Oct 2011 04:35:02
 |
dougb  |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40 |
3.51.26_3 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
3.51.26_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
3.51.26_3 13 Jan 2011 09:17:14
 |
ale  |
Mark IGNORE with MySQL 5.5.
Feature safe: yes |
3.51.26_3 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
3.51.26_3 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
3.51.26_2 27 Jan 2009 05:13:10
 |
fjoe  |
Fix build with unixODBC 2.2.14: in 2.2.14 signatures of several functions
(SQLExtendedFetch, SQLColAttribute, SQLColAttributeW) were fixed.
Approved by: portmgr (marcus) |
3.51.26_1 23 Jan 2009 23:42:04
 |
pav  |
- Mark BROKEN: does not compile
Reported by: pointyhat |
3.51.26_1 09 Jan 2009 07:10:43
 |
beech  |
- Fix build
- 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) |
3.51.26 17 Jul 2008 14:23:37
 |
rafan  |
- Update to 3.51.26
- Fix pkg-plist when NOPORTDOCS is defined
PR: ports/125547
Submitted by: Sergey Prikhodko <sergey at network-asp.biz> (maintainer) |
3.51.12_1 09 Oct 2006 18:51:19
 |
alepulver  |
- Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).
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) |
3.51.12_1 11 Sep 2006 11:38:10
 |
miwi  |
- Respects CFLAGS
PR: ports/102242
Submitted by: Soeren Straarup <xride(at)x12.dk>
Approved by: maintainer timeout |
3.51.12_1 05 Jul 2006 02:30:58
 |
linimon  |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr |
3.51.12_1 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
3.51.12_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.51.12 17 Jan 2006 20:50:46
 |
mnag  |
Move databases/myodbc -> databases/mysql-connector-odbc
* 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 |