Commit graph

19900 commits

Author SHA1 Message Date
Steve Wills
1b96ec0d09 textproc/p5-Spreadsheet-Read: update to 0.76 2018-01-10 22:53:22 +00:00
Jung-uk Kim
13847df212 Update to 0.3.13. 2018-01-10 21:12:42 +00:00
Dmitry Marakasov
b87e5ceebd - Update to 0.3.2
- Support both tidy and tidy-html5 libraries as a backend.
  The former is practically useless nowadays as it doesn't handle
  any HTML5 tags, so the latter is the default.

PR:		220861
Approved by:	matainainer timeout (koobs, 3 weeks)
2018-01-10 17:29:23 +00:00
Jan Beich
c80e6a0631 textproc/jade: back out r458645 to avoid churn
Reported by:	danfe
2018-01-10 15:27:33 +00:00
Jan Beich
edee4e95d2 textproc/jade: regen via "make makepatch"
$ portlint -C
WARN: /usr/ports/textproc/jade/files/patch-assert.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CharsetRegistry.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-CodingSystemKit.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-config.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8-r.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-koi8r.dcl: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-lib__instmac.m4: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Makefile.in: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-Ptr.h: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TeXFOTBuilder.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/textproc/jade/files/patch-TransformFOTBuilder.cxx: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
0 fatal errors and 13 warnings found.

Approved by:	portmgr blanket
2018-01-10 14:50:52 +00:00
Jan Beich
acf09f669b textproc/jade: unbreak build with Clang 6 (C++14 by default)
In file included from EntityCatalog.cxx:9:
In file included from ./../include/EntityDecl.h:12:
./../include/Ptr.h:73:11: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  Ptr<T>::isNull;
          ^
  using
./../include/Ptr.h:74:11: error: ISO C++11 does not allow access declarations; use using declarations
      instead
  Ptr<T>::clear;
          ^
  using

In file included from DescriptorManager.cxx:5:
In file included from ./../include/DescriptorManager.h:8:
In file included from ./../include/List.h:7:
./../include/IList.h:29:14: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListBase::clear;
             ^
  using
./../include/IList.h:30:14: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListBase::empty;
             ^
  using
In file included from DescriptorManager.cxx:6:
In file included from ./../include/ListIter.h:8:
./../include/IListIter.h:20:18: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListIterBase::next;
                 ^
  using
./../include/IListIter.h:21:18: error: ISO C++11 does not allow access declarations; use using
      declarations instead
  IListIterBase::done;
                 ^
  using

In file included from parseSd.cxx:5:
./Parser.h:65:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::sdPointer;
               ^
  using
./Parser.h:66:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::instanceSyntaxPointer;
               ^
  using
./Parser.h:67:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::prologSyntaxPointer;
               ^
  using
./Parser.h:68:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::activateLinkType;
               ^
  using
./Parser.h:69:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::allLinkTypesActivated;
               ^
  using
./Parser.h:70:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::entityManager;
               ^
  using
./Parser.h:71:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::entityCatalog;
               ^
  using
./Parser.h:72:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::baseDtd;
               ^
  using
./Parser.h:73:16: error: ISO C++11 does not allow access declarations; use using declarations instead
  ParserState::options;
               ^
  using

PR:		224929
Reported by:	antoine (via bug 224669)
Reviewed by:	dim
Approved by:	portmgr blanket
2018-01-10 14:17:13 +00:00
Jimmy Olgeni
a10cded460 Update textproc/erlang-fast_xml to version 1.1.28. 2018-01-10 11:37:39 +00:00
Jung-uk Kim
7198e6f89f Update to 0.1.3. 2018-01-10 02:19:36 +00:00
Jung-uk Kim
1174bd0606 Update to 0.1.2. 2018-01-10 00:44:15 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Joe Marcus Clarke
a498129f89 Add missing package version for py-six. 2018-01-09 02:55:13 +00:00
Danilo G. Baio
a621446346 textproc/py-texttable: Update to 1.2.1
Add new (non default) option CJKWRAP, a text wrapping with better Chinese,
Japanese and Korean text support.

Changes:	https://github.com/foutaise/texttable/releases/tag/v1.2.1
2018-01-08 22:45:25 +00:00
Danilo G. Baio
0b5cc2cef7 New port textproc/py-cjkwrap: Library for wrapping and filling CJK text in Python
CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and
Korean) text. Fix Python issue24665.

