1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

446556 Commits

Author SHA1 Message Date
Josh Paetzel
25959fc500 Unbreak after src r333813
Fallout from being out of tree.
2018-05-23 22:37:05 +00:00
Fernando Apesteguía
1fdef73cf3 textproc/tkdiff: port improvements
* add DESKTOP_ENTRY
* add converters/base64 as BUILD_DEPENDS
* add icons

Also give maintainership to portmaster@bsdforge.com

PR:	228176
Submitted by:	portmaster@bsdforge.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15480
2018-05-23 21:59:34 +00:00
Fernando Apesteguía
2254a6eae6 sysutils/neofetch: update to 4.0.2
PR:	228372
Submitted by:	pkubaj@anongoth.pl (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15524
2018-05-23 21:45:50 +00:00
Fernando Apesteguía
6592a070c5 editors/cooledit: update to 3.17.28
Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15536
2018-05-23 21:42:31 +00:00
Gerald Pfeifer
440af4d739 Fix the build on FreeBSD versions with libc++ as default.
The failure mode looked as follows:

  In file included from /scratch/tmp/gerald/gcc-HEAD/libcpp/system.h:442:
  In file included from /usr/include/c++/v1/new:91:
  /usr/include/c++/v1/exception:180:5: error: no member named 'fancy_abort'
  in namespace 'std::__1'; did you mean simply 'fancy_abort'?
      _VSTD::abort();
      ^~~~~~~
2018-05-23 21:34:18 +00:00
Jung-uk Kim
830713ec56 - Reset maintainership. The maintainer has been inactive for some time.
- Assign it to a new maintainer.
2018-05-23 21:31:42 +00:00
Jason E. Hale
dc6a72bd53 Add missing RUN_DEPENDS (sysutils/accountsservice)
If not installed, the user list in the Plasma 5 System Settings
(Personalization->Account Details->User Manager)
will be empty and adding/editing users is not possible.

Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15538
2018-05-23 21:13:13 +00:00
Jung-uk Kim
3352b5e043 Fix -S option under 11.0 and later.
PR:		221200
Approved by:	me@falz.net (maintainer timeout)
2018-05-23 20:54:16 +00:00
Joseph Mingrone
f22530a0a6 net-im/mastodon: Mark broken and deprecated and set expiration date
File bankruptcy with net-im/mastodon.  After the www/node upgrade to 10, it
broke again.  In general, the return to effort ratio trying to contort
these node modules and ruby gems in to a port is too low (for me).  I will
leave the port here for about a month in case anyone else would like to
give it a go.

For those who want to run a FreeBSD-based instance on the "fediverse", it
is probably easier to simply follow Mastodon's installation guide.
Alternatively, I have heard good things about Pleroma [1], so you may want
to give it a try.

[1] https://git.pleroma.social/pleroma/pleroma
2018-05-23 19:57:49 +00:00
Mark Felder
50bfac489e Deprecate databases/mongodb
End of Life was reached ages ago.

https://www.mongodb.com/support-policy
2018-05-23 18:53:24 +00:00
Steve Wills
4deeab96af devel/py-django-rq-dashboard: update to 0.3.3 2018-05-23 18:31:50 +00:00
Tobias C. Berner
30833b3e8d graphics/gpxsee: add missing dependency on qt5-opengl
Project ERROR: Unknown module(s) in QT: opengl
2018-05-23 18:30:10 +00:00
Steve Wills
063a9ded08 devel/p5-Glib2: update to 1.327 2018-05-23 18:16:18 +00:00
Steve Wills
70ad24d5d5 net-p2p/litecoin: update to 0.15.1 2018-05-23 17:17:00 +00:00
Niclas Zeising
1e995ac687 x11-drivers/xf86-video-mach64: Update to 6.9.6 2018-05-23 16:31:17 +00:00
Fernando Apesteguía
e37bf266d8 Update sysutils/cpuid to 20180419
PR:	227811
Submitted by:	pkubaj@anongoth.pl (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15515
2018-05-23 16:10:05 +00:00
Jose Alonso Cardenas Marquez
407c26b05e - Fix installation when MYSQL option is on
Reported by:	timur _at_ berloga.org
2018-05-23 15:39:56 +00:00
Steve Wills
8f07f7e455 net/google-cloud-sdk: udpate to 202.0.0 2018-05-23 14:09:53 +00:00
Larry Rosenman
a41826d8e8 bump PORTREVISION for mail/dovecot22 2.2.36 2018-05-23 14:00:57 +00:00
Larry Rosenman
3a8b45bc75 mail/dovecot22: update to 2.2.36
- This is the last planned v2.2.x release. We didn't fix everything reported (especially build changes) to try to minimize any unexpected breakages.

* login-proxy: If ssl_require_crl=no, allow revoked certificates.
   Also don't do CRL checks for incoming client certificates.
* stats plugin: Don't temporarily enable PR_SET_DUMPABLE while opening
   /proc/self/io. This may still cause security problems if the process
   is ptrace()d at the same time. Instead, open it while still running
   as root.

+ doveadm: Added mailbox cache decision&remove commands. See
   doveadm-mailbox(1) man page for details.
+ doveadm: Added rebuild attachments command for rebuilding
   $HasAttachment or $HasNoAttachment flags for matching mails. See
   doveadm-rebuild(1) man page for details.
+ cassandra: Use fallback_consistency on more types of errors
- cassandra: Fix consistency=quorum to work
- dsync: Lock file generation failed if home directory didn't exist
- In some configs if namespace root directory didn't yet exist, Dovecot
   failed to create mailboxes.lock when trying to create mailboxes
- Snippet generation for HTML mails didn't ignore &entities inside
   blockquotes, producing strange looking snippets.
- imapc: Fix assert-crash if getting disconnected and after
   reconnection all mails in the selected mailbox are gone.
- pop3c: Handle unexpected server disconnections without assert-crash
- fts: Fixes to indexing mails via virtual mailboxes.
- fts: If mails contained NUL characters, the text around it wasn't
   indexed.
- Obsolete dovecot.index.cache offsets were sometimes used. Trying to
   fetch a field that was just added to cache file may not have always
   found it.
- dict-sql: Fix crash when reading NULL value from database
2018-05-23 14:00:02 +00:00
Torsten Zuehlsdorff
3fbd3593a1 devel/aphpunit: Add missing php module dependency
Without it the tool is broken
2018-05-23 13:54:32 +00:00
Kirill Ponomarev
a613268ba6 Update to 7.0.0
PR:		228422
Submitted by:	maintainer
2018-05-23 13:50:11 +00:00
Wen Heping
aac5c5ed9d - Update to 0.7.5 2018-05-23 13:06:16 +00:00
Wen Heping
5219ae8a0f - Update to 0.3.15 2018-05-23 13:05:24 +00:00
Vsevolod Stakhov
6cd17127e1 Update Rspamd to 1.7.5
PR:		228352
Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
2018-05-23 12:39:06 +00:00
Kirill Ponomarev
f597ebdc20 Update to 4.1.3
This release improves the stability and resiliency of the RPZ
implementation, prevents metrics gathering from slowing down the
processing of DNS queries and fixes an issue related to the cleaning
of EDNS Client Subnet entries from the cache.

Full changelog:
https://blog.powerdns.com/2018/05/22/powerdns-recursor-4-1-3-released/

PR:		228434
Submitted by:	maintainer
2018-05-23 12:20:28 +00:00
Johannes M Dieterich
c670725f77 math/blis: fix compilation failure due to missing python
Reported by:	pkg-fallout
Reviewed by:	zeising (mentor)
Approved by:	zeising (mentor)
2018-05-23 12:12:09 +00:00
Steve Wills
4c3708d338 devel/git-lfs: Update to 2.4.1
PR:		228435
Submitted by:	Kenji Rikitake <kenji@k2r.org>
2018-05-23 12:06:48 +00:00
Jimmy Olgeni
75b1c68b95 Update devel/elixir-smppex to version 2.2.5. 2018-05-23 11:22:28 +00:00
Tobias Kortkamp
b5997fbb29 multimedia/kodi-devel: Update to latest commit
- Drop upstreamed patches

Regressions on FreeBSD:

- Kodi segfaults on startup when VAAPI and VDPAU are enabled.
  Disable them by default for now and mark them as broken.

- For GBM and WAYLAND Kodi has switched to using libinput for input device
  support and now aborts with a bus error on startup.
2018-05-23 10:55:50 +00:00
Dmitry Marakasov
6707b32255 - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-05-23 09:34:15 +00:00
Dmitry Marakasov
f5de3b2cce - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-05-23 09:04:13 +00:00
Dmitry Marakasov
1db6d403ce - Switch to new test framework
- Switch to options helpers
- Fix build for WITHOUT=MANPAGES case

Approved by:	portmgr blanket
2018-05-23 08:34:14 +00:00
Yuri Victorovich
a9c0d2f56d New port: textproc/fcitx-table-other: Table-based input methods for Fcitx
PR:		216971
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2018-05-23 08:28:55 +00:00
Yuri Victorovich
0f903a718f devel/range-v3: Update 0.3.5 -> 0.3.6
PR:		228367
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2018-05-23 07:59:15 +00:00
Vanilla I. Shu
f87e3c48c8 Unbreak on 11.1. 2018-05-23 07:52:52 +00:00
Yuri Victorovich
095c8cce87 devel/ghub: Update 2.0.0 -> 2.0.1
Also change to DISTVERSION and order lines.

PR:		228403
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2018-05-23 07:44:03 +00:00
Yuri Victorovich
7c23f86fcf graphics/bmeps: Update 4.14.0 -> 4.14.1
PR:		228286
Submitted by:	takefu@airport.fm (maintainer)
2018-05-23 07:39:33 +00:00
Kurt Jaeger
b5324c7a93 devel/py-raven: update 6.7.0 -> 6.8.0
Relnotes:	https://github.com/getsentry/raven-python/releases
2018-05-23 07:39:21 +00:00
Yuri Victorovich
55c590335c editors/with-editor: Update 2.7.2 -> 2.7.3
PR:		228404
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2018-05-23 07:31:15 +00:00
Mark Linimon
3f0619f715 Mark as broken/deprecated: mastersite times out.
While here, pet portlint.
2018-05-23 07:06:21 +00:00
Yuri Victorovich
1692a8b138 devel/py-json_tricks: Update 3.12.0 -> 3.12.1
Reported by:	portscout
2018-05-23 06:47:39 +00:00
Yuri Victorovich
e1704ce16d math/spectra: Update 0.6.1 -> 0.6.2
Also add do-test target.

Reported by:	portscout
2018-05-23 06:44:01 +00:00
TAKATSU Tomonari
a23908facf - Update to 1.3.2 2018-05-23 06:10:02 +00:00
Jan Beich
35d5410cfa gecko: restore support for native extensions after r470668/r470672
PR:		226919
2018-05-23 05:19:16 +00:00
Jan Beich
e343dd85af mail/thunderbird: back out r470673 as AMO version lacks libical
PR:		226919
Pointy hat to:	jbeich (too sleepy to wait for QA)
2018-05-23 04:49:02 +00:00
Jan Beich
ed177f1d6b mail/thunderbird: drop LIGHTNING as it's unusable after r470672
PR:		226919
2018-05-23 04:20:39 +00:00
Jan Beich
ab146876a8 gecko: adjust targetPlatform after r470668
PR:		226919
Reported by:	Corpo (for Lightning)
2018-05-23 04:04:53 +00:00
Ryan Steinmetz
a4f1fd52f6 - Update to 1.16.5 2018-05-23 03:02:18 +00:00
Wen Heping
69253b19f7 - Update to 0.53
Changes: https://metacpan.org/changes/distribution/DBD-CSV
2018-05-23 02:15:31 +00:00