Commit Graph

453744 Commits

Author SHA1 Message Date
Dmitry Marakasov
85d8234f15 - Fix log rotation by using right signal to make i2pd reopen its logfile
PR:		230714
Reported by:	eugen
2018-08-28 15:37:38 +00:00
Emanuel Haupt
0597b34c50 - Update to 1.1
- Correctly handle hostnames that do not resolve
- Implemented a --silent option which will only show errors
2018-08-28 15:15:39 +00:00
Mahdi Mokhtari
464e8bcac3 www/mod_pagespeed: Sync the mastersite changes with upstream and Fix extract/patch
Sync with upstream new repos after they changed addresses on Github
(Therefore disinfo gets updated)
Also while here, fix extract/patch issues caused by r477644
(by adding DISTDIR to `post-extract:` target as well)

Sponsored by:	The FreeBSD Foundation
2018-08-28 14:25:50 +00:00
Pietro Cerutti
2a0cdbe660 lang/jimtcl: do not depend on asciidoc, prebuilt docs are shipped 2018-08-28 14:21:40 +00:00
David Naylor
9811599f55 x11-toolkits/libgdiplus: update to 5.6
- Change license to GPLv3 (per upstream change)
 - Remove patches (incorporated upstream)
2018-08-28 14:19:47 +00:00
Tobias Kortkamp
30f69b0265 www/bookmarkbridge: Fix build with Clang 6
xbelwrite.cpp:90:7: error: declaration of variable 'QString' with deduced type 'auto' requires an initializer
        auto    QString tempstr;
                ^

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/bookmarkbridge-0.76_6.log

- Deprecate it.  It is doubtful this works correctly with modern
  browsers anymore.
2018-08-28 13:55:34 +00:00
Tobias Kortkamp
8e21397a01 x11/fbdesk: Fix build with Clang 6
Image.cc:88:16: error: cannot initialize return object of type 'FbTk::PixmapWithMask *' with an rvalue of type 'bool'
        return false;
               ^~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/fbdesk-1.4.1_6.log
2018-08-28 13:48:01 +00:00
Li-Wen Hsu
98f1daeb44 - Update to 2.3.0
Sponsored by:	The FreeBSD Foundation
2018-08-28 13:46:38 +00:00
Li-Wen Hsu
ea5e546cc9 - Update to 1.2.1
Sponsored by:	The FreeBSD Foundation
2018-08-28 13:46:02 +00:00
Tobias Kortkamp
c0ab40f8df security/py-pycryptopp: Fix build with Clang 6
src/pycryptopp/publickey/ecdsamodule.cpp:94:16: error: cannot initialize return object of type 'int' with an rvalue of type 'nullptr_t'
        return NULL;
               ^~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/py27-pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.log
2018-08-28 13:28:15 +00:00
Jan Beich
0792e62ec8 emulators/rpcs3: drop GCC < 6 after r478266/r475856
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than
lang/gcc7 have incomplete C++17 support. As this port is amd64-only
supporting old GCC is of little value.

https://gcc.gnu.org/projects/cxx-status.html
2018-08-28 13:02:48 +00:00
Jan Beich
87036016b6 emulators/rpcs3: unbreak on FreeBSD 10.4/11.1
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
        using std::byte;
              ~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
        alignas(A) std::byte data[S];
                   ~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
 #include <optional>
          ^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
                                m_value = std::clamp(value, 0.f, m_limit);
                                          ~~~~~^

Reported by:	pkg-fallout
Pointy hat to:	jbeich
2018-08-28 12:44:46 +00:00
Tobias Kortkamp
fd38697192 security/doscan: Fix build with Clang 6
src/event_queue.cc:161:43: error: invalid operands to binary expression
      ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::__1::ostream'
      (aka 'basic_ostream<char>'))
    std::cerr << "No handlers installed." << std::cerr;
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/doscan-0.3.3_1.log