WWW: https://pypi.python.org/pypi/CJKwrap/
2018-01-08 22:40:41 +00:00
Steve Wills
476cfc63a9 textproc/rubygem-tidy_ffi: create port
Tidy library interface via FFI

WWW: http://github.com/libc/tidy_ffi
2018-01-08 17:57:55 +00:00
Muhammad Moinur Rahman
47df74407c textproc/ansifilter: Update version 2.8=>2.9
Relnotes:	http://www.andre-simon.de/doku/ansifilter/en/changelog.php
2018-01-08 17:54:04 +00:00
Sunpoet Po-Chuan Hsieh
319aab0e02 Update to 1.7.0
Changes:	https://github.com/jmhodges/rchardet/commits/master
2018-01-08 16:52:30 +00:00
Sunpoet Po-Chuan Hsieh
892e70da26 Update to 0.9.0
Changes:	https://github.com/markaby/markaby/commits/master
2018-01-08 16:52:25 +00:00
Sunpoet Po-Chuan Hsieh
591122e3f7 Update to 2018.01.07 2018-01-08 16:51:53 +00:00
Joe Marcus Clarke
92cc68c569 Update to 2.8.3. 2018-01-08 16:25:13 +00:00
Carlos J. Puga Medina
5d46c38bbc Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by:	portmgr (antoine)
2018-01-08 15:20:57 +00:00
Kirill Ponomarev
4ec78a610c Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2018-01-08 14:44:54 +00:00
Muhammad Moinur Rahman
f6a4717f20 textproc/groonga: Update version 7.0.6=>7.1.0
Relnotes:	http://groonga.org/docs/news.html#release-7-1-0
2018-01-07 19:42:19 +00:00
Sunpoet Po-Chuan Hsieh
13954c49b3 Update to 1.27
Changes:	http://search.cpan.org/dist/Lingua-EN-AddressParse/Changes
2018-01-07 12:13:21 +00:00
Sunpoet Po-Chuan Hsieh
e59b033921 Update TEST_DEPENDS: remove dependencies of author/release test 2018-01-07 12:13:16 +00:00
Babak Farrokhi
bac0009e77 textproc/py-pager: Enable support for python27
PR:		224018
Submitted by:	Sergey Akhmatov
2018-01-07 08:12:38 +00:00
Tobias C. Berner
5ef6a4d857 textproc/soprano, fix build with clang6
PR:		224945
Reported by:	jbeich
2018-01-06 22:33:12 +00:00
Raphael Kubo da Costa
f6ceca6350 Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

    %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
2018-01-06 21:30:31 +00:00
Sunpoet Po-Chuan Hsieh
1fa6bb4643 Update to 6.1.1
Changes:	https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
2018-01-06 13:50:10 +00:00
Sunpoet Po-Chuan Hsieh
d1c05cf2c3 Update to 4.6
Changes:	https://github.com/xolox/python-humanfriendly/commits/master
2018-01-06 04:45:03 +00:00
Sunpoet Po-Chuan Hsieh
23f185fa3d Update to 3.5.5
Changes:	https://github.com/sass/sass/blob/stable/doc-src/SASS_CHANGELOG.md
2018-01-06 04:33:41 +00:00
Sunpoet Po-Chuan Hsieh
6ba8c8d453 Update to 4.4.2
Changes:	https://github.com/xolox/python-humanfriendly/commits/master
2018-01-06 04:33:36 +00:00
Jan Beich
bace63c8b1 textproc/exempi: unbreak build with Clang 6 (C++14 by default)
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:703:81: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetLocalizedText( kXMP_NS_DC, "title", "", "x-default", 0, &utf8, kXMP_NoOptions ))
                                                                                                     ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:1232:28: note: passing argument to parameter 'options' here
                                                    XMP_OptionBits * options ) const;
                                                                     ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:710:57: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_DM, "artist", &utf8, kXMP_NoOptions ))
                                                                             ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:717:56: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_DM, "album", &utf8, kXMP_NoOptions ))
                                                                            ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:724:62: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_XMP, "CreateDate", &utf8, kXMP_NoOptions ))
                                                                                  ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:736:61: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_DM, "logComment", &utf8, kXMP_NoOptions ))
                                                                                 ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:743:56: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_DM, "genre", &utf8, kXMP_NoOptions ))
                                                                            ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
