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)
This catches up to the current released version.
3.485 introduced a build break on FreeBSD which
was fixed in 3.486. 3.487 was released a few days
after 3.486.
The changes in these new releases are all related
to bulding on Android. FreeBSD is just chasing them
to avoid a large chasm.
Incorporates port patches
Fixes type warnings on 32 bit and 64 bit with clang
Should fix iozone on some of the more "esoteric" arches
PR: 211289
Sponsored by: iXsystems
- Trim Makefile header
While here:
- Whitespace alignment
- Respect MANPREFIX
- Remove STRIP_CMD as this is done by INSTALL_PROGRAM
- Merge duplicate post-patch targets into one
PR: ports/173548
Submitted by: Edward <is.a.relay@gmail.com>
Approved by: maintainer
Feature safe: yes
- do not bumping PORTREVISION, because it's non-functional change
PR: 167943
Submitted by: Garrett Cooper <yanegomi at gmail dot com>
Approved by: chifeng <chifeng at gmail dot com> (maintainer)
- Honor build environment CC and CFLAGS
- OPTIONS to support threading using pthreads
PR: ports/92714
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>