Commit graph

15622 commits

Author SHA1 Message Date
Jan Beich
fabeb6eea8 audio/zinf: unbreak with libc++ 3.9
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
2017-02-03 00:46:44 +00:00
Ben Woods
336c79adf4 audio/logitechmediaserver: Remove support for FreeBSD 9
Reported by:	mat
Approved by:	portmgr blanket
2017-02-02 23:19:15 +00:00
Emanuel Haupt
6ee69c49ba Update to the most recent commit on GitHub which fixes many bugs:
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
2017-02-02 10:56:58 +00:00
Jason E. Hale
55ef9707cc - Update to 0.6.2
- Fix LICENSE and add LICENSE_FILE
- Add regession test support

Changes:	https://raw.github.com/metabrainz/libdiscid/master/ChangeLog
2017-02-02 07:06:18 +00:00
Carlos J. Puga Medina
887ddc1fef audio/sndio: Various fixes
- 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)
2017-02-01 17:04:29 +00:00
Jan Beich
bab0038480 audio/sidplay2: oops, fix typo in r433015 2017-02-01 12:42:16 +00:00
Jan Beich
4234e8e865 audio/sidplay2: unbreak with libc++ 3.9
args.cpp:105:9: error: assigning to 'char *' from incompatible type 'const char *'
    sep = strstr (str, ":");
        ^ ~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:28:30 +00:00
Jan Beich
bad1acc831 audio/muse: unbreak with libc++ 3.9
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
2017-02-01 12:28:09 +00:00
Tijl Coosemans
594bfaf39f Restore usr/share/alsa as a directory. Other linux ports install files
there as well.

PR:		216690
2017-02-01 09:55:43 +00:00
Jan Beich
5416909df8 audio/mixxx: unbreak with clang 4.0
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
2017-02-01 05:25:29 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Thomas Zander
9bd9a0f8d3 Revert BROKEN on armv6 from r432897.
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.
2017-01-31 19:51:32 +00:00
Dmitry Marakasov
20dc5e6f0f Zita-resampler is a C++ library for resampling audio signals. It is designed to
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
2017-01-31 17:33:06 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
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.
2017-01-31 16:54:21 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Mark Linimon
b2e18017b2 Also mark as broken on other tier-2 archs.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:28:57 +00:00
Dmitry Marakasov
c7e8b118bf - Mark BROKEN: does not fetch, upstream gone 2017-01-30 15:09:19 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Jason E. Hale
c1186fe4ba - Update to 1.1.1
- Add NO_ARCH
- Add regression testing support
- Use something better than the Github repo for WWW
2017-01-30 11:51:37 +00:00
Ben Woods
910849a493 audio/logitechmediaserver: Fix staging (plist) on i386
- 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
2017-01-30 11:23:56 +00:00
Dmitry Marakasov
441a24d9ee - Fix build when CC is absolute path
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
2017-01-30 10:09:28 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Mark Linimon
f25c209a7e Mark as broken on aarch64: multiple failures in configure.
While here, pet portlint.
2017-01-29 08:28:18 +00:00
Thomas Zander
18633b0343 Update to upstream release 10.1.0 2017-01-28 16:04:39 +00:00
Thomas Zander
d4464499a9 Update to upstream version 0.20.3; fixes see below
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 14:28:49 +00:00
Rene Ladan
a8d756b01f Remove expired ports:
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
2017-01-28 11:18:44 +00:00
Sunpoet Po-Chuan Hsieh
871bdb35b1 Update to 1.36.2
Changes:	https://github.com/quodlibet/mutagen/blob/master/NEWS
2017-01-26 14:38:08 +00:00
Olivier Duchateau
76e74d9c32 Update to 1.36.1 2017-01-23 21:52:21 +00:00
Sunpoet Po-Chuan Hsieh
45fdfb9bff Update to 0.9.52
- 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)
2017-01-23 18:52:57 +00:00
Rene Ladan
e132ea6fc3 Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
Tobias C. Berner
cb29bc88b0 Update math/gmm++ to 5.1
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
2017-01-22 12:50:08 +00:00
Thomas Zander
ecb2b5a8d3 Display all options groups correctly; bump PORTREVISION
Reported by:	t@tobik.me (via email)
2017-01-22 11:08:48 +00:00
Christian Weisgerber
b3f6c07e1c Update to 1.1.4: A specially-crafted Opus packet could cause an
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
2017-01-21 21:52:12 +00:00
Thomas Zander
726788f263 Added rc.d script to start jackd
PR:		215889
Submitted by:	yuri@rawbw.com
2017-01-21 15:51:08 +00:00
Tobias C. Berner
a2680c350a Add upstream patches to fix compilation in c++11 mode.
Approved by:	rakuco (mentor)
2017-01-21 15:06:50 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Antoine Brodin
2a73ca95ab Remove no longer needed code that was reinplacing a symlink
PR:		216309
2017-01-20 12:50:40 +00:00
Sunpoet Po-Chuan Hsieh
6d41f86b7c Update WWW: remove trailing / 2017-01-19 19:35:24 +00:00
Jan Beich
00788690bc audio/pulseaudio-module-sndio: rebuild as it embeds pulseaudio version
MFH:		2017Q1 (r431892 followup)
2017-01-19 18:26:14 +00:00
Jan Beich
5d40cb1a54 audio/pulseaudio: update to 10.0
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
2017-01-19 18:15:52 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
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>
2017-01-19 15:44:53 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Olivier Cochard
b55ec47bc2 Update to 0.2.2 2017-01-16 15:20:53 +00:00
Thomas Zander
4b48233d48 Fix build on 10.x 2017-01-16 09:51:48 +00:00
Thomas Zander
a0284c8801 Update to upstream release 0.20.2; fix build
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-16 06:29:59 +00:00
Rene Ladan
74d31b8a6e Remove expired ports:
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)
2017-01-15 09:48:22 +00:00
Nikolai Lifanov
2fbe4b54cf audio/teamspeak3-server: unbreak on 11-STABLE
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
2017-01-14 23:31:30 +00:00
Christian Weisgerber
960d3b08a0 Update to 1.3.2 to keep in sync with audio/flac; register various
dependencies.
2017-01-13 21:41:25 +00:00
Christian Weisgerber
101cb31e18 Update to 1.3.2 for numerous small bug fixes.
The API documentation is no longer included (requires Doxygen).
2017-01-13 21:38:53 +00:00