| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=508166
|
|
|
|
|
|
|
|
| |
Makefile
- new option: GIT_SUBVERSION
Notes:
svn path=/head/; revision=508165
|
|
|
|
| |
Notes:
svn path=/head/; revision=508164
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=508160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508152
|
|
|
|
|
|
|
| |
Changes: https://github.com/motemen/ghq/releases/tag/v0.12.6
Notes:
svn path=/head/; revision=508151
|
|
|
|
|
|
|
| |
Changes: https://github.com/Spotifyd/spotifyd/commits/0.2.11
Notes:
svn path=/head/; revision=508150
|
|
|
|
|
|
|
| |
This brings two fixes for Fortran and one for C++.
Notes:
svn path=/head/; revision=508149
|
|
|
|
|
|
|
| |
- Convert pkg-message to UCL and only show it on install
Notes:
svn path=/head/; revision=508147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=508145
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=508144
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=508143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
Take maintainership.
Notes:
svn path=/head/; revision=508140
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508138
|
|
|
|
| |
Notes:
svn path=/head/; revision=508137
|
|
|
|
| |
Notes:
svn path=/head/; revision=508136
|
|
|
|
|
|
|
| |
Submitted by: pkubaj
Notes:
svn path=/head/; revision=508135
|
|
|
|
|
|
|
| |
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.25
Notes:
svn path=/head/; revision=508134
|
|
|
|
|
|
|
|
|
|
|
| |
Includes some adjustments.
PR: 239618
Reproted by: Dmitry Wagin
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=508133
|
|
|
|
|
|
|
|
|
|
|
| |
Includes some adjustments.
PR: 239617
Reproted by: Dmitry Wagin
Approved by: thierry (mentor)
Notes:
svn path=/head/; revision=508132
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 239624
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=508130
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508125
|
|
|
|
| |
Notes:
svn path=/head/; revision=508124
|
|
|
|
|
|
|
|
| |
PR: 239584
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Notes:
svn path=/head/; revision=508123
|
|
|
|
| |
Notes:
svn path=/head/; revision=508122
|
|
|
|
| |
Notes:
svn path=/head/; revision=508121
|
|
|
|
| |
Notes:
svn path=/head/; revision=508120
|
|
|
|
| |
Notes:
svn path=/head/; revision=508119
|
|
|
|
| |
Notes:
svn path=/head/; revision=508118
|
|
|
|
|
|
|
|
|
| |
PR: 239644
Submitted by: pkubaj@
MFH: 2019Q3
Notes:
svn path=/head/; revision=508117
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=508115
|
|
|
|
|
|
|
| |
devel/py-typing-extensions requires py-typing 3.7.4+.
Notes:
svn path=/head/; revision=508114
|
|
|
|
| |
Notes:
svn path=/head/; revision=508113
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Astro-satpass
Notes:
svn path=/head/; revision=508112
|