<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/qdbm-plus, branch release/13.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-07-24T19:08:13Z</updated>
<entry>
<title>Update MASTER_SITES and WWW</title>
<updated>2020-07-24T19:08:13Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-07-24T19:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7049c0617accd41bf64ed0addd7c343faa8d6081'/>
<id>urn:sha1:7049c0617accd41bf64ed0addd7c343faa8d6081</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>Update MASTER_SITES and WWW</title>
<updated>2018-10-29T22:15:12Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2018-10-29T22:15:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c188371b39c5197925e500b3131cba46c3c77047'/>
<id>urn:sha1:c188371b39c5197925e500b3131cba46c3c77047</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>Retire WITHOUT_DEBUG flag.</title>
<updated>2017-10-15T14:05:04Z</updated>
<author>
<name>Guido Falsi</name>
<email>madpilot@FreeBSD.org</email>
</author>
<published>2017-10-15T14:05:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1fac01e5ea47d8b96439769d8282a08268ebc05'/>
<id>urn:sha1:b1fac01e5ea47d8b96439769d8282a08268ebc05</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.</title>
<updated>2016-04-01T14:00:51Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:00:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4e1b79a0a61f4973df8b4b0864d22086c769e219'/>
<id>urn:sha1:4e1b79a0a61f4973df8b4b0864d22086c769e219</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Fix shebangs</title>
<updated>2015-09-08T14:35:06Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2015-09-08T14:35:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=76c1faabccfc737ea55f19be1bafcdd3580e6b80'/>
<id>urn:sha1:76c1faabccfc737ea55f19be1bafcdd3580e6b80</id>
<content type='text'>
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
</content>
</entry>
<entry>
<title>- Take maintainership.</title>
<updated>2015-07-18T18:15:17Z</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2015-07-18T18:15:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28a76bdb9ba4cbb88a5a7d27a25373da98ba400d'/>
<id>urn:sha1:28a76bdb9ba4cbb88a5a7d27a25373da98ba400d</id>
<content type='text'>
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups.
</content>
</entry>
<entry>
<title>converters/libiconv:</title>
<updated>2015-04-15T08:20:27Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2015-04-15T08:20:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=074ea5282a00d556c73d86231bec5444990597dc'/>
<id>urn:sha1:074ea5282a00d556c73d86231bec5444990597dc</id>
<content type='text'>
- 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)
</content>
</entry>
<entry>
<title>- Fix build with clang</title>
<updated>2015-01-28T20:52:08Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2015-01-28T20:52:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=18c5da32326a88bd654ec02a840077ae703e4753'/>
<id>urn:sha1:18c5da32326a88bd654ec02a840077ae703e4753</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Cleanup plist</title>
<updated>2014-10-20T10:41:12Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-10-20T10:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8'/>
<id>urn:sha1:3edc030b9f4ebc1bbc06d185768d69e2c64ffbb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Stage support</title>
<updated>2014-02-02T11:00:29Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-02T11:00:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b9f6bf2dca1edf4569a50c03607bbc46cfbe6c7d'/>
<id>urn:sha1:b9f6bf2dca1edf4569a50c03607bbc46cfbe6c7d</id>
<content type='text'>
</content>
</entry>
</feed>
