1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

468777 Commits

Author SHA1 Message Date
Mathieu Arnold
a9ad9cfd53 Update to 9.12.4. 2019-03-01 10:03:04 +00:00
Mathieu Arnold
a2785d69cf Update to 9.11.6. 2019-03-01 10:02:53 +00:00
Tobias Kortkamp
ac86dc107f mail/mutt: Update to 1.11.3
PR:		235410
Submitted by:	maintainer
2019-03-01 10:02:22 +00:00
Tobias Kortkamp
0b56170026 audio/portaudio: Amend r419598 and always add OSS default device first
r419598 tried to solve a problem where when hw.snd.default_unit is
set to anything except zero /dev/dsp0 is not available to programs
using portaudio since it assumes that /dev/dsp and /dev/dsp0 are
the same device.

However with that fix, when hw.snd.default_unit=1 and
hw.snd.basename_clone=0, portaudio will hide /dev/dsp1 from the
device list since it will use /dev/dsp for it instead of /dev/dsp1.
However since /dev/dsp is not available, QueryDevice() will fail
and /dev/dsp1 will never be added to the device list.

Instead of looking up hw.snd.default_unit we can solve this by
always trying to add /dev/dsp to the device list first.

PR:		236118
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2019-03-01 09:40:24 +00:00
Tobias Kortkamp
27a22a5181 audio/portaudio: Stop always building useless test and example programs
While here also install C++ bindings examples
2019-03-01 09:36:43 +00:00
Pietro Cerutti
fbc4e413a7 www/nginx-devel: DAV modules requires xslt
adding module in /www/nginx-devel/work/nginx-dav-ext-module-3.0.0
 + ngx_http_dav_ext_module was configured
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for OpenSSL library ... found
checking for zlib library ... found
checking for libxslt ... not found
checking for libxslt in /usr/local/ ... not found
checking for libxslt in /usr/pkg/ ...  not found
checking for libxslt in /opt/local/ ... not found
./configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
2019-03-01 09:04:05 +00:00
Dmitry Marakasov
42706c7086 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-03-01 09:00:52 +00:00
Alexey Dokuchaev
10ae5e8d94 Use SourceForge's CDN by default, which is the preferred download mechanism
according to the project website; distfiles' contents and modification time
are identical regardless of the download location.
2019-03-01 08:59:44 +00:00
Guido Falsi
540761de0f Document new asterisk vulnerability.
Security:	CVE-2019-7251
2019-03-01 08:57:16 +00:00
Tobias Kortkamp
f4c9de68f6 net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.

Here this breaks devel/xeus build after r491260 [1]:

CMake Error in CMakeLists.txt:
  Imported target "cppzmq" includes non-existent path

    "/usr/local/lib/pgm-5.2/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

- Bump revisions of all net/openpgm consumers
- Unbreak devel/xeus

[1] http://beefy9.nyi.freebsd.org/data/112amd64-default/491532/logs/errors/xeus-0.18.1.log

PR:		230575
2019-03-01 08:08:14 +00:00
Antoine Brodin
59225a2039 Mark BROKEN: fails to build
/usr/local/include/gtk-2.0/gdk/gdktypes.h:114:39: error: typedef redefinition with different types ('struct _GdkDrawable' vs 'struct _GdkWindow')

Reported by:	pkg-fallout
2019-03-01 06:51:46 +00:00
Antoine Brodin
b7e647dad8 Mark BROKEN: fails to build
Reported by:	pkg-fallout
2019-03-01 06:49:23 +00:00
Antoine Brodin
34109abacd Mark BROKEN: fails to build
AppController.m:9:10: fatal error: 'GL/glu.h' file not found
#include <GL/glu.h>

Reported by:	pkg-fallout
2019-03-01 06:45:44 +00:00
Gleb Popov
34569a1d4a devel/tortoisehg: Update to 4.9.
Approved by:	tcberner (mentor)
2019-03-01 05:34:19 +00:00
Tobias C. Berner
c7532a4a40 Update KDE Plasma desktop to 5.15.2
Announcement:
	https://kde.org/announcements/plasma-5.15.2.php
