Commit graph

404745 commits

Author SHA1 Message Date
Mark Linimon
10007ec1c7 Mark as x86-only due to dependency on dmidecode.
From the maintainer:

FreeBSD support is not high on the list of things that upstream is
working on ... dmidecode is used as a fallback to try and figure out
if cloud-init is running on RHEV or VSPHERE.  I would rather not try to
patch the existing source code since upstream is multiple versions ahead
(all of them are unfortunately broken on FreeBSD).

Approved by:	maintainer
2016-11-20 21:09:05 +00:00
Jan Beich
bb99e0703c devel/godot: oops, fix whitespace
$ portlint -C
FATAL: Makefile: [35]: use a tab (not space) after a variable name
FATAL: Makefile: [36]: use a tab (not space) after a variable name
FATAL: Makefile: [37]: use a tab (not space) after a variable name
2016-11-20 21:03:08 +00:00
John Marino
736c10ccc8 misc/delay: skip faulty ncurses header detection
Approved by:	ncurses blanket
2016-11-20 21:00:58 +00:00
Jan Beich
46ec735372 devel/kore: unbreak build with clang 3.9
src/pgsql.c:222:17: error: passing an object that undergoes default argument promotion to 'va_start'
      has undefined behavior [-Werror,-Wvarargs]
        va_start(args, count);
                       ^
src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char') is declared here
    const char *query, int result, u_int8_t count, ...)
                                            ^

PR:		214639
Reported by:	antoine (via exp-run)
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Obtained from:	upstream
2016-11-20 20:58:37 +00:00
Jan Beich
049f9a5b56 devel/kore: unbreak build on 12.0
src/cli.c:385:9: error: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
        appl = basename(pwd);
               ^
/usr/include/libgen.h:60:21: note: expanded from macro 'basename'
 #define basename(x)     __generic(x, const char *, __old_basename, basename)(x)
                        ^
/usr/include/sys/cdefs.h:337:2: note: expanded from macro '__generic'
        _Generic(expr, t: yes, default: no)
        ^

PR:		214638
Reported by:	pkg-fallout
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-11-20 20:58:21 +00:00
Jean-Sébastien Pédron
12836111cc graphics/piglit: Add USES+=compiler:c11
This fixes the build on FreeBSD 9.3 where gcc 4.2.1 fails to build
Piglit.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D7779
2016-11-20 20:58:16 +00:00
Jan Beich
0ce4812dc6 sysutils/facter: unbreak build with boost 1.62
vendor/leatherman/logging/src/logging.cc:75:44: error: no matching constructor for initialization of 'sink_t' (aka 'synchronous_sink<leatherman::logging::color_writer>')
        boost::shared_ptr<sink_t> sink(new sink_t(&dst));
                                           ^      ~~~~
/usr/local/include/boost/log/sinks/sync_frontend.hpp:72:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'ostream *' (aka 'basic_ostream<char> *') to 'const boost::log::v2_mt_posix::sinks::synchronous_sink<leatherman::logging::color_writer>' for 1st argument
class synchronous_sink :
      ^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:123:14: note: candidate constructor not viable: no known conversion from 'ostream *' (aka 'basic_ostream<char> *') to 'const shared_ptr<sink_backend_type>' for 1st argument
    explicit synchronous_sink(shared_ptr< sink_backend_type > const& backend) :
             ^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate template ignored: substitution failure [with T0 = std::__1::basic_ostream<char, std::__1::char_traits<char> > *]: no type named 'type' in 'boost::log::v2_mt_posix::aux::enable_if_named_parameters<std::__1::basic_ostream<char, std::__1::char_traits<char> > *, boost::log::v2_mt_posix::aux::sfinae_dummy>'
    BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN(BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL, ~)
                                            ^
/usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN'
        BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args)
                                                                 ^
/usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:125: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_1'
                                                                                                                            ^
/usr/local/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:136: note: expanded from macro 'BOOST_PP_REPEAT_FROM_TO_D_1'
                                                                                                                                       ^
