Don't bump PORTREVISION because DRIVER option is enabled by default and does not affect to the generated package.
Reported by: Claude Buisson <clbuisson@orange.fr>
MFH: 2018Q3 (blanket)
The python binding is removed from math/z3 and placed into a separate
port math/mpy-z3-solver that builds for all python versions.
While here, remove the unnecessary CONFLICTS statement.
PR: 229937
Approved by: portmgr
Two fixes:
* Force some stl-related define values because configured values are wrong
* Force the C++-98 standard because of breakage on newer clangs/systems
Reported by: fallout
- Code base compiles under USE_CXXSTD=gnu++98
- Use options helpers
- Fix no-op IMAGEMAGICK option; the patch to disable it no longer
did anything. With ImageMagick installed in the build environment
ImageMagick support was enabled regardless of option state
- Deprecate. It's unmaintained upstream and the build problems will
likely get worse over time
- Take maintainership
http://beefy11.nyi.freebsd.org/data/head-i386-default/p475217_s336659/logs/cuneiform-1.1.0_4.log
PR: 216197
two kinds of problems:
1) Sloppy handling of 8-bit data and assuming that `char' is signed by
default in AdPlug and Commodore 64 SID plugins code;
2) Incorrect detection of SSE2 support. Contrary to GCC, Clang always
accepts `-msse2' command line option, even on !x86; it just tells that
it won't be used. As a result, SSE2 code was compiled whilst it could
not be, causing the build to fail.
While here, remove no longer relevant patching of the configure script.
Preparatory change in order to import a newer Xen version while
keeping the previous one.
Reviewed by: bapt
Sponsored by: Citrix Systems R&D
Differential Revision: https://reviews.freebsd.org/D16416
WeeChat script for Off-the-Record (OTR) Messaging. This script makes every
effort to securely provide OTR Messaging in WeeChat
Submitted by: Vinícius Zavam <egypcio@googlemail.com>
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D16327
reason (releases and tarballs are generated and uploaded automatically via
Travis-CI continuous integration system).
Contents of both old and new distfiles are identical. The author had also
confirmed that new (well, let's say most recent) tarball is legit.
TIMESTAMP (deadbeef-0.7.2.tar.bz2) = 1466336082
This release changes the include paths provided by our CMake and pkg-config
integration. The proper include path for the single-header when using one of
the above is now <catch2/catch.hpp>. This change also necessitated changes to
paths inside the repository, so that the single-header version is now at
single_include/catch2/catch.hpp, rather than single_include/catch.hpp.
Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.3.0
Fixed readdir bug when non-zero offsets are given to filler and the
filesystem client, after reading a whole directory, re-reads it from a
non-zero offset e. g. by calling seekdir followed by readdir.
Approved by: antoine (implicit)
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.