In file included from MP3_Handler.cpp:11:
In file included from ./MP3_Handler.hpp:15:
./../FormatSupport/ID3_Support.hpp:763:62: error: cannot initialize a parameter of type 'XMP_OptionBits *' (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
                        if ( meta->GetProperty( kXMP_NS_DM, "trackNumber", &utf8, kXMP_NoOptions ))
                                                                                  ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:607:79: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...( xmp->GetProperty( bextCodingHistory.ns, bextCodingHistory.prop, &value, kXMP_NoOptions ))
                                                                               ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:619:75: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
        if ( xmp->GetProperty( bextDescription.ns, bextDescription.prop, &value, kXMP_NoOptions ) )
                                                                                 ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:626:74: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
        if ( xmp->GetProperty( bextOriginator.ns , bextOriginator.prop, &value, kXMP_NoOptions ) )
                                                                                ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:633:80: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...( xmp->GetProperty( bextOriginatorRef.ns , bextOriginatorRef.prop, &value, kXMP_NoOptions ) )
                                                                                ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:640:84: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...bextOriginationDate.ns , bextOriginationDate.prop, &value, kXMP_NoOptions ) )
                                                                ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:647:84: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...bextOriginationTime.ns , bextOriginationTime.prop, &value, kXMP_NoOptions ) )
                                                                ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:655:79: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...( xmp->GetProperty( bextTimeReference.ns, bextTimeReference.prop, &value, kXMP_NoOptions ) )
                                                                               ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:678:61: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
        if ( xmp->GetProperty( bextUMID.ns, bextUMID.prop, &value, kXMP_NoOptions ) )
                                                                   ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^
RIFF_Support.cpp:697:79: error: cannot initialize a parameter of type 'XMP_OptionBits *'
      (aka 'unsigned int *') with an rvalue of type 'XMP_OptionBits' (aka 'unsigned int')
  ...( xmp->GetProperty( bextCodingHistory.ns, bextCodingHistory.prop, &value, kXMP_NoOptions ) )
                                                                               ^~~~~~~~~~~~~~
../../../public/include/XMP_Const.h:421:33: note: expanded from macro 'kXMP_NoOptions'
 #define kXMP_NoOptions          ((XMP_OptionBits)0UL)
                                 ^~~~~~~~~~~~~~~~~~~~~
../../../public/include/TXMPMeta.hpp:384:40: note: passing argument to parameter 'options' here
                           XMP_OptionBits * options ) const;
                                            ^

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (exempi 2.4.0)
2018-01-06 04:13:11 +00:00
Jan Beich
c93db19487 textproc/scim: unbreak build with Clang 6 (C++14 by default)
In file included from scim_backend.cpp:33:
In file included from ./scim.h:193:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:477:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:56:
In file included from /usr/include/c++/v1/algorithm:642:
/usr/include/c++/v1/utility:324:5: error: the parameter for this explicitly-defaulted copy constructor is const, but a member or base requires it to be non-const
    pair(pair const&) = default;
    ^
/usr/include/c++/v1/map:624:16: note: in instantiation of template class 'std::__1::pair<const std::__1::basic_string<char>, scim::Pointer<scim::IMEngineFactoryBase> >' requested here
    value_type __cc;
               ^
