Commit Graph

472072 Commits

Author SHA1 Message Date
Mark Linimon
3bf4463578 MFH: r498484
Remove #pragma GCC diagnostic to fix build on GCC-based architectures.

PR:		237097
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-04-09 17:47:42 +00:00
Antoine Brodin
c27fb10e52 MFH: r498462
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-09 08:08:50 +00:00
Antoine Brodin
5e132044be MFH: r498460
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-09 08:05:50 +00:00
Antoine Brodin
484dcff61f MFH: r498449
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-09 05:50:31 +00:00
Antoine Brodin
fe44c48247 MFH: r498447
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-09 05:48:52 +00:00
Antoine Brodin
42c954e110 MFH: r498445
Mark BROKEN on i386

main.cpp:104:24: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'time_t' (aka 'int') in initializer list [-Wc++11-narrowing]
    timeval timeout = {refreshdelay, 0};
                       ^~~~~~~~~~~~

Reported by:	pkg-fallout
2019-04-09 05:38:43 +00:00
Antoine Brodin
fd2c454d97 MFH: r498443
Mark BROKEN on amd64: fails to configure

checking build system type... Invalid configuration `amd64-portbld-freebsd11.2': machine `amd64-portbld' not recognized

Reported by:	pkg-fallout
2019-04-09 05:34:22 +00:00
Jan Beich
8b2b78ae0a MFH: r498437
emulators/citra: update to s20190407

Changes:	d5bcb45b2...2ff7ed420
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-04-09 00:32:47 +00:00
Mark Linimon
ff8e9d191a MFH: r498385
Add compiler:c++11-lang to USES to fix build on GCC-based architectures:

  /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'

While here, pet portlint and alpha sort some USE* variables.

Approved by:	portmgr (tier-2 blanket)
2019-04-08 16:50:55 +00:00
Jan Beich
d74e95a85e MFH: r498363
www/firefox: enable -fstack-protector-strong

aarch64 already used it, so switch x86 as well. Mk/bsd.ssp.mk doesn't
appear maintained, anyway.

Approved by:	ports-secteam blanket
2019-04-08 12:40:26 +00:00
Jan Beich
72234d27ad MFH: r498362
www/firefox: switch to upstream fix for non-x86

PR:		233707
Approved by:	ports-secteam blanket
2019-04-08 12:40:01 +00:00
Cy Schubert
709ae1fdca MFH: r498232
racoon2 as maintained by Chrisos Zoulas (@netbsd.org) only supports
opnessl111. Mark it as unsupported on FreeBSD 11.

Approved by:	portmgr (miwi@)
2019-04-08 04:02:12 +00:00
Tobias Kortkamp
00228fee29 MFH: r498261
graphics/netpbm: Update to 10.86.01

Changes:	https://gitlab.com/tobiask/netpbm/raw/v10.86.01/doc/HISTORY

Approved by:	ports-secteam blanket
2019-04-08 00:45:06 +00:00
Tobias Kortkamp
7b75219e6d MFH: r498336
devel/ccls: Fix build with multiple llvm* packages installed

Apparently it is possible for the build to pick multiple LLVM
versions if LLVM_DIR is not explicitly set similar to Clang_DIR.

$ grep llvm $(make -V CONFIGURE_WRKSRC)/CMakeCache.txt
Clang_DIR:PATH=/usr/local/llvm80/lib/cmake/clang
LLVM_DIR:PATH=/usr/local/llvm50/lib/cmake/llvm

PR:		237089
Submitted by:	fullermd@over-yonder.net

Approved by:	ports-secteam blanket
2019-04-08 00:38:29 +00:00
Mark Linimon
55d6457115 MFH: r498293
Maintainer Update nsysctl 0.1 -> 0.1.1:

  Fix "pkg-fallout": includes in opaque.c for no i386/amd64
  delete sysctlmibinfo.h/c: add devel/libsysctlmibinfo to LIB_DEPENDS

Note: this obsoletes files/patch-opaque.c.

PR:		236802
Submitted by:	maintainer

Approved by:	portmgr (tier-2 blanket)
2019-04-07 16:41:54 +00:00
Mark Linimon
4728eb0006 MFH: r498288
Fix build on GCC-based architectures by setting -Wno-reserved-user-defined-literal
only for clang.

While here, pet portlint (add 'gl' to USES).

Approved by:	portmgr (tier-2 blanket)
2019-04-07 16:34:21 +00:00
Mark Linimon
2e578cd3ed MFH: r498285
Don't use GCC 4.2 on GCC-based architectures; this port requires at
least GCC 4.7, so change USE_GCC=any to USE_GCC=yes.

PR:		236903
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-04-07 16:28:00 +00:00
Antoine Brodin
da917f0d40 MFH: r498259
Mark BROKEN on i386

In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));

