aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark BROKEN: unfetchableAntoine Brodin2019-08-0577-0/+154
| | | | Notes: svn path=/head/; revision=508166
* devel/git-lfs: update 2.7.2 to 2.8.0, and offer git-subversion as backendVinícius Zavam2019-08-052-7/+9
| | | | | | | | Makefile - new option: GIT_SUBVERSION Notes: svn path=/head/; revision=508165
* devel/hub: update 2.12.2 to 2.12.3Vinícius Zavam2019-08-052-4/+4
| | | | Notes: svn path=/head/; revision=508164
* games/slune:Max Brazhnikov2019-08-052-17/+18
| | | | | | | | | | | - Update MASTER_SITES to fix fetch - Update to 1.0.16 - Install man page - Install main script to PREFIX/bin otherwise the game is not playable - Rephase COMMENT Notes: svn path=/head/; revision=508163
* cad/lepton-eda: respect CFLAGSPiotr Kubaj2019-08-054-1/+34
| | | | | | | | | | | | | | Building with base GCC fails with: cc1: error: -Wuninitialized is not supported without -O But this port should use the default -O2. PR: 239311 Approved by: graahnul.grom@gmail.com (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21142 Notes: svn path=/head/; revision=508162
* audio/artyfx-lv2: fix build with GCC-based architecturesPiotr Kubaj2019-08-053-3/+39
| | | | | | | | | | | | | | | The fix for clang in files/patch-src_avtk_avtk_picojson.hxx breaks GCC. Have two versions for two compilers. Fix altivec in src/avtk/libs/pffft.cxx and add -maltivec to CXXFLAGS on powerpc64. Also use new compilers. PR: 239518 Approved by: yuri (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21141 Notes: svn path=/head/; revision=508161
* Update to 8.3.3Jochen Neumeister2019-08-052-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=508160
* graphics/cloudcompare: fix build on powerpc64Piotr Kubaj2019-08-051-3/+6
| | | | | | | | | | | | | | | This port tries to use SSE instrinsics. Add to CXXFLAGS on powerpc64 -DNO_WARN_X86_INTRINSICS -mvsx, which enable using SSE to Altivec translation layer. Because of that, also use new GCC. Note that intrinsics translations needs VSX, which is only supported on POWER8 and newer, but this port doesn't currently work on powerpc64 anyway. Limit -Wno-narrowing to only clang, gcc doesn't support it. Also add USES=gl for PLUGINS option. PR: 239575 Approved by: neel@neelc.org (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21130 Notes: svn path=/head/; revision=508159
* emulators/qemu2: Mark DEPRECATEDMuhammad Moinur Rahman2019-08-051-3/+6
| | | | | | | | | | | | | - qemu 3.X branch in the tree seems like stable as no major complainnt has beeen reached and there has been no commit to 2.X ranch since last 13 months. 3.1.X will be updated shortly after build completes - USES=gl is not always needed [1] PR: 238364 [1] Submitted by: pizzamig [1] Notes: svn path=/head/; revision=508158
* devel/ghq: Drop GO_PKGNAME after r507340Tobias Kortkamp2019-08-051-1/+0
| | | | Notes: svn path=/head/; revision=508155
* Mark BROKEN: fails to configureAntoine Brodin2019-08-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download error on https://pypi.org/simple/docutils/: [Errno 65] No route to host -- Some packages may not be found! Download error on https://pypi.org/simple/: [Errno 65] No route to host -- Some packages may not be found! No local packages or working download links found for docutils<0.15,>=0.10 Traceback (most recent call last): File "setup.py", line 37, in <module> from cx_Freeze import setup, Executable ModuleNotFoundError: No module named 'cx_Freeze' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 173, in <module> tests_require = ["mock", "nose", "coverage", "nosexcover"] File "/usr/local/lib/python3.6/site-packages/setuptools/__init__.py", line 144, in setup _install_setup_requires(attrs) File "/usr/local/lib/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/local/lib/python3.6/site-packages/setuptools/dist.py", line 717, in fetch_build_eggs replace_conflicting=True, File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve replace_conflicting=replace_conflicting File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match return self.obtain(req, installer) File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain return installer(requirement) File "/usr/local/lib/python3.6/site-packages/setuptools/dist.py", line 784, in fetch_build_egg return cmd.easy_install(req) File "/usr/local/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 673, in easy_install raise DistutilsError(msg) distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('docutils<0.15,>=0.10') Notes: svn path=/head/; revision=508154
* Mark BROKEN:Antoine Brodin2019-08-051-0/+2
| | | | | | | | | | In file included from platform/freebsd/platform.c:19: In file included from ./platform/freebsd/platform-freebsd.h:26: /usr/include/sys/capability.h:43:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings] #warning this file includes <sys/capability.h> which is deprecated Notes: svn path=/head/; revision=508153
* Update to 3.6.9.Tijl Coosemans2019-08-053-6/+8
| | | | Notes: svn path=/head/; revision=508152
* devel/ghq: Update to v0.12.6Tobias Kortkamp2019-08-052-4/+4
| | | | | | | Changes: https://github.com/motemen/ghq/releases/tag/v0.12.6 Notes: svn path=/head/; revision=508151
* audio/spotifyd: Update to 0.2.11Tobias Kortkamp2019-08-052-101/+100
| | | | | | | Changes: https://github.com/Spotifyd/spotifyd/commits/0.2.11 Notes: svn path=/head/; revision=508150
* Update to the 20180802 snapshot of GCC 8.3.1.Gerald Pfeifer2019-08-052-4/+4
| | | | | | | This brings two fixes for Fortran and one for C++. Notes: svn path=/head/; revision=508149
* devel/plan9port: Update to latest commitTobias Kortkamp2019-08-054-15/+20
| | | | | | | - Convert pkg-message to UCL and only show it on install Notes: svn path=/head/; revision=508147
* security/py-openssl: Update to 19.0.0Kai Knoblich2019-08-052-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | While I'm here: * Improve the "do-test" target to easen future QA and add the required dependencies for it. * Sort variables a bit according to the PHB to pet portclippy/portlint. Changelog: Backward-incompatible changes: * X509Store.add_cert no longer raises an error if one add a duplicate cert * pyOpenSSL now works with OpenSSL 1.1.1 * pyOpenSSL now handles NUL bytes in X509Name.get_components() PR: 237006 Submitted by: timp87@gmail.com (based on) Approved by: sbz (maintainer) Notes: svn path=/head/; revision=508146
* - Add LICENSE_FILEDmitry Marakasov2019-08-052-4/+5
| | | | | | | | | | - Pet portlint - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=508145
* net/inlets: Update 2.1.0 -> 2.2.0Yuri Victorovich2019-08-052-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=508144
* net-p2p/qbittorrent: Update 4.1.6 -> 4.1.7Yuri Victorovich2019-08-052-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=508143
* Update to 3.17.4Jochen Neumeister2019-08-055-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New HTML viewer plugin: Litehtml viewer * Added option 'Enable keyboard shortcuts' to the 'Keyboard shortcuts' frame on /Configuration/Preferences/Other/Miscellaneous * Compose: implemented copying of attached images to clipboard * Compose: images and text/uri-list (files) can now be attached by pasting into the Compose window * Python plugin: window sizes are now remembered for the Python console, the 'Open URLs' and the 'Set mailbox order' windows. * Fancy plugin: the download-link feature now follows redirections * MBOX export: the Enter key in the dialogue now starts the export * The date (ISO format) has been added to log timestamps * Updated translations: Brazilian Portuguese, Catalan, Czech, Danish, Dutch, French, German, Hungarian, Indonesian, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Traditional Chinese, Turkish Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=508142
* math/lybniz: Update 1.3.2 -> 3.0.4-2Yuri Victorovich2019-08-054-16/+16
| | | | | | | Take maintainership. Notes: svn path=/head/; revision=508140
* Update to upstream version 0.21.12Thomas Zander2019-08-052-5/+4
| | | | | | | | | | | Details: - Bugfix release, see https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.12/NEWS MFH: 2019Q3 (hat: ports-secteam) Notes: svn path=/head/; revision=508139
* Mark BROKEN: unfetchableAntoine Brodin2019-08-0595-0/+187
| | | | Notes: svn path=/head/; revision=508138
* Update to 4.4.3.Vanilla I. Shu2019-08-052-4/+4
| | | | Notes: svn path=/head/; revision=508137
* devel/bear: Update to bug-fix release 2.4.1Joseph Mingrone2019-08-053-4/+5
| | | | Notes: svn path=/head/; revision=508136
* PR: 239613Jason W. Bacon2019-08-046-1/+94
| | | | | | | Submitted by: pkubaj Notes: svn path=/head/; revision=508135
* biology/diamond: Update to version 0.9.25Joseph Mingrone2019-08-042-4/+4
| | | | | | | Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.25 Notes: svn path=/head/; revision=508134
* devel/jetbrains-webstorm: Update to version 2019.2Pedro F. Giffuni2019-08-043-90/+493
| | | | | | | | | | | Includes some adjustments. PR: 239618 Reproted by: Dmitry Wagin Approved by: thierry (mentor) Notes: svn path=/head/; revision=508133
* devel/jetbrains-phpstorm: Update to version 2019.2Pedro F. Giffuni2019-08-044-119/+499
| | | | | | | | | | | Includes some adjustments. PR: 239617 Reproted by: Dmitry Wagin Approved by: thierry (mentor) Notes: svn path=/head/; revision=508132
* devel/psptoolchain-gcc-stage1: fix build with GCC-based architectures of stage2Piotr Kubaj2019-08-042-0/+24
| | | | | | | | | | PR: 238249 Submitted by: tphilipp@potion-studios.com (maintainer) Approved by: tphilipp@potion-studios.com (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21118 Notes: svn path=/head/; revision=508131
* Fix the build on PowerPC64Greg Lewis2019-08-041-0/+11
| | | | | | | | PR: 239624 Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=508130
* sysutils/doctl: Update to version 1.26.2Joseph Mingrone2019-08-042-4/+4
| | | | | | | | | | | | | | | | | Upstream changes: https://github.com/digitalocean/doctl/releases/tag/v1.24.0 https://github.com/digitalocean/doctl/releases/tag/v1.24.1 https://github.com/digitalocean/doctl/releases/tag/v1.24.2 https://github.com/digitalocean/doctl/releases/tag/v1.25.0 https://github.com/digitalocean/doctl/releases/tag/v1.26.0 https://github.com/digitalocean/doctl/releases/tag/v1.26.2 [1] DigitalOcean has provided free credit for a VM to test doctl Sponsored by: DigitalOcean [1] Notes: svn path=/head/; revision=508129
* [NEW PORT] devel/py-flakyKai Knoblich2019-08-044-0/+50
| | | | | | | | | | | | | | | | | | | Plugin for nose or pytest that automatically reruns flaky tests Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. With flaky, instead of removing those tests or marking them to skip, they can be automatically retried. WWW: https://github.com/box/flaky Reviewed by: koobs Approved by: koobs Differential Revision: https://reviews.freebsd.org/D21132 Notes: svn path=/head/; revision=508128
* www/mitmproxy: Prepare for py-openssl 19.0.0 and unbreak at runtimeKai Knoblich2019-08-042-4/+13
| | | | | | | | | | | | | | | Relax the version ranges for security/py-openssl to avoid breakage at runtime when release 19.0.0 lands into the Ports tree. Also unbreak the port as it's already broken at runtime because the given requirements for security/py-cryptography are too narrow. PR: 239540 Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) MFH: 2019Q3 (runtime fix) Notes: svn path=/head/; revision=508126
* Mark BROKEN: unfetchableAntoine Brodin2019-08-0428-0/+53
| | | | Notes: svn path=/head/; revision=508125
* - Update to 1.2.3Danilo Egea Gondolfo2019-08-043-21/+34
| | | | Notes: svn path=/head/; revision=508124
* devel/pychram: Update to version 2019.2.Boris Samorodov2019-08-043-55/+462
| | | | | | | | PR: 239584 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=508123
* - Update to 1.13.0Danilo Egea Gondolfo2019-08-042-4/+4
| | | | Notes: svn path=/head/; revision=508122
* astro/kstars: update to 3.3.3Tobias C. Berner2019-08-043-5/+11
| | | | Notes: svn path=/head/; revision=508121
* Update to the latest cfengine gitub commits.Cy Schubert2019-08-044-10/+10
| | | | Notes: svn path=/head/; revision=508120
* Update to the latest MIT KRB5 github commit.Cy Schubert2019-08-043-15/+5
| | | | Notes: svn path=/head/; revision=508119
* Update to the latest att/ast github commit.Cy Schubert2019-08-042-5/+5
| | | | Notes: svn path=/head/; revision=508118
* Fix build with GCC-based architectures.Cy Schubert2019-08-0410-1/+4009
| | | | | | | | | PR: 239644 Submitted by: pkubaj@ MFH: 2019Q3 Notes: svn path=/head/; revision=508117
* devel/double-conversion: Update 3.0.0 -> 3.1.5-11Yuri Victorovich2019-08-0410-15/+19
| | | | | | | | | | | | | Maintainer reset due to the extended timeout, as per policy. Take maintainership. 7 ports are bumped. PR: 239367 Approved by: waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port) Notes: svn path=/head/; revision=508116
* Update MASTER_SITES and unbreak this portSunpoet Po-Chuan Hsieh2019-08-041-3/+1
| | | | Notes: svn path=/head/; revision=508115
* Update PY_TYPINGSunpoet Po-Chuan Hsieh2019-08-041-1/+1
| | | | | | | devel/py-typing-extensions requires py-typing 3.7.4+. Notes: svn path=/head/; revision=508114
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-08-041-0/+2
| | | | Notes: svn path=/head/; revision=508113
* Update to 0.105Sunpoet Po-Chuan Hsieh2019-08-042-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Astro-satpass Notes: svn path=/head/; revision=508112