Craig Leres
ff29d5a715
Replace PREFIX with LOCALBASE as suggested by danfe@
...
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16928
2018-08-28 20:45:24 +00:00
Chris Rees
58b22f0e1e
Update and fix dependencies
...
PR: ports/229534
Submitted by: Peter Laursen
2018-08-28 19:39:38 +00:00
Jochen Neumeister
f9c94a115a
Update to 2.2.2
...
Changelog:
- Output of file analyzing hase changed for better readability
- fixes a wrong module count on --console-basic output
PR: 230745
Submitted by: maintainer
2018-08-28 16:40:58 +00:00
Brooks Davis
84ae445eea
Update to 7.0.0rc2.
...
Note that rc2 (as with rc1) contains a regression for i386 where it will
fail to link certain programs using atomics. This will be fixed in rc3.
2018-08-28 16:37:05 +00:00
Yuri Victorovich
d09dc579d7
science/libint: Add STATIC option that keeps static libs
...
Requested by: osa
2018-08-28 16:12:12 +00:00
Yuri Victorovich
6cc14cf038
science/py-gsd: Update 1.5.2 -> 1.5.3
...
Change from CHEESESHOP to MASTER_SITE tarballs because the upstream says that
they can't fix pypi:
https://bitbucket.org/glotzer/gsd/issues/19/pypi-still-has-gsd-152
They won't fix this.
Reported by: repology
2018-08-28 15:46:05 +00:00
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