1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

492024 Commits

Author SHA1 Message Date
Antoine Brodin
9108a7a32a Stop doing bad hacks 2019-11-30 07:02:41 +00:00
Gerald Pfeifer
1f0e393f76 Update to the Wine 4.0.3 maintenance release with various bug fixes and
updates to the National Language Support files.
2019-11-30 06:53:17 +00:00
Xin LI
db3ed360e4 net/openldap24-server: add support for pbkdf2 password hash
PR:		241471
Submitted by:	Joris Dedieu <joris dedieu gmail com>
2019-11-30 06:19:51 +00:00
Xin LI
60c885cbbe devel/py-pyasn1: update to 0.4.7
This is required by beancount.

PR:		241873
Approved by:	maintainer timeout
2019-11-30 06:15:57 +00:00
Yuri Victorovich
5ea83612fb New port: graphics/tweeny: Modern C++ tweening library 2019-11-30 04:42:23 +00:00
Yuri Victorovich
a9bfd924aa New port: misc/perkeep: Storage system: Storing, syncing, sharing, modelling, backing up files 2019-11-30 04:26:54 +00:00
Yuri Victorovich
0d65a8e4eb New port: devel/pegtl: Parsing Expression Grammar Template Library 2019-11-30 04:05:42 +00:00
Mark Linimon
8079171cc6 Give this a quick expiration date (1 month). It has been broken for
4 months.  Use openemm2015 instead.
2019-11-30 03:33:06 +00:00
Piotr Kubaj
d06d397906 devel/dmlc-core: remove ? from toolchain setup
It turns out that having ? makes compiler.mk set base toolchain.
2019-11-30 02:56:08 +00:00
Piotr Kubaj
60a25b5a79 devel/dmlc-core: use LLVM on LLVM architectures
Use LLVM on LLVM architectures to avoid mixing C++ libraries. Add USES=compiler:c++11-lang to force new GCC on GCC architectures (the port requires C++11 anyway). Also add ? to toolchain setup to allow switching to GCC binaries.

Reported by:	jbeich
Approved by:	mentors (implicit approval)
2019-11-30 02:42:10 +00:00
Ben Woods
120e0ba402 net/dhcpcd-devel: Add new port - development verion of net/dhcpcd
This is an experimental version for testing purposes.

Notably this new development version includes privilege separation;
operations which do not require root are run as the user _dhcp.
2019-11-30 02:37:58 +00:00
Yuri Victorovich
58e3948538 New port: net/grpcox: Web based GUI client for gRPC 2019-11-30 02:22:17 +00:00
Steven Kreuzer
e2348a4125 Update to version 0.8.6 2019-11-30 02:22:04 +00:00
Steven Kreuzer
7f42cbd9b0 Update MASTER_SITES
Make the port fetchable again by updating MASTER_SITES to point to a new
mirror of the tarball
2019-11-30 02:17:44 +00:00
Jan Beich
adae6ec49f games/aquaria: partially revert r518662
aarch64 and armv7 weren't affected. amd64 was fixed since LLD 7 but
i386 still fails. Losing LTO (and CFI) support is not worth just for
consistency with an architecture that may become Tier2 in future.

ld: error: cannot preempt symbol: alGetSourcei
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by FmodOpenALBridge.cpp
>>>               CMakeFiles/aquaria.dir/BBGE/FmodOpenALBridge.cpp.o:(OggDecoder::decode_loop(OggDecoder*))

Pointy hat to:	jbeich (bug 242307 comment 11)
2019-11-30 02:13:18 +00:00
Steven Kreuzer
069a866474 Update to version 1.2.7 2019-11-30 02:10:21 +00:00
Piotr Kubaj
82c5fd1d7d misc/tvm: fix build on GCC architectures
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
2019-11-30 02:06:15 +00:00
Tobias Kortkamp
820d36692d lang/rust: Remove PPC_ABI kludge after r518658 2019-11-30 02:02:29 +00:00
Yuri Victorovich
0853a8028d New port: net/grpcui: Interactive web UI for gRPC, along the lines of postman 2019-11-30 01:55:41 +00:00
Tobias Kortkamp
58da0fd20d audio/openal-soft: Keep full LLD_UNSAFE for now
lld on i386 on 12.1 and up still does not link openal-soft.