note: (skipping 25 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/boost/preprocessor/control/iif.hpp:25:60: note: expanded from macro 'BOOST_PP_IIF_I'
                                                           ^
/usr/local/include/boost/preprocessor/control/iif.hpp:32:31: note: expanded from macro 'BOOST_PP_IIF_1'
                              ^
/usr/local/include/boost/log/sinks/sync_frontend.hpp:51:14: note: expanded from macro 'BOOST_LOG_SINK_CTOR_FORWARD_INTERNAL_1'
    explicit synchronous_sink(T0 const& arg0, typename boost::log::aux::enable_if_named_parameters< T0, boost::log::aux::sfinae_dummy >::type = boost::log::aux::sfinae_dummy()) :\
             ^                                                                                                                           ~~~~
/usr/local/include/boost/log/sinks/sync_frontend.hpp:134:45: note: candidate constructor template not viable: requires 2 arguments, but 1 was provided
/usr/local/include/boost/log/detail/parameter_tools.hpp:44:66: note: expanded from macro 'BOOST_LOG_PARAMETRIZED_CONSTRUCTORS_GEN'
        BOOST_PP_REPEAT_FROM_TO(1, BOOST_LOG_MAX_PARAMETER_ARGS, macro, args)
                                                                 ^

PR:		214469
Submitted by:	antoine
Obtained from:	upstream
Approved by:	portmgr blanket
2016-11-20 20:58:08 +00:00
Jan Beich
5d602791db devel/godot: unbreak on some non-x86 targets
In file included from platform/x11/godot_x11.cpp:30:
In file included from platform/x11/os_x11.h:33:
In file included from core/os/input.h:32:
In file included from core/object.h:32:
In file included from core/list.h:32:
In file included from core/os/memory.h:33:
core/safe_refcount.h:330:2: error: This platform cannot use safe refcount, compile with NO_THREADS or implement it.
 #error This platform cannot use safe refcount, compile with NO_THREADS or implement it.
  ^
core/safe_refcount.h:338:3: error: unknown type name 'REFCOUNT_T'
  REFCOUNT_T count;
  ^

PR:		214553
Reported by:	pkg-fallout, linimon
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2016-11-20 20:57:54 +00:00
Sergey A. Osokin
540149ab0f Remove IGNORE for drizzle and postgres third-party modules. 2016-11-20 20:41:33 +00:00
Gerald Pfeifer
742a14d923 Move the conflict with lang/gcc from lang/gcc48 to lang/gcc49 now that
we have updated lang/gcc to the GCC 4.9 series.  (The direction from
lang/gcc49 to the respective port already has been addressed.)

PR:		196712
2016-11-20 20:34:38 +00:00
John Marino
c1848f4e71 net/scamper: Document SSL requirement
Approved by:	SSL blanket
2016-11-20 20:25:00 +00:00
Jean-Sébastien Pédron
0af434268d x11/roxterm: Update to 3.3.2
It depends on GTK+ 3 and vte3.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D8508
2016-11-20 20:23:26 +00:00
Jean-Sébastien Pédron
eb6c1b9839 net/cf: Update to 6.22.2
The port is also converted to USES=go, which greatly simplifies it.

Approved by:	ci
Differential Revision:	https://reviews.freebsd.org/D7740
2016-11-20 20:21:22 +00:00
Sergey A. Osokin
e4c3403797 Remove IGNORE for memc and redis2 third-party modules.
Patches obtained from:
o) c08cb70434
o) 8cc7304787
2016-11-20 20:19:51 +00:00
Gerald Pfeifer
ad073471c9 Update to the 20161117 snapshot of GCC 6. 2016-11-20 20:18:44 +00:00
Thomas Zander
9146caa980 Remove -msse from CFLAGS; fixes runtime issue for non-sse CPUs
As mentioned in the discussion trail of bug 213583, this is necessary for
certain i386 CPUs.

PR:		213583
Submitted by:	jbeich
2016-11-20 20:03:39 +00:00
Kurt Jaeger
3db7f33c5e textproc/fzf: Update 13.4 -> 0.15.8
PR:		214678
Changes:	https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
2016-11-20 19:46:02 +00:00
John Marino
ce791019c2 misc/ytree: Document readline rqmt and honor FLAGS (forgotten patch)
This patch update belongs with the previous commit.
2016-11-20 19:38:55 +00:00
John Marino
641e0abb93 misc/ytree: Document readline requirement and honor FLAGS
After fixing the flags honoring, the LDFLAGS redefinition was no
longer necessary.  The readline library requirement was undocumented.

Approved by:	General blankets
2016-11-20 19:37:13 +00:00
John Marino
3322a7b5f0 textproc/fzf: Fix headers inclusion for ports-based ncurses
Approved by:	ncurses blanket
2016-11-20 19:22:31 +00:00
Jan Beich
7082de50b7 multimedia/mpeg4ip: unbreak with libc++ 3.9
media_utils.cpp:613:9: error: assigning to 'char *' from incompatible type 'const char *'
  slash = strchr(name, '/');
        ^ ~~~~~~~~~~~~~~~~~

PR:		214659
Reviewed by:	dim
Approved by:	portmgr blanket
2016-11-20 19:17:08 +00:00
John Marino
1f3bfd55ac misc/nms: Fix configuration for ports-bases ncurses 2016-11-20 19:07:28 +00:00
Thomas Zander
74c5e12029 Re-enable MMX/SSE by default on i386 after stack alignment fixes
PR:		213583
Submitted by:	jbeich
2016-11-20 18:49:58 +00:00
John Marino
858e27f501 misc/cave: Fix configuration of ports-based ncurses 2016-11-20 18:13:34 +00:00
John Marino
cbef3e6aba games/omega: honor CFLAGS 2016-11-20 18:01:37 +00:00
Kurt Jaeger
53a93c08cc New port: www/gitea
A self-hosted Git service as fork of https://gogs.io/

