aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-odbc
Commit message (Collapse)AuthorAgeFilesLines
* 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/postgresql-odbc: Update version 11.00.0000=>11.01.0000Muhammad Moinur Rahman2019-06-112-4/+4
| | | | Notes: svn path=/head/; revision=503950
* databases/postgresql-odbc: Update version 10.03.0000=>11.00.0000Muhammad Moinur Rahman2018-12-312-5/+4
| | | | Notes: svn path=/head/; revision=488827
* 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
* Mark these ports as broken on powerpc64.Mark Linimon2018-09-181-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480010
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* databases/postgresql-odbc: Update version 10.02.0000=>10.03.0000Muhammad Moinur Rahman2018-07-232-4/+4
| | | | Notes: svn path=/head/; revision=475203
* - Fix LICENSEDmitry Marakasov2018-05-162-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=470111
* databases/postgresql-odbc: Update version 10.01.0000=>10.02.0000Muhammad Moinur Rahman2018-04-232-4/+4
| | | | | | | Relnotes: https://git.postgresql.org/gitweb/?p=psqlodbc.git;a=log;h=refs/tags/REL-10_02_0000 Notes: svn path=/head/; revision=468146
* Update to latest versionPalle Girgensohn2017-12-282-5/+4
| | | | Notes: svn path=/head/; revision=457465
* databases/postgresql-odbc: Fix c11 rompiler supportMuhammad Moinur Rahman2017-09-191-1/+3
| | | | | | | Reported by: cmt@burggraben.net Notes: svn path=/head/; revision=450132
* databases/postgresql-odbc: Update version 09.06.0310=>09.06.0500Muhammad Moinur Rahman2017-09-192-4/+4
| | | | Notes: svn path=/head/; revision=450102
* databases/postgresql-odbc: Update version 09.06.0200=>09.06.3100Muhammad Moinur Rahman2017-05-202-5/+5
| | | | | | | https://odbc.postgresql.org/docs/release.html Notes: svn path=/head/; revision=441297
* databases/postgresql-odbc: Update version 09.06.0100=>09.06.0200Muhammad Moinur Rahman2017-04-092-4/+4
| | | | Notes: svn path=/head/; revision=438075
* databases/postgresql-odbc: Update version 09.05.0400=>09.06.0100Muhammad Moinur Rahman2017-03-054-14/+14
| | | | Notes: svn path=/head/; revision=435466
* databases/postgresql-odbc: Update version 09.05.0210=>09.05.0400Muhammad Moinur Rahman2016-08-102-7/+9
| | | | | | | - Use proper usage of OPTIONSNG Notes: svn path=/head/; revision=420038
* databases/postgresql-odbc: Update version 09.05.0200=>09.05.0210Muhammad Moinur Rahman2016-04-182-3/+3
| | | | Notes: svn path=/head/; revision=413561
* databases/postgresql-odbc: Update version 09.05.0100=>09.05.0200Muhammad Moinur Rahman2016-04-102-3/+3
| | | | Notes: svn path=/head/; revision=412968
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/postgresql-odbc: Update version 09.03.0400=>09.05.0100Muhammad Moinur Rahman2016-02-274-10/+10
| | | | | | | - Fix patch files for 'make makepatch' Notes: svn path=/head/; revision=409690
* databases/postgresql-odbc: Update version 09.01.0200=>09.03.0400Muhammad Moinur Rahman2015-03-144-12/+11
| | | | | | | | | - Take MAINTAINERSHIP Approved by: bapt marino (implicit) Notes: svn path=/head/; revision=381263
* - Simplify MASTER_SITESDmitry Marakasov2015-03-051-16/+17
| | | | | | | | | - Add LICENSE_FILE - Simplify the port - Fix typo which prevented correct examples packaging Notes: svn path=/head/; revision=380472
* Reset maintainershipBaptiste Daroussin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371040
* Convert pgsql ports to use USES+=pgsqlChris Rees2014-08-251-1/+1
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=366114
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-051-25/+10
| | | | | | | | | | | | | | | | | | | 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
* Remove trailing whitespaces from category databasesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345402
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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-1/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update MAINTAINER email address for all my portsPo-Chien Lin2013-02-131-1/+1
| | | | | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor) Notes: svn path=/head/; revision=312143
* - Update to 09.01.0200Steve Wills2013-01-135-51/+29
| | | | | | | | | | | | | - Give maintainership to submitter - Add LICENSE - Switch to OptionsNG - Switch pkg-plist to PORTDOCS and PLIST_FILES PR: ports/174885 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=310348
* - chase databases/unixODBC shlib bumpMartin Wilke2012-02-101-1/+2
| | | | Notes: svn path=/head/; revision=290855
* - update to 08.04.0200 [1]Baptiste Daroussin2011-03-175-60/+7
| | | | | | | | | | - cleanup the Makefile PR: ports/144993 [1] Submitted by: Berend de Boer <berend _at_ pobox.com> Notes: svn path=/head/; revision=271147
* IGNORE until someone provides an update - contents of numeric fields returned asStefan Walter2010-11-101-0/+2
| | | | | | | | | | | 0 in this version. PR: 144993 Submitted by: Berend de Boer <berend@pobox.com> (+ submitter timeout, thus no update at this point) Notes: svn path=/head/; revision=264350
* Reassign to freebsd-ports, per maintainer email to ports@.Mark Linimon2010-08-171-1/+1
| | | | Notes: svn path=/head/; revision=259454
* - Update to 08.04.0100.Felippe de Meirelles Motta2009-11-043-22/+28
| | | | | | | | PR: ports/137046 Submitted by: Alex Goncharov <alex-goncharov@comcast.net> (maintainer) Notes: svn path=/head/; revision=243801
* Fix build with unixODBC 2.2.14: in 2.2.14 signatures of several functionsMax Khon2009-01-275-2/+74
| | | | | | | | | (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
* - Update to 08.03.0400Martin Wilke2008-11-222-4/+4
| | | | | | | | PR: 129058 Submitted by: Alex Goncharov <alex-goncharov@comcast.net> (maintainer) Notes: svn path=/head/; revision=223219
* - Update to 08.03.03Martin Wilke2008-10-243-16/+11
| | | | | | | | PR: 128307 Submitted by: Alex Goncharov <alex-goncharov@comcast.net> (maintainer) Notes: svn path=/head/; revision=222030
* - Try to fix plist for NOPORTDOCSPav Lucistnik2008-09-041-15/+15
| | | | | | | Reported by: ionbot Notes: svn path=/head/; revision=219866
* - Update to 8.3.2Pav Lucistnik2008-09-044-47/+77
| | | | | | | | PR: ports/126963 Submitted by: Alex Goncharov <alex-goncharov@comcast.net> (maintainer) Notes: svn path=/head/; revision=219864
* Reassign this port to alex-goncharov@comcast.net.Palle Girgensohn2008-08-181-1/+1
| | | | Notes: svn path=/head/; revision=218751
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-282-0/+2
| | | | Notes: svn path=/head/; revision=183519
* - Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).Alejandro Pulver2006-10-091-8/+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
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Add myself as committer, and use my @FreeBSD.org address.Palle Girgensohn2004-12-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=123277
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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