1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

451055 Commits

Author SHA1 Message Date
Dmitry Marakasov
d5264cfc11 - Add LICENSE
Approved by:	portmgr blanket
2018-07-28 09:07:52 +00:00
Wen Heping
cba71b6893 - Update to 1.33
Changes: https://metacpan.org/changes/distribution/SQL-Abstract-More
- Add LICENSE_FILE
- Pass maintainership to submitter

PR:		229637
Submitted by:	svysh.fbsd@gmail.com
Approved by:	maintainer(timeout, > 14 days)
2018-07-28 08:59:25 +00:00
Tobias Kortkamp
f3f2d94e80 games/simutrans: Fix build with Clang 6
gui/simwin.cc:503:11: error: case value evaluates to -1, which cannot be narrowed to type 'uint32' (aka 'unsigned int') [-Wc++11-narrowing]
                                        case magic_none: return;
                                             ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/simutrans-120.2.2.log

- While here apply dos2unix and fix patch line endings
2018-07-28 08:12:06 +00:00
Jose Alonso Cardenas Marquez
f5fd195104 - Update to 1.9.5 2018-07-28 07:51:21 +00:00
Jose Alonso Cardenas Marquez
861be7967c - Update to 1.9.5.2 2018-07-28 07:50:55 +00:00
Tobias Kortkamp
1091dc0943 games/libdungeonmaker: Deprecate and fix build with Clang 6
DungeonMaker.cpp:3245:11: error: invalid operands to binary expression ('unsigned int' and 'nullptr_t')
        if (seed == NULL) {
            ~~~~ ^  ~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/libdungeonmaker-2.05_1.log
2018-07-28 07:41:24 +00:00
Tobias Kortkamp
e445c59342 games/marsnomercy: Fix build with Clang 6
src/mars.cpp:423:29: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
        SDL_Rect mm_limit_1024 = { (mm.GetW() - (mm_border_1024->GetW() - 2)) / 2, 0,
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/marsnomercy-0.2.1_12.log

- Add missing libpng dependency
2018-07-28 07:29:00 +00:00
Jose Alonso Cardenas Marquez
ba85afb20e - Fix sdl dependencies. It uses SDL 2.x instead of 1.x 2018-07-28 07:24:55 +00:00
Jose Alonso Cardenas Marquez
7780876558 - Ordering Makfile sections 2018-07-28 07:17:45 +00:00
Tobias Kortkamp
75bf744d3c games/ultimatestunts: Fix build with Clang 6 and lld
gamerenderer.cpp:81:30: error: non-constant-expression cannot be narrowed from type 'double' to 'GLfloat' (aka 'float') in initializer list [-Wc++11-narrowing]
        GLfloat specular_color[] = {3.0*lightCol.x, 3.0*lightCol.y, 3.0*lightCol.z, 1.0};
                                    ^~~~~~~~~~~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/ultimatestunts-0.7.7.1_4.log

- Fix bad absolute symlink
- Mark as LLD_UNSAFE because of audio/openal-soft dependency [1]

PR:	226980 [1]
2018-07-28 07:16:31 +00:00
Jose Alonso Cardenas Marquez
00a6d7c8e5 - Update to 5.1.3 2018-07-28 07:08:24 +00:00
Jose Alonso Cardenas Marquez
cba7eae3da - Update to 1.21.3 2018-07-28 07:07:49 +00:00
Gleb Popov
ac3a7b06cf math/stp: Pull in fixes from the PR I missed.
PR:		229974
Submitted by:	yuri, Nathan <ndowens.fbsd@yandex.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16447
2018-07-28 06:46:10 +00:00
Tobias Kortkamp
6a5f469e5a Deprecate remaining Napster/OpenNap clients 2018-07-28 06:41:07 +00:00
Antoine Brodin
8eaa9ba285 - Update to experimental-20180714
- Build python2 and python3 bindings
- Remove DOCS option, the 2 text files do not carry useful information
2018-07-28 06:34:17 +00:00
Tobias Kortkamp
75dd30796a games/odamex: Fix build with Clang 6
common/d_dehacked.cpp:883:16: error: non-constant-expression cannot be narrowed from type 'uintptr_t' (aka 'unsigned int') to 'ptrdiff_t' (aka 'int') in initializer list [-Wc++11-narrowing]
                { "ID #",                               myoffsetof(mobjinfo_t,doomednum) },
                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p475044_s336572/logs/odamex-0.7.0_2.log

- While here add missing libpng dependency so that it doesn't use its own
  bundled version
2018-07-28 06:33:37 +00:00
Tobias Kortkamp
898c0cbbee editors/zoinks: Fix build with Clang 6
TFWCursors.cpp:32:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        0x80, 0x00,
        ^~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/zoinks-0.4.1_2.log

- While here add missing dependencies and LICENSE_FILE
2018-07-28 06:23:54 +00:00
Tobias Kortkamp
34a4e70836 games/edge: Fix build with Clang 6
deh_edge/english.h:35:63: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define LOADNET   "you can't do load while in a net game!\n\n"PRESSKEY
                                                              ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/edge-1.35_9.log
2018-07-28 06:17:11 +00:00
Antoine Brodin
d1c43be170 Update to 0.6.10 2018-07-28 06:11:27 +00:00
Tobias Kortkamp
57f95790af www/swish++: Fix build with Clang 6
option_stream.c:272:14: error: assigning to 'char *' from incompatible type 'char'
    o.arg_ = '\0';
             ^~~~
option_stream.c:286:30: warning: '/*' within block comment [-Wcomment]
/*#define TEST_OPTION_STREAM /**/
                             ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/swish++-6.1.5_3.log

- While here deprecate it. Upstream development seems to be pretty dead.
2018-07-28 06:09:31 +00:00
Tobias Kortkamp
06019f27e9 games/maelstrom: Fix build with Clang 6
./load.h:109:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                        sprintf(path, "%s"DIR_SEP"%s", directory, filename);
                                          ^
./load.h:95:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        directory = LIBDIR;
                                    ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/maelstrom-3.0.6_13.log

- While here fix some bad implicit declaration warnings
2018-07-28 05:58:22 +00:00
Tobias Kortkamp
de80d7358c games/cube: Unbreak with Clang 6
clients2c.cpp:259:45: error: non-constant-expression cannot be narrowed from type
      'short' to 'float' in initializer list [-Wc++11-narrowing]
            vec v = { ents[i].x, ents[i].y, ents[i].z };
                                            ^~~~~~~~~
clients2c.cpp:352:20: warning: ISO C++11 does not allow conversion from string
      literal to 'char *' [-Wwritable-strings]
            neterr("type");
                   ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/cube-2005.08.29_17.log

- Add missing GL dependency
2018-07-28 05:46:16 +00:00
Ben Woods
13f7b37eb0 multimedia/emby-server: Update to 3.5.0.0
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.5.0.0
2018-07-28 05:30:58 +00:00
Babak Farrokhi
2e73e982c5 lang/pypy and lang/pypy3: Fix rvmprof build on FreeBSD
Originally pypy did not build on FreeBSD due to build failure in rvmprof. In order to build it on FreeBSD (and OpenBSD) you have to disable rvmprof during build process. This is what a previous patch [1][2] did to enable building on FreeBSD.

This is a patch obtained from upstream [3] that actually solves the rvmprof build problem which enables building pypy/pypy3 on FreeBSD with rvmprof enabled.

[1] https://svnweb.freebsd.org/changeset/ports/473994
[2] https://reviews.freebsd.org/D16138
[3] https://bitbucket.org/pypy/pypy/issues/2853/build-fails-on-freebsd-11x-x64#comment-46813575

Reviewed by:	koobs, miwi, dbn
Approved by:	miwi, dbn
Differential Revision:	https://reviews.freebsd.org/D16378
2018-07-28 05:26:21 +00:00
Ben Woods
1aaf650393 multimedia/emby-server: Update to 3.4.1.0
Changes this release:
  https://github.com/MediaBrowser/Emby/releases/tag/3.4.1.0
  https://github.com/MediaBrowser/Emby/releases/tag/3.4.0.0
2018-07-28 03:26:52 +00:00
Craig Leres
6eb8ee6e69 A user reported a build failure with portmaster. I was able to
deduce he had lang/gcc48 installed and reproduce the build error
in a poudriere jail:

     /usr/local/lib/gcc48/libstdc++.so.6: version CXXABI_1.3.9 required by /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc not found

He also reported that the binaries from the FreeBSD built package
produced this error.

The fix is explicitly set LD_RUN_PATH to the gcc lib directory.

Reported by:	danny@cs.huji.ac.il
Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D16477
2018-07-28 03:03:20 +00:00
Martin Wilke
0c52343153 This is the OVH DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot

PR:		229746
Submitted by:	tremere@cainites.net
Sponsored by:	iXsystems Inc.
2018-07-28 02:54:19 +00:00
Martin Wilke
4c1d4a4909 This is the Sakura Cloud DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot

PR:		229746
Submitted by:	tremere@cainites.net
Sponsored by:	iXsystems Inc.
2018-07-28 02:53:30 +00:00
Dima Panov
d3d495da3a lang/ruby2[4|5]: Use internal RUBY_DLDFLAGS right way, get rid of unescaped macro '$@' in the pkg-config template
lang/ruby23 is already fixed same way, port it to newer releases

By the way, this unbreak ninja builds with any port relied on libruby.so

PR:		229898
Submitted by:	fluffy
Reviewed by:	ruby (miwi)
Approved by:	ruby (miwi)
Exp-run by:	antoine
MFH:		2018Q3
Differential Revision:	D16341
2018-07-28 02:53:05 +00:00
Martin Wilke
c6e9689ec1 This is the Gehirn Infrastructure Service DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot

PR:		229746
Submitted by:	tremere@cainites.net
Sponsored by:	iXsystems Inc.
2018-07-28 02:52:54 +00:00
Martin Wilke
3cee8bca71 This is the Linode DNS Authenticator plugin for Certbot.
WWW: https://github.com/certbot/certbot

PR:		229746
Submitted by:	tremere@cainites.net
Sponsored by:	iXsystems Inc.
2018-07-28 02:51:53 +00:00
Martin Wilke
6bfda33e14 - Update to 0.26.1
PR:		229746
Submitted by:	yasu@utahime.org
Sponsored by:	iXsystems Inc.
2018-07-28 02:50:08 +00:00
Martin Wilke
d39467d209 - Enable printing support
- Bump PORTREVISION

PR:		226121
Submitted by:	ken@pcbsd.org
Approved by:	tcberner(kde)
Sponsored by:	iXsystems Inc.
2018-07-28 02:45:41 +00:00
Yuri Victorovich
4787457c9a misc/py-tqdm: Update 4.23.4 -> 4.24.0
PR:		230083
Submitted by:	Neel Chauhan <neel@neelc.org> (mantainer)
2018-07-28 00:47:36 +00:00
Yuri Victorovich
43c308c8ac devel/opendht: Update 1.7.2 -> 1.7.3
Also add new dependency.

Reported by:	portscout
2018-07-28 00:14:31 +00:00
Yuri Victorovich
f5bb770e40 devel/py-jupyterlab_launcher: Update 0.11.1 -> 0.11.2
Also add NO_ARCH

Reported by:	portscout
2018-07-28 00:13:46 +00:00
Yuri Victorovich
ce05492c0c databases/sqlitestudio: Update 3.2.0 -> 3.2.1
This is a bugfix release.

Changelog:
https://sqlitestudio.pl/index.rvt?act=changelog

Reported by:	portscout
2018-07-27 23:30:22 +00:00
Jan Beich
8f75f542e5 emulators/citra: update to s20180727
Changes:	4a3c4f5f6...be193869c
2018-07-27 23:05:18 +00:00
Jan Beich
559b5f1195 emulators/rpcs3: update to 0.0.5.678
Changes:	c5c0f68b3...b0f464d11
2018-07-27 23:05:08 +00:00
Yuri Victorovich
3a00e73c67 math/py-pyodesys: Update 0.11.14 -> 0.11.15
Approved by:	portscout
2018-07-27 22:06:05 +00:00
Jason E. Hale
a22ec98285 Update audio/picard to 2.0.1
This is a major version update that switches from using PyQt4 and Python 2.7
to PyQt5 and Python 3.5+

Update audio/picard-plugins to 20180707 snapshot from the 2.0 branch
2018-07-27 21:50:14 +00:00
Matthew Seaman
5bb72e7210 Update distinfo, due to checksum mismatches on download.
Side-by-side comparison of the old and new distfiles shows that
upstream have apparently rerolled the distfile, with changes to the
content.  However these changes are innocuous and consist of updating
some autoconf related files changing an embedded version string from
7.5devel to 7.5.0

Affected files:

% diff -qr pg_citus.{orig,newest}
Files pg_citus.orig/citus-7.5.0/configure and pg_citus.newest/citus-7.5.0/configure differ
Files pg_citus.orig/citus-7.5.0/configure.in and pg_citus.newest/citus-7.5.0/configure.in differ
Files pg_citus.orig/citus-7.5.0/src/test/regress/expected/multi_extension.out and pg_citus.newest/citus-7.5.0/src/test/regress/expected/multi_extension.out differ

Reported by:	olgeni, pkg-fallout
2018-07-27 21:18:27 +00:00
Carlos J. Puga Medina
98f443f24b - Unbreak build on powerpc64
- Add BACKTRACE option
- Remove patches added upstream
- Bump PORTREVISION

PR:		229118
2018-07-27 21:17:18 +00:00
Jason E. Hale
eca62fcf01 Update to 1.2.0 2018-07-27 21:17:00 +00:00
Jason E. Hale
3c2a9c290e Update to 1.7.64 2018-07-27 21:16:41 +00:00
Steve Wills
14139f1e2d misc/mdp: Update to 1.0.13
PR:		230084
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2018-07-27 21:04:42 +00:00
Steve Wills
664f456b1a security/dropbear: mark CBC option broken
PR:		226339
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-07-27 21:01:49 +00:00
Stephen Montgomery-Smith
9568b24210 - Update to 0.1.3. 2018-07-27 20:19:05 +00:00
Stephen Montgomery-Smith
9b930374d3 - Update to 2.7.0. 2018-07-27 20:18:31 +00:00
Jesper Schmitz Mouridsen
8fcc5f4f66 New port x11-themes/lxqt-themes
PR: 229295
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D16382
2018-07-27 19:01:18 +00:00