summaryrefslogtreecommitdiff
path: root/databases/recutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/recutils: Add CPE informationStefan Eßer2021-10-141-1/+2
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to option helpers.Alexey Dokuchaev2021-03-071-1/+1
|
* Hook the tests to our framework. Unfortunately, `devel/check' should beAlexey Dokuchaev2021-03-061-2/+4
| | | | | available during the build stage (it is detected by the configure script), so it must be put on the BUILD_DEPENDS rather than expected TEST_DEPENDS.
* - Unbreak the build with MDB support after r561652 and enable itAlexey Dokuchaev2021-03-063-3/+51
| | | | | | by default to help catch API breakages in the future - Enable CURL option because it is very common dependency anyway - Add an option to build the recutils bash(1) builtins
* databases/mdbtools: Update to 0.9.1Rainer Hurling2021-01-151-0/+1
| | | | | | | | | | | | | - 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
* Update maintainer's email address.Alexey Dokuchaev2020-12-161-1/+1
|
* - Add pkgconfig to USES list, it's used during configure:Alexey Dokuchaev2020-03-182-2/+8
| | | | | | currently lack of it did not affect the build, but that might change one day - Allow to build with MS Access database (.mdb) support
* - Update `databases/recutils' to version 1.8Alexey Dokuchaev2020-03-173-7/+26
| | | | | | | | | | | - Ensure that we always have UUID support by explicitly depending on `misc/e2fsprogs-libuuid' - Build with encryption support enabled by default - Allow to build with cURL support (remote descriptors) - Strip installed binaries and hook the provided test suite to our framework; fix LICENSE Approved by: maintainer
* Drop workaround for qemu-user-static hang after r517350Jan Beich2019-11-131-4/+0
| | | | | | | | | GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an emulated application but no longer hangs. While the behavior differs from real hardware it matches the one from before r456518 that was hardcoded as gl_cv_func_printf_enomem=no workaround. PR: 224740
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816
* Skip ENOMEM check for printf when building with qemu, this makesAntoine Brodin2018-03-171-0/+4
| | | | | | | | configure hang PR: 224740 Reported by: pkg-fallout MFH: 2018Q1
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
|
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-252-2/+3
| | | | Approved by: portmgr blanket
* - Belatedly update to version 1.7Alexey Dokuchaev2014-05-213-5/+5
| | | | | | - Move USES knob where it's normally found Approved by: maintainer (implicit)
* - Update to version 1.6Alexey Dokuchaev2014-01-093-22/+24
| | | | | | - Use OPTIONS helpers, stagify Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* Do not modify charset.aliasAntoine Brodin2013-06-291-0/+1
|
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* Install a few docs; omit port revision bump as this port was added for aAlexey Dokuchaev2012-11-011-1/+8
| | | | | | | private request just couple of hours ago and thus probably not installed in sufficient quantities to warrant it. Feature safe: yes
* Add GNU recutils, a set of tools and libraries to access human-editable,Alexey Dokuchaev2012-11-014-0/+75
text-based databases called recfiles. Feature safe: yes