Commit Graph

466902 Commits

Author SHA1 Message Date
Pietro Cerutti
1a0b876ea6 net-im/openfire: release maintainership
Unfortunately, I can't keep up with the changes happening upstream, especially
with the switch to Maven as a build system. See my call for help [1] and please
get in touch if you want to help keep this port alive.

[1] https://lists.freebsd.org/pipermail/freebsd-ports/2019-January/115404.html
2019-02-06 13:20:08 +00:00
Mathieu Arnold
2c40989aa2 Make sure check-sanity runs when running make makesum, to catch up
errors early.  This will prevent errors introduced in r492127 from
happening again.
2019-02-06 12:15:11 +00:00
Tobias Kortkamp
d8b21bb3cf sysutils/fusefs-sandboxfs: Add missing patch to unbreak build on i386 2019-02-06 10:41:52 +00:00
Tobias Kortkamp
abff21fb35 New port: sysutils/sandboxfs
Sandboxfs is a FUSE file system that exposes a combination of
multiple files and directories from the host's file system in the
form of a virtual tree with an arbitrary layout.  You can think of
a sandbox as an arbitrary view into the host's file system with
different access privileges per directory.

Sandboxfs is designed to allow running commands with limited access
to the file system by using the virtual tree as their new root, and
to do so consistently across a variety of platforms.

WWW: https://github.com/bazelbuild/sandboxfs

Announcement:	https://julio.meroh.net/2019/02/hello-sandboxfs-0.1.0.html
2019-02-06 10:27:27 +00:00
Emanuel Haupt
a9530f7b9f - Add LICENSE
- Take compile/link flags from sdl_config, instead of hardcoding them, simplify
  the port
- Remove bundled binary earlier, in post-extract

PR:		235525
Submitted by:	amdmi3
2019-02-06 10:26:57 +00:00
Gerald Pfeifer
b1dc6e4da9 Update to the 20190203 snapshot of GCC 9.0.1.
Remove some last traces for powerpcspe support that I missed in r491253. [1]

PR:		235393 [1]
2019-02-06 10:03:01 +00:00
Dmitry Marakasov
ab010afbe8 - Add LICENSE_FILE
- Cleanup plist
- Update WWW

Approved by:	portmgr blanket
2019-02-06 09:30:41 +00:00
Matthias Fechner
506b05be6d Document gitlab-ce vulnerability. 2019-02-06 09:10:46 +00:00
Mathieu Arnold
1c76799bfe Remove options helpers that do not exist. And in one case, probably fix
the helper usage.

Noticed by:	tobik
2019-02-06 09:05:03 +00:00
Dmitry Marakasov
944698ca34 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-02-06 09:00:44 +00:00
Yuri Victorovich
b53ef8a4eb devel/google-perftools: fix build with GCC-based architectures
PR:		235498
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-06 08:02:43 +00:00
Emanuel Haupt
7fd09f86b9 Update to 4.2.1 2019-02-06 07:58:35 +00:00
Tobias Kortkamp
7857206d0e net/ceph13: Use USES=pkgconfig 2019-02-06 07:46:22 +00:00
Jochen Neumeister
d116d4aeb1 Update from 3.7.0 to 3.8.1
Changelog:
 - https://matomo.org/changelog/matomo-3-8-1/
 - https://matomo.org/changelog/matomo-3-8-0/

PR:		235463
Reported by:	pi
MFH:		2019Q1
Sponsored by:	Netzkommune GmbH
2019-02-06 07:20:19 +00:00
Muhammad Moinur Rahman
70603c4b35 devel/gsoap: Update version 2.8.74=>2.8.78
- Fixes virtualbox-se build with libressl [1]

PR:		235506 [1]
Reported by:	rozhuk.im@gmail.com [1]
2019-02-06 06:59:38 +00:00
Yuri Victorovich
36a79304cc lang/mujs: Enable readline; pass build flags to the build 2019-02-06 05:46:55 +00:00
Koichiro Iwao
e3d2a711ec print/qpdfview: Update to 0.4.18.b1
While here,
- Make portlint happy
- Some make options cleanup
- Remove Qt4 conditional deprecation as Qt4 support has already been
  dropped at r487596