Reported by:	pkg-fallout
2019-04-07 06:28:17 +00:00
Antoine Brodin
5026189f88 MFH: r498256
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:21:11 +00:00
Antoine Brodin
264e52a7a3 MFH: r498254
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:17:42 +00:00
Antoine Brodin
9ec2e80067 MFH: r498252
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:15:00 +00:00
Antoine Brodin
6f556eded9 MFH: r498250
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:12:49 +00:00
Antoine Brodin
6c34a96c05 MFH: r498248
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:10:07 +00:00
Antoine Brodin
1b951d60fc MFH: r498246
Mark only for amd64, the distfile doesn't have any i386 binary

Reported by:	pkg-fallout
2019-04-07 06:05:12 +00:00
Antoine Brodin
ab858a8e1c MFH: r498244
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-07 06:00:29 +00:00
Mark Linimon
49e1dc6bc6 MFH: r498230
Include stdarg.h in src/cppstring.cpp to fix build with GCC-based
architectures:

  /usr/local/include/gtkmm-2.0/glibmm/thread.h: In function 'void Glib::thread_init(GThreadFunctions*)':

Also add USES=dos2unix (to fix patching cppstring.cpp) gnome.

PR:		237040
Submitted by:	Piotr Kubaj

Approved by:	portmgr (tier-2 blanket)
2019-04-07 01:44:31 +00:00
Mark Linimon
6da26f5e8f MFH: r498224
Add USES=compiler:c11 to fix build on GCC-based architectures:

  /usr/local/include/gnutls/gnutls.h:482: error: expected identifier or '(' before '/' token

While here, also add USES=gnome localbase:ldflags.

PR:		237037
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-04-07 01:28:59 +00:00
Mark Linimon
66ebd0f389 MFH: r498221
This port needs C++11-compatible compiler.  Add USES=compiler:c++11-lang
to fix build on GCC-based architectures:

  /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory

While here, pet portlint.

PR:		236986
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-04-07 01:08:27 +00:00
Mark Linimon
ae0b3dffd0 MFH: r498219
Adjust compiler flags on GCC-based architectures to fix:

  cc1plus: error: unrecognized command line option "-Wno-narrowing"

Approved by:	portmgr (tier-2 blanket)
2019-04-07 00:54:35 +00:00
Jan Beich
5a6d37069e MFH: r498214
emulators/citra: update to s20190406

Changes:	14730ed56...d5bcb45b2
Approved by:	ports-secteam (swills, implicit for snapshots)
2019-04-07 00:23:28 +00:00
Antoine Brodin
fc94af8dca MFH: r498209
Mark BROKEN on i386

Reported by:	pkg-fallout
2019-04-06 21:15:37 +00:00
Antoine Brodin
47e3b7cbe0 MFH: r498207
Mark BROKEN on i386

Reported by:	pkg-fallout
2019-04-06 21:13:12 +00:00
Antoine Brodin
f21fd10868 MFH: r498205
Mark BROKEN on i386

Reported by:	pkg-fallout
2019-04-06 21:10:06 +00:00
Antoine Brodin
64ba483a4c MFH: r498203
Mark BROKEN on i386

Reported by:	pkg-fallout
2019-04-06 21:08:12 +00:00
Antoine Brodin
f83bf77a6e MFH: r498197
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 20:04:04 +00:00
Antoine Brodin
1f11da70af MFH: r498195
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 20:02:19 +00:00
Antoine Brodin
3ba532fa61 MFH: r498193
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:57:38 +00:00
Antoine Brodin
95fd3474de MFH: r498190
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:54:30 +00:00
Mark Linimon
f3521a16f9 MFH: r498188
Adjust compiler flags on GCC-based architectures to avoid:

  cc1: error: unrecognized command line option "-Wpedantic"

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:53:27 +00:00
Antoine Brodin
5ac61dec59 MFH: r498186
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:51:27 +00:00
Mark Linimon
ca3c4a4179 MFH: r498179
Disable sse on non-x86 archs to fix build.  Forgotten in r498176.

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:49:02 +00:00
Antoine Brodin
53b70bb976 MFH: r498183
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:48:36 +00:00
Mark Linimon
85cdc70474 MFH: r498176
Disable sse on non-x86 archs to fix build.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:47:16 +00:00
Antoine Brodin
ce85feeed0 MFH: r498180
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:44:44 +00:00
Antoine Brodin
029363f349 MFH: r498177
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:41:10 +00:00
Antoine Brodin
52d88a9312 MFH: r498174
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:38:34 +00:00
Antoine Brodin
170128d057 MFH: r498172
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-06 19:34:56 +00:00
Mark Linimon
f78cd041a3 MFH: r498170
Filter compiler flags on GCC-based architectures to prevent:

  cc1plus: unrecognized command line option "-Wno-unused-local-typedef"

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:31:38 +00:00
Mark Linimon
82b6155bb9 MFH: r498167
Turn off the -Wno-unused-result flag on GCC-based architectures to
fix the following:

  cc1: error: unrecognized command line option "-Wno-unused-result"

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:19:25 +00:00
Mark Linimon
3c6d652fea MFH: r498163
Modify compiler flags if !clang to prevent the following:

  cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"

Approved by:	portmgr (tier-2 blanket)
2019-04-06 19:13:31 +00:00