| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from /usr/local/lib/gcc5/include/c++/string:52:0,
from /usr/local/include/wx-2.8/wx/string.h:176,
from /usr/local/include/wx-2.8/wx/memory.h:16,
from /usr/local/include/wx-2.8/wx/object.h:20,
from /usr/local/include/wx-2.8/wx/event.h:17,
from /usr/local/include/wx-2.8/wx/window.h:19,
from /usr/local/include/wx-2.8/wx/control.h:23,
from /usr/local/include/wx-2.8/wx/checkbox.h:19,
from settingsbook.cpp:4:
/usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string<wxPoint>::<anonymous>':
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from 'class std::__cxx11::basic_string<wxPoint>'
fxplotwindow.h:12:32: required from here
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_buf [2]' with constructor not allowed in union
_CharT _M_local_buf[_S_local_capacity + 1];
^
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=c++11 or -std=gnu++11
PR: 216707
Reported by: antoine (via exp-run)
|
|
|
|
| |
- Add NO_ARCH
|
|
|
|
| |
- Add LICENSE_FILE
|
|
|
|
|
|
| |
Submitted by: Mark Dixon (maintainer)
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8872
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
|
|
|
|
|
|
| |
Reported by: David Z <daz@hyperchronos.org>
Reported by: marino
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ ldd $(which csound5gui) | fgrep c++
libc++.so.1 => /usr/lib/libc++.so.1 (0x803309000)
libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x803a22000)
libcsound64.so.5: undefined reference to `csp_dag_is_finished'
libcsound64.so.5: undefined reference to `csp_set_count'
libcsound64.so.5: undefined reference to `csp_set_get_num'
collect2: error: ld returned 1 exit status
PR: 216707
Reported by: antoine (via exp-run)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/Http.cpp:771:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char* cp = strstr(buffer, "Content-Length:");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/downloadmanager.cpp:401:15: error: cannot initialize a variable of type 'char *' with an rvalue
of type 'const char *'
char* extension = strrchr(url, '.');
^ ~~~~~~~~~~~~~~~~~
src/downloadmanager.cpp:561:11: error: cannot initialize a variable of type 'char *' with an rvalue
of type 'const char *'
char* cp = strstr(buffer, "Content-Length:");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/downloadmanager.cpp:575:11: error: cannot initialize a variable of type 'char *' with an rvalue
of type 'const char *'
char* cp = strstr(buffer, "Last-Modified:");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/downloadmanager.cpp:799:24: error: assigning to 'char *' from incompatible type 'const char *'
file = strchr(item->SourceURL().c_str() + 7, '/');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/player.cpp:552:21: error: assigning to 'char *' from incompatible type 'const char *'
extension = strrchr(url.c_str(), '.');
^~~~~~~~~~~~~~~~~~~~~~~~~
src/player.cpp:1109:17: error: assigning to 'char *' from incompatible type 'const char *'
temp_proto = strstr(title, "://");
^~~~~~~~~~~~~~~~~~~~
src/player.cpp:1129:15: error: assigning to 'char *' from incompatible type 'const char *'
temp_ext = strrchr(title, '.');
^~~~~~~~~~~~~~~~~~~
src/player.cpp:1964:14: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char *port = strchr(buffer.c_str(),':');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
src/playlist.cpp:1964:15: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char* extension = strrchr(url, '.');
^ ~~~~~~~~~~~~~~~~~
src/playlist.cpp:2045:15: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char* extension = strrchr(url, '.');
^ ~~~~~~~~~~~~~~~~~
src/ThemeZip.cpp:150:15: error: assigning to 'char *' from incompatible type 'const char *'
pPtr = strrchr(oFile.c_str(), DIR_MARKER);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/wavoutpmo.cpp:127:10: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char *pPtr = strrchr(GetUrl().c_str(), DIR_MARKER);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ZinfTheme.cpp:1768:26: error: assigning to 'char *' from incompatible type 'const char *'
pExtension = strrchr((*i).c_str(), '.');
^~~~~~~~~~~~~~~~~~~~~~~~~~
pPtr = strrchr(m_oPath.c_str(), '/');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unix/src/cdpmo.cpp:116:10: error: cannot initialize a variable of type 'char *' with an rvalue of
type 'const char *'
char *tracknumber = strrchr(url, '/');
^ ~~~~~~~~~~~~~~~~~
unix/src/GTKPreferenceWindow.cpp:1755:20: error: cannot initialize a variable of type 'char *' with
an rvalue of type 'const char *'
char *name = strrchr((*i).second.c_str(), '/');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unix/src/gtkmusicbrowser.cpp:1206:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char *ext = strrchr(m_currentListName.c_str(), '.');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
misc.cpp:109:14: error: assigning to 'char *' from incompatible type 'const char *'
cp = strrchr(url, '.');
^~~~~~~~~~~~~~~~~
id3lib.cpp:366:11: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char *ptr = strrchr(url, '.');
^ ~~~~~~~~~~~~~~~~~
id3lib.cpp:426:11: error: assigning to 'char *' from incompatible type 'const char *'
ptr = strrchr(url, '.');
^~~~~~~~~~~~~~~~~
id3lib.cpp:488:11: error: cannot initialize a variable of type 'char *' with an rvalue of type
'const char *'
char *ptr = strrchr(url.c_str(), '.');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
vorbis.cpp:151:11: error: assigning to 'char *' from incompatible type 'const char *'
ptr = strrchr(url, '.');
^~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
|
|
|
|
|
| |
Reported by: mat
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfixes:
- gbsplay:
- cpu emulation fixes:
- RLCA/RLA/RRCA/RRA did not set ZF
- fix botched SBC zero flag handling
- fix slight bug in ADC/SBC
- fix INC/DEC SP, CP A and half-carry flag in DEC
- fix PUSH/POP AF
- fix trigger handling on noise channel
- fix error on midi plugout where a write to the file could occur
before the file was opened
- fix garbled screen on exit in verbose mode (gbsplay -v)
- fix status display: respect channel in left/right total volume
- fix impulse generator: generate a header file at compile-time
Enhancements:
- gbsplay:
- more accurate sound:
- calculate LFSR correctly
- play first nibble on DAC-channel from fresh buffer
- correct noise channel speed
- use more DMG-like DC-offsets
- more accurate cpu cycle accounting
- remove DC offset from DAC-channel
- show register contents in verbose mode (gbsplay -v)
- add basic GBR file support
- support ugetab int vector extension (gbs spec 1.04u)
- add 'iodumper' plugout for testing
- add support for blargg-gb-tests debug output
MFH: 2017Q1
|
|
|
|
|
|
|
| |
- Fix LICENSE and add LICENSE_FILE
- Add regession test support
Changes: https://raw.github.com/metabrainz/libdiscid/master/ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Success in opening /dev/dsp* O_RDWR does not mean the device
supports play/recording. Add an extra check to see if the requested
mode is really supported.
- sndiod cannot currently be started in jails as root, because it
tries to setpriority(-20). Allow setpriority to fail and start the
daemon anyway.
- Fallback to /dev/dsp instead of /dev/dsp0 when using libsndio directly
without a running sndiod.
- Implement sio_setvol in the OSS backend for application level volume
control with just libsndio.
PR: 216571
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
args.cpp:105:9: error: assigning to 'char *' from incompatible type 'const char *'
sep = strstr (str, ":");
^ ~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
httpstream.cpp:366:4: error: assigning to 'char *' from incompatible type 'const char *'
p = strstr(url, HTTP_PREFIX); if (!p) goto out;
^ ~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
|
|
|
|
|
|
| |
there as well.
PR: 216690
|
|
|
|
|
|
|
|
|
|
| |
src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int')
if (m_pPixmaps>0)
~~~~~~~~~~^~
PR: 216354
Reported by: antoine (via exp-run)
Submitted by: tcberner
|
|
|
|
| |
PR: 216646
|
|
|
|
|
|
|
| |
Rationale:
Marking port broken on armv6 was done based on the results of a bulk build
of the ports tree as of r431452, i.e. before the fix for this particular
link error was committed in r431615.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be used within a real-time processing context, to be fast, and to provide
high-quality sample rate conversion.
The library operates on signals represented in single-precision floating point
format. For multichannel operation both the input and output signals are assumed
to be stored as interleaved samples.
The API allows a trade-off between quality and CPU load. For the latter a range
of approximately 1:6 is available. Even at the highest quality setting
libzita-resampler will be faster than most similar libraries providing the same
quality, e.g. libsamplerate.
WWW: http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html
PR: 215981
Submitted by: meka@tilda.center
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
Linux programs can find desktop theme icons. This eliminates the need
for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
lib, lib64, sbin and icons to the new destination before the directories
are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
|
|
|
|
|
| |
Done with: Tools/scripts/bump-revision.sh
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9380
|
|
|
|
|
|
| |
- Add NO_ARCH
- Add regression testing support
- Use something better than the Github repo for WWW
|
|
|
|
|
|
|
|
|
|
| |
- plist installation location varies by ARCHNAME
- plist list of installed files varies based on ARCH + OSREL
PR: 213260
Reported by: David Z. <daz@hyperchronos.org>
Approved by: Mark Dixon (maintainer)
MFH: 2017Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream build scripts have some machinery to include compiler-specific
.mak file depending on compiler used. This is handled in an ugly way by the
port, roughly, upstream makefile includes ${CC}.mak and ports Makefile
copies that from default .mak. This is breaks when CC is an absolute path
and is useless anyway, as even if it was implemented properly, customized
.mak files are for compilers we'll never use such as gcc 3.2, intel and suncc.
So make upstream makefile always include the default .mak.
PR: 215253
Approved by: maintainer timeout (mi@aldan.algebra.com, 6 weeks)
MFH: 2017Q1
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
While here, pet portlint.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Detailed log:
- Update to upstream version 0.20.3
- Resolve c++ stdlib overlinking on FreeBSD-10, fixes [1]
- Promote HTTPD to default OPTION (proposal by jungleboogie0@gmail.com)
- Update REINPLACEs on example config file to match upstream changes
- Add additional hint on directory permissions and ownership for
initial mpd service start in pkg-message.in
- Pet portlint
PR: 216371
Reported by: hideo@lastamericanempire.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-28 databases/ruby-rdbc1: Upstream no longer active
2017-01-28 databases/ruby-sybct: Upstream no longer active
2017-01-28 databases/ruby-o_dbm: Upstream no longer active
2017-01-28 databases/ruby-cdb: Upstream no longer active
2017-01-28 devel/ruby-rbison: Does not work on modern ruby
2017-01-28 devel/ruby-property: Upstream no longer exists
2017-01-28 devel/ruby-dialogs: Upstream no longer active
2017-01-28 devel/ruby-byaccr: Upstream no longer active
2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead
2017-01-28 devel/ruby-locale: No longer useful
2017-01-28 devel/ruby-wirble: Upstream no longer active
2017-01-28 devel/ruby-tzfile: Upstream no longer exists
2017-01-28 devel/ruby-rreadline: Upstream no longer exists
2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead
2017-01-28 graphics/ruby-imlib2: Upstream no longer active
2017-01-28 graphics/ruby-image_size: Upstream no longer active
2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead
2017-01-28 irc/ruby-rice: Upstream no longer active
2017-01-28 irc/ruby-rica: Upstream no longer active
2017-01-28 irc/ruby-irc: Upstream no longer active
2017-01-28 japanese/ruby-usersguide: Does not exist upstream
2017-01-28 japanese/ruby-mecab: Upstream no longer active
2017-01-28 mail/ruby-rmail: Upstream no longer active
2017-01-28 mail/ruby-rfilter: Upstream no longer active
2017-01-28 math/ruby-algebra: Use rubygem-algebra instead
2017-01-28 net/ruby-tserver: Upstream no longer active
2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active
2017-01-28 net/ruby-icmp: Upstream no longer active
2017-01-28 net/ruby-dict: Upstream no longer active
2017-01-28 palm/palmos-sdk: Upstream no longer exists
2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead
2017-01-28 security/ruby-tcpwrap: Upstream no longer active
2017-01-28 security/ruby-password: Upstream no longer active
2017-01-28 sysutils/ruby-quota: Upstream no longer active
2017-01-28 textproc/ruby-rss.alt: Upstream no longer active
2017-01-28 textproc/ruby-rss: Upstream no longer exists
2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists
2017-01-28 textproc/ruby-xmlscan: Upstream no longer active
2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists
2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists
2017-01-28 www/ruby-google: Upstream no longer active
2017-01-28 archivers/ruby-lha: Upstream no longer active
2017-01-28 x11/ruby-X11: Upstream no longer active
2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby
2017-01-28 audio/ruby-mp3tag: Upstream no longer active
2017-01-28 converters/ruby-dump.rb: Upstream no longer active
|
|
|
|
| |
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Remove USE_OPENSSL: it is not required after libmicrospdy removal
- Bump PORTREVISION for dependent ports
Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR: 216382
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to it requiring c++11 features now, the consumers audio/csound
and audio/csound6 we're version bumped, and set USE_CXXSTD.
* http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html
* http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7730
|
|
|
|
| |
Reported by: t@tobik.me (via email)
|
|
|
|
|
|
|
|
| |
integer wrap-around in the SILK LSF stabilization code.
Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
|
|
|
|
|
| |
PR: 215889
Submitted by: yuri@rawbw.com
|
|
|
|
| |
Approved by: rakuco (mentor)
|
| |
|
|
|
|
| |
PR: 216309
|
| |
|
|
|
|
| |
MFH: 2017Q1 (r431892 followup)
|
|
|
|
|
|
|
|
| |
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 216255
Submitted by: lightside <lightside@gmx.com>
MFH: 2017Q1
|
|
|
|
|
|
|
|
|
|
|
|
| |
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.
Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.
Remove fmake hacks from linux.mk.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Detailed log:
- Update to upstream release 0.20.2
- Transfer maintainer'ship from crees to riggs
- Port now requires C++14
- Fix build on stable/11 (--disable-libwrap)
- New non-default OPTIONs:
- SMB: support for libsmbclient
- SNDIO: support for sndio
- SOXR: support soxr resampler
- YAJL: SoundCloud support via devel/yajl
PR: 216120
Submitted by: riggs (maintainer)
Approved by: crees (previous maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2017-01-15 net/cyphesis: Does not compile on FreeBSD 10+
2017-01-15 net/gpxe: does not build on FreeBSD 10.x and later
2017-01-15 net/openospfd: requires old CARP implementation (interface layer)
2017-01-15 security/openbsm-devel: is not needed under FreeBSD 10.x or higher
2017-01-15 security/ssh-copy-id: is already in the base system
2017-01-15 sysutils/apt: does not build on 10+
2017-01-15 archivers/tclmkziplib: Abandonware, please use bundled zlib package [http://tcl.tk/man/tcl8.6/TclCmd/zlib.htm]
2017-01-15 x11-drivers/drm-kmod: this port is only for 9.3 systems
2017-01-15 audio/xmms-openspc: does not build on FreeBSD 10.x and later
2017-01-15 audio/aureal-kmod: does not build (and fetch)
2017-01-15 emulators/doscmd: does not build (accesses field of opaque structure)
|
|
|
|
|
|
|
|
|
| |
PR: 212237
Submitted by: ultima1252@gmail.com (maintainer)
Reported by: Jonathan Price <freebsd@jonathanprice.org>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9170
|
|
|
|
| |
dependencies.
|
|
|
|
| |
The API documentation is no longer included (requires Doxygen).
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ardour is a digital audio workstation. You can use it to record, edit, and
mix multi-track audio. Produce your own CD's. Mix video soundtracks.
Experiment with new ideas about music and sound. Generate sound
installations for 12 speaker gallery shows.
Ardour capabilities include: multichannel recording, non-linear, non-
destructive region based editing with unlimited undo/redo, full automation
support, a mixer whose capabilities rival high end hardware consoles, lots
of plugins to warp, shift, and shape your music, and controllable from
hardware control surfaces at the same time as it syncs to timecode. If you
have been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital
Performer, Samplitude, or Sequoia, you might have found it.
WWW: https://ardour.org/
PR: 213291
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
Suil makes it possible to load a UI of any toolkit in a host using any
other toolkit (assuming the toolkits are both supported by Suil).
Hosts do not need to build against or link to foreign toolkit libraries
to use UIs written with that toolkit; all the necessary magic is performed
by dynamically loaded modules. The API is designed such that hosts do not
need to explicitly support specific toolkits at all - if Suil supports
a particular toolkit, then UIs in that toolkit will work in all hosts
that use Suil automatically.
Suil currently supports every combination of Gtk 2, Qt 4, and X11, e.g. with
Suil a Gtk program can embed a Qt plugin UI without depending on Qt,
and a Qt program can embed a Gtk plugin UI without depending on Gtk.
On Windows, embedding native UIs in Gtk is also supported.
I (David Robillard) would be happy to work with plugin authors
to add support for new toolkits, please contact me if you're interested
in writing a plugin UI using a toolkit that is not yet
supported in the LV2 ecosystem.
WWW: http://drobilla.net/software/suil/
PR: 213289
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Lilv is a C library to make the use of LV2 plugins as simple as possible
for applications. Lilv is the successor to SLV2, rewritten to be significantly
faster and have minimal dependencies. It is stable, well-tested
software (the included test suite covers over 90% of the code) in use
by several applications.
WWW: http://drobilla.net/software/lilv/
PR: 213290
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Sratom is a library for serialising LV2 atoms to/from RDF,
particularly the Turtle syntax.
WWW: http://drobilla.net/software/sratom
PR: 213288
Submitted by: Michael Beer <beerml@sigma6audio.de>
Reviewed by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
|
|
|
|
| |
- Fixed support for more than 12 jump labels
- Fixed output MIDI channel when using the piano tab
- MIDIPP can now be build against Qt4 or QT5 (default).
Submitted by: maintainer
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
MusicDNS servers are no longer running and audio/libofa has been
marked DEPRECATED
multimedia/ffmpeg was only needed for libofa, so remove that
dependency as well
|
| |
|
| |
|
|
|
|
|
| |
- Use GNU_CONFIGURE
- Remove always true OSVERSION based condition
|
|
|
|
|
|
| |
- libsamplerate 0.1.9 was re-licensed under the 2 clause BSD license [1]
[1] http://www.mega-nerd.com/SRC/license.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION
This change would help:
- Build databases/postgresql*-plpython with Python 3
(It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile
PR: 205807
Differential Revision: https://reviews.FreeBSD.org/D4758
Exp-run by: antoine
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Chromaprint itself is now licensed MIT, but it still includes LGPL21 code
- Add DOXYGEN option to build and install API docs
- Add TEST option to build regression tests
- API has changed, so some dependent ports needed to be patched (mostly
taken from their respective upstream repositories)
Changes: https://github.com/acoustid/chromaprint/blob/v1.4.2/NEWS.txt
|
|
|
|
|
|
|
| |
- Pare down dependencies to the options that require them
- Add TEST_TARGET to actually run the tests
- Support symbol visibility with clang
- Silence a few warnings
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
| |
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
|
|
|
|
| |
Changes: https://github.com/gogglesmm/gogglesmm/compare/1.1.4...1.1.5
|
|
|
|
| |
PR: 211612
|
|
|
|
| |
PR: 215408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nuvola Player is a runtime for web-based music streaming services
providing more native user experience and integration with desktop
environments than usual web browsers can offer. Nuvola Player handles
multimedia keys, shows desktop notifications, integrates with various
sound menus, applets and launchers and more. Additional features
include Last.fm scrobbling.
Mostly the same name scheme as in the official repo was kept, to
promote some compatibility.
The service ports are generated automatically, all the magic happens
in www/nuvolaplayer-all-services/Makefile.services. This allows for
very easy maintenance of many slave ports.
WWW: https://tiliado.eu/nuvolaplayer
|
|
|
|
|
|
|
|
|
|
| |
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Don't install LICENSE with docs
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
No known ports activity since 2012; multiple PR timeouts since then
Note:
archivers/libunrar4 will soon be deprecated by upcoming archivers/libunrar5
sysutils/fusefs-rar2fs has a pending update [1] and potentially a new
maintainer
PR: 214277 [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
games/dsnake only worked with linux-f10
Should fix INDEX
audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE
- Add LICENSE_FILE
- Convert to options target helper
PR: 215653
Submitted by: amdmi3
|
|
|
|
|
|
| |
- Switch to opt_CMAKE_BOOL
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix LICENSE
- Sort and remove duplicate desktop-file-utils from USES
- Remove deprecated WX_UNICODE
- Add patch to fix build with ffmpeg 3.x
PR: 212750 (based on) [1]
Submitted by: shun <shun.fbsd.pr@dropcut.net> [1]
Approved by: maintainer timeout (3 months)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Couple of minor non-functional adjustments
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1482855182 which corresponds to commit 9caf6bc tagged
as this release.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* More verbose option description and reason for NO_CDROM
* Add dependency on compat9x for the shared lib (binaries are static)
* Update the pkg-descr text
PR: 213590
Submitted by: matthew@reztek.cz (maintainer)
|
| |
|
|
|
|
|
|
| |
- Fix license: actual license for code is GPLv3+, LGPL is for debian changes only
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
Small audio visualizer for sndiod's monitor mode.
WWW: https://www.dim13.org/Spectrogram
PR: 214464
Submitted by: Tobias Kortkamp <t@tobik.me>
|
|
|
|
| |
- Convert options to CMAKE_BOOL
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 214875
Submitted by: pkubaj@anongoth.pl
|
|
|
|
|
| |
- Convert to CMAKE_BOOL
- Simplify DOCS installation
|
|
|
|
|
|
|
| |
and the libofa port is now DEPRECATED.
PR: 215518
Submitted by: jhale
|
| |
|
|
|
|
|
|
| |
PR: 215521
Submitted by: t@tobik.me (maintainer)
MFH: 2016Q4
|
|
|
|
| |
Changelog: https://github.com/quodlibet/mutagen/blob/release-1.36/NEWS
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/ld no longer pulls indirect dependencies.
PR: 215252
Submitted by: jbeich
Reviewed by: matthew
Approved by: matthew (mentor), liangtai.s26@gmail.com (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D8885
|
|
|
|
|
|
|
|
|
|
| |
Drop unused PROJECTHOST variable
Convert to USES=localbase
Mark DEPRECATED; EXPIRATION_DATE to follow once the dependency from
consumer ports is removed. There isn't much point keeping this
around if the backend servers are no longer functioning. They were
in a zombie state for years as it was.
|
|
|
|
|
|
|
|
|
|
|
| |
- Use github instead of fedora mirror to ensure we detect any future
releases.
- NOTE: it appears the www.musicdns.org website is no longer functioning
and this port may need to be depreciated if no other service is available
PR: 212790
Submitted by: tcberner
Approved by: jhale (maintainer timeout: 13 weeks)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
- Adjust dependencies
Changelog:
http://docs.beets.io/en/v1.4.1/changelog.html
http://docs.beets.io/en/v1.4.2/changelog.html
PR: 215392
Submitted by: Stig Inge Lea Bjornsen (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Mixing libc++ and libstdc++ often causes crashes.
|
|
|
|
|
|
|
|
|
|
| |
It appears that the static resample library should not have been part
of the distribution tarball. It's presence causes libresample.a not to
be built and to be used instead. It was detected by DF's ar programs
which reported it as malformed. Fix the distribution issue by removing
the pre-existing library and force it to be rebuilt.
Approved by: just-fix-it
|
|
|
|
|
|
|
|
|
| |
Modern GCC doesn't accept empty Wl arguments. Solves:
c++: error: unrecognized command line option '-Wl'
I confirmed the patch modification doesn't break the build on FreeBSD 10.3.
Approved by: just-fix-it
|
| |
|
|
|
|
|
| |
PR: 212838
Submitted by: t@tobik.me
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
audio file.
MFH: 2016Q4
|
|
|
|
|
|
|
| |
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
|
| |
|
|
|
|
|
| |
Reported by: pkg-fallout
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 0.7.10
- remove dependency upon magic: it is not used since 0.7.8
Changelog:
0.7.10 - 12.10.2016 (Hollow)
Bug Fixes:
[issue 97] - Missing import
[issue 105] - Fix the rendering of default constructed id3.TagHeader
Fixed Tag.frameiter
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
With hat: ruby
|
|
|
|
|
| |
PR: 214821
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
multimedia@ isn't a dumping ground for new leaf ports.
Pointy hat to: danfe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ sayonara
[...]
Database created successfully
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
Error: DatabaseConnector database cannot be opened!
Error: Driver not loaded
Error: Driver not loaded
Error: Could not open Database
Warning: Database not existent. Creating database
**** All settings initialized ****
Error: Cannot initialize settings
|
|
|
|
|
|
|
|
|
|
| |
-- Checking for module 'libmtp'
-- Package libmtp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmtp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libmtp', required by 'virtual:world', not found
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
|
|
| |
-- Performing Test CXX_CAN_11
-- Performing Test CXX_CAN_11 - Failed
-- Performing Test CXX_CAN_0X
-- Performing Test CXX_CAN_0X - Failed
CMake Error at src/CMakeLists.txt:43 (FATAL_ERROR):
Unknown CMake command "FATAL_ERROR".
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
Allow use of base ncurses
PR: 214314
Submitted by: Oleg Gushchenkov <gor@clogic.com.ua>
Approved by: <yamagi@yamagi.org> (maintainer)
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
Add a few dependencies to satisfy stage-qa
Convert to USES=localbase
Complete conversion to options helpers
PR: 214497
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
| |
-- Found JACK: /usr/local/lib/libjack.so
CMake Error at CMakeLists.txt:988 (MESSAGE):
Failed to enabled required JACK backend
-- Configuring incomplete, errors occurred!
PR: 214249
Reported by: Grzegorz Junka <list1@gjunka.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows the port to be built with the upcoming FFMPEG 3.x series while
still maintaining compatibility with FFMPEG 2.x that is currently in the ports
tree.
I don't think PORTREVISION needs to be bumped here, as both the old and new
calls exist in FFMPEG 2.x, and when FFMPEG 3 lands there will be a PORTREVISION
bump anyway.
PR: 214184
Submitted by: Matthey Rezny <matthew@reztek.cz>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`make stage-qa' was complaining about a lot of missing dependencies:
- Amarok actually links against MySQL, so we need USES=mysql, not
USES=mysql:embedded.
- Add USE_KDE=soprano and USE_GL=gl.
- Add several missing X11 dependencies that were being pulled indirectly.
- The IPOD option causes the iPod plugin to link against a few other libraries
via libgpod-1.0.pc, so add them.
- The MP3TUNES option needs either libgcrypt or OpenSSL; explicitly disable
libgcrypt and add USES=ssl as required.
- Fix a capitalization typo in MP3TUNES_CMAKE_OFF that was preventing the
MP3Tunes code from being properly disabled in CMake.
Based on an initial patch sent by Matthey Rezny <matthew@reztek.cz>.
PR: 214184
MFH: 2016Q4
|
|
|
|
|
| |
PR: 214184
Submitted by: matthew@reztek.cz
|
|
|
|
|
| |
PR: ports/215024
Submitted by: Dmitrij D. Czarkoff
|
|
|
|
|
|
|
|
|
|
|
|
| |
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight
|
|
|
|
|
| |
I admit to not understanding the A= B= construct. This hack was the only
way I could figure out to make the flags properly conditionalize.
|
|
|
|
| |
2016-11-30 audio/lv2core: Superseded by audio/lv2
|
|
|
|
|
|
| |
written in C++ on Qt 5.x framework and using GStreamer as audio backend.
WWW: http://www.sayonara-player.com/
|
|
|
|
|
|
| |
error in backend: Do not know how to split this operator's operand!
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Pet portlint
- Don't install COPYING with docs
- Add missing file to plist
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additions
Swedish translation (Ake Engelbrektson)
CJK Encoding for Encoding Conversion Function (XIE Dongping)
Spanish translation (Jose Vidal)
Changes
Improved Amazon tag source album matching
Czech translation (Pavel Fric)
Fixes
#280 Turn off auto-saving "Enter description here" desciption for covert art
Parsing tracks in Discogs if only a single artist (Frank Sachsenheim)
Support for latest mutagen (Bruno Bergot)
|
|
|
|
|
|
|
|
| |
Use autoplist to fix build with Python 3.x
PR: 213711
Submitted by: jhale
Approved by: maintainer timeout (4 weeks)
|
|
|
|
|
|
| |
PR: 213715
Submitted by: jhale
Approved by: maintainer timeout (4 weeks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Instead of excluding the specific packages added to DISTFILES (but only for
FreeBSD 9+), exclude all files with a '.nupkg' extension.
- Move the nuget-extract command to be before post-extract, to allow the port's
post-extract command to move packages around
audio/libgpod-sharp: add port for mono bindings for libgpod
- audio/libgpod: [2]
- USE_GNOME: add missing dependency
- Remove mono files from pkg-plist (now in audio/libgpod-sharp)
- Allow relevant variables to be overridden
- Fix MONO options
- Patch source to allow building with modern mono
- Avoid post-install target for slave ports.
devel/monodevelop: update to 4.6.2.7
- Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
release).
- Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
- LICENSE: Add license of LGPL21
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
games/openra: simplify post-extract [3]
- USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
- Set NUGET_PACKAGEDIR to correct location, fix patching accordingly
lang/fsharp: update to 4.6.2.7
ChangeLog:
- Fix #639: Problems with F# scripts on Mono
- Fix FSharp.Compiler.Tools targets for .NET Core usage
- Fix FSharp.Compiler.Tools package dependencies
lang/mono: update to 4.6.2.7
Mono 4.6.2 is the 1st service release to the 4.6 series.
Changes:
- LICENSE: Add license of MIT
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
Bug fixes:
- #44708 - "TrustFailure (The authentication or decryption has failed.) ...
Invalid certificate received from server." with "Error code: 0x5"
or "Error code: 0xffffffff800b010f" when attempting to access
HTTPS servers on ports other than 443
- #39832 - SIGSEGV when running roslyn
multimedia/banshee: bump port revision.
- Update missing port dependencies
- Convert to use option helpers
- OPTIONS: Add APPLEDEV (missing dependency added)
- LICENSE: Add MIT license
- LICENSE_FILE: Add license file from source
- PORTSCOUT: Skip alpha release (2.9.1)
x11-toolkits/gnome-sharp20: fix port dependencies
- Add missing dependencies
- Convert post-patch to shebangfix
- LICENSE: add LGPL21 license
- LICENSE_FILE: use license file from source
- MKAE_JOBS_UNSAFE: remove, does appear to work
x11-toolkits/gtk-sharp20: update to 2.12.42.
PR: 214680 [2]
PR: 214681
Suggested by: jbeich [1]
Submitted by: jbeich [3]
Approved by: avilla (maintainer; timeout) [2]
|
|
|
|
|
| |
PR: ports/214835
Submitted by: Dmitrij D. Czarkoff <czarkoff@gmail.com>
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update PORTVERSION and distinfo checksum (1.2.0)
- Remove unneeded patches
- Update pkg-message according to changes
- Improved OSS support
- Support for snd_uaudio(4) /dev/umidi* interfaces. /dev/umidi1.0 maps to rmidi/1 in sndio, /dev/umidi1.1 to rmidi/1.1
- The configure script has support for DragonFly
- More detailed changes: https://pkg.tobik.me/sndio-1.2.0-changes.txt
PR: 214210
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Approved by: feld (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Add LICENSE: GPLv2+ for VBA code, LGPL21 for bundled libresample code and
NONE for playgsf code, as no license is specified neither for it nor for
code it's based on (http://www.caitsith2.com/gsf/)
PR: 214653
Submitted by: amdmi3
Reported by: jbeich
|
|
|
|
|
|
|
|
|
| |
* This allows us to get rid of both manually specified targets.
* As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped.
* Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man.
PR: 214621
Approved by: rakuco (mentor), takefu (maintainer)
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
|
| |
- Strip shared library
Changes: http://search.cpan.org/dist/Audio-Scan/Changes
|
|
|
|
|
|
| |
- Fix some English
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
| |
|
| |
|
|
|
|
| |
reformat port description text in cases when it was notoriously broken.
|
|
|
|
|
| |
Build system converted to CMake
Take maintainership
|
|
|
|
| |
synchronisation capability.
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/58
PR: 214384
Exp-run by: antoine
Approved by: office (bapt)
|
| |
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
| |
While here, add DragonFly support
|
|
|
|
| |
Approved by: ncurses blanket
|
|
|
|
|
|
|
|
|
| |
- Fixed virtual server stops responding to clients
- TSDNS server now also listens on ipv6 when available
- TSDNS server Documentation updated
PR: 214641
Submitted by: Ultima1252@gmail.com (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
here, just change the line to the same form used for powerpc64.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Pointy hat to: linimon
|
|
|
|
|
|
|
| |
Move LICENSE earlier
Approved by: portmgr (blanket)
MFH: 2016Q4 (blanket)
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
| |
Rename a few options based on what they do vs. what libraries they use and use
standard descriptions where possible. Namely, CHROMAPRINT -> ACOUSTID,
ID3LIB -> MP3, MP4V2 -> MP4.
Add a few missing dependencies reported by stage-qa.
Cosmetic changes to make the Makefile a little more readable.
|
|
|
|
|
|
|
| |
PR: 214267
Submitted by: Mark Dixon (maintainer)
Reported by: Alan Braslau <alan.braslau@comcast.net>
Approved by: adamw (mentor, implicit)
|
|
|
|
| |
PR: 199098
|
| |
|
|
|
|
| |
PR: 199098
|
|
|
|
|
|
| |
PR: 211684
Submitted by: lightside <lightside@gmx.com>
MFH: 2016Q4 (r425809 bandwagon)
|
|
|
|
|
|
|
|
| |
PR: 211684
Submitted by: lightside <lightside@gmx.com>
Reviewed by: Tobias Kortkamp <t@tobik.me>
Approved by: maintainer timeout (3 months)
MFH: 2016Q4 (notorious for affecting www/firefox)
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
| |
* Build fixes for the new libsamplerate.
Submitted by: maintainer
Reported by: pkg-fallout@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking)
|
| |
|
| |
|
|
|
|
|
|
|
| |
$ portlint
FATAL: Makefile: [18]: EXPIRATION_DATE (2016-11-31) is either not in YYYY-MM-DD format or it is not a valid date.
Reported by: dvl (via freshports)
|
| |
|
| |
|
|
|
|
|
|
| |
- Switch existing consumers to audio/lv2
PR: 197126, 213285 (for tracking)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only noticed by broken -export-symbols-regex (libtool) in audio/calf.
--- /usr/local/libdata/pkgconfig/lv2core.pc before
+++ /usr/local/libdata/pkgconfig/lv2core.pc after
@@ -1,10 +1,10 @@
prefix=/usr/local
-exec_prefix=
-libdir=/usr/local/lib
-includedir=/usr/local/include
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
Name: lv2core
-Version:
+Version: 12.0
Description: An audio plugin interface specification.
Libs:
Cflags: -I${includedir}
PR: 213285
Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
|
|
|
|
|
|
|
| |
PR: 214185
Submitted by: riggs
Reported by: jbeich
Approved by: t@tobik.me (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This includes several changes that were already made by local patches
- Changes since release:
- Fix taglib detection
- Fix build with ffmpeg 3.x
- Fix build with gcc 6
- Add dependency on desktop-file-utils to satisfy stage-qa
- Bump PORTREVISION
PR: 214183 [1]
Submitted by: jbeich [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
groove/encoder.c:84:19: error:
'avcodec_encode_audio2' is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet);
^
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' has been explicitly
marked deprecated here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
^
groove/encoder.c:84:52: error: 'codec'
is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet);
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:94:5: error:
'av_free_packet' is deprecated [-Werror,-Wdeprecated-declarations]
av_free_packet(&e->pkt);
^
/usr/local/include/libavcodec/avcodec.h:4472:6: note: 'av_free_packet' has been explicitly marked
deprecated here
void av_free_packet(AVPacket *pkt);
^
groove/encoder.c:101:34: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
avcodec_close(e->stream->codec);
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:134:44: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
AVCodecContext *codec_ctx = e->stream->codec;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:148:16: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
e->stream->codec = codec_ctx;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:620:24: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
0 : e->stream->codec->frame_size;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
7 errors generated.
PR: 207547
|
|
|
|
|
|
|
|
|
| |
- Convert to option helpers
- Convert to COPYTREE_SHARE, CONFLICTS_INSTALL
- Turn goemon font into an actual option
- Use TDIR/TCONFIG variables more
Tested by: mtree -k sha256 -cp <before> | mtree -p <after> # is silent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
|
|
|
|
|
|
|
| |
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 197126, 213285 (based on)
Submitted by: Radim Kolar <hsn@sendmail.cz>, Michael Beer <beerml@sigma6audio.de>
LV2 is an open standard for audio plugins, used by hundreds of plugins
and other projects. At its core, LV2 is a simple stable interface,
accompanied by extensions which add functionality to support the needs
of increasingly powerful audio software.
http://lv2plug.in/
|
|
|
|
| |
to my freebsd.org one.
|