- Make sure the build respects CXXFLAGS
2018-08-28 12:43:27 +00:00
Tobias Kortkamp
a62493bb60 multimedia/kodi-devel: Keep the old versioning scheme for now 2018-08-28 12:27:27 +00:00
Mathieu Arnold
935f31b1b4 Remove automagic WITH_DEBUG activation with the DEBUG option.
- People keep adding options named DEBUG to enable verbose things in
  their ports and have no idea it also enables WITH_DEBUG.
- We already have WITH_DEBUG_PORTS that can enable WITH_DEBUG on a per
  port basis.

Differential Revision:	https://reviews.freebsd.org/D16829
2018-08-28 12:22:53 +00:00
Tobias Kortkamp
9ebdc35615 multimedia/kodi-devel: Update to 18.0b1v2 (Leia Beta 1)
https://kodi.tv/article/kodi-v18-leia-beta-1
2018-08-28 12:21:12 +00:00
Mathieu Arnold
10f4bcf2b6 Add DEV_WARNING when misusing USES=mate/USES=gnome.
Differential Revision:	https://reviews.freebsd.org/D16828
2018-08-28 12:19:06 +00:00
Baptiste Daroussin
dbbadf1a9b Remove useless macros
Reported by:	mat
2018-08-28 12:17:13 +00:00
Baptiste Daroussin
e0c4672fe5 NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode.
It also supports the 9p.2000L protocol.

WWW: https://github.com/nfs-ganesha/nfs-ganesha

PR:		230776
Submitted by:	fatih@gandi.net
Sponsored by:	Gandi.net
2018-08-28 11:59:46 +00:00
Baptiste Daroussin
9d08500d85 NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode.
It also supports the 9p.2000L protocol.

This port contains the kernel modules which implement required syscalls.

WWW: https://github.com/gandi/nfs-ganesha-kmod

PR:		230777
Submitted by:	fatih@gandi.net
Sponsored by:	Gandi.net
2018-08-28 11:37:24 +00:00
Dmitry Marakasov
12842306b7 - Update to 2.20.0 2018-08-28 11:30:07 +00:00
Adriaan de Groot
657a55c765 Fix build with clang7
PR:		230943
Reported by:	jbeich
2018-08-28 11:05:52 +00:00
Adriaan de Groot
f9de7fbbda Fix build with clang7
PR:		230944
Reported by:	jbeich
2018-08-28 10:59:46 +00:00
Vanilla I. Shu
5b2b555cb5 Update to 0.10.0. 2018-08-28 09:56:45 +00:00
Guangyuan Yang
00e68f1b16 sysutils/bvm: Update to 1.1.4
PR:		230320
Submitted by:	Qiang Guo <guoqiang_cn@126.com> (maintainer)
Approved by:	woodsb02
Differential Revision:	https://reviews.freebsd.org/D16905
2018-08-28 09:41:33 +00:00
Dmitry Marakasov
df3e5bede7 - Update WWW
Approved by:	portmgr blanket
2018-08-28 09:38:11 +00:00
Ben Woods
f87c694fd7 net/remmina-plugins: Fix portscout
Before this change, the output of "make -V MASTER_SITES" would start
with a leading space character, which would break portscout.

PR:		230965
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-08-28 09:36:54 +00:00
Dmitry Marakasov
adc9a8389d - Add LICENSE
- Switch to USES=localbase

Approved by:	portmgr blanket
2018-08-28 09:08:12 +00:00
Alex Dupre
1b0c73946e Update to 2.0.21 release. 2018-08-28 08:39:37 +00:00
Adriaan de Groot
a549d3791f Clang7 fixes
PR:		230945
2018-08-28 08:15:05 +00:00
Emanuel Haupt
a29f787b7a Update WWW and MASTER_SITES 2018-08-28 07:55:29 +00:00
Emanuel Haupt
aae7f17c71 Update WWW 2018-08-28 07:19:44 +00:00
Yuri Victorovich
e3e8ed90fe science/libint2: Use PKGNAMESUFFIX
Reported by:	mat
2018-08-28 07:03:11 +00:00
Matthew Seaman
a271060745 Add a new OPENSSL option as an alternative to GNUTLS. This parallels
a simlar fix to librelp, and tracks the upstream project's intention
to switch from gnutls to openssl over time.  The default remains to
not compile in any TLS support in rsyslog8.

