aboutsummaryrefslogtreecommitdiff
path: root/databases/tdbc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/tdbc: update to 1.1.1Pietro Cerutti2019-11-042-14/+14
| | | | Notes: svn path=/head/; revision=516619
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* databases/tdbc: update to 1.1.0Pietro Cerutti2018-11-192-13/+13
| | | | Notes: svn path=/head/; revision=485318
* databases/tdbc: update to 1.0.6Pietro Cerutti2018-01-022-13/+13
| | | | Notes: svn path=/head/; revision=457844
* databases/tdbc: update to 1.0.5, cleanup MakefilePietro Cerutti2017-08-213-17/+23
| | | | Notes: svn path=/head/; revision=448457
* databases/tdbc: switch to USES=mysqlPietro Cerutti2016-12-091-1/+2
| | | | Notes: svn path=/head/; revision=428217
* Convert a few more ports to USES=tcl:teaPietro Cerutti2016-04-211-4/+4
| | | | Notes: svn path=/head/; revision=413730
* 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/tdbc: update to 1.0.4Pietro Cerutti2016-03-013-68/+44
| | | | | | | | While at it, switch to OPTIONS helper and install header files in a dedicated directory to avoid potential clashes. Notes: svn path=/head/; revision=409883
* - Update to 1.0.3Pietro Cerutti2015-03-163-17/+17
| | | | Notes: svn path=/head/; revision=381452
* Cleanup plistBaptiste Daroussin2014-10-201-12/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to 1.0.1Pietro Cerutti2014-08-273-20/+22
| | | | Notes: svn path=/head/; revision=366327
* Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365614
* - STAGE-cleanPietro Cerutti2014-02-182-19/+30
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=344921
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | 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-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Convert USE_TCL to USES=tclPietro Cerutti2013-09-191-1/+1
| | | | Notes: svn path=/head/; revision=327616
* - update to 1.0.0Pietro Cerutti2013-01-092-16/+30
| | | | Notes: svn path=/head/; revision=310152
* - Update maintainership of my Tcl/Tk ports to tcltk@Pietro Cerutti2012-11-261-1/+1
| | | | | | | | | - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307807
* - Sync with upstreamPietro Cerutti2012-10-046-69/+23
| | | | | | | | | - Bump PORTREVISION (PORTVERSION has not changed) - Convert to OptionsNG - Remove libiodbc option for ODBC driver (does not work) Notes: svn path=/head/; revision=305254
* - Add a patch (http://tdbc.tcl.tk/index.cgi/tktview?name=0dda7dbb73)Pietro Cerutti2012-05-102-1/+19
| | | | | | | - Respect PREFIX Notes: svn path=/head/; revision=296365
* - New port: databases/tdbcPietro Cerutti2012-04-166-0/+193
TDBC is the Tcl Database Connectivity, an abstraction layer for database drivers in the Tcl programming language. It currently supports drivers for MySQL, PostgreSQL, SQLite, and ODBC through either unixODBC or iODBX. Notes: svn path=/head/; revision=294909