PR:		242307
2019-11-30 01:42:01 +00:00
Jason E. Hale
11441b23b2 audio/libmysofa: Update to 0.9
PR:		242304
Submitted by:	tobik
2019-11-30 01:38:14 +00:00
Jan Beich
df7d91e4bb lang/rust-nightly: update to 1.41.0.20191130
Changes:	e87a205c2e...25d8a9494c
2019-11-30 00:39:05 +00:00
Jan Beich
f9bd136584 multimedia/aom: update to 1.0.0.2735
Changes:	https://aomedia.googlesource.com/aom/+log/8806886d5..5f8d70b62
2019-11-30 00:38:55 +00:00
Jan Beich
62798c1739 emulators/citra: update to s20191128
Changes:	15ed600c9...866df2644
2019-11-30 00:38:46 +00:00
Jan Beich
f8b7dfd968 emulators/yuzu: update to s20191128
Changes:	913d0bb26...e3ee017e9
2019-11-30 00:38:35 +00:00
Sergey A. Osokin
9fe11803cf Update to the recent commit.
Make portlint(1) more happier by regenerating the patch and move
USES knob up.
Add another patch to respect [C|CXX]FLAGS.
2019-11-30 00:12:29 +00:00
Wen Heping
98481cc4e9 - Update to 3.1.4 2019-11-29 23:26:04 +00:00
Piotr Kubaj
0a789b2a93 devel/dmlc-core: fix build on GCC architectures
Use USES=compiler:openmp instead of hard dependency on ports LLVM. Use new GCC when using base GCC.

Remove -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L, this causes some errno.h macros not being visible.

PR:             242234
Approved by:    yuri (maintainer), linimon (mentor)
Differential Revision:  https://reviews.freebsd.org/D22580
2019-11-29 22:24:45 +00:00
Tobias Kortkamp
24db7d8caa lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sys
The backtrace-sys crate no longer needs gmake since 0.1.20.
sysutils/flowgger still uses backtrace-sys-0.1.14.  Since it is the
only USES=cargo port left that needs it, move the gmake dependency
directly to it instead.

lang/rust currently has backtrace-sys-0.1.30.  It also vendors
jemalloc-sys (which also needs gmake to build) but it is hidden
behind rustc's jemalloc feature which we do not currently activate.
It should be safe to remove gmake in lang/rust too.

PR:		242267
Reported by:	mikael.urankar@gmail.com
2019-11-29 22:12:35 +00:00
Piotr Kubaj
8e14bb800f Mk/Uses/gssapi.mk: don't set GSSAPILDFLAGS for USES=gssapi
Setting GSSAPILDFLAGS for USES=gssapi causes -L/usr/lib to be added to LDFLAGS.

This breaks compilation of some ports, like www/squid on GCC architectures when new GCC from ports needs to be used.

The new GCC tries to link to libstdc++ and fails. Not setting it explicitely causes /usr/local/lib/gcc8/libstdc++.so to be taken instead and /usr/lib is searched for libraries anyway, just with lower priority.

Tested on powerpc64 and amd64 on www/squid.

PR:		237275
Approved by:	mentors (implicit approval), hrs (maintainer timeout)
2019-11-29 22:11:34 +00:00
Tobias Kortkamp
6510ca0c8d audio/openal-soft: Update to 1.20.0
- Limit LLD_UNSAFE to FreeBSD 12.0.  It links fine with newer lld
  versions.

Changes:	https://raw.githubusercontent.com/kcat/openal-soft/openal-soft-1.20.0/ChangeLog
2019-11-29 22:10:30 +00:00
Piotr Kubaj
79e4292990 math/libxlsxwriter: fix build on GCC architectures
Use newer GCC:
../include/xlsxwriter/workbook.h:911: error: wrong number of arguments specified for 'deprecated' attribute

