- Add CPE information
- Let pkg-config handle flags for WITH_OPENSSL_PORT in order to
- Make sure ld(1) finds correct library
- Avoid -I/usr/include -L/usr/lib poisoning ports compiler
- Convert the patch to sed(1) line in order to
- Respect LOCALBASE for ca_root_nss paths
- Apply the fix against INFO page as well
- Avoid having to pet portlint with |make makepatch|
- Simplify GNUTLS=off + OPENSSL=off logic
- Simplify GSASL option a bit more
- Take maintainership
Changes: http://sourceforge.net/p/mpop/code/ci/e3eff0/log/
Some checks were too strict and assuming SND_LIB_MINOR was always 0. This
was making ALSA detection fail and preventing the plugins from being built
when the ALSA option was on.
Thanks to Stephen Hurd (shurd@) for pointing to the cause of the problem and
providing an initial version of the patch.
This does not need to be merged into 2015Q4 because it still contains ALSA
1.0.29.
PR: 204488
- Switch to GitHub for MASTER_SITES
- Remove USE_AUTOTOOLS, and move it to USES instead
- Cosmetic changes to Makefile, and pkg-plist
- Remove pkg-install/pkg-deinstall scripts, not needed anymore
PR: 204842
Submitted by: Joseph Mingrone <jrm at ftfl.ca>
Similar to lang/gnatdroid-armv7, lang/gnatdroid-x86 is a cross-compiler
targetting Android. The former targets ARMv7 processors while the latter
targets Android on x86 (32-bit). The latter also runs on Virtualbox as
a bonus. The new ports are implemented as slaves to the ARMv7 versions.
The GNAT ACATS were run, and it passed every test except CXG2024,
"accuracy of multiplication and division of mixed decimal and binary
fixed point numbers".
subtest 13: expected -51.00 got 50.0
subtest 14: expected 51.0 got 50.0
This is probably a rounding error unique to 32-bit x86. Overall this
version passed better than gnatdroid-armv7 because unwind is supported,
enabling check check support.
Also added:
lang/gnatdroid-sysroot-x86 (KitKat and Lollipop API)
lang/gnatdroid-binutils-x86
Despite the desciption, C++, Fortran and Objective-C should also work
well (in addition to advertised C and Ada frontends).
===
The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 4.9
that targets the Android operating system (up to version 5.0, API level
21) running on x86 or x86_64 architecture (version 7). This produces
binaries that run natively on x86-based Android devices.
Repo copy textproc/kibana42 to textproc/kibana43:
- Remove Makefile logic to make this a slave port of kibana42.
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.3.0.
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.3 is compatible with Elasticsearch 2.1.x.
WWW: https://www.elastic.co/products/kibana
PR: 204355
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: https://reviews.freebsd.org/D4289
Repo copy textproc/kibana41 to textproc/kibana42:
- Update PORTVERSION, PKGNAMESUFFIX, and distinfo for 4.2.1 and leave the
variables conditional for the upcoming textproc/kibana43 slave port.
- Added https MASTER_SITES as a first option.
- New versions rely on node 0.12, change RUN_DEPENDS accordingly.
- Copy the config file before deleting directories, as it will also delete
the config file.
- kibana.in: New kibana has to be launched in the different way, reflect
that in rc script.
- kibana.in: New kibana can write to log file by itself, delete all output
redirection magic from rc script.
Kibana is an open source (Apache Licensed), browser based analytics and search
dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana
strives to be easy to get started with, while also being flexible and powerful,
just like Elasticsearch.
Kibana 4.2 is compatible with Elasticsearch 2.0.x.
WWW: https://www.elastic.co/products/kibana
PR: 204355
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Differential Revision: https://reviews.freebsd.org/D4289