Commit Graph

38 Commits

Author SHA1 Message Date
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Dave Cottlehuber
b79db1b778 databases/foundationdb: update to 7.0.0 2022-01-06 11:59:34 +00:00
Dave Cottlehuber
9f9424d3e1 databases/foundationdb: update to 6.3.22 and add aarch64
Now that lang/mono builds on aarch64 we can have nice things too.

Obtained from:	mikael@FreeBSD.org
Sponsored by:	SkunkWerks, GmbH
2022-01-04 09:18:55 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Alexey Dokuchaev
adb7b0687e Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-29 14:54:01 +00:00
Dave Cottlehuber
5b3906a9ae databases/foundationdb: update to 6.3.13
While here, optimistically build for aarch64 if/when mono can handle it
2021-05-31 12:18:57 +00:00
Dave Cottlehuber
e1d5043bd2 databases/foundationdb: update to 6.3.12 2021-04-23 12:33:28 +00:00
Dave Cottlehuber
5bdb27cf6d databases/foundationdb*: ignore FreeBSD 11 due to upstream incompatibilities 2021-04-23 12:33:26 +00:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9 all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dave Cottlehuber
0c8351a8e0 databases/foundationdb: update to 6.3.11
Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
2021-03-05 09:43:03 +00:00
Dave Cottlehuber
ce89bf240b databases/foundationdb: update to 6.3.10
Sponsored by:	SkunkWerks, GmbH
2021-02-24 09:29:32 +00:00
Dave Cottlehuber
014aa594a5 databases/foundationdb: update to 6.3.9
Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
2020-10-22 20:58:10 +00:00
Dave Cottlehuber
031905cf5f databases/foundationdb: update to 6.3.1
Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
2020-06-11 20:31:52 +00:00
Dave Cottlehuber
5958182309 databases/foundationdb: update to 6.3.0
- use new CMake build framework
- build compatible C libraries by default
- partial TLS support
- drop upstreamed patches

Sponsored by:	 SkunkWerks, GmbH
2020-05-31 22:13:32 +00:00
Dave Cottlehuber
e770faae4d databases/foundationdb(-devel): ignore sqlite warnings
properly fixes warnings in sqlite3.amalgamation.c which were added to
CXXFLAGS instead of CFLAGS in r529817 & r529843, arising from recent
clang update.

Sponsored by:	SkunkWerks, GmbH
2020-04-02 12:19:18 +00:00
Dave Cottlehuber
a3df16382b databases/foundationdb: ignore sqlite warnings after clang update
Upstream has addressed this in the next release.

Sponsored by:	SkunkWerks, GmbH
2020-03-29 17:30:57 +00:00
Dave Cottlehuber
dfd37650c9 databases/foundationdb & -devel: use mono only during build
PR:		241706
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23277
2020-02-16 21:50:29 +00:00
Dave Cottlehuber
3af932c104 databases/foundationdb: use correct portname in rc.d
- take ownership, agreed via email
- bump portrevision

PR:		243466
Sponsored by:	SkunkWerks, GmbH
2020-01-28 12:59:34 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Vanilla I. Shu
39f47df79e Update to 6.1.8. 2019-05-24 09:46:28 +00:00
Vanilla I. Shu
c8ff53a58f Do not strip static library.
Submitted by:	tobik@
2019-05-14 09:37:06 +00:00
Vanilla I. Shu
16d041ed18 Update to 6.1.6. 2019-05-14 04:44:18 +00:00
Vanilla I. Shu
5f0593e970 1: Update to 6.1.1.
2: fix building with boost 1.70.
3: remove BROKEN.
2019-04-12 13:04:58 +00:00
Jan Beich
9b21a3a084 devel/boost-*: update to 1.70.0
Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Vanilla I. Shu
642e7c2be8 Update to 6.0.18, and fix building error @ current. 2019-02-24 01:41:01 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Vanilla I. Shu
30ea4c9bb1 Update to 5.2.8, and fix building with boost 1.68.
PR:		229697
2018-08-14 14:59:46 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Vanilla I. Shu
445eb9719c Update to 5.2.5. 2018-06-25 13:51:53 +00:00
Vanilla I. Shu
db130278d8 Update to 5.2.3. 2018-06-07 14:16:29 +00:00
Vanilla I. Shu
8221a12992 Update to 5.2.2. 2018-05-31 03:53:34 +00:00
Vanilla I. Shu
f6201755b3 Fix building on 10.x 2018-05-02 15:37:09 +00:00
Vanilla I. Shu
9bb490e4d1 Add foundationdb, yet another distributed database from apple. 2018-05-02 01:27:12 +00:00