scim_backend.cpp:117:53: note: in instantiation of template class 'std::__1::__value_type<std::__1::basic_string<char>, scim::Pointer<scim::IMEngineFactoryBase> >' requested here
        for (it = m_factory_repository.begin (); it != m_factory_repository.end (); ++it) {
                                                    ^
In file included from scim_backend.cpp:33:
In file included from ./scim.h:193:
In file included from /usr/include/c++/v1/iostream:38:
In file included from /usr/include/c++/v1/ios:216:
In file included from /usr/include/c++/v1/__locale:15:
In file included from /usr/include/c++/v1/string:477:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:56:
In file included from /usr/include/c++/v1/algorithm:642:
/usr/include/c++/v1/utility:324:5: error: the parameter for this explicitly-defaulted copy constructor is const, but a member or base requires it to be non-const
    pair(pair const&) = default;
    ^
/usr/include/c++/v1/map:625:21: note: in instantiation of template class 'std::__1::pair<std::__1::basic_string<char>, scim::Pointer<scim::IMEngineFactoryBase> >' requested here
    __nc_value_type __nc;
                    ^
scim_backend.cpp:117:53: note: in instantiation of template class 'std::__1::__value_type<std::__1::basic_string<char>, scim::Pointer<scim::IMEngineFactoryBase> >' requested here
        for (it = m_factory_repository.begin (); it != m_factory_repository.end (); ++it) {
                                                    ^
scim_debug.cpp:41:6: error: constant expression evaluates to -1 which cannot be narrowed to type
      'scim::uint32' (aka 'unsigned int') [-Wc++11-narrowing]
    {SCIM_DEBUG_AllMask,        "all"},
     ^~~~~~~~~~~~~~~~~~
./scim_debug.h:44:37: note: expanded from macro 'SCIM_DEBUG_AllMask'
 #define SCIM_DEBUG_AllMask          (~0) /**< Show all messages. */
                                     ^~~~
scim_debug.cpp:41:6: note: insert an explicit cast to silence this issue
    {SCIM_DEBUG_AllMask,        "all"},
     ^~~~~~~~~~~~~~~~~~
     static_cast<uint32>( )
./scim_debug.h:44:37: note: expanded from macro 'SCIM_DEBUG_AllMask'
 #define SCIM_DEBUG_AllMask          (~0) /**< Show all messages. */
                                     ^~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (SCIM 1.4.16)
2018-01-06 03:03:42 +00:00
Pawel Pekala
bc22680e6d - Remove deprecated PYDISTUTILS_INSTALLNOSINGLE by manually setting
PYDISTUTILS_INSTALLARGS
- Set USE_PYTHON=noflavors, meld is GUI application and flavors make
  no sense here
2018-01-05 18:17:40 +00:00
Marcelo Araujo
0e8380238c Update to 1.0.4.
PR:		ports/224784
Submitted by:	swills@
Approved by:	Mose <mose@mose.com> (maintainer)
2018-01-05 02:50:29 +00:00
Rene Ladan
5114c9a461 Return junovitch's ports back to the pool.
Thank you for all your past work.

With hat:	portmgr-secretary
2018-01-04 23:25:04 +00:00
Pawel Pekala
a175c2f6e3 Update to version 3.18.0, now requires Python 3 2018-01-04 21:41:41 +00:00
Jan Beich
a2652392cc textproc/aspell: unbreak build with Clang 6 / GCC 7
modules/filter/tex.cpp:177:69: error: comparison between pointer and integer ('const char *' and 'int')
      if (top.in_what == Parm || top.in_what == Opt || top.do_check == '\0')
                                                       ~~~~~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (Apsell 0.60.7)
2018-01-04 02:20:59 +00:00
Sunpoet Po-Chuan Hsieh
1a981f950e Use OPTIONS_EXCLUDE=DOCS instead of NOPORTDOCS
Suggested by:	mat
2018-01-03 16:45:39 +00:00
Mathieu Arnold
d0cba2b797 Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.

PR:		224618
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13550
2018-01-03 13:22:31 +00:00
Joseph Mingrone
dc3a18dcec New port, textproc/rubygem-twitter-text1
Copied from textproc/rubygem-twitter-text, because net-im/mastodon requires
a version less than 2.0.
2018-01-03 02:22:57 +00:00
Raphael Kubo da Costa
a9709471be Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
2018-01-02 20:21:34 +00:00
Sunpoet Po-Chuan Hsieh
c23568b8c7 Sort RUN_DEPENDS 2018-01-02 15:35:50 +00:00
Sunpoet Po-Chuan Hsieh
767c3e41d4 Update to 3.0.5
Changes:	https://github.com/envygeeks/jekyll-assets/commits/master
2018-01-02 15:35:45 +00:00
Sunpoet Po-Chuan Hsieh
99fd152570 Fix build on Ruby prior to 2.5
Ruby 2.5 bundled RDoc 6.0.1. Due to unknown RDoc issue, RDoc prior to
6.0.0.beta1+ failed to parse the regex in lib/liquid/tag/parser.rb.
Upstream also set "has_rdoc = false" in gemspec.
2018-01-02 15:33:33 +00:00
Sunpoet Po-Chuan Hsieh
bbc69b4bc5 Update to 7.2.4
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2018-01-02 15:33:28 +00:00
Steve Wills
bf2a371016 textproc/rubygem-twitter-text: add required dependency on rubygem-idn-ruby
PR:		224838
Submitted by:	Matthias Fechner <idefix@fechner.net>
2018-01-02 14:44:55 +00:00
Vanilla I. Shu
fcce082336 Update to 0.3. 2018-01-02 14:25:13 +00:00
Sunpoet Po-Chuan Hsieh
a2bebe05c8 Update to 2017.12.31 2018-01-01 20:58:58 +00:00
Vanilla I. Shu
93b02561e0 Update to 0.9.9. 2018-01-01 14:01:16 +00:00