| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
installing documentation files instead of abusing INSTALL_MAN.
|
|
|
|
|
|
|
|
|
| |
Bumped PORTREVISION in audio/polyphone.
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13855
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Console.cpp:36:3: error: cannot initialize a member subobject of type 'int' with an rvalue of type 'nullptr_t'
NULL
^~~~
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Console.cpp:36:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]
NULL
^~~~
{ }
/usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL'
#define NULL nullptr
^~~~~~~
Reported by: antoine (via bug 224669)
|
|
|
|
| |
other miscellaneous files which are not actually manual pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490
|
|
|
|
|
| |
PR: 223303
Submitted by: cpm
|
|
|
|
|
|
| |
PR: 221566
Submitted by: yuri
MFH: 2018Q1 (ports-secteam build fix blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
eca-neteci-server.cpp:179:11: error: assigning to 'int' from incompatible type '__bind<int &,
sockaddr *, unsigned long>'
res = bind(srvfd_rep, (struct sockaddr*)&addr_un_rep, sizeof(addr_un_rep));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
eca-neteci-server.cpp:181:11: error: assigning to 'int' from incompatible type '__bind<int &,
sockaddr *, unsigned long>'
res = bind(srvfd_rep, (struct sockaddr*)&addr_in_rep, sizeof(addr_in_rep));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
|
|
|
|
|
|
|
|
|
|
|
|
| |
sig2fv_main.cc:190:18: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
" default: "DEFAULT_WINDOW"\n\n"
^
server.cc:125:68: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned
long>' and 'int')
if (bind(fd, (struct sockaddr *)&serv_addr, sizeof(serv_addr)) != 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via bug 224669)
|
| |
|
|
|
|
| |
2018-01-04 audio/beast: 4.5 years old version, six versions behind, requires old toolchain, and unmaintained.
|
|
|
|
| |
The cryptic "error in backend" is emitted by Clang on crash.
|
|
|
|
|
|
|
| |
submitted upstream. Now tested on 10.3 i386 and 11.1 amd64.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D13765
|
|
|
|
|
|
|
|
|
| |
The overall changelog is at http://sayonara-player.com/changelog.php,
nothing major. All patches from FreeBSD have been integrated upstream
or made obsolete.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D13747
|
|
|
|
| |
PR: 224086
|
|
|
|
|
|
|
|
|
|
| |
- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 224675
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550
|
|
|
|
| |
PR: 224086
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:
/usr/bin/ld: error: cannot preempt symbol: alureInitDevice
>>> defined in libalure.so.1.2.0
>>> referenced by examples/alurestream.c
>>> CMakeFiles/alurestream.dir/examples/alurestream.o:(main)
For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in openal-soft or in lld).
PR: 214864, 219089
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
- abcde doesn't contain python code
|
| |
|
|
|
|
| |
to the code being for python2
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Update to upstream version 2.8.8
- Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like
multimedia/libquicktime.
This is, however, no longer supported upstream, see
https://sourceforge.net/p/faac/bugs/236/
In future, consumers need to change their detection mechanism for faad2
PR: 224464
Submitted by: mi
|
|
|
|
|
| |
PR: 224568
Submitted by: Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
style (including new icons), updated translations, and few other fixes.
Alas, this release also marks the drop of Qt4 support.
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
as this release.
|
|
|
|
|
|
| |
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
|
| |
|
|
|
|
|
|
|
|
| |
suggestion
Reported by: mat
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13568
|
|
|
|
|
|
| |
PR: ports/224305
Submitted by: JT Pennington <jt@ixsystems.com>
Sponsored by: iXsystems, Inc.
|
|
|
|
|
|
| |
Reported by: portscout
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13569
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Update to upstream version 0.20.13
- Fix dependency issue in the (admittedly rare) case of selecting
OPUS but none of the other codecs supporting the ogg container forrmat
- Update the NOTE section of pkg-message.in to mention mobile devices
as clients for mpd as well as a couple of additional clients in the
ports tree
|
|
|
|
|
|
|
|
|
| |
signal processing
PR: 221509
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D12890
|
|
|
|
|
| |
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13558
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add OSS v3 backend [1]
- Fix mixer channel selection in Preferences/Channels
- Bump PORTREVISION
[1] Upstream PR: https://github.com/Maato/volumeicon/pull/70
Submitted by: Dmitri Goutnik
|
|
|
|
|
|
| |
- Pet portlint
- Switch to options helpers
- Update WWW
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
PR: 224394
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 224260
Submitted by: rkoberman@gmail.com
|
|
|
|
| |
PR: 220476
|
| |
|
|
|
|
|
|
|
| |
activation
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13384
|
|
|
|
|
| |
- Add LICENSE_FILE
- Mark BROKEN on 11.x+
|
|
|
|
|
|
| |
PR: 224045
Submitted by: Stig Inge Lea Bjørnsen <stiginge@pvv.org> (maintainer)
Reported by: Le Baron d'Merde <lbdm@privacychain.ch>
|
|
|
|
|
|
|
| |
2017-12-12 audio/cd-console: No public distfiles
2017-12-12 textproc/pecl-cld: Depends on expired devel/cld
2017-12-12 textproc/p5-Lingua-Identify-CLD: Depends on expired devel/cld
2017-04-30 devel/cld: Unfetchable for more than six months (google code has gone away)
|
|
|
|
|
|
|
|
|
| |
- Update to 0.5.1
- Change WWW and download source to Github (MASTER_SITE disappeared)
- Pet portlint
PR: 224279
Submitted by: Dmitri Goutnik
|
|
|
|
|
| |
PR: 224274
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Explicitly add dependencies easytag requires:
* cairo
* audio/ogg for ogg vorbis support
* audio/opus for opus support
- Add runtime dependency on dconf to make sure users
could always have their configuration saved
- Enable file format support options (WAVPACK, OPUS, SPEEX)
by default by adding them to OPTIONS_DEFAULT
- Bump PORTREVISION
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
|
| |
- Switch to USES=localbase
- Unsilence installation commands
|
|
|
|
| |
- clean up DEPENDS
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
- Optionize Qt4/Qt5 support
PR: 223266
Submitted by: beerml@sigma6audio.de (maintainer)
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13238
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13380
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13396
|
| |
|
|
|
|
|
| |
PR: 220958
Submitted by: hselasky (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update include many bugfixes and many new features over v2.4.3.
The list of changes would be too long for this commit message.
Please refer to the ZynAddSubFx release announcements at
zynaddsubfx-user@lists.sourceforge.net for more information.
PR: 220958
PR: 223635
Tested by: pi @
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
It offers controls to play, pause, stop the music, as well as
navigate back and forth the current playlist.
musicpd volume can be set with the mouse wheel.
WWW: https://github.com/yogsothoth/wmmp
PR: 216904
Submitted by: nicolasherry@gmail.com
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Audio-Scan/Changes
|
|
|
|
| |
MFH: 2017Q4
|
|
|
|
|
|
|
| |
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
|
|
|
|
|
|
|
|
|
|
| |
hts_engine is software to synthesize speech waveform from HMMs trained
by the HMM-based speech synthesis system (HTS).
WWW: http://hts-engine.sourceforge.net/
PR: 217807
Submitted by: Hideki Gotoh <tomason510@gmail.com>
|
| |
|
|
|
|
|
|
| |
- Unsilence installation commands
Approved by: portmgr blanket
|
|
|
|
|
| |
- Simplify installation
- Cosmetic fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
|
|
|
|
|
|
|
|
|
| |
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13172
|
|
|
|
| |
2017-11-28 audio/shairport: Officially unmaintained upstream. Use audio/shairport-sync instead
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13274
|
|
|
|
|
|
|
|
|
| |
Patch removed was incorporated upstream.
Changes: https://github.com/Mindwerks/wildmidi/releases/tag/wildmidi-0.4.2
PR: 223925
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 223924
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
|
|
|
|
|
| |
- Remove unneeded USE_LDCONFIG, only installs a private plugin library
- While here make some whitespace and alignment changes
|
|
|
|
|
|
|
| |
electronic/dubstep genre
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13260
|
|
|
|
|
|
| |
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13253
|
|
|
|
|
|
|
| |
it python3-compatible; Added USES=localbase:ldflags
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13189
|
|
|
|
|
|
|
|
|
|
|
| |
- Make MusicBrainz support an on-by-default option
- Add pkg-plist file to allow @sample to be clearly used for the config file
- Include patch from upstream bug#54 to fix calculating MusicBrainz discid [1]
[1] https://abcde.einval.com/bugzilla/show_bug.cgi?id=54
PR: 223346
Approved by: tz (maintainer timeout)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Bump PORTREVISION of ports depending on this port
- Added USES=localbase to work around an issue where the Makefile.PL
pkgconfig check was finding that the discid check required the
CFLAGS+=-I/usr/local/include, but was not adding it to the Makefile.
Changes this release:
http://cpansearch.perl.org/src/NJH/MusicBrainz-DiscID-0.04/Changes
PR: 223344
Approved by: tobias.rehbein@web.de (previous maintainer)
|
| |
|
|
|
|
|
|
|
| |
PORTREVISIONs of audio/gigedit, audio/qsampler
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13162
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
sox currently crashes when it finishes playing a file.
PR: 213262
Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer)
Reported by: Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com>
Obtained from: Pkgsrc
MFH: 2017Q4
|
|
|
|
| |
- Update WWW to HTTPS
|
|
|
|
| |
- Update WWW to HTTPS
|
|
|
|
|
| |
PR: 223416
Submitted by: riggs
|
|
|
|
|
| |
PR: 223416
Submitted by: riggs
|
|
|
|
|
|
|
| |
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
| |
|
|
|
|
|
|
| |
PR: 222113
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12846
|
|
|
|
| |
Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e
|
|
|
|
|
|
| |
PR: 223630
Submitted by: Mark Dixon <mark@tranquillussoftware.co.uk> (maintainer)
MFH: 2017Q4
|
| |
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12999
|
|
|
|
|
| |
Approved by: mat (followup request in D12999)
Differential Revision: https://reviews.freebsd.org/D12999
|
|
|
|
|
| |
2017-11-12 audio/smasher: Does not build with modern csound
2017-11-12 audio/csound: Not supported upstream anymore, use csound6
|
|
|
|
|
|
|
|
|
| |
Also, moved patches under files/
PR: 223614
Submitted by: Jan Beich <jbeich@FreeBSD.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13051
|
|
|
|
|
|
|
|
| |
synthesis server
PR: 221752
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13044
|
|
|
|
|
|
| |
PR: 221460
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13045
|
|
|
|
|
|
| |
PR: 221683
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Yoshimi is an algorithmic MIDI software synthesizer, originally forked
from ZynAddSubFX. It synthesizes in real time, can run polyphonic or
monophonic, with multiple simultaneous patches on one or more MIDI
channels, and has broad microtonal capability. It includes extensive
addititive, subtractive, and pad synth capabilities which can be run
simultaneously within the same patch. It also has eight audio effects
modules.
WWW: http://yoshimi.github.io/
PR: 223397
Submitted by: owen94012@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Amsynth is an analog modelling (a.k.a virtual analog) software
synthesizer.
It mimics the operation of early analog subtractive synthesizers with
classic oscillator waveforms, envelopes, filter, modulation and
effects.
WWW: http://amsynth.github.io/
PR: 223361
Submitted by: owen94012@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-11-04 lang/ats: Unmaintained, outdated, needs lots of refreshment
2017-11-09 games/lordsawar: Broken for more than 6 months
2017-11-09 databases/elixir-ecto_migrate: Broken for more than 6 months
2017-11-09 audio/gspeakers: Broken for more than 6 months
2017-11-09 net/p5-Filesys-SmbClient: Broken for more than 6 months
2017-11-09 audio/tclmidi: Broken for more than 6 months
2017-11-09 security/py-xmlsec: Broken for more than 6 months
2017-11-09 security/samba-virusfilter: Broken for more than 6 months
2017-11-09 textproc/ocaml-pxp: Broken for more than 6 months
2017-11-09 audio/sooperlooper: Broken for more than 6 months
2017-11-09 devel/dwarves: Broken for more than 6 months
2017-11-09 devel/cl-cffi-sbcl: Broken for more than 6 months
2017-11-09 devel/pinba_engine: Broken for more than 6 months
2017-11-09 devel/py-event: Broken for more than 6 months
|
|
|
|
|
|
| |
PR: 221861
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12891
|
|
|
|
|
|
| |
PR: 221596
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12895
|
|
|
|
|
|
|
|
| |
(sf2 and sfz) files
PR: 221400
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12904
|
|
|
|
|
|
|
|
| |
ported from VST
PR: 221600
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12994
|
|
|
|
|
|
| |
PR: 221459
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12999
|
|
|
|
|
|
| |
PR: 221554
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12996
|
|
|
|
|
|
| |
PR: 221556
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12997
|
|
|
|
|
|
|
|
| |
Fons Adriaensen
PR: 221494
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12992
|
|
|
|
|
| |
PR: 223591
Submitted by: yamagi@yamagi.org (maintainer)
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/60
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 223373
Exp-run by: antoine
|
| |
|
|
|
|
|
|
|
|
| |
for LV2
PR: 221351
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12956
|
|
|
|
|
|
| |
PR: 222440
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12954
|
|
|
|
|
|
| |
- Simplify SHEBANG_FILES
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS
|
|
|
|
|
|
| |
BROKEN.
Sponsored by: Absolight
|
|
|
|
|
| |
Details:
- See PR 223416
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/c++ -DCMAKE_INSTALL_PREFIX=\"/usr/local\" -DFaacEncoder_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -Icontrib -Isdk -isystem /usr/local/include -isystem /opt/local/include -isystem /usr/local/include/qt4 -isystem /usr/local/include/qt4/QtGui -isystem /usr/local/include/qt4/QtCore -I. -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -MD -MT CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -MF CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o.d -o CMakeFiles/FaacEncoder.dir/plugins/FaacEncoder/FaacEncoder.cpp.o -c plugins/FaacEncoder/FaacEncoder.cpp
In file included from plugins/FaacEncoder/FaacEncoder.cpp:1:
plugins/FaacEncoder/FaacEncoder.h:7:10: fatal error: 'mp4v2/mp4v2.h' file not found
#include <mp4v2/mp4v2.h>
^
1 error generated.
Reported by: pkg-fallout
|
|
|
|
|
|
| |
PR: 221553
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12955
|
|
|
|
|
|
|
|
|
|
|
| |
The local collection backend uses embedded MySQL, however mysqle needs
to be linked against SSL.
Also, explicitly state we need both client and embedded version of mysql
in USES.
PR: 218821
PR: 221467
|
|
|
|
|
|
| |
- Fix regression issue when using the portaudio OSS backend.
Approved by: maintainer
|
|
|
|
|
|
|
| |
is based on a 4.5 years old version, at least six versions behind, and
requires an old toolchain [1], and nobody seems to even care.
PR: 196849 [1]
|
|
|
|
|
|
|
|
| |
audio input/output
PR: 223414
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12936
|
|
|
|
|
|
|
| |
All ports now are using MPL[10|11|20] license.
Approved by: portmgr (rene)
Differential Revision: D12940
|
|
|
|
|
|
|
|
|
| |
- Improved support for VLC OSS backend.
- Added support for running in background.
- Added support for setting resampling quality.
- Updated manual page.
Approved by: maintainer
|
|
|
|
|
|
| |
PR: 222449
Submitted by: beerml@sigma6audio.de (maintainer)
MFH: 2017Q4
|
|
|
|
|
|
|
|
| |
combo organ, the YC-20
PR: 221598
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12894
|
|
|
|
|
|
|
|
| |
reading/writing.
PR: 221785
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12893
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Change default device to /dev/cd0 to match FreeBSD default from 10.0
- Fix master sites as the distfile fetch was failing
- Correct depends and USE_ flags (pet stage QA)
- Bypass build warnings which were previously present but were being
promoted to errors with this update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C.A.V.A. is a bar spectrum audio visualizer for the terminal using
ALSA, PulseAudio, sndio or fifo buffer for input.
This program is not intended for scientific use. It's written to look
responsive and aesthetic when used to visualize music.
WWW: https://karlstav.github.io/cava
- Include a backport of an sndio input contributed by me
PR: 223301
Submitted by: omar.polo@protonmail.com (based on)
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 223071
Reported by: antoine
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
| |
preparation for port expiration.
asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal.
Please use the net/asterisk13 port.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I noticed this port is currently broken:
BROKEN= no public distfiles
Then I found the public archive at:
https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz
(the checksum matches)
I think the port can be "fixed" with the attached patch.
Thanks!
Update the LOCAL copy I forgot to add the last time (db)
PR: ports/223163
Submitted by: tj+freebsd_ports@a13.fr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
|
|
|
|
| |
MFH: 2017Q4
|
|
|
|
| |
- Sort ONLY_FOR_ARCHS (requested by portlint)
|
|
|
|
|
| |
PR: 222208
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
|
|
|
|
| |
PR: 223005
Submitted by: Yuri Victorovich (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
Apart from version updates, the highlights are:
* fix orphaned file issues in atril/atril-lite.
* Add licenses where required.
* make sure the mime xml gets installed in mate-control-center.
* regen the m-c-c patch, with make makepatch.
|
|
|
|
| |
- Update pkg-descr with new site as well
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
distfiles anymore
|
|
|
|
|
|
|
| |
It is documenting a very old version of festival and there are no new release of
the documentation for newer version of festival.
The distfile has also been removed from their official website
|
| |
|
| |
|
|
|
|
|
|
| |
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- when gstreamer1 plugins are missing, files just don't play (this applies
also to, say, having a broken ogg plugin).
- complete the list of useful gstreamer plugins; while typical users will
have -core installed, and thus -libav, make dependency on libav explicit.
This plugin is used for m4a, aac, wma and mpc files.
- drop USES=gettext-runtime, which I added in r451527. It is pulled into
LIB_DEPENDS by USE_GNOME=glib20, so it is a duplicate here. Thanks to
danfe@ for explanation.
Reviewed by: danfe
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D12629
|
|
|
|
|
| |
Latest csound5 was from 2012, its only consumer is audio/smasher
which is an abandonware (and also marked as deprecated)
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12601
|
|
|
|
|
|
| |
PR: 222813
Submitted by: uzsolt@uzsolt.hu (maintainer)
MFH: 2017Q4 (ports-secteam runtime fix blanket)
|
|
|
|
|
|
|
|
|
| |
libuuid was used for a some time between 0.121.3 and 0.124 releases
but didn't propagate into any except for stray <uuid/uuid.h> include.
PR: 221314
Submitted by: tobik
Reviewed by: hselasky
|
|
|
|
|
| |
Reported by: zi
MFH: 2017Q4
|
|
|
|
| |
MFH: 2017Q4
|
| |
|
| |
|
|
|
|
| |
While here add license
|
|
|
|
| |
Upstream is no more distributing any FreeBSD binary
|
|
|
|
|
|
| |
Changes: http://kcat.strangesoft.net/openal.html#release
ABI: https://abi-laboratory.pro/tracker/timeline/openal/
MFH: 2017Q4
|
|
|
|
|
|
|
| |
- Adjust dependencies as reported by stage-qa
PR: 219357
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
|
|
| |
- All previous patches have been upstreamed
- Switch to DISTVERSION
Approved by: tcberner (mentor), rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D12550
|
| |
|
|
|
|
|
|
|
|
|
| |
For example, after r450862 mips64 still failed:
gmake[1]: Entering directory '/wrkdirs/usr/ports/audio/festival/work/speech_tools'
Check system type
../config/config:197: ../config/systems/mips_unknown.mak: No such file or directory
gmake[1]: *** No rule to make target '../config/systems/mips_unknown.mak'. Stop.
|
|
|
|
|
|
|
| |
PR: 215974
Reported by: mmel
Inspired by: ArchLinux, Gentoo, Debian
Reviewed by: tijl (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
|
|
|
|
|
|
|
|
| |
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Take maintainership
- Fix libmp3lame detection
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
| |
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
|
|
|
|
|
|
|
|
| |
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
|
|
|
|
|
|
| |
PR: 219718
Submitted by: emaste
Reported by: O. Hartmann
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
|
|
|
| |
Approved by: crees@
|
|
|
|
|
|
|
|
|
|
|
| |
- Add the EXAMPLES option
- Add a patch to fix the Jack backend for Jack 1
Changes: http://kcat.strangesoft.net/openal.html#release
ABI: https://abi-laboratory.pro/tracker/timeline/openal/
PR: 222437
Submitted by: kdrakehp@zoho.com
MFH: 2017Q3
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New options, HELP and SUPERNOVA, Help Install on-line help text and supernova builds with audio synthesis server
* Added license file
* Cleanup Makefile
PR: 221228
Submitted by: Yuri Victorovich
Reviewed by: matthew, mat
Approved by: maintainer timeout (1+ month)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11997
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It allows python applications to use the Opus audio codec to encode
and decode audio, usually in order to reduce the network bandwidth
that is used by the application.
WWW: https://github.com/onbeep/opuslib
PR: 222038
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet, mat
Approved by: lifanov (mentor), matthew (mentor), koobs
Differential Revision: https://reviews.freebsd.org/D12309
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
|
|
|
|
|
| |
Changes: https://ccrma.stanford.edu/software/stk/download.html#v4dot6dot0
PR: 222004
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Add LICENSE and LICENSE_FILE
- Update WWW in pkg-descr
PR: 222037
Submitted by: cpm@
|
|
|
|
| |
This is effectively 4.0.0beta2
|
|
|
|
|
|
|
| |
PR: 222020
Submitted by: mk@nic-nac-project.org (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12244
|
|
|
|
|
|
|
| |
- Fix runtime with PulseAudio versions >= 10.99.1
- Trim pkg-message
MFH: 2017Q3
|
|
|
|
|
|
|
|
|
|
| |
- Drop --disable-xen following upstream change in 10.0
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 222093
Submitted by: lightside <lightside@gmx.com>
MFH: 2017Q3
|
|
|
|
|
| |
PR: 222060
Submitted by: takefu@airport.fm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-08-30 www/speedtest-mini: Discontinued upstream (on June 30, 2017)
2017-08-31 devel/rubygem-sequel3: Use devel/rubygem-sequel instead
2017-08-31 audio/tomahawk: Project is dead upstream.
2017-08-31 mail/rubygem-larch: Unmaintained by upstream, no changes since 2013
2017-08-31 devel/rubygem-sidekiq4: Use devel/rubygem-sidekiq instead
2017-08-31 devel/rubygem-webpacker1-rails5: Use devel/rubygem-webpacker-rails5 instead
2017-08-31 devel/rubygem-sidekiq-cron04: Use devel/rubygem-sidekiq-cron instead
2017-09-01 www/py-django19: Unsupported upstream
2017-09-01 mail/movemail: Out of date
2017-09-01 german/phone: Out of date
2017-09-01 ports-mgmt/fbsdmon: no longer maintained, web site it sends data to has been taken over by cybersquatters
|
|
|
|
|
|
| |
PR: 221904
Submitted by: henrik@affekt.org (maintainer)
MFH: 2017Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move BROKEN_aarch64 according to portlint suggestion
- Add missing LIB_DEPENDS
- Add missing USE_QT5
- Add missing INSTALLS_ICONS=yes
- Switch to using system freefont
- Add the OCR port option to reflect the cmake option
- Remove redundant patches from files/, moved one to post-patch
PR: 221873
Submitted by: yuri@rawbw.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:
/usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent
>>> defined in libopenal.so.1.18.0
>>> referenced by examples/altonegen.c
>>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
/usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext
>>> defined in libopenal.so.1.18.0
>>> referenced by examples/altonegen.c
>>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
/usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice
>>> defined in libopenal.so.1.18.0
>>> referenced by examples/altonegen.c
>>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
...
(Ports that depend on audio/openal-soft may also need to be tagged with
LLD_UNSAFE.)
PR: 219089
Approved by: kwm
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
|
| |
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150
|
|
|
|
|
|
|
|
| |
There is a very well maintained GitHub fork also available in the ports tree.
Deprecate this port with a 3 months notice and point at the alternative.
PR: 218914
Approved by: maintainer timeout (123 days)
|
|
|
|
| |
MFH: 2017Q3
|
|
|
|
|
| |
PR: 221612
Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add upstream patch to fix sporadic crash on program's start-up
due to notorious C++ "static initialization order fiasco" [*]
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1502219275 which corresponds to commit 8f81f61 tagged
as this release.
[*] https://isocpp.org/wiki/faq/ctors#static-init-order
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
Reported by: mat
Approved by: lifanov (mentor), Yuri Victorovich (maintainer)
Differential Revision: https://reviews.freebsd.org/D12081
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
|
| |
|
|
|
|
|
| |
PR: 218104
Submitted by: xxjack12xx@gmail.com (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
units capable of (and intended for) realtime operation. The suite
includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and others.
WWW: https://github.com/moddevices/caps-lv2
PR: 221254
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12092
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tom's Audio Processing plugins is a selection of LADSPA plugins for audio
engineering on the Linux platform. Intended for use in a professional DAW
environment such as Ardour, it includes high quality reverberation, echo,
eq, limiter & more.
WWW: http://tap-plugins.sourceforge.net/
PR: 221231
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12093
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tool for live performances or general audio and event filtering.
It was conceptualized to fill the gap between pure textual (e.g. SuperCollider)
and pure visual flow (e.g. Pure Data) audio programming paradigms.
Potential fields of application may include:
* Live audio synthesis
* Real-time event scripting
* Non-linear signal routing
* Advanced control automation
* Advanced event filtering
* Live mixing
* Live coding
* Algorithmic composition
* Interfacing to expressive controllers
WWW: https://open-music-kontrollers.ch/lv2/synthpod
PR: 221319
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12094
|