| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN: fails to build
tX_audiodevice.cc:372:46: error: C-style cast from 'nullptr_t' to 'jack_options_t' (aka 'JackOptions') is not allowed
if ((client=jack_client_open("terminatorX", (jack_options_t) NULL, NULL))==0) {
^~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Notes:
svn path=/branches/2018Q4/; revision=484093
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mark BROKEN: fails to build
/usr/local/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
^
Reported by: pkg-fallout
Notes:
svn path=/branches/2018Q4/; revision=484016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now builds on powerpc64.
Reported by: Piotr Kubaj
Update to upstream version 0.20.23
Details:
- Upstream changelog see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.23/NEWS
- Includes new bug fixes for crashes due to clang/llvm optimisation bug
Approved by: ports-secteam (riggs)
Notes:
svn path=/branches/2018Q4/; revision=483662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to upstream version 0.20.22
Details:
- Upstream changelog see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.20.22/NEWS
- gcc_pure patch for src/input/Error.hxx was adopted upstream
This is a confirmed bug in LLVM before 7.0, see
https://bugs.llvm.org/show_bug.cgi?id=32611
Approved by: ports-secteam (riggs)
Notes:
svn path=/branches/2018Q4/; revision=483124
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build with OpenSSL 1.1.x
PR: 232154
Submitted by: me
Approved by: ports-secteam (miwi)
Notes:
svn path=/branches/2018Q4/; revision=482303
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enable VORBISENC by default for httpd streaming with the default package
Additionally:
- Bump PORTREVISION
- Pet portlint
Reported by: bapt
Fix SIGABRT in IsFileNotFound (e.g. when creating an empty database)
While on it:
- Add USES=gnome due to complaint in check-sanity
PR: 232030
Reported by: korsani@free.fr
Approved by: ports-secteam (riggs)
Notes:
svn path=/branches/2018Q4/; revision=482239
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build on powerpc64
PR: 231834
Submitted by: pkubaj@anongoth.pl
Approved by: ports-secteam (build fix blanket)
Notes:
svn path=/branches/2018Q4/; revision=481994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/alsa-lib: unbreak clang build on powerpc64
fatal error: error in backend: A @@ version cannot be undefined
Reported by: Mark Millard
Submitted by: dim
Obtained from: upstream
Approved by: ports-secteam blanket
Notes:
svn path=/branches/2018Q4/; revision=481946
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow building with python 3.x
- Add DOCS option for general documentation built by sphinx
- Add MANPAGES option build/install manpages since it requires extra deps
- Add TEST option and disable building tests by default
- Whitespace align options and separate blocks for better readability
audio/py-aubio: Update to 0.4.7
- Allow concurrent installation
Notes:
svn path=/head/; revision=480997
|
|
|
|
|
|
|
|
|
|
|
|
| |
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes:
svn path=/head/; revision=480951
|
|
|
|
|
|
|
| |
https://opus-codec.org/release/dev/2018/09/18/opus-tools-0_2.html
Notes:
svn path=/head/; revision=480914
|
|
|
|
| |
Notes:
svn path=/head/; revision=480899
|
|
|
|
|
|
|
|
|
|
| |
Add USES=compiler:c++0x because the code is C++03.
Also shadow some commands.
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=480891
|
|
|
|
|
|
|
|
|
| |
- The lastfm, no_release, and smart_title_case plugins have been ported
- The lastfmplus plugin has been removed
- Minor bugfixes
Notes:
svn path=/head/; revision=480887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add sndio support
- Get rid of many custom patches and other workarounds by adding
USES=localbase:ldflags
- Fix man page install location
- Modernize some CMAKE variables
Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc7
PR: 229867
Submitted by: tobik
Notes:
svn path=/head/; revision=480865
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=480844
|
|
|
|
|
|
|
|
|
|
|
| |
Tested on powerpc64, amd64.
PR: 231668
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=480825
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=480812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=480747
|
|
|
|
|
|
|
|
| |
The libopusenc libraries provide a high-level API for encoding .opus
files.
Notes:
svn path=/head/; revision=480742
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=480741
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default lld disallows relocations against read-only segments and
requires that shared objects are built with -fPIC (as they should be).
This port already set -fPIC for amd64, so apply it to arm64 (which
already uses lld as the system linker) and i386 (which will soon switch
to lld as the system linker).
Approved by: portmgr (lld blanket)
Notes:
svn path=/head/; revision=480738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, update audio/pulseaudio-module to the latest release 0.2.
pulseaudio-module-xrdp 0.2 no longer have build time dependency on xrdp.
Accordingly, add runtime dependency on pulseaudio-module-xrdp to xrdp to
enable audio redirection by default it doesn't cause circular dependency
now.
While here,
- Pet portlint
- Switch PORTVERSION to DISTVERSION
Approved by: pi (mentor)
Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.8
Sponsored by: HAW International, Inc.
Differential Revision: https://reviews.freebsd.org/D17326
Notes:
svn path=/head/; revision=480715
|
|
|
|
|
|
|
|
|
| |
PR: 231287
Approved by: hselasky (maintainer)
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=480701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=480666
|
|
|
|
|
|
|
|
|
| |
PR: 231689
Submitted by: Piotr Kubaj
Approved by: maintainer
Notes:
svn path=/head/; revision=480651
|
|
|
|
|
|
|
|
|
| |
0.5.4-1 because 0.5.4 had a regression.
Reported by: upstream notification
Notes:
svn path=/head/; revision=480620
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream maintainer already used freeshell.org hosting for mail.
https://web.archive.org/web/20180903155129/http://etree.org/shnutils/shorten/
Obtained from: Gentoo
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=480508
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=480497
|
|
|
|
|
|
|
| |
improve the tone of speech
Notes:
svn path=/head/; revision=480439
|
|
|
|
|
|
|
| |
Only one backend seems to work at a time, therefore a RADIO section.
Notes:
svn path=/head/; revision=480434
|
|
|
|
|
|
|
|
|
|
|
| |
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=480340
|
|
|
|
| |
Notes:
svn path=/head/; revision=480172
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=480106
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default lld does not allow relocations against read-only segments.
Add -Wl,-znotext to override the default. No effect on GNU ld, where
this just reaffirms the default.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=480074
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine
Notes:
svn path=/head/; revision=480069
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed for linking with lld on i386, and also the reason this
port was previously broken on arm64.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=480061
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here
- Follow WWW redirect
- Fix license
Obtained from: OpenBSD Ports [1]
Notes:
svn path=/head/; revision=480006
|
|
|
|
|
|
|
|
|
|
|
| |
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=479990
|
|
|
|
|
|
|
|
|
| |
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=479979
|
|
|
|
| |
Notes:
svn path=/head/; revision=479958
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=479939
|
|
|
|
|
|
|
| |
Changes: https://forum.teamspeak.com/threads/137292-Release-TeamSpeak-3-Server-3-4-0
Notes:
svn path=/head/; revision=479912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2018-09-15 www/bookmarkbridge: Unmaintained. Unlikely to work correctly with modern browsers
2018-09-15 mail/annoyance-filter: Unmaintained upstream
2018-09-15 mail/pop3vscan: Unmaintained upstream
2018-09-15 audio/firefly: Unmaintained. Use audio/forked-daapd instead
2018-09-15 www/hs-hS3: Not being developed upstream
2018-09-15 converters/hs-dataenc: Not being developed upstream
2018-09-15 devel/tinyq: Unmaintained upstream and unused in the ports tree
2018-09-15 devel/hs-hashed-storage: Not being developed upstream
Notes:
svn path=/head/; revision=479881
|
|
|
|
|
|
|
|
| |
PR: 228942
Reported by: brnrd
Notes:
svn path=/head/; revision=479869
|
|
|
|
|
|
|
|
|
|
| |
- Update to using QT5/KF5
- Use out-source building; otherwise configure fails when detecting plugins
due to directory polution by cmake
- Remove CDPARANOIA option; it isn't an option, but mandatory
Notes:
svn path=/head/; revision=479821
|
|
|
|
|
|
|
| |
porn clickbait site.
Notes:
svn path=/head/; revision=479693
|
|
|
|
|
|
|
| |
files.
Notes:
svn path=/head/; revision=479691
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
Notes:
svn path=/head/; revision=479590
|
|
|
|
| |
Notes:
svn path=/head/; revision=479583
|