Approved by:	mentors (implicit approval)
2019-11-29 22:08:31 +00:00
Tobias Kortkamp
41e581017a audio/openal-soft: Pet portclippy
While here drop CONFLICTS; audio/openal is gone.
2019-11-29 21:56:02 +00:00
Piotr Kubaj
4b2b20a5a8 graphics/mesa-dri: fix build on powerpc64 elfv2
Base LLVM9 fails to build this port with clang crash (reported on https://bugs.llvm.org/show_bug.cgi?id=43862). The port builds when using LLVM8. Since we depend on LLVM8 anyway, use it also for compilation on elfv2.

Approved by:	zeising (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22274
2019-11-29 21:37:03 +00:00
Kurt Jaeger
3849d14423 devel/psvn: upgrade 20120326.212349 -> 20150720.214200
- unbreak

PR:		241861
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2019-11-29 19:52:37 +00:00
Rene Ladan
003641b20c multimedia/webcamd: remove pre-11.X instructions from pkg-message.
While here pet portlint.
2019-11-29 19:42:46 +00:00
Yuri Victorovich
fae7336844 New port: math/abella: Interactive theorem prover 2019-11-29 19:40:18 +00:00
Kurt Jaeger
225021335c devel/treepy.el: Add patch to fix incompatibility with recent snapshot of Emacs
PR:		241859
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2019-11-29 18:18:47 +00:00
Muhammad Moinur Rahman
8ca99669a9 databases/pgroonga: Update version 2.2.1=>2.2.2 2019-11-29 17:38:52 +00:00
Tijl Coosemans
81faa05ea8 Update kernel-headers to 2.6.32-754.24.3.el6. 2019-11-29 16:32:11 +00:00
Tijl Coosemans
807cdf22f5 Update kernel-headers to 3.10.0-1062.4.3.el7. 2019-11-29 16:29:08 +00:00
Piotr Kubaj
2fab8881e3 www/node: fix build and runtime when using ELFv2 ABI on powerpc64
Submitted by:   alfredo.junior@eldorado.org.br
Reviewed by:    mikael.urankar@gmail.com
Approved by:    bhughes (maintainer timeout), mentors (implicit approval)
Differential Revision:  https://reviews.freebsd.org/D21588
2019-11-29 16:28:47 +00:00
Alexey Dokuchaev
ce322206bc Unbreak the fetch by pointing MASTER_SITES to the new location. 2019-11-29 16:14:55 +00:00
Matthew Seaman
cc511d093c Update to 9.1.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.1.0/CHANGELOG.md
2019-11-29 16:13:35 +00:00
Jan Beich
71f86b1db2 games/aquaria: disable LLD_UNSAFE on 12.1+ 2019-11-29 16:04:21 +00:00
Jan Beich
eba00a4f04 www/firefox-esr: switch to rc2 (nop)
Changes:	https://hg.mozilla.org/releases/mozilla-esr68/pushloghtml?startdate=2019-11-26&enddate=2019-11-27
2019-11-29 15:45:07 +00:00
Jan Beich
aaa8db0ff8 www/firefox: switch to rc4
Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-11-26&enddate=2019-11-29
PR:		240440
2019-11-29 15:44:53 +00:00
Boris Samorodov
6c1a63c2f4 java/intellij: Update to version 2019.3. 2019-11-29 15:24:09 +00:00
Piotr Kubaj
95a1d26f49 Mk/bsd.port.mk: detect powerpc64 abi
We'll have a new abi on ppc64 soon (ELFv2) which is incompatible with the ELFv1 abi. We need to detect the abi on which we build stuff.

Submitted by:	mikael_urankar@gmail.com
Approved by:	portmgr (earlier version)
Differential Revision:	https://reviews.freebsd.org/D22039
2019-11-29 15:02:14 +00:00
Vinícius Zavam
3446b2b61c net/corosync3: update 2.99.2 to 2.99.5
PR:		241434
Approved by:	portmgr (maintainer timeout: 4 weeks)
2019-11-29 14:44:18 +00:00