Commit graph

462894 commits

Author SHA1 Message Date
Mark Linimon
640cca2a73 This port requires USES=compiler:c11 to build on GCC-based
architectures.

PR:		233932
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:51:51 +00:00
Mark Linimon
592baafe36 This port needs USES=compiler:c11 to build on GCC-based architectures.
While here, add USES=gnome.

PR:		233925
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:48:54 +00:00
Mark Linimon
c487cf81f9 This port needs USES=compiler:c11 to build on GCC-based architectures.
PR:		233904
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:34:27 +00:00
Mark Linimon
eb0c0e7146 Building on GCC-based architectures after the upgrade to GCC8 requires
adding -Wno-unused-function -Wno-class-memaccess -Wno-catch-value to
CXXFLAGS and -Wno-format-overflow to CFLAGS.

PR:		234067
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:24:22 +00:00
Mark Linimon
3ff147be39 This port needs USES=compiler:c++11-lang, because of linking to libraries
linked with ports GCC on GCC-based architectures.

While here, add USES=gl.

PR:		234247
Submitted by:	Piotr Kubaj
2018-12-22 02:18:43 +00:00
Mark Linimon
df92891fa6 -Wno-c++11-narrowing is not supported by base GCC. Set USE_CXXSTD=c++98
instead.

Also add USES=gl and sort USES.

PR:		234246
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:16:08 +00:00
Mark Linimon
24d72a62d3 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, pet portlint.

PR:		234245
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 02:10:21 +00:00
Mark Linimon
2be39c9639 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, also sort USES and simplify by adding USES=localbase:ldflags.

PR:		234228
Submitted by:	Piotr Kubaj
2018-12-22 02:01:40 +00:00
Mark Linimon
ac5a7241d4 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

To build on powerpc* platforms, -DBIG_ENDIAN must be defined.

While here, add USES=gnome, simplify by using localbase, and pet
portlint.

PR:		234226
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:57:32 +00:00
Mark Linimon
fc9c516346 This port needs USES=compiler:c11 to build on GCC-based architectures.
This obviates USE_GCC.

PR:		234214
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:52:08 +00:00
Mark Linimon
f84515c8b8 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, add USES=gl.

PR:		234213
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:48:14 +00:00
Mark Linimon
e48d5abde8 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

Additionally, our CXXFLAGS conflict with GCC.  Set them only on Clang-
based architectures.  -stdlib=libc++ isn't needed anymore, it's used
by default.

While here, also set USES=gnome.

PR:		234190
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:44:15 +00:00
Mark Linimon
e655bac6ba This port needs USES=compiler:c++14-lang to build on GCC-based
architectures.

PR:		234188
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-12-22 01:31:58 +00:00
Johannes M Dieterich
4057c78a57 math/blis: Upgrade to 0.5.1
No changelog upstream.
2018-12-22 01:25:32 +00:00
Mark Linimon
4f343489b9 This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234185
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:25:02 +00:00
Mark Linimon
299a112d2f This port needs USES=compiler:c++11-lang to build with GCC-based
architectures.

PR:		234181
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:21:01 +00:00
Mark Linimon
221c723cb2 This port needs a newer GCC to build, so add USES=compiler:c++11-lang
to fix build on GCC-based architectures.

Additionally, it tests for AVX support even if AVX option is off,
which breaks the build.

Explicitly disable AVX when AVX option is off.  Since avxargs is used
by BLASLAPACK option, rename their avxags to blaslapackargs.

While here, pet portlint (whitespace).

PR:		234179
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-12-22 01:18:31 +00:00
Mark Linimon
ba75550afc This port needs USES=compiler:c++11-lang to build with GCC-based
architectures.

PR:		234177
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-12-22 01:13:16 +00:00
Mark Linimon
0b94eb0bba Fix port not compiling on GCC-based architectures, because MySQL believed
only that Clang was used on FreeBSD.

PR:		234172
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 01:06:06 +00:00
Mark Linimon
1b788a7e6d This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
PR:		234169
Submitted by:	Piotr Kubaj
2018-12-22 01:02:37 +00:00
Mark Linimon
3504e7f29d This port requires USES=compiler:c11 to build on GCC-based architectures.
PR:		234162
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 00:57:53 +00:00
Mark Linimon
f51f301748 This port currently doesn't build on GCC-based architectures, due to
not supporting GCC8.  Make GCC8 use the same macros as the newest
supported version, GCC 7.3.

PR:		234056
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-22 00:52:31 +00:00
Stephen Montgomery-Smith
f51ecfc2a4 - Remove octave-forge-* optional dependencies that no longer exist. 2018-12-22 00:17:14 +00:00
Gerald Pfeifer
003ce5d4a5 Update to the 20181220 snapshot of GCC 7.4.1. 2018-12-21 23:21:47 +00:00
Max Brazhnikov
4089cf9d15 math/matio:
- Update to 1.5.13
2018-12-21 23:06:29 +00:00
Jimmy Olgeni
db8d5202f6 Update x11/xtermcontrol to version 3.6. 2018-12-21 22:45:12 +00:00
Grzegorz Blach
34f0eac859 Update to 1.3.2
Fixes CVE-2018-20167: Incorrect escaping of crafted files results
in code execution.

