Commit graph

9480 commits

Author SHA1 Message Date
Grzegorz Blach
e8cea550b2 Update to 3.1.36 2018-04-04 15:52:57 +00:00
Jan Beich
2e84111857 editors/libreoffice: unbreak with ICU 61
i18nutil/source/utility/unicode.cxx:753:21: error: unknown type name 'NumberFormat'; did you mean 'UNumberFormat'?
    std::unique_ptr<NumberFormat> xF(
                    ^~~~~~~~~~~~
                    UNumberFormat
/usr/local/include/unicode/unum.h:140:15: note: 'UNumberFormat' declared here
typedef void* UNumberFormat;
              ^
i18nutil/source/utility/unicode.cxx:754:9: error: use of undeclared identifier 'NumberFormat'; did you mean 'icu::NumberFormat'?
        NumberFormat::createPercentInstance(aLocale, errorCode));
        ^~~~~~~~~~~~
        icu::NumberFormat
/usr/local/include/unicode/numfmt.h:174:18: note: 'icu::NumberFormat' declared here
class U_I18N_API NumberFormat : public Format {
                 ^
i18nutil/source/utility/unicode.cxx:753:35: error: no matching constructor for initialization of 'std::unique_ptr<UNumberFormat>' (aka 'unique_ptr<void *>')
    std::unique_ptr<NumberFormat> xF(
                                  ^
/usr/include/c++/v1/memory:2425:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'icu::NumberFormat *' to 'const std::__1::unique_ptr<void *, std::__1::default_delete<void *> >' for 1st argument
class _LIBCPP_TEMPLATE_VIS unique_ptr
                           ^
/usr/include/c++/v1/memory:2454:49: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'nullptr_t' for 1st argument
    _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unique_ptr(nullptr_t) _NOEXCEPT
                                                ^
/usr/include/c++/v1/memory:2460:40: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'pointer' (aka 'void **') for 1st argument
    _LIBCPP_INLINE_VISIBILITY explicit unique_ptr(pointer __p) _NOEXCEPT
                                       ^
/usr/include/c++/v1/memory:2481:31: note: candidate constructor not viable: no known conversion from 'icu::NumberFormat *' to 'std::__1::unique_ptr<void *, std::__1::default_delete<void *> >' for 1st argument
    _LIBCPP_INLINE_VISIBILITY unique_ptr(unique_ptr&& __u) _NOEXCEPT
                              ^
/usr/include/c++/v1/memory:2485:9: note: candidate template ignored: could not match 'unique_ptr<type-parameter-0-0, type-parameter-0-1>' against 'icu::NumberFormat *'
        unique_ptr(unique_ptr<_Up, _Ep>&& __u,
        ^
/usr/include/c++/v1/memory:2500:35: note: candidate template ignored: could not match 'auto_ptr<type-parameter-0-0>' against 'icu::NumberFormat *'
        _LIBCPP_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>&& __p,
                                  ^
/usr/include/c++/v1/memory:2448:49: note: candidate constructor not viable: requires 0 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR unique_ptr() _NOEXCEPT
                                                ^
/usr/include/c++/v1/memory:2468:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename conditional<
                              ^
/usr/include/c++/v1/memory:2475:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided
    _LIBCPP_INLINE_VISIBILITY unique_ptr(pointer __p, typename remove_reference<deleter_type>::type&& __d)
                              ^
i18nutil/source/utility/unicode.cxx:761:5: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
    UnicodeString output;
    ^~~~~~~~~~~~~
    icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^

https://ssl.icu-project.org/trac/changeset/40705

PR:		227042
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-04-04 11:50:00 +00:00
Kirill Ponomarev
3f7f59394e Bump PORTREVISION after security/botan2 update 2018-04-04 08:37:42 +00:00
Fernando Apesteguía
8ed5c7ffc2 Update editors/focuswriter 1.6.11
PR:	227142
Submitted by:	lightside@gmx.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14939
2018-04-03 16:19:16 +00:00
Joseph Mingrone
999b5f1e61 editors/with-editor: Update to version 2.7.2
PR:		227132
Submitted by:	yasu@utahime.org (maintainer)
2018-04-02 21:19:48 +00:00
Akinori MUSHA
49ba656230 Add build time dependency on doxygen 2018-04-02 08:35:11 +00:00
Adam Weinberger
f1e6d89e0a Update vim to patchlevel 1655 2018-04-01 16:53:43 +00:00
Antoine Brodin
ef07d5f1e1 Mark BROKEN: fails to package
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man1/editorconfig.1.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man3/editorconfig_handle.h.3.gz:No such file or directory
pkg-static: Unable to access file /wrkdirs/usr/ports/editors/editorconfig-core-c/work/stage/usr/local/man/man5/editorconfig-format.5.gz:No such file or directory

Reported by:	pkg-fallout
MFH:		2018Q2
2018-04-01 08:54:23 +00:00
Danilo Egea Gondolfo
e07d32659d - Update to 2.9.5 2018-03-30 14:13:20 +00:00
Akinori MUSHA
877c87c8de Update to 0.12.2 2018-03-28 17:13:41 +00:00
Li-Wen Hsu
1cd839909c - Fix build on powerpc64
PR:		200020 [1], 226659 [2]
Submitted by:	gmbroome@vcu.edu [1]
		Curtis Hamilton <hamiltcl@verizon.net> [2]
		jhibbits
2018-03-28 06:59:30 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00
Brad Davis
2912095c18 Fix build on ppc64 by specifying what is needed from the compiler.
PR:		225635
Submitted by:	jhibbits
Approved by:	maintainer timeout
2018-03-25 21:48:32 +00:00
Adam Weinberger
8f822699e9 Update vim to patchlevel 1638 2018-03-25 13:06:55 +00:00
Bernard Spil
abd6f84396 devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
2018-03-21 21:24:43 +00:00
Bernard Spil
636881f4c2 devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
 - Fix build with MariaDB 10.2 [2]
 - Bump portrevision in dependencies

PR:		226705 [1], 226026 [2]
With hat:	apache
Approved by:	joneum (apache)
2018-03-21 19:50:35 +00:00
Adam Weinberger
f974a4f98b Update vim to patchlevel 1616 2018-03-19 03:40:03 +00:00
Antoine Brodin
112fc2f57a Unbreak make patch on 10.3
Reported by:	pkg-fallout
2018-03-18 12:06:25 +00:00
Mark Linimon
0e37259a8a Mark broken on armvX.
Approved by:	portmgr (tier-2 blanket)
2018-03-18 05:09:21 +00:00
Li-Wen Hsu
70883a12ad Connect editors/libreoffice-hsb 2018-03-17 06:57:59 +00:00
Li-Wen Hsu
6b0c7daec2 - Update LibreOffice to 6.0.2 [1]
- Build offline help when DOCS option enabled [2]
- Fix bad symlink and add missing dependencies [3]

PR:		224288 [1] 197071 [2] 226344 [3]
Submitted by:	Greg V <greg@unrelenting.technology> [1]
		bergerkos@yahoo.co.uk [2]
Reported by:	joneum [3]
Helped & tested by:	Daniel Ebdrup
			Greg Veldman <freebsd@gregv.net>
			Per olof Ljungmark <peo@nethead.se>
			StariKarp <starikarp@yandex.com>
			pi
Security:	289269f1-0def-11e8-99b0-d017c2987f9a
2018-03-17 06:31:11 +00:00
Rene Ladan
da7ccf4787 editors/hte: update to a snapshot of 2.1.1
This fixes the build on FreeBSD 12 but breaks the build on FreeBSD 10.

The source code is now retrieved from GitHub, as upstream moved to there.

Mark MAKE_JOBS_UNSAFE and add some magic to get the build started.
2018-03-16 21:29:02 +00:00
Yuri Victorovich
58c6c6fa6f New port: editors/neovim-qt: Neovim client library and QT5 GUI
PR:		224427
Submitted by:	chuck@tuffli.net
2018-03-16 08:06:21 +00:00
Yuri Victorovich
827bd07dad devel/unibilium: Update to 2.0.0
* Change to DISTVERSION
* Bump devel/libtermkey, editors/neovim

editors/neovim fails on 12amd64 before and after this change

PR:		226638
Submitted by:	chuck@tuffli.net <chuck@tuffli.net> (maintainer)
2018-03-16 07:24:11 +00:00
Pietro Cerutti
af57b09c33 editors/mp: fix build with ncurses from base 2018-03-14 10:01:31 +00:00
Rene Ladan
543b321735 editors/hte: take maintainership 2018-03-13 22:42:01 +00:00
Tobias Kortkamp
4c1340c8d4 editors/linux-sublime3: Update to 3.1.43
PR:		222367
Reported by:	godevilove@ya.ru
Submitted by:	eric@camachat.org
Approved by:	miguelmclara@gmail.com (maintainer)
2018-03-11 13:35:14 +00:00
Tobias C. Berner
9870e21a41 Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14640
2018-03-11 10:05:42 +00:00
Adam Weinberger
c95b377c5c Update vim to patchlevel 1594 2018-03-11 00:29:17 +00:00
Yuri Victorovich
5ae1b269dc editors/jucipp: Update to 1.4.1
PR:		226503
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-10 20:17:40 +00:00
Mahdi Mokhtari
25eb3f7b0e editors/codelite: Add support for Clang(s) of llvm40, llvm50, and llvm60
PR:		226496
Reported by:	O. Hartmann <ohartmann@walstatt.org>
Sponsored by:	Netzkommune GmbH
2018-03-10 20:10:46 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Danilo Egea Gondolfo
ceb29101b1 - Update to 2.9.4 2018-03-10 17:29:30 +00:00
Carlos J. Puga Medina
1b01573f84 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
2018-03-10 11:22:59 +00:00
Tilman Keskinoz
7f5da8a286 Fix member initialization
PR:		222396
Submitted by:	Roger Leigh
Approved by:	maintainer
2018-03-09 17:31:05 +00:00
Tobias Kortkamp
2cf26f04eb editors/sublime-text: Fix COMMENT 2018-03-08 04:43:03 +00:00
Tobias Kortkamp
ed6e588edd editors/linux-sublime: Add missing desktop file
Adapted from the one in editors/linux-sublime3

PR:		226442
Reported by:	sblachmann@gmail.com
Submitted by:	w.schwarzenfeld@utanet.at
2018-03-08 04:39:20 +00:00
Yuri Victorovich
54e279cd72 Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
2018-03-07 08:06:24 +00:00
Sunpoet Po-Chuan Hsieh
d3067279e2 Update to 0.7.1
Changes:	https://github.com/alexgenco/neovim-ruby/blob/master/CHANGELOG.md
2018-03-05 17:15:26 +00:00
Jason E. Hale
ad06d47347 Update to 5.2.13
Take maintainership

ANSI and QT5 interfaces added

Use OPTIONS_SINGLE to make it more clear that only one interface can be
selected at a time.

Port uses three configure scripts, but only the main one was receiving
CONFIGURE_ENV, so home-brew a do-configure target.

Use CONFIGURE_ENV to pass variables instead of substitutions.
2018-03-05 16:20:31 +00:00
Yuri Victorovich
7acec431ff editors/jucipp: Update to 1.4.0
Port changes:
* Changed to DISTVERSION
* Updated GH_TUPLE

PR:		226281
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-04 05:26:58 +00:00
Jason E. Hale
d00b37f18d - Fix build with aarch64, armv6, armv7
- Fix QT4 option on all platforms (needs USES=gmake, and fix for moc location)
- Remove some substitutions that didn't do anything
- Don't try to create directories already in mtree
2018-03-04 03:12:31 +00:00
Adam Weinberger
146465bd5d Update vim to patchlevel 1563 2018-03-03 23:57:50 +00:00
Grzegorz Blach
d175f5a661 Update to 3.1.35 2018-03-02 18:45:15 +00:00
Jung-uk Kim
472baf852a Display selected VCL backend as Linux. 2018-03-01 17:12:07 +00:00
Dmitry Marakasov
7af7d49799 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2018-03-01 13:19:19 +00:00
Hiroki Sato
943ea30da5 Update to v15.1. 2018-02-28 08:43:05 +00:00
Antoine Brodin
1c80decfca Fix build by adding missing FPC units
Reported by:	pkg-fallout
2018-02-26 23:10:53 +00:00
Adam Weinberger
a097ffeae3 Update vim to patchlevel 1539 2018-02-24 19:08:19 +00:00
Tobias C. Berner
8e78ac8e67 Give xmj@'s ports back to the pool
PR:		226157
Submitted by:	xmj
2018-02-24 08:52:27 +00:00