summaryrefslogtreecommitdiff
path: root/databases/mdbtools/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mdbtools: Update to 1.0.1Rainer Hurling2024-12-261-11/+0
| | | | | | Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v1.0.1 MFH: 2024Q4
* databases/mdbtools: Allow newer LLMV/ClangDaniel Engberg2024-11-241-0/+11
| | | | | | | | | | - Import patch from macports repo - Improve Makefile for readability - Bump PORTVERSION because of different pkg size PR: 282938 MFH: 2024Q4
* databases/mdbtools: Update to 0.9.1Rainer Hurling2021-01-153-15/+38
| | | | | | | | | | | | | | | | - Switch to a new fork on Github - Split NLS (gettext) as an option - Remove gmdb2 GUI (will come back as own port) Changelog: https://github.com/mdbtools/mdbtools/releases PR: 250515 Submitted by: Thaddeus Covert <tcovert+freebsd@sahuagin.net> (initial draft) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D28118 Notes: svn path=/head/; revision=561652
* atabases/mdbtools: Update to 0.8.2Steve Wills2020-08-021-8/+0
| | | | | | | | PR: 247764 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) Notes: svn path=/head/; revision=543967
* 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 Notes: svn path=/head/; revision=396816
* 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> Notes: svn path=/head/; revision=333427
* - 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] Notes: svn path=/head/; revision=181734
* - 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) Notes: svn path=/head/; revision=150884
* 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. Notes: svn path=/head/; revision=79017
* 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. Notes: svn path=/head/; revision=79016
* 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 Notes: svn path=/head/; revision=79013
* 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> Notes: svn path=/head/; revision=79000
* 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. Notes: svn path=/head/; revision=78621
* upgrade to 0.4Ying-Chieh Liao2002-10-224-55/+0
| | | | Notes: svn path=/head/; revision=68599
* 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> Notes: svn path=/head/; revision=41942