WWW: https://github.com/go-gitea/gitea/

PR:		214688
Submitted by:	Stefan Bethke <stb@lassitu.de>
2016-11-20 17:34:39 +00:00
Emanuel Haupt
1b16e9c295 Add shairport-sync 2.8.6, airPlay audio player with multi-room audio
synchronisation capability.
2016-11-20 17:32:49 +00:00
Rene Ladan
e916478cd8 security/tor-devel: update to 0.2.9.5-alpha
PR:		214567
Submitted by:	maintainer (yuri@rawbw.com)
2016-11-20 17:22:14 +00:00
John Marino
31063f9848 databases/mariadb(100|101)-server: Document ncurses requirement
Previously (maria55) only the client required ncurses, but for recent
versions of mariadb, the server also requires it.
2016-11-20 17:04:59 +00:00
John Marino
b95f5f38cc games/enygma: Fix configure for ports ncurses 2016-11-20 16:43:17 +00:00
Roman Bogorodskiy
eaf2007864 deskutils/virt-manager: fix spice console
- add an upstream patch to fix spice console
 - bump PORTREVISION

PR:		214625
Submitted by:	Alexandr Krivulya
Obtained from:	upstream git repository
2016-11-20 16:10:19 +00:00
Stephen Montgomery-Smith
8b33ba39e9 - When FFMPEG=on, link to multimedia/ffmpeg.
- Respect PREFIX.
- Conversion for avcodec_encode_video().

PR:		ports/214199
PR:		ports/214644
2016-11-20 16:09:52 +00:00
Ryan Steinmetz
73cf2539ec - Update to 5.37 2016-11-20 16:06:05 +00:00
Olivier Duchateau
0ff4a4127f Update to 1.2.0
PR:		214662
Submitted by:	Yuri Victorovich (maintainer)
2016-11-20 16:02:07 +00:00
Olivier Duchateau
e364669e32 Update to 0.8.7
PR:		214614
Submitted by:	Danilo G. Baio (maintainer)
2016-11-20 15:54:46 +00:00
Baptiste Daroussin
3bedd80422 Update to 1.9.99.4:
- Add progress when fetching (number of files to fetch)
- Improved messages about locked packages
- Return 1 when a user rejects the proposed plan
- When dealing with configuration files '@config' never overwrites non tracked files
- Warn everyone about deprecation of @dirrm and @exec
- Deduplicate metadata loading code
- pkg register now understands context aware messages
2016-11-20 15:52:35 +00:00
Stephen Montgomery-Smith
10c246da29 - Update to 0.5.0. 2016-11-20 15:32:41 +00:00
Stephen Montgomery-Smith
4199da3188 - Update to 2.4.5. 2016-11-20 15:31:16 +00:00
Rene Ladan
3453fbdb0d net/nos-ttb: schedule for removal on 2017-02-20
The protocol to fetch the teletext page images changed, meaning this program
does not longer work.  There is a successor project called TTX available from
the same author at https://github.com/djcb/ttx

While here, set LICENSE and fix some portlint issues.
2016-11-20 14:30:09 +00:00
John Marino
8fb5a9715b games/dungeon: Set Make environment for entire build phase
Approved by:	blanket (environment should always be set)
2016-11-20 14:08:41 +00:00
Antoine Brodin
962ad17be0 Update to alpha-20161113 2016-11-20 14:07:19 +00:00
Antoine Brodin
dbe628b1c3 Adjust to run with openpyxl 2.4.0 2016-11-20 14:03:12 +00:00
Antoine Brodin
62c66260b0 Update to 2.4.0 2016-11-20 14:01:53 +00:00
John Marino
97405b4452 games/critterding, games/nlarn, misc/crosspad: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-20 13:45:56 +00:00
Roman Bogorodskiy
9ebb43a4a6 security/gnupg: fix build on 9.x
gnupg fails to build on 9.x with:

  mime-parser.h:53: error: redefinition of typedef 'rfc822parse_t'
  rfc822parse.h:23: error: previous declaration of 'rfc822parse_t' was here

Add compiler:c11 to USES to fix that.

Reported by:	antoine
2016-11-20 13:40:22 +00:00
John Marino
b8dff68f05 games/cake, net/(wident|wiz|opensips): Document ncurses requirement
Approved by:	ncurses blanket
2016-11-20 13:36:50 +00:00
Olivier Duchateau
196836d2a4 - Fix linker error
- Bump PORTREVISION

Reported by:	pkg-fallout
2016-11-20 13:32:37 +00:00
Sunpoet Po-Chuan Hsieh
d348e34b6c - Fix r426408, r426409 and 426410 2016-11-20 13:13:54 +00:00
Baptiste Daroussin
8d37b70b5f Use @preunexec rather than @postunexec
Reported by:	antoine
2016-11-20 13:10:18 +00:00
Baptiste Daroussin
44369dbd88 Use predictable @*exec 2016-11-20 13:01:15 +00:00