aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* audio/portaudio: Amend r419598 and always add OSS default device firstTobias Kortkamp2019-03-012-29/+11
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=494248
* audio/portaudio: Stop always building useless test and example programsTobias Kortkamp2019-03-011-6/+8
| | | | | | | While here also install C++ bindings examples Notes: svn path=/head/; revision=494247
* www/nginx-devel: DAV modules requires xsltPietro Cerutti2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=494246
* - Add LICENSEDmitry Marakasov2019-03-011-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=494245
* Use SourceForge's CDN by default, which is the preferred download mechanismAlexey Dokuchaev2019-03-011-1/+2
| | | | | | | | according to the project website; distfiles' contents and modification time are identical regardless of the download location. Notes: svn path=/head/; revision=494244
* Document new asterisk vulnerability.Guido Falsi2019-03-011-0/+32
| | | | | | | Security: CVE-2019-7251 Notes: svn path=/head/; revision=494243
* net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pcTobias Kortkamp2019-03-018-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=494242
* Mark BROKEN: fails to buildAntoine Brodin2019-03-011-0/+2
| | | | | | | | | /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 Notes: svn path=/head/; revision=494241
* Mark BROKEN: fails to buildAntoine Brodin2019-03-011-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=494240
* Mark BROKEN: fails to buildAntoine Brodin2019-03-011-0/+2
| | | | | | | | | | AppController.m:9:10: fatal error: 'GL/glu.h' file not found #include <GL/glu.h> Reported by: pkg-fallout Notes: svn path=/head/; revision=494239
* devel/tortoisehg: Update to 4.9.Gleb Popov2019-03-013-4/+11
| | | | | | | Approved by: tcberner (mentor) Notes: svn path=/head/; revision=494238
* Update KDE Plasma desktop to 5.15.2Tobias C. Berner2019-03-0139-146/+148
| | | | | | | | Announcement: https://kde.org/announcements/plasma-5.15.2.php Notes: svn path=/head/; revision=494237
* Remove superfluous linefeeds and spell Qt properly while here.Alexey Dokuchaev2019-03-013-15/+2
| | | | Notes: svn path=/head/; revision=494236
* astro/kstars: update to 3.1.0Tobias C. Berner2019-03-013-25/+130
| | | | Notes: svn path=/head/; revision=494235
* Update `net/libnfs' to version 4.0.0 and bump port revisions of theAlexey Dokuchaev2019-03-015-8/+8
| | | | | | | | | | consumers due to shared library version change. PR: 236114 Submitted by: maintainer Notes: svn path=/head/; revision=494234
* irc/irssi: Update to 1.2.0Steve Wills2019-03-017-44/+49
| | | | | | | | PR: 235698 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Notes: svn path=/head/; revision=494233
* net-mgmt/py-pysmi: Break dependence on net-mgmt/py-pysnmpSteve Wills2019-03-011-6/+1
| | | | | | | | PR: 235727 Submitted by: John W. O'Brien <john@saltant.com> (maintainer) Notes: svn path=/head/; revision=494232
* sysutils/google-compute-engine-oslogin: update to 1.4.3Steve Wills2019-03-016-96/+70
| | | | | | | | | PR: 235737 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=494231
* multimedia/simplescreenrecorder: Update 0.3.11 -> 0.3.11-20Yuri Victorovich2019-03-014-7/+8
| | | | Notes: svn path=/head/; revision=494230
* x11-wm/bspwm: update to 0.9.7Steve Wills2019-03-013-11/+4
| | | | | | | | PR: 235740 Submitted by: Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=494229
* x11/sxhkd: update to 0.6.0Steve Wills2019-03-012-4/+4
| | | | | | | | PR: 235741 Submitted by: Oleh Hushchenkov <o.hushchenkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=494228
* editors/jucipp: Update 1.4.4 -> 1.4.6Yuri Victorovich2019-03-012-19/+20
| | | | | | | | | | The project moved to GutLab. PR: 235974 Submitted by: Mohammad S. Babaei <info@babaei.net> (maintainer) Notes: svn path=/head/; revision=494227
* x11-wm/compiz-plugins-extra: update USE_GL and revert the addition of NLSSteve Wills2019-03-011-13/+6
| | | | | | | | PR: 235745 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer) Notes: svn path=/head/; revision=494226
* devel/eastl: Update 3.13.02 -> 3.13.03Yuri Victorovich2019-03-012-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494225
* misc/dartsim: Update 6.7.2 -> 6.7.3Yuri Victorovich2019-03-013-17/+17
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494224
* audio/py-sounddevice: Update 0.3.12 -> 0.3.13Yuri Victorovich2019-03-012-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494223
* multimedia/obs-studio: Update 23.0.0 -> 23.0.1Yuri Victorovich2019-03-012-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494222
* audio/gsequencer: Update 2.1.62 -> 2.1.64Yuri Victorovich2019-03-012-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494221
* Backport r488673 | andreast | 2018-12-29 from lang/gcc7:Gerald Pfeifer2019-03-011-4/+9
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=494220
* Update to 3.3.0-36-g824cd5d40Bryan Drewery2019-03-013-5/+6
| | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=494219
* - Update to 3.2.0Wen Heping2019-02-282-5/+7
| | | | Notes: svn path=/head/; revision=494218
* Update third-party lua module to its recent version 0.10.14.Sergey A. Osokin2019-02-286-10/+10
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=494217
* Fix PORTSCOUT.Sergey A. Osokin2019-02-283-5/+6
| | | | | | | | | Update third-party dav-ext module to its recent version 3.0.0. Bump PORTREVISION. Notes: svn path=/head/; revision=494216
* Update from 1.15.8 to 1.15.9.Sergey A. Osokin2019-02-282-5/+4
| | | | | | | | | | | | | | | | | | | | | | <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> Notes: svn path=/head/; revision=494215
* Use system X.Org header files instead of the bundled files.Jung-uk Kim2019-02-287-185/+57
| | | | | | | PR: 227238 Notes: svn path=/head/; revision=494214
* Update passenger and its third-party modules for www/nginx andSergey A. Osokin2019-02-2813-27/+26
| | | | | | | | | www/nginx-devel from 6.0.1 to 6.0.2. Bump PORTREVISION for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=494213
* Update third-party njs module to its recent version 0.2.8.Sergey A. Osokin2019-02-286-9/+9
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=494212
* security/openvpn-devel: fix whitespace from r494062Steve Wills2019-02-281-3/+3
| | | | | | | | Reported by: Peter Jeremy <peter@rulingia.com> Pointyhat to: swills Notes: svn path=/head/; revision=494211
* Simplify MakefileSunpoet Po-Chuan Hsieh2019-02-281-12/+5
| | | | | | | With hat: python Notes: svn path=/head/; revision=494209
* Update WWWSunpoet Po-Chuan Hsieh2019-02-281-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=494208
* Fix typoSunpoet Po-Chuan Hsieh2019-02-281-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=494207
* Remove databases/py-sqlparse01Sunpoet Po-Chuan Hsieh2019-02-285-30/+1
| | | | | | | | | | 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> Notes: svn path=/head/; revision=494206
* Fix comment of GH_TAGNAMESunpoet Po-Chuan Hsieh2019-02-281-1/+1
| | | | Notes: svn path=/head/; revision=494205
* Use = instead of +=Sunpoet Po-Chuan Hsieh2019-02-281-1/+1
| | | | Notes: svn path=/head/; revision=494204
* Update to 0.4.20Sunpoet Po-Chuan Hsieh2019-02-282-4/+4
| | | | | | | Changes: https://github.com/chef/mixlib-archive/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=494203
* Update to 2.11.230Sunpoet Po-Chuan Hsieh2019-02-282-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=494202
* Update to 2.11.230Sunpoet Po-Chuan Hsieh2019-02-282-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=494201
* Update to 2.11.230Sunpoet Po-Chuan Hsieh2019-02-282-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=494200
* - Take maintainershipSunpoet Po-Chuan Hsieh2019-02-281-3/+4
| | | | Notes: svn path=/head/; revision=494199
* Update to 2.3.0Sunpoet Po-Chuan Hsieh2019-02-283-4/+37
| | | | | | | Changes: https://github.com/PyCQA/pylint/blob/master/ChangeLog Notes: svn path=/head/; revision=494198