PR:		233352
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
		Lorenzo Salvadore <phascolarctos@protonmail.ch> (initial version)
2019-02-06 01:18:48 +00:00
Mark Linimon
ddeff5e294 If compiling with base GCC, -fnested-functions needs to be passed.
PR:		235541
Submitted by:	Piotr Kubaj
2019-02-06 00:44:28 +00:00
Mark Linimon
1a8f294b02 -std=c90 is not supported by base GCC. Replace it with -std=c89, which
is equivalent, to fix build on GCC-based architectures.

PR:		235536
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-06 00:39:32 +00:00
Koichiro Iwao
136e247cf1 finance/aqmoney: deprecate the port
as this seems no longer supported in upstream and depends on deprecated port.

PR:		232963
Submitted by:	w.schwarzenfeld@utanet.at
2019-02-06 00:27:17 +00:00
Mark Linimon
a651ee1721 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		235534
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-06 00:25:29 +00:00
Mark Linimon
ede1f87890 CXXFLAGS+=-Wno-c++11-narrowing is not supported by base GCC. Instead
add USE_CXXSTD=c++98 which makes this port compile by both base GCC and
Clang.

PR:		235527
Submitted by:	Piotr Kubaj
2019-02-06 00:14:18 +00:00
Mark Linimon
9a845935f7 This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		235517
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-06 00:10:49 +00:00
Mark Linimon
a7ab4eec68 Base GCC doesn't support -Wno-incompatible-pointer-types, which breaks
building on GCC-based architectures.  Add -Wno-incompatible-pointer-types
only when using Clang.

PR:		235512
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2019-02-06 00:08:08 +00:00
Mark Linimon
02cebb1fb2 This port requires USES=compiler:c11 to build on GCC-based
architectures.

PR:		235481
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-06 00:04:13 +00:00
Stephen Hurd
225cb7e321 Remove obsolete features, fixed blacklist
- Removed support for old dialog(3)
- Removed support for old pkg

pkg support blacklist was broken due to not having the key malloc()ed.
2019-02-05 23:31:31 +00:00
Mark Linimon
43687b1c5d This port builds on powerpc64. x86 assembly sections are ifdef'd so
they are only used on x86.  So, remove the restriction to attempt to
build on other archs.

PR:		235529
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-05 23:01:11 +00:00
Kurt Jaeger
8e653d3111 databases/mongodb36: support arm64.aarch64
- see
  https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/mongodb-dev/cq4mL8WzMgA/soc3YVc_EQAJ
  for upstream discussion

PR:		235057
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Reviewed by:	lwhsu, mikael.urankar@gmail.com
Approved by:	dev@dudu.ro (maintainer)
2019-02-05 22:30:58 +00:00
Fernando Apesteguía
493bfdc1b4 deskutils/qownnotes: update to 19.2.0
Too many changes to be listed here.

ChangeLog: https://www.qownnotes.org/changelog/QOwnNotes

PR:	235414
Submitted by:	stobbsm@gmail.com (maintainer)
2019-02-05 21:50:33 +00:00
Cy Schubert
bc7696538c Fix build on GCC architectures.
PR:		235535
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-05 21:01:12 +00:00
Rene Ladan
473a91cfd9 sysutils/grub2-pcbsd: modernize a bit:
- remove reference to expired sysutils/grub2 port
- remove obsolete conflict with grub-0
- bump PORTREVISION
2019-02-05 19:19:29 +00:00
Yuri Victorovich
77444db995 biology/dsr-pdb: Correct typo 2019-02-05 19:01:59 +00:00
Yuri Victorovich
ff3d076e1e biology/dsr-pdb: Add c++11 flags because boost isn't found without it
Also add patches for missing includes that only gcc complains about.

PR:		235519
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-05 19:00:36 +00:00
Tobias C. Berner
d546c943a8 devel/cmake: update to 3.13.4
PR:		235457
Exp-run by:	antoine
2019-02-05 18:57:26 +00:00
Kurt Jaeger
4179c5b405 New port: dns/flamethrower
Flamethrower is a small, fast, configurable tool for functional
testing, benchmarking, and stress testing DNS servers and networks.
It supports IPv4, IPv6, UDP and TCP, and has a modular system for
generating queries used in the tests.

