summaryrefslogtreecommitdiff
path: root/databases/mdbtools/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to avoid adding install.tgz into dist-mans_MANS which would resultBaptiste Daroussin2015-09-131-0/+15
| | | | | | in automatic create some mant targets which are unexpected. Upstream is abusing automake here
* databases/mdbtools: update to 0.7.1William Grzybowski2013-11-1012-269/+8
| | | | | | | | | | | - Update to 0.7.1 - Chase API change in dependent ports - Allow staging - Add LICENSE (GPLv2) - Pass maintainership to submitter PR: ports/182973 Submitted by: Rainer Hurling <rhurlin gwdg.de>
* - fix build when gmone is installed [1]Ion-Mihai Tetcu2007-01-082-0/+25
| | | | | | | - pet portlint a little [2] PR: ports/107507 Submitted by: Denis Eremenko <moonshade@pnhz.kz> [1], itetcu (me) [2]
* - Add `extern "C"' in headers files. It fixes linking with C++ applications.Sergey Matveychuk2005-12-112-0/+43
| | | | Discussed with: Alex Lyashkov (Umka #bsd-unix @rusnet)
* Add a patch found in the SourceForge page of this project.Mikhail Teterin2003-04-151-0/+33
| | | | | No REVISION bump, since the port was not building until 10 minutes ago.
* Really fix this port. Make it depend on libgnomeui if present, andJoe Marcus Clarke2003-04-154-7/+135
| | | | | | conditionalize the plist accordingly. According to the mdbtools homepage, this port requires bison, so set things accordingly. Also, correct some gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
* Force it use yacc(1) instead of ``bison -y''. The port's configure scriptMikhail Teterin2003-04-151-0/+7
| | | | | | | detects the byacc's presense, but does not use it... A more generic patch will be sent to developers. Missing dependency pointed out by: kris
* Attempt to fix build with GNOME 2. This isn't perfect, but it should solveJoe Marcus Clarke2003-04-151-0/+10
| | | | | | the build problems people have been seeing. Reported by: Fredrick Nilsson <fredrick.nilsson@framfab.se>
* Upgrade to 0.5 (from 0.4). BUILD_DEPEND on gawk to ensure the man-pages are ↵Mikhail Teterin2003-04-082-0/+23
| | | | | | built. Add some bug-fixes noticed by the compiler.
* upgrade to 0.4Ying-Chieh Liao2002-10-224-55/+0
|
* add mdbtoolsYing-Chieh Liao2001-04-274-0/+55
Utilities and libraries to export data from MS Access databases (.mdb) PR: 26855 Submitted by: Anders Nordby <anders@fix.no>