2019-03-01 05:29:50 +00:00
Alexey Dokuchaev
a5785566ae Remove superfluous linefeeds and spell Qt properly while here. 2019-03-01 05:11:10 +00:00
Tobias C. Berner
b86bb5cb93 astro/kstars: update to 3.1.0 2019-03-01 05:07:11 +00:00
Alexey Dokuchaev
6b4312a652 Update `net/libnfs' to version 4.0.0 and bump port revisions of the
consumers due to shared library version change.

PR:		236114
Submitted by:	maintainer
2019-03-01 04:58:42 +00:00
Steve Wills
a2fe012f8f irc/irssi: Update to 1.2.0
PR:		235698
Submitted by:	David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-03-01 04:56:37 +00:00
Steve Wills
8604cf88f0 net-mgmt/py-pysmi: Break dependence on net-mgmt/py-pysnmp
PR:		235727
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2019-03-01 03:30:47 +00:00
Steve Wills
0fc33fa8e8 sysutils/google-compute-engine-oslogin: update to 1.4.3
PR:		235737
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer)
2019-03-01 03:14:31 +00:00
Yuri Victorovich
ec6fbd1930 multimedia/simplescreenrecorder: Update 0.3.11 -> 0.3.11-20 2019-03-01 03:05:04 +00:00
Steve Wills
5759efd810 x11-wm/bspwm: update to 0.9.7
PR:		235740
Submitted by:	Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer)
2019-03-01 03:03:02 +00:00
Steve Wills
41ce3032d0 x11/sxhkd: update to 0.6.0
PR:		235741
Submitted by:	Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer)
2019-03-01 02:58:26 +00:00
Yuri Victorovich
1e0f7abce3 editors/jucipp: Update 1.4.4 -> 1.4.6
The project moved to GutLab.

PR:		235974
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
2019-03-01 02:56:51 +00:00
Steve Wills
c86a88d79a x11-wm/compiz-plugins-extra: update USE_GL and revert the addition of NLS
PR:		235745
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
2019-03-01 02:52:09 +00:00
Yuri Victorovich
1de44fd913 devel/eastl: Update 3.13.02 -> 3.13.03
Reported by:	portscout
2019-03-01 02:25:48 +00:00
Yuri Victorovich
96d6494cc1 misc/dartsim: Update 6.7.2 -> 6.7.3
Reported by:	portscout
2019-03-01 02:09:50 +00:00
Yuri Victorovich
5bfb3f6ecc audio/py-sounddevice: Update 0.3.12 -> 0.3.13
Reported by:	portscout
2019-03-01 01:33:48 +00:00
Yuri Victorovich
68da4efa7b multimedia/obs-studio: Update 23.0.0 -> 23.0.1
Reported by:	portscout
2019-03-01 01:31:20 +00:00
Yuri Victorovich
f408981e75 audio/gsequencer: Update 2.1.62 -> 2.1.64
Reported by:	portscout
2019-03-01 01:27:40 +00:00
Gerald Pfeifer
48c4d64957 Backport r488673 | andreast | 2018-12-29 from lang/gcc7:
Fix build of GCC on powerpc64.

  While building GCC itself we have to use the built GCC libraries to
  configure additional parts of GCC and not the libraires from the host.

  Install the built 32-bit libraries. This was not done up to now.

And no longer required GCC 5 to build on powerpc64, making this port a
natural choice of a "base" for newer members of the lang/gcc* family.

PR:		235964, 231804
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-03-01 01:11:01 +00:00
Bryan Drewery
af8fe7673b Update to 3.3.0-36-g824cd5d40
* Fix status sed/regex error on 11/head.
 * Fix some bogus 'pwait: No such process' warnings.
 * image -t firmware: Fix installation of /usr/local/etc files (#637).
 * image -f: Fix @flavor support.
 * image: Fix errors calculating IMAGESIZE when not needed (like -t tar).
 * image: Fix cleaning up temporary files properly when USE_TMPFS=all is used.
2019-03-01 00:52:44 +00:00
Wen Heping
ff3f408cf0 - Update to 3.2.0 2019-02-28 23:30:42 +00:00
Sergey A. Osokin
96b8cf06c8 Update third-party lua module to its recent version 0.10.14.
Bump PORTREVISION.
2019-02-28 22:56:58 +00:00
Sergey A. Osokin
5119b29ec6 Fix PORTSCOUT.
Update third-party dav-ext module to its recent version 3.0.0.

Bump PORTREVISION.
2019-02-28 22:47:11 +00:00
Sergey A. Osokin
477ea16057 Update from 1.15.8 to 1.15.9.
<ChangeLog>

*) Feature: variables support in the "ssl_certificate" and
   "ssl_certificate_key" directives.

*) Feature: the "poll" method is now available on Windows when using
   Windows Vista or newer.

*) Bugfix: if the "select" method was used on Windows and an error
   occurred while establishing a backend connection, nginx waited for
   the connection establishment timeout to expire.

*) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
   in the stream module worked incorrectly when proxying UDP datagrams.

</ChangeLog>
2019-02-28 22:37:02 +00:00
Jung-uk Kim
3e989637c6 Use system X.Org header files instead of the bundled files.
PR:		227238
2019-02-28 22:33:52 +00:00
Sergey A. Osokin
a49106a8ea Update passenger and its third-party modules for www/nginx and
www/nginx-devel from 6.0.1 to 6.0.2.

Bump PORTREVISION for www/nginx and www/nginx-devel.
2019-02-28 22:32:29 +00:00
Sergey A. Osokin
8bc5295327 Update third-party njs module to its recent version 0.2.8.
Bump PORTREVISION.
2019-02-28 22:23:59 +00:00
Steve Wills
964f018850 security/openvpn-devel: fix whitespace from r494062
Reported by:	Peter Jeremy <peter@rulingia.com>
Pointyhat to:	swills
2019-02-28 21:52:17 +00:00
Sunpoet Po-Chuan Hsieh
4bae90586a Simplify Makefile
With hat:	python
2019-02-28 21:36:31 +00:00
Sunpoet Po-Chuan Hsieh
43349f19ba Update WWW
Approved by:	portmgr (blanket)
2019-02-28 21:36:26 +00:00
Sunpoet Po-Chuan Hsieh
7b80fd7279 Fix typo
Approved by:	portmgr (blanket)
2019-02-28 21:36:21 +00:00
Sunpoet Po-Chuan Hsieh
405c2bd8d4 Remove databases/py-sqlparse01
databases/py-sqlparse01 (0.1.x) is no longer needed since devel/py-twext depends on databases/py-sqlparse020 (0.2.0) now.

PR:		235966
Submitted by:	Axel Rau <axel.rau@chaos1.de>
2019-02-28 21:36:16 +00:00
Sunpoet Po-Chuan Hsieh
a62df23c12 Fix comment of GH_TAGNAME 2019-02-28 21:36:11 +00:00
Sunpoet Po-Chuan Hsieh
9eed429393 Use = instead of += 2019-02-28 21:36:06 +00:00
Sunpoet Po-Chuan Hsieh
ba6b5721e6 Update to 0.4.20
Changes:	https://github.com/chef/mixlib-archive/blob/master/CHANGELOG.md
2019-02-28 21:36:01 +00:00
Sunpoet Po-Chuan Hsieh
dbc0d283d7 Update to 2.11.230
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-02-28 21:35:56 +00:00
Sunpoet Po-Chuan Hsieh
0366799135 Update to 2.11.230
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-02-28 21:35:50 +00:00