aboutsummaryrefslogtreecommitdiff
path: root/textproc/gmetadom/files
Commit message (Collapse)AuthorAgeFilesLines
* textproc/gmetadom: Fix build with Clang 6Tobias Kortkamp2018-07-291-0/+15
| | | | | | | | | | | ./../include/GdomeSmartDOMTraits.hh:101:25: error: non-constant-expression cannot be narrowed from type 'std::__1::char_traits<unsigned short>::int_type' (aka 'unsigned long') to 'std::__1::char_traits<unsigned short>::char_type' (aka 'unsigned short') in initializer list [-Wc++11-narrowing] char_type __r = { __c }; ^~~ http://beefy8.nyi.freebsd.org/data/head-armv6-default/p475340_s336728/logs/gmetadom-0.2.6_4.log Notes: svn path=/head/; revision=475647
* converters/libiconv:Tijl Coosemans2015-04-151-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Add USES=libtool and bump dependent portsTijl Coosemans2014-09-021-15/+0
| | | | | | | - Add USES=iconv to fix build on FreeBSD 10 Notes: svn path=/head/; revision=367025
* - Update to 0.2.4Martin Wilke2007-01-091-0/+0
| | | | | | | | PR: ports/107584 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer Notes: svn path=/head/; revision=181896
* update textproc/gmetadom: fix build on 5.xDaichi GOTO2003-07-172-11/+10
| | | | | | | | PR: 54566 Submitted by: Charlie & <yinjieh@csie.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=85031
* update textproc/gmetadom: 0.1.7 -> 0.1.8Daichi GOTO2003-07-151-0/+11
| | | | | | | | PR: 54466 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=84902
* upgrade to 0.1.7Ying-Chieh Liao2003-05-115-33/+26
| | | | Notes: svn path=/head/; revision=80685
* add gmetadom 0.0.3cYing-Chieh Liao2002-10-153-0/+33
A Collection of DOM Implementations Notes: svn path=/head/; revision=68093