It was built as an alternative to dnsperf, and many of the command
line options are compatible.

WWW: https://github.com/DNS-OARC/flamethrower

PR:		235521
Submitted by:	Leo Vandewoestijne <freebsd@dns.company>
2019-02-05 18:24:07 +00:00
Thierry Thomas
3662bd821e Remove an obsolete dependency to Soprano.
Since I'm there, add an explicit dependency to Qt5-concurrent.

PR:		235501
Reported by:	tcberner
2019-02-05 18:17:56 +00:00
Kurt Jaeger
ebb92fb5e1 net/ceph13: Make PKGNAME unique
PR:		230432
Pointy hat to:	pi
2019-02-05 18:16:14 +00:00
Larry Rosenman
db6a3153d7 mail/spamassassin: missing dependency on net/p5-Net-CIDR-Lite
PR:		234921
Submitted by:	ler@FreeBSD.org
Approved by:	zeising
2019-02-05 18:15:42 +00:00
Li-Wen Hsu
3e5e127b58 Remove unnecessary CXXFLAGS for powerpcspe
gcc already defineds the correct one.

PR:		234776
Submitted by:	jhibbits
2019-02-05 18:04:33 +00:00
Kurt Jaeger
d20c1e9a1c New port: net/ceph13: Ceph delivers object, block, and file storage
Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.

* Object Storage
  Ceph provides seamless access to objects using native language bindings or
  radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
  Ceph's RADOS Block Device (RBD) provides access to block device images
  that are striped and replicated across the entire storage cluster.
* File System
  Ceph provides a POSIX-compliant network file system aiming for large data
  storage, high performance, and maximum compatibility with legacy applications.

This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...

WWW: https://ceph.com/

PR:		230432
Submitted by:	Willem Jan Withagen <wjw@digiware.nl>
2019-02-05 18:01:36 +00:00
Baptiste Daroussin
4377815d68 Update to 5.7.1 2019-02-05 17:58:51 +00:00
Li-Wen Hsu
32aaea1ed3 Add support for powerpc and powerpcspe
PR:		234776
Submitted by:	jhibbits
2019-02-05 17:46:03 +00:00
Dmitry Marakasov
d565b27163 - Update to 2.0.4
- Disable dynamic linking
- Regroup options
2019-02-05 17:42:21 +00:00
Dmitry Marakasov
aad6ee88c9 - Convert USE_SDL=yes to USE_SDL=sdl
Approved by:	portmgr blanket
2019-02-05 17:38:06 +00:00
Antoine Brodin
2d1b1d7e4b Unbreak INDEX 2019-02-05 16:45:29 +00:00
Dmitry Marakasov
16e3566b99 - Convert USE_SDL=yes to USE_SDL=sdl
Approved by:	portmgr blanket
2019-02-05 16:19:13 +00:00
Emmanuel Vadot
f1b124467d u-boot-firefly-rk3399: Add a u-boot port for this board
This is a ARM64 board with a RockChip RK3399 SoC.

Add support for RK3399 to the u-boot-master port. No METADATA are created
for now as this u-boot is split in two file and we don't support this scheme
yet.
Two patch are needed :
 - One to allow booting u-boot proper from the same source as the DTS (accepted
 and merge upstream)
 - One to have the BL31 (ATF binary) path in a environment variable instead of
 in the source directory (accepted upstream).
2019-02-05 15:58:29 +00:00
Jan Beich
4b4136e015 x11/grim: update to 1.1
Changes:	https://github.com/emersion/grim/releases/tag/v1.1
2019-02-05 15:50:07 +00:00
Emmanuel Vadot
7d3fa60584 atf-master: Hook to the build and add IGNORE when no platform is specified
Reported by:	antoine
2019-02-05 15:47:28 +00:00
Emmanuel Vadot
058f9d8568 sysutils/atf-rk3399: Add a new ARM ATF port for RochChip RK3399 SoC 2019-02-05 15:45:52 +00:00