PR:		234103
Submitted by:	cem
2018-12-21 22:35:12 +00:00
Alexander Nedotsukov
5657d8f90f Update to 415.25 2018-12-21 21:28:23 +00:00
Dave Cottlehuber
4230e122c4 databases/couchdb2: detach stdout from daemon invocation
When CouchDB is started whithout a parent tty, for example, via ssh,
the daemon invocation retains a connection to stdout, thus blocking
disconnection of the ssh command.

The Erlang VM provides a `-detach` flag for avoiding this situation.
Add additional notes on debugging to the config file to aid users.

PR:		234100
Reported by:	Reshad Patuck <reshadpatuck1@gmail.com>
Reviewed by:	Reshad Patuck <reshadpatuck1@gmail.com>
Approved by:	jrm (mentor)
2018-12-21 20:51:19 +00:00
Antoine Brodin
ac388360c5 Update to 4.17.32 2018-12-21 20:32:04 +00:00
Antoine Brodin
81aca56232 Update to 0.5.0 2018-12-21 20:28:03 +00:00
Antoine Brodin
a88c2ae55c Update to 1.3.56 2018-12-21 20:27:26 +00:00
Antoine Brodin
6e4435e523 Update to 2.1.36 2018-12-21 20:25:58 +00:00
Thierry Thomas
89749d8f49 Upgrade to 2.4.0.
Release notes at
<https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.4.0>.
2018-12-21 20:12:47 +00:00
Fernando Apesteguía
4d401c32f0 games/stockfish: update to 10
Add LDFLAGS+= -fuse-ld=lld
so the port builds regardless of the linker differences between FreeBSD
releases.

Not much in the release notes:
http://blog.stockfishchess.org/post/180691011237/stockfish-10

SF 10 improves by about 50 ELO in self-play compared to SF 9.

PR:	234035
Submitted by:	execve@gmail.com (maintainer)
2018-12-21 19:23:45 +00:00
Dmitry Marakasov
79f177c3cc - Fix build with gcc
PR:		234211
Submitted by:	pkubaj@anongoth.pl
2018-12-21 17:25:15 +00:00
Antoine Brodin
a961d794bf Update to 1.6.36 2018-12-21 16:36:57 +00:00
Jochen Neumeister
36ecabebdf - Update WWW
- Remove conflict with Horde 3. Horde 3 is not longer into the Portstree
2018-12-21 16:26:58 +00:00
Jochen Neumeister
578eaec472 - Update WWW
Sponsored by:	Netzkommune GmbH
2018-12-21 16:16:14 +00:00
Jochen Neumeister
3e9ae20a65 Update to 5.0.2
Changelog: https://wordpress.org/news/2018/12/wordpress-5-0-2-maintenance-release/

MFH:		2018Q4
Sponsored by:	Netzkommune GmbH
2018-12-21 16:07:26 +00:00
Jan Beich
134f10c634 print/harfbuzz: update to 2.3.0
Changes:	https://github.com/harfbuzz/harfbuzz/blob/2.3.0/NEWS
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
2018-12-21 16:06:00 +00:00
Mikolaj Golub
4741fa3182 update to 20181216 2018-12-21 16:01:13 +00:00
Dmitry Sivachenko
a5479c35e5 Update to version 1.8.16. 2018-12-21 15:56:39 +00:00
Bradley T. Hughes
3e1e2dd4f5 www/node6: disable DTRACE on powerpc64
s/EXCLIDE/EXCLUDE/ to fix typo in last commit.

PR:		233694
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by:	Miles AS
2018-12-21 15:12:47 +00:00
Tobias Kortkamp
f29064d2e9 multimedia/pyjama: Mark broken and deprecate
The old port maintainer says:
"
* It relies fetching a database dump but this is now broken.
  The jamendo network has presumably changed a lot since this
  software was developed.

* Development stopped a long time ago.

* It has stability problems on multicore machines, which
  according to author is caused by design and will not be fixed.

* There are better ways of accessing the jamendo music network now.
  Like the website.

* Dependencies are from past times.
"

PR:		232839
Submitted by:	ktullavik@gmail.com (previous maintainer)
2018-12-21 14:43:06 +00:00
Rene Ladan
b1f86500b8 Remove expired ports:
2018-12-20 devel/glib12: Obsolete
2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12
2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12
2018-12-21 14:30:24 +00:00
Rene Ladan
363ef2752b Mk/Uses/gnome.mk: unregister glib12, gtk12 and gdk-pixbuf which expired today 2018-12-21 14:27:30 +00:00
Rene Ladan
dd1112a2b0 Remove expired ports:
2018-12-19 net/ntop: Broken for more than 6 months
2018-12-19 textproc/ots: Broken for more than 6 months
2018-12-20 x11/xdialog: Uses obsolete glib12
2018-12-20 net/netdude: Uses obsolete glib12
2018-12-20 japanese/jmode-skk: Uses obsolete glib12
2018-12-20 print/gsview: Uses obsolete glib12
2018-12-20 x11/dgs: Uses obsolete glib12
2018-12-20 japanese/jmode: Uses obsolete glib12
2018-12-20 multimedia/xmms: Uses obsolete glib12
2018-12-21 14:22:17 +00:00
Rene Ladan
ab5f5506bc net-mgmt/collectd5: remove optional dependency on expired multimedia/xmms 2018-12-21 14:21:26 +00:00
Rene Ladan
cbe185cf42 audio/uade: remove optional dependency on expired multimedia/xmms 2018-12-21 14:20:16 +00:00