aboutsummaryrefslogtreecommitdiff
path: root/databases/qdbm-plus
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2020-07-242-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=543364
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2018-10-292-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=483426
* Retire WITHOUT_DEBUG flag.Guido Falsi2017-10-151-1/+1
| | | | | | | | | | | | The flag has partial support across the tree, and the same effect can be obtained by using ".undef WITH_DEBUG". Reviewed by: mat, rene Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D12548 Notes: svn path=/head/; revision=452147
* 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
* - Fix shebangsDmitry Marakasov2015-09-081-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=396380
* - Take maintainership.Hiroki Sato2015-07-186-13/+76
| | | | | | | | | - Fix CFLAGS and LDFLAGS. - Fix a possible library path confusion. - Style clean-ups. Notes: svn path=/head/; revision=392440
* converters/libiconv:Tijl Coosemans2015-04-152-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Fix build with clangDmitry Marakasov2015-01-281-0/+27
| | | | | | | | | | Fixes this error: ./xadbm.h:75:19: error: out-of-line declaration of a member must be a definition [-Wout-of-line-declaration] Operators are still declared in xqdbm.h included from xadbm.h Notes: svn path=/head/; revision=378083
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371255
* - Stage supportMartin Wilke2014-02-021-1/+0
| | | | Notes: svn path=/head/; revision=342270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Update broken/outdated WWW entries. Remove those where no alternate source wasEmanuel Haupt2011-08-051-2/+0
| | | | | | | found. Notes: svn path=/head/; revision=278956
* - Update to 1.8.78Steve Wills2011-07-241-1/+58
| | | | Notes: svn path=/head/; revision=278261
* Update to 1.8.77Michael Johnson2007-12-211-1/+1
| | | | Notes: svn path=/head/; revision=204260
* dirrmtry %%DATADIR%%Michael Johnson2007-10-252-1/+2
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=201956
* Update to 1.8.76Michael Johnson2007-10-232-2/+3
| | | | Notes: svn path=/head/; revision=201820
* Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches ↵Michael Johnson2007-07-141-0/+1
| | | | | | | | | (which don't apply) Reported by: pav Notes: svn path=/head/; revision=195547
* - Update plist for qdbm updateMichael Johnson2007-03-082-37/+27
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=186916
* - Update plist for qdbm updateMichael Johnson2006-11-022-0/+6
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176242
* Add qdbm-plus (slave port to qdbm)Michael Johnson2006-09-253-0/+118
C++ API for QDBM WWW: http://qdbm.sourceforge.net/xspex.html Notes: svn path=/head/; revision=173825