PR:		230913
2018-08-28 06:49:04 +00:00
Antoine Brodin
f4dfbb75c1 Update to 1.6.35 2018-08-28 06:00:55 +00:00
Antoine Brodin
9743a458e9 Mark BROKEN: uses non existing qt47 qt47-x11
Reported by:	pkg-fallout
2018-08-28 05:59:11 +00:00
Antoine Brodin
7474708ff4 Mark BROKEN: uses non existing qt47
Reported by:	pkg-fallout
2018-08-28 05:58:12 +00:00
Antoine Brodin
1567701613 Mark BROKEN: uses non existing libsigcpp20
Reported by:	pkg-fallout
2018-08-28 05:50:56 +00:00
Antoine Brodin
8f7b5706a4 Remove duplicate line from plist 2018-08-28 05:27:06 +00:00
Thomas Zander
da2723ac44 Ensure PONYARCH is set correctly.
Reported by:	mat (via mail)
Approved by:	greg@unrelenting.technology (maintainer, via mail)
2018-08-28 05:05:17 +00:00
Yuri Victorovich
83af29a0de misc/pubs: Update 0.8.0 -> 0.8.1
This is a bug fix release.
Also update the license.

Reported by:	upstream
2018-08-28 02:44:06 +00:00
Wen Heping
43f8cedf85 - Update to 0.7.1 2018-08-28 02:39:16 +00:00
Yuri Victorovich
d43f971039 New port: science/libint2: Evaluate the integrals in modern atomic and molecular theory
Repocopy of science/libint.
science/libint is at version 1.X, is incompatible, and is used by several other packages.
2018-08-28 00:57:26 +00:00
Jan Beich
2f9f7190da www/py-flexget: update to 2.14.19
Changes:	https://github.com/Flexget/Flexget/compare/2.14.17...2.14.19
2018-08-28 00:56:04 +00:00
Craig Leres
790acdb167 Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include
so configure finds pcap/sll.h. Add a rc.d script. Fix the path
to the config directory in upload-prep.pl or else it silently
exits without doing anything when it doesn't find any configs.

PR:		230661
Reviewed by:	ler (mentor)
Approved by:	Leo Vandewoestijn (maintainer), ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D16925
2018-08-28 00:45:52 +00:00
Koichiro Iwao
2a3d9a49e8 audio/pulseaudio-module-xrdp: Update to 0.1
Approved by:	pi (mentor)
Sponsored by:	HAW International, Inc.
Differential Revision:	https://reviews.freebsd.org/D16879
2018-08-28 00:34:30 +00:00
Koichiro Iwao
f2c1eb3c95 New port: devel/lazygit: Simple terminal UI for git commands
lazygit is a CLI tool to handle git repository, written in Go wigh the gocui
library.  You can add files easily, resolve merge conflicts, checkout recent
branches easily, scroll through logs/diffs of branches/commits.stash,
push/pull quickly, squash down and rename commits in CLI.

WWW: https://github.com/jesseduffield/lazygit

Approved by:	pi (mentor)
Differential Revision:	https://reviews.freebsd.org/D16862
2018-08-28 00:30:42 +00:00
Jan Beich
855a5b4b58 databases/lmdb: switch to robust mutexes on FreeBSD >= 11
PR:		230564
Approved by:	delphij (maintainer)
2018-08-28 00:01:28 +00:00
Jan Beich
80fbe46e49 www/firefox: update to 62.0
Changes:	https://www.mozilla.org/firefox/62.0/releasenotes/
PR:		229168
Security:	c96d416a-eae7-4d5d-bc84-40deca9329fb
MFH:		2018Q3
Differential Revision:	https://reviews.freebsd.org/D15913
2018-08-28 00:01:14 +00:00
Jan Beich
1f15c8bda3 emulators/citra: update to s20180826
Changes:	0a5621faf...05118a232
2018-08-28 00:01:01 +00:00