2018-01-14 textproc/ruby-sary: Does not build with current versions of ruby
2018-01-14 textproc/ruby-deplate: Does not build with current versions of ruby
2018-01-14 www/ruby-aws: Does not build with current versions of ruby
2018-01-14 www/samidare: Does not build with current versions of ruby
2018-01-14 devel/ruby-calendar: Does not build with current versions of ruby
2018-01-14 devel/ruby-rbbr: Does not build with current versions of ruby
2018-01-14 devel/ruby-date2: Does not build with current versions of ruby
2018-01-12 audio/ruby-xmms2: Does not build with current versions of ruby
There are no code changes in libsndio, but the major/minor of libsndio
was bumped to 7.0 in this release to match libsndio on OpenBSD
regardless. On OpenBSD some private symbols were hidden via a version
script. This is not yet part of the portable release. Avoid causing
unnecessary churn and keep using 6.1 for the time being.
(vague explanation: http://seclists.org/tcpdump/2012/q4/112)
- While here, sort the knob groups properly, drop redundant WRKSRC,
simplify patching with sed(1) logic, remove superfluous linefeed
- Use option helper target, deobfuscate installation commands, mute
MKDIR's, wrap overly long lines, use INSTAL_DATA when appropriate
instead of INSTALL_MAN
Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
NULL
^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Reported by: antoine (via bug 224669)
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind<int &,
sockaddr *, unsigned long>'
res = bind(srvfd_rep, (struct sockaddr*)&addr_un_rep, sizeof(addr_un_rep));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eca-neteci-server.cpp:181:11: error: assigning to 'int' from incompatible type '__bind<int &,
sockaddr *, unsigned long>'
res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:
/usr/bin/ld: error: cannot preempt symbol: alureInitDevice
>>> defined in libalure.so.1.2.0
>>> referenced by examples/alurestream.c
>>> CMakeFiles/alurestream.dir/examples/alurestream.o:(main)
For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).
PR: 214864, 219089
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Details:
- Update to upstream version 2.8.8
- Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like
multimedia/libquicktime.
This is, however, no longer supported upstream, see
https://sourceforge.net/p/faac/bugs/236/
In future, consumers need to change their detection mechanism for faad2
PR: 224464
Submitted by: mi
style (including new icons), updated translations, and few other fixes.
Alas, this release also marks the drop of Qt4 support.
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
as this release.
Details:
- Update to upstream version 0.20.13
- Fix dependency issue in the (admittedly rare) case of selecting
OPUS but none of the other codecs supporting the ogg container forrmat
- Update the NOTE section of pkg-message.in to mention mobile devices
as clients for mpd as well as a couple of additional clients in the
ports tree