Tobias Kortkamp
7c005c9c55
sysutils/yank: Update to 1.2.0
...
Changes: https://github.com/mptre/yank/releases/tag/v1.2.0
2019-08-12 11:21:30 +00:00
Antoine Brodin
3a96bc90c7
Fix typo
2019-08-12 11:17:25 +00:00
Carlos J. Puga Medina
eba97ed57a
net/ocserv: Fix typos in pkg-descr
...
PR: 239577
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
2019-08-12 10:52:00 +00:00
Carlos J. Puga Medina
4931d3869a
www/chromium: Update to 76.0.3809.100
...
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
MFH: 2019Q3
2019-08-12 10:39:48 +00:00
Mathieu Arnold
cb31f1a63f
Fix install with Perl 5.30 and all future possible versions.
...
PR: 239742.
2019-08-12 10:35:01 +00:00
Mathieu Arnold
525f53f016
Fix install for Perl > 5.10.
...
(Yes, really.)
PR: 239742
2019-08-12 10:34:22 +00:00
Thomas Zander
f986ea09c3
Update to upstream version 36.0.0
...
Details:
- Bug fixes and enhancements, see
https://mkvtoolnix.download/doc/NEWS.md
MFH: 2019Q3 (hat: ports-secteam)
2019-08-12 10:28:44 +00:00
Yuri Victorovich
931ddf6cb9
science/erkale: correction
2019-08-12 09:33:39 +00:00
Yuri Victorovich
a9f0c9344f
science/erkale: Update g20190412 -> g20190812
2019-08-12 09:32:58 +00:00
Dmitry Marakasov
7de281d08b
- Update WWW
...
Approved by: portmgr blanket
2019-08-12 09:02:31 +00:00
Gleb Popov
42b606ef73
devel/elfio: Update to 3.4.
...
Submitted by: james.wright@digital-chaos.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D21185
2019-08-12 08:59:46 +00:00
Tijl Coosemans
024a844ae3
Update to 2.0.10.
...
MFH: 2019Q3 (2.0.9 is now unfetchable)
2019-08-12 08:51:54 +00:00
Alexey Dokuchaev
8cb0316365
Update `archivers/libdeflate' to version 1.3.
...
Reported by: portscout
2019-08-12 08:30:42 +00:00
Vinícius Zavam
ab5b15e3f4
[NEW] devel/go-bindata-assetfs: serves embedded files with net/http support
...
go-bindata-assetfs serves embedded files from go-bindata with Go's
net/http support, allowing packages to serve http static content.
WWW: https://github.com/elazarl/go-bindata-assetfs
2019-08-12 08:15:05 +00:00
Gerald Pfeifer
43d013a29d
Ensure _GNU_SOURCE is now longer defined on powerpc64 (which was a
...
regression from the GCC 8 series).
The technical background is that a consolidation in upstream GCC made
non-GNU platforms include gnu-user.h and then undefined some macros
in rs6000/freebsd.h, but missed doing the same in rs6000/freebsd64.h.
The has now been included upstream and the current snapshot that the
lang/gcc9-devel port tracks; carrying files/patch-powerpc64-no-_GNU_SOURCE
in this port should become obsolete with the GCC 9.2 release.
(As this should be a very short-lived measure, bump PORTREVISION only
for powerpc64 to avoid all other users having to rebuild, too.)
PR: 239648
2019-08-12 07:30:34 +00:00
Tobias Kortkamp
d6eb7151b7
shells/ksh93: Attempt to fix r508705 and unbreak index
...
It fails basic sanity checks:
make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional (${USE_GCC} == "9")
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/shells/ksh93
PR: 239644
Pointy hat: cy
2019-08-12 07:17:09 +00:00
Cy Schubert
41fa9d89f7
Update to the latest cfengine gitub commit.
2019-08-12 05:15:28 +00:00
Cy Schubert
5510d6c85e
Update to the latest MIT KRB5 github commit.
2019-08-12 05:15:24 +00:00
Cy Schubert
c58cef3552
Update to the latest att/ast github commit.
2019-08-12 05:15:20 +00:00
Cy Schubert
d2781bb2d2
Mark broken when USE_GCC=9. Upstream git commit
...
63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue.
Unfortunately it does not apply, requiring this port to be upated to
ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or
shy of it would negate the justification for ksh93's existence. It is
therefore recommended that people use ksh93-devel on architectures that
use GCC 9 or use GCC 8.
PR: 239644
Reported by: pkubaj@
2019-08-12 04:44:37 +00:00
Cy Schubert
515af620b8
Whitespace adjustment.
2019-08-12 04:44:24 +00:00
Greg Lewis
c1db705823
Workaround for infinite recursion crash
...
* FreeBSD crashes on infinite recursion rather than throwing a stack
overflow because the stack address of the fault is in the page below
the guard area. Workaround this by rounding down the fault address to
the nearest page boundary. Investigation is still under way into what
may be causing this but this appears to prevent it in simple test cases.
PR: 222146
2019-08-12 04:05:58 +00:00
Kubilay Kocak
2f2bf67c52
devel/py-virtualenvwrapper: Allow Python 3 builds
...
virtualenvwrapper supports Python 3, remove unnecessary limitation on 2.7
accordingly.
A dependency (sphinxcontrib-bitbucket) Python 3 build/run error was
fixed in ports r508699, which is required by virtualenvwrapper for its
DOCS option/build.
While I'm here:
- Level up ports compliance (NO_ARCH, USES/USE order)
- Remove unecessary DOCS_VARS DOCSDIR override (concurrent does this)
- Patch virtualenvwrapper command invocations (virtualenv,
virtualenv-clone) to use Python version-specific filenames
Approved by: portmgr (blanket(s): ports compliance, python compliance)
MFH: 2019Q3
2019-08-12 01:33:35 +00:00
Kubilay Kocak
eb9b6ef201
textproc/py-sphinxcontrib-bitbucket: Fix Python 3 build/run
...
Fix Python 3 build, identified while testing devel/py-virtualenvwrapper:
Exception occurred:
File "/usr/local/lib/python3.7/site-packages/sphinx/registry.py", line 196, in load_extension
mod = __import__(extname, None, None, ['setup'])
File "/usr/local/lib/python3.7/site-packages/sphinxcontrib/bitbucket.py", line 26
except AttributeError, err:
^
SyntaxError: invalid syntax
While I'm here, level up ports/python compliance:
- Add python to CATEGORIES
- Add LICENSE/LICENSE_FILE
- Add NO_ARCH
- Add missing RUN_DEPENDS
- Correct RUN_DEPENDS version-specs
Approved by: portmgr (blanket(s): build fix, ports compliance, dependencies)
MFH: 2019Q3
2019-08-12 01:11:25 +00:00
Nikolai Lifanov
0297371193
update games/wtf to 20190728 snapshot from NetBSD
2019-08-11 23:34:16 +00:00
Nikolai Lifanov
e5eadb5b57
update sysutils/debootstrap to 1.0.115
2019-08-11 23:32:46 +00:00
Nikolai Lifanov
737bbd3b2c
update sysutils/terraform to 0.12.6
2019-08-11 23:29:35 +00:00
Nikolai Lifanov
4c52d904c4
update sysutils/ansible to 2.8.3
...
https://github.com/ansible/ansible/blob/v2.8.3/changelogs/CHANGELOG-v2.8.rst
2019-08-11 23:27:13 +00:00
Yuri Victorovich
e55123f3d6
science/nwchem: Update 6.8.1.20190606 -> 6.8.1.20190809
2019-08-11 23:15:44 +00:00
Jan Beich
e0da200162
games/openbor: untabify after r508689
2019-08-11 22:36:31 +00:00
Jan Beich
d5b69a491e
x11/waybar: fix memory stats
...
src/modules/memory.cpp:72:5: runtime error: unsigned integer overflow: 4982552 * 4096 cannot be represented in type 'unsigned int'
Reported by: -fsanitize=integer
2019-08-11 22:25:00 +00:00
Jan Beich
21ab7fe69d
games/openbor: fix free memory stats
...
source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int'
Reported by: -fsanitize=integer
2019-08-11 22:24:49 +00:00
Cy Schubert
ce5a6de0c9
dmd2 is past its best before date and has expired. Upstream is unable to
...
address statfs64 issues as (self hosted) dmd does not support versioned
symbols as llvm and gcc do. Upstream is unable to resolve.
https://issues.dlang.org/show_bug.cgi?id=17596
https://issues.dlang.org/show_bug.cgi?id=18885
2019-08-11 22:15:14 +00:00
Cy Schubert
17de6bf52a
Correct best before date.
...
Reported by: rene@
2019-08-11 22:12:41 +00:00
Rene Ladan
df9b72a2c9
devel/opengrok: remove support for EOL tomcat6
2019-08-11 21:46:24 +00:00
Rene Ladan
4a1d035039
www/jspwiki: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:45:34 +00:00
Rene Ladan
51b86ee9b4
www/bigbluebutton: mark for removal on 2019-11-01 due to www/tomcat6
2019-08-11 21:44:26 +00:00
Rene Ladan
149bd5a1cd
www/pebble: mark for removal on 2019-11-01 due to tomcat6
2019-08-11 21:44:02 +00:00
Rene Ladan
57e50f7a61
www/axis2: drop tomcat6 as a suported option, bump PORTREVISION
2019-08-11 21:40:39 +00:00
Rene Ladan
9af2fdd212
graphics/deegree-csw: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:35:01 +00:00
Rene Ladan
daab8c1884
graphics/deegree-wms: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:29:28 +00:00
Rene Ladan
9548580c1d
graphics/deegree-wcs: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:28:00 +00:00
Rene Ladan
67547bf011
graphics/deegree-wpvs: drop support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:25:38 +00:00
Rene Ladan
689bc1c207
graphics/barbecue: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:23:59 +00:00
Rene Ladan
b2fa500c5d
graphics/deegree-wps: remove support for EOL tomcat6, bump PORTREVISION
2019-08-11 21:21:52 +00:00
Rene Ladan
6f98bc994a
graphics/deegree-igeoportal: remove option for EOL tomcat6, bump PORTREVISION
2019-08-11 21:20:26 +00:00
Rene Ladan
142fb31529
graphics/deegree-wfs: drop support for EOL Tomcat6, bump PORTREVISION
2019-08-11 21:17:37 +00:00
Cy Schubert
cc1721a292
dmd1 is no longer supported upstream.
2019-08-11 21:07:04 +00:00
Yuri Victorovich
e7f9661b58
graphics/bitmap: Backport the pull request adding more functionality, ex. C++-styled write image functions
2019-08-11 21:00:41 +00:00
Muhammad Moinur Rahman
a721df32ee
databases/freetds-devel: Fix typos
2019-08-11 20:47:00 +00:00