1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

525582 Commits

Author SHA1 Message Date
Guido Falsi
6ba1dbbe09 Update xfce4-wm to 4.14.6 2020-11-01 20:58:18 +00:00
Guido Falsi
bca629b37f Update thunar to 1.8.16 2020-11-01 20:57:49 +00:00
Danilo G. Baio
7a1b16729d devel/rubygem-reline: Update to 0.1.7
PR:		250773
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-11-01 20:54:55 +00:00
Danilo G. Baio
9581cda85f games/dMagnetic: Update to 0.27
PR:		250785
Submitted by:	Thomas Dettbarn <dettus@dettus.net> (maintainer)
2020-11-01 20:47:45 +00:00
Stefan Eßer
1626014679 Update to -CURRENT SVN rev. r367255
Fix error position reporting for calendar data files in system directories
2020-11-01 20:46:31 +00:00
Piotr Kubaj
52b5bedc24 devel/binutils: add powerpc64le support 2020-11-01 20:25:01 +00:00
Antoine Brodin
54f67c8a7d Mark BROKEN
src/x/xglx_config.c:498:42: error: use of undeclared identifier 'glXCreateContextAttribsARB'
      _xglx_glXCreateContextAttribsARB = glXCreateContextAttribsARB;
                                         ^

Reported by:	pkg-fallout
2020-11-01 20:18:30 +00:00
Danilo G. Baio
fdb9a1b657 security/py-xmlsec: Fix build with Python 2
Reported by:	pkg-fallout, https://portsfallout.com/port/21147/
Approved by:	portmgr blanket
2020-11-01 20:16:16 +00:00
Antoine Brodin
16584bd608 luafilesystem does not work with lua 5.4
src/lfs.c:229:2: error: unsupported Lua version

Reported by:	pkg-fallout
2020-11-01 20:12:47 +00:00
Matthias Andree
ac2ab461da ftp/curl: avoid auto-enabling ZSTD, make explicit option; ensure GSSAPI compilation.
Since August 2020, curl would auto-enable ZSTD if available while
configuring, this would however not propagate to the LIB_DEPENDS.
Make sure to explicitly control ZSTD by introducing an option that
defaults to off.

While here, also mark BROKEN if GSSAPI_BASE is selected while
krb5 is installed when building.

PR:		250414
Approved by:	sunpoet@ (maintainer timeout, 14d)
2020-11-01 20:10:06 +00:00
Luca Pizzamiglio
036f5218ec benchmarks/stress-ng: Update to 0.11.23
https://kernel.ubuntu.com/git/cking/stress-ng.git/tree/debian/changelog
2020-11-01 19:51:47 +00:00
Danilo G. Baio
4ca83349b5 devel/nuitka: Update to 0.6.9.5 2020-11-01 19:42:04 +00:00
Danilo G. Baio
e923d1e0c9 sysutils/py-ansible-runner: Mark as broken on both armv6 and armv7
Reported by:	pkg-fallout, https://portsfallout.com/port/22454/
Approved by:	portmgr blanket
2020-11-01 19:41:23 +00:00
Matthias Andree
b03fc003c7 mail/fetchmail: Fix shell's 'Bad -c option' in rcscript.
Turns out that our fetchmail_dump_config() function needs to add
one more level of quoting because it's being unquoted and word split
twice, once by su's shell, and again by sh.

While here, change sh to /bin/sh to make the intention clearer.

Bump PORTREVISION to get the fix out onto the systems.

PR:		250691
Reported by:	Helmut Ritter <freebsd-ports@charlieroot.de>
Approved by:	chalpin@cs.wisc.edu
MFH:		2020Q4 (blanket, one-line tested working fix, 4-eyes principle)
2020-11-01 19:38:58 +00:00
Danilo G. Baio
4ec963be46 devel/py-xcaplib: Update to 1.2.2 2020-11-01 19:30:02 +00:00
Craig Leres
ddc2154377 devel/py-flynt: Update to 0.56. Changes since 0.52:
- better handling of multiline string-in-string

 - fixed not noticing e.g. %5f formatting placeholder

Reported by:	portscout
2020-11-01 17:39:33 +00:00
Rene Ladan
078a83c431 Unregister removed gtkmm20 from USES=gnome 2020-11-01 17:20:34 +00:00
Rene Ladan
f098f759c4 Remove gtkmm20 and two leaf ports that got broken after libsigc++12 removal.
x11/decurs
x11/fluxbg
x11-toolkits/gtkmm20

All ports were last updated upstream in or before 2003.
2020-11-01 17:19:47 +00:00
Gleb Popov
a2f6d99689 devel/gllvm: Take maintainership.
Approved by:	dmgk (maintainer, via IRC)
2020-11-01 16:53:58 +00:00
Antoine Brodin
00b10fbd2d Mark BROKEN
FontFc.cpp:(.text._ZN3Upp14GetFontInfoSysENS_4FontE+0xf7): undefined reference to `FT_Get_X11_Font_Format(FT_FaceRec_*)'

Reported by:	pkg-fallout
2020-11-01 14:25:36 +00:00
Antoine Brodin
f84b8b7d39 Mark BROKEN
Reported by:	pkg-fallout
2020-11-01 14:24:02 +00:00
Antoine Brodin
5e69b7a9d2 Mark BROKEN
modules/graphics/opengl/VertexBuffer.cpp:134:3: error: use of undeclared identifier 'glGetBufferSubDataARB'
                glGetBufferSubDataARB(getTarget(), 0, getSize(), mapped);
                ^
modules/graphics/opengl/VertexBuffer.cpp:141:3: error: use of undeclared identifier 'glBufferSubDataARB'
                glBufferSubDataARB(getTarget(), 0, getSize(), mapped);
                ^
modules/graphics/opengl/VertexBuffer.cpp:148:3: error: use of undeclared identifier 'glBindBufferARB'
                glBindBufferARB(getTarget(), vbo);
                ^
modules/graphics/opengl/VertexBuffer.cpp:153:3: error: use of undeclared identifier 'glBindBufferARB'
                glBindBufferARB(getTarget(), 0);
                ^

Reported by:	pkg-fallout
2020-11-01 14:21:07 +00:00
Antoine Brodin
c4a1290e51 Mark BROKEN
modules/graphics/opengl/SpriteBatch.cpp:63:4: error: use of undeclared identifier 'glDeleteBuffers'; did you mean 'glSelectBuffer'?
                        glDeleteBuffers(2, vbo);
                        ^~~~~~~~~~~~~~~
                        glSelectBuffer
/usr/local/include/GL/gl.h:1430:23: note: 'glSelectBuffer' declared here
GLAPI void GLAPIENTRY glSelectBuffer( GLsizei size, GLuint *buffer );
                      ^
modules/graphics/opengl/SpriteBatch.cpp:77:3: error: use of undeclared identifier 'glGenBuffers'
                glGenBuffers(2, vbo);
                ^
modules/graphics/opengl/SpriteBatch.cpp:79:3: error: use of undeclared identifier 'glBindBuffer'
                glBindBuffer(GL_ARRAY_BUFFER, vbo[0]);
                ^
...

Reported by:	pkg-fallout
2020-11-01 14:20:14 +00:00
Antoine Brodin
b3f0ba4a52 Mark BROKEN
In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
/wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:71:5: error: use of undeclared identifier 'glGetObjectParameterivARB'; did you mean 'glGetTexParameteriv'?
    glGetObjectParameterivARB (obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
    glGetTexParameteriv
/usr/local/include/GL/gl.h:1274:23: note: 'glGetTexParameteriv' declared here
GLAPI void GLAPIENTRY glGetTexParameteriv( GLenum target,
                      ^
In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
/wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:75:2: error: use of undeclared identifier 'glGetInfoLogARB'
        glGetInfoLogARB (obj, len, &nwritten, log);
        ^
...

Reported by:	pkg-fallout
2020-11-01 14:18:15 +00:00
Antoine Brodin
13ca3874ea Mark BROKEN
rts/lib/headlessStubs/glstub.c:232:19: error: use of undeclared identifier 'NULL'
        return (GLvoid*) NULL;
                         ^
rts/lib/headlessStubs/glstub.c:236:19: error: use of undeclared identifier 'NULL'
        return (GLvoid*) NULL;
                         ^

Reported by:	pkg-fallout
2020-11-01 14:16:20 +00:00
Gerald Pfeifer
d1488091c7 Unbreak the (non-default) STAGING option. This requires two local patches
on top of the Wine Staging patchset that address upstream regressions.

It also brings a fair number of STAGING-specific additions to the set of
Wine libraries.
2020-11-01 14:15:44 +00:00
Antoine Brodin
34e94144d4 Mark BROKEN
In file included from /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/glxvisual.h:18:
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:538:1: error: comparison of distinct pointer types ('_glXGetTransparentIndexSUNType' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, long *)') and 'int (*)(Display *, Window, Window, unsigned long *)' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, unsigned long *)'))
FUNCDEF4(int, glXGetTransparentIndexSUN, Display *, dpy, Window, overlay,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:183:3: note: expanded from macro 'FUNCDEF4'
                CHECKSYM(f, fake_f); \
                ^~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:59:11: note: expanded from macro 'CHECKSYM'
        if(__##s == fake_s) \
           ~~~~~ ^  ~~~~~~

Reported by:	pkg-fallout
2020-11-01 14:14:43 +00:00
Antoine Brodin
bf78f312fe Mark BROKEN
In file included from GLVertexBufferObject.cpp:15:
./GLVertexBufferObject.hpp:53:9: error: use of undeclared identifier 'glBindBuffer'
        glBindBuffer(GL_ARRAY_BUFFER, _vboBuffer);
        ^
./GLVertexBufferObject.hpp:54:9: error: use of undeclared identifier 'glBindBuffer'
        glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, _iboBuffer);
        ^
./GLVertexBufferObject.hpp:59:9: error: use of undeclared identifier 'glBindBuffer'
        glBindBuffer(GL_ARRAY_BUFFER, 0);
        ^
./GLVertexBufferObject.hpp:60:9: error: use of undeclared identifier 'glBindBuffer'
        glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0);
        ^
GLVertexBufferObject.cpp:39:9: error: use of undeclared identifier 'glDeleteBuffers'; did you mean 'glSelectBuffer'?
        glDeleteBuffers(1, &_vboBuffer);
        ^~~~~~~~~~~~~~~
        glSelectBuffer
/usr/local/include/GL/gl.h:1430:23: note: 'glSelectBuffer' declared here
GLAPI void GLAPIENTRY glSelectBuffer( GLsizei size, GLuint *buffer );
                      ^
GLVertexBufferObject.cpp:44:9: error: use of undeclared identifier 'glDeleteBuffers'; did you mean 'glSelectBuffer'?
        glDeleteBuffers(1, &_iboBuffer);
        ^~~~~~~~~~~~~~~
        glSelectBuffer
/usr/local/include/GL/gl.h:1430:23: note: 'glSelectBuffer' declared here
GLAPI void GLAPIENTRY glSelectBuffer( GLsizei size, GLuint *buffer );
                      ^
GLVertexBufferObject.cpp:55:5: error: use of undeclared identifier 'glGenBuffers'
    glGenBuffers( 1, &_vboBuffer);
    ^
GLVertexBufferObject.cpp:56:5: error: use of undeclared identifier 'glGenBuffers'
    glGenBuffers( 1, &_iboBuffer);
    ^
GLVertexBufferObject.cpp:122:5: error: use of undeclared identifier 'glBufferData'
    glBufferData(GL_ARRAY_BUFFER, totalVBOSize, vboRawBuffer, GL_STATIC_DRAW);
    ^
GLVertexBufferObject.cpp:123:5: error: use of undeclared identifier 'glBufferData'
    glBufferData(GL_ELEMENT_ARRAY_BUFFER, totalIBOSize, iboRawBuffer, GL_STATIC_DRAW);
    ^

Reported by:	pkg-fallout
2020-11-01 14:12:59 +00:00
Antoine Brodin
846739d07f Mark BROKEN
fig2dev -L eps ctl-mrs-1.fig > ctl-mrs-1.eps
Invalid ellipse object at line 46.

Reported by:	pkg-fallout
2020-11-01 14:10:23 +00:00
Adam Weinberger
625a99297d devel/shfmt: Update to 3.2.0 2020-11-01 12:28:48 +00:00
Emanuel Haupt
e207f441c2 Be more precise in the description for the ALSA option. The option enables rodio
support which is an audio playback library written in rust. The library itself
uses ALSA but throughout the documentation the backend is referred to as rodio.

While here switch the default audio backend from rodio (ALSA) to portaudio, a
more BSD-native library.
2020-11-01 11:09:56 +00:00
Mateusz Piotrowski
228ee3956d Update to 0.2.0
Release notes:
https://github.com/isamert/scli/releases/tag/v0.2.0
2020-11-01 10:57:06 +00:00
Muhammad Moinur Rahman
c52c540cb4 graphics/ipe: Update version 7.2.19=>7.2.21 2020-11-01 10:25:41 +00:00
Emanuel Haupt
75d0632ce4 Update to 3.0 2020-11-01 09:39:29 +00:00
Stefan Eßer
9981c7141c Pass _PATH_LOCALBASE correctly quoted to the build 2020-11-01 09:33:28 +00:00
Dave Cottlehuber
5f6245037a databases/couchdb3: add web UI tools by default
Sponsored by:	SkunkWerks, GmbH
2020-11-01 08:07:19 +00:00
Mikael Urankar
3246820c20 lang/rust-bootstrap: building the bootstrap for powerpc64le requires a recent FreeBSD 13.x version 2020-11-01 08:06:42 +00:00
Ben Woods
0106859b2c www/bluefish: resurrect port, update to 2.2.11 which supports python3
Changes this release:
  https://sourceforge.net/p/bluefish/code/8832/tree/trunk/bluefish/ChangeLog

Reported by:	Angel Hess <angel@angelhess.com>
2020-11-01 06:08:24 +00:00
Alexey Dokuchaev
11db34d8b3 Update to version 1.0.8.
Found out via:	repology.org
2020-11-01 05:39:26 +00:00
Ben Woods
6b3dc0f2ca java/bluej: Update to 4.2.2
- Moved to Java 11 and OpenJFX 14

Changes this release:
  https://bluej.org/versions.html

PR:		250761
Submitted by:	mikael
2020-11-01 05:22:00 +00:00
Danilo G. Baio
fe57fb86d8 devel/websvn: Update to 2.6.0
PR:		250758
Submitted by:	Michael Osipov <michael.osipov@siemens.com> (maintainer)
2020-11-01 01:48:56 +00:00
Danilo G. Baio
564430574d textproc/py-docutils: Fix build with PYGMENTS option and Python 2
PR:		250395
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	python (with hat)
MFH:		2020Q4 (blanket: build fix)
2020-11-01 01:19:31 +00:00
Danilo G. Baio
57868e8798 devel/simdjson: Update to 0.6.0
Changelog:	https://github.com/simdjson/simdjson/releases/tag/v0.6.0

PR:		250751
Submitted by:	olevole@olevole.ru (maintainer)
2020-11-01 00:56:56 +00:00
Danilo G. Baio
a4fe1ecb9e games/dMagnetic: Update to 0.26
PR:		250762
Submitted by:	Thomas Dettbarn <dettus@dettus.net> (maintainer)
2020-11-01 00:30:59 +00:00
Danilo G. Baio
5d3d6ff6c7 www/py-httmock: Update to 1.4
PR:		250759
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2020-11-01 00:25:11 +00:00
Jan Beich
8f6ae85dcf emulators/yuzu: update to s20201031
Changes:	6db0c0d8d...98f68d06f
2020-11-01 00:25:02 +00:00
Jan Beich
009716675e emulators/rpcs3: update to 0.0.12.11145
Changes:	4984e8777...ca57f25f2
2020-11-01 00:24:56 +00:00
Muhammad Moinur Rahman
5796c5b681 textproc/groonga: Update version 10.0.7=>10.0.8
Relnotes:	https://groonga.org/en/blog/2020/10/29/groonga-10.0.8.html
2020-10-31 23:59:46 +00:00
Danilo G. Baio
e3b301f13b devel/ipython: Update to 7.19.0
Changelog:	https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.19#ipython-7-19

Approved by:	python (with hat)
2020-10-31 23:49:58 +00:00
Danilo G. Baio
7d208d497c sysutils/py-azure-cli: Update to 2.14.0
Changelog:	https://pypi.org/project/azure-cli/2.14.0/
2020-10-31 23:28:49 +00:00