| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'.
Notes:
svn path=/head/; revision=516802
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=516801
|
|
|
|
| |
Notes:
svn path=/head/; revision=516800
|
|
|
|
| |
Notes:
svn path=/head/; revision=516799
|
|
|
|
| |
Notes:
svn path=/head/; revision=516798
|
|
|
|
| |
Notes:
svn path=/head/; revision=516797
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=516796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Amend LIB_DEPENDS, USE_{XORG,GL} lists per `stage-qa' report
- Link against libltdl.so:devel/libltdl to fix the following:
...
configure: WARNING: using included copy of libltdl
configure: WARNING: this is deprecated and will go away
configure: WARNING: it is suggested to install libltdl
PR: 240070 [*]
Notes:
svn path=/head/; revision=516795
|
|
|
|
| |
Notes:
svn path=/head/; revision=516794
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/celluloid-player/celluloid/releases/tag/v0.18
Changes: https://github.com/celluloid-player/celluloid/compare/v0.17...v0.18
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=516793
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/okbob/pspg/compare/2.5.2...2.5.3
Reported by: portscout
Approved by: tz (mentor, implicit)
Notes:
svn path=/head/; revision=516792
|
|
|
|
|
|
|
|
|
|
|
|
| |
Once in a while, build will fail with:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Cannot copy '../../../../../subversion/bindings/swig/perl/native/Core.pm' to 'blib/lib/SVN/Core.pm': Permission denied
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1.
Notes:
svn path=/head/; revision=516791
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/aws-cloudformation/cfn-python-lint/releases/tag/v0.24.4
PR: 241455
Submitted by: nork@ninth-nine.com (maintainer)
Notes:
svn path=/head/; revision=516790
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog since 1.14.0:
https://github.com/awslabs/serverless-application-model/releases/tag/v1.15.0
https://github.com/awslabs/serverless-application-model/releases/tag/v1.15.1
PR: 241454
Submitted by: nork@ninth-nine.com (maintainer)
Notes:
svn path=/head/; revision=516789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Unbreak after r516108
Changelog:
https://github.com/boto/boto3/blob/1.10.6/CHANGELOG.rst
PR: 241707
Approved by: koobs (maintainer)
Notes:
svn path=/head/; revision=516788
|
|
|
|
| |
Notes:
svn path=/head/; revision=516786
|
|
|
|
|
|
|
|
|
| |
Release Notes: https://github.com/cbsd/cbsd/releases/tag/v12.1.2
Submitted by: maintainer
Notes:
svn path=/head/; revision=516785
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=516784
|
|
|
|
| |
Notes:
svn path=/head/; revision=516783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./helper/cinnabar-helper.c:1609:31: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1609:10: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:1652:22: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types]
hashmap_add(cache, old2new);
^~~~~~~
./hashmap.h:349:61: note: passing argument to parameter 'entry' here
void hashmap_add(struct hashmap *map, struct hashmap_entry *entry);
^
./helper/cinnabar-helper.c:1670:31: warning: incompatible pointer types passing 'struct old2new_manifest_tree *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1670:10: warning: incompatible pointer types assigning to 'struct old2new_manifest_tree *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types]
old2new = hashmap_get(cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:1715:22: warning: incompatible pointer types passing 'struct old2new_manifest_tree *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types]
hashmap_add(cache, old2new);
^~~~~~~
./hashmap.h:349:61: note: passing argument to parameter 'entry' here
void hashmap_add(struct hashmap *map, struct hashmap_entry *entry);
^
./helper/cinnabar-helper.c:1752:45: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types]
entry = hashmap_get(&track->commit_cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1752:9: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types]
entry = hashmap_get(&track->commit_cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:1788:45: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types]
entry = hashmap_get(&track->commit_cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1788:9: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types]
entry = hashmap_get(&track->commit_cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:1800:36: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types]
hashmap_add(&track->commit_cache, entry);
^~~~~
./hashmap.h:349:61: note: passing argument to parameter 'entry' here
void hashmap_add(struct hashmap *map, struct hashmap_entry *entry);
^
./helper/cinnabar-helper.c:1904:36: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types]
hashmap_init(&track.tree_cache, oid_map_entry_cmp, NULL, 0);
^~~~~~~~~~~~~~~~~
./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here
hashmap_cmp_fn equals_function,
^
./helper/cinnabar-helper.c:1906:36: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types]
hashmap_init(&track.tree_cache, old2new_manifest_tree_cmp, NULL, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here
hashmap_cmp_fn equals_function,
^
./helper/cinnabar-helper.c:1908:37: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types]
hashmap_init(&track.commit_cache, oid_map_entry_cmp, NULL, 0);
^~~~~~~~~~~~~~~~~
./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here
hashmap_cmp_fn equals_function,
^
./helper/cinnabar-helper.c:1935:37: error: too many arguments provided to function-like macro invocation
hashmap_free(&track.commit_cache, 1);
^
./hashmap.h:241:9: note: macro 'hashmap_free' defined here
#define hashmap_free(map) hashmap_free_(map, -1)
^
./helper/cinnabar-helper.c:1935:3: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'?
hashmap_free(&track.commit_cache, 1);
^~~~~~~~~~~~
hashmap_free_
./hashmap.h:236:6: note: 'hashmap_free_' declared here
void hashmap_free_(struct hashmap *map, ssize_t offset);
^
./helper/cinnabar-helper.c:1936:35: error: too many arguments provided to function-like macro invocation
hashmap_free(&track.tree_cache, 1);
^
./hashmap.h:241:9: note: macro 'hashmap_free' defined here
#define hashmap_free(map) hashmap_free_(map, -1)
^
./helper/cinnabar-helper.c:1936:3: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'?
hashmap_free(&track.tree_cache, 1);
^~~~~~~~~~~~
hashmap_free_
./hashmap.h:236:6: note: 'hashmap_free_' declared here
void hashmap_free_(struct hashmap *map, ssize_t offset);
^
./helper/cinnabar-helper.c:1935:3: warning: expression result unused [-Wunused-value]
hashmap_free(&track.commit_cache, 1);
^~~~~~~~~~~~
./helper/cinnabar-helper.c:1936:3: warning: expression result unused [-Wunused-value]
hashmap_free(&track.tree_cache, 1);
^~~~~~~~~~~~
./helper/cinnabar-helper.c:1955:35: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'const struct hashmap_entry *' [-Wincompatible-pointer-types]
cache_entry = hashmap_get(cache, &k, NULL);
^~
./hashmap.h:306:33: note: passing argument to parameter 'key' here
const struct hashmap_entry *key,
^
./helper/cinnabar-helper.c:1955:14: warning: incompatible pointer types assigning to 'struct oid_map_entry *' from 'struct hashmap_entry *' [-Wincompatible-pointer-types]
cache_entry = hashmap_get(cache, &k, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./helper/cinnabar-helper.c:2020:23: warning: incompatible pointer types passing 'struct oid_map_entry *' to parameter of type 'struct hashmap_entry *' [-Wincompatible-pointer-types]
hashmap_add(cache, cache_entry);
^~~~~~~~~~~
./hashmap.h:349:61: note: passing argument to parameter 'entry' here
void hashmap_add(struct hashmap *map, struct hashmap_entry *entry);
^
./helper/cinnabar-helper.c:2280:32: error: too many arguments provided to function-like macro invocation
hashmap_free(&git_tree_cache, 1);
^
./hashmap.h:241:9: note: macro 'hashmap_free' defined here
#define hashmap_free(map) hashmap_free_(map, -1)
^
./helper/cinnabar-helper.c:2280:2: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'?
hashmap_free(&git_tree_cache, 1);
^~~~~~~~~~~~
hashmap_free_
./hashmap.h:236:6: note: 'hashmap_free_' declared here
void hashmap_free_(struct hashmap *map, ssize_t offset);
^
./helper/cinnabar-helper.c:2281:32: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types]
hashmap_init(&git_tree_cache, oid_map_entry_cmp, NULL, 0);
^~~~~~~~~~~~~~~~~
./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here
hashmap_cmp_fn equals_function,
^
./helper/cinnabar-helper.c:2280:2: warning: expression result unused [-Wunused-value]
hashmap_free(&git_tree_cache, 1);
^~~~~~~~~~~~
./helper/cinnabar-helper.c:2397:34: warning: incompatible pointer types passing 'int (const void *, const void *, const void *, const void *)' to parameter of type 'hashmap_cmp_fn' (aka 'int (*)(const void *, const struct hashmap_entry *, const struct hashmap_entry *, const void *)') [-Wincompatible-pointer-types]
hashmap_init(&git_tree_cache, oid_map_entry_cmp, NULL, 0);
^~~~~~~~~~~~~~~~~
./hashmap.h:231:20: note: passing argument to parameter 'equals_function' here
hashmap_cmp_fn equals_function,
^
./helper/cinnabar-helper.c:2453:32: error: too many arguments provided to function-like macro invocation
hashmap_free(&git_tree_cache, 1);
^
./hashmap.h:241:9: note: macro 'hashmap_free' defined here
#define hashmap_free(map) hashmap_free_(map, -1)
^
./helper/cinnabar-helper.c:2453:2: error: use of undeclared identifier 'hashmap_free'; did you mean 'hashmap_free_'?
hashmap_free(&git_tree_cache, 1);
^~~~~~~~~~~~
hashmap_free_
./hashmap.h:236:6: note: 'hashmap_free_' declared here
void hashmap_free_(struct hashmap *map, ssize_t offset);
^
./helper/cinnabar-helper.c:2453:2: warning: expression result unused [-Wunused-value]
hashmap_free(&git_tree_cache, 1);
^~~~~~~~~~~~
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=516782
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=516781
|
|
|
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=516780
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build fails with base GCC:
cc1: warnings being treated as errors
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.10-master-28-g9b9a441/osc.c: In function 'plugin_data_capture_of_plot':
/wrkdirs/usr/ports/misc/iio-oscilloscope/work/iio-oscilloscope-0.10-master-28-g9b9a441/osc.c:576: warning: 'markers_lock' may be used uninitialized in this function
PR: 241622
Approved by: yuri (maintainer), linimon (mentor)
Notes:
svn path=/head/; revision=516779
|
|
|
|
|
|
|
| |
and updating as of recently.
Notes:
svn path=/head/; revision=516778
|
|
|
|
|
|
|
|
| |
PR: 241723
Submitted by: pkubaj@
Notes:
svn path=/head/; revision=516777
|
|
|
|
| |
Notes:
svn path=/head/; revision=516776
|
|
|
|
|
|
|
| |
The patch footer changed once again.
Notes:
svn path=/head/; revision=516774
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog (http://converseen.fasterland.net/changelog/):
* Fixed bug with TIF files
* Various Minor Updates
* Various bugfixes
Notes:
svn path=/head/; revision=516773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From [1]:
We today provide a bugfix and localization update release with version 5.4.4.
This release introduces no new features and as such is a safe and recommended
update for everyone currently using a previous version of KDevelop 5.4.
You can find the updated Linux AppImage as well as the source code archives on
our download page.
ChangeLog
* kdevelop
- Fix copyright date display in About KDevelop/KDevPlatform dialogs. (commit. fixes bug #413390)
- FindClang.cmake: also search LLVM version 9. (commit)
- Clang: Workaround for empty problem ranges at start of document. (commit)
* kdev-python
- No user-relevant changes.
* kdev-php
- No user-relevant changes.
[1] https://www.kdevelop.org/news/kdevelop-544-released
Notes:
svn path=/head/; revision=516772
|
|
|
|
|
|
|
|
| |
PR: 241713
Submitted by: VVD <vvd@unislabs.com> (maintainer)
Notes:
svn path=/head/; revision=516771
|
|
|
|
|
|
|
|
| |
PR: 241712
Submitted by: VVD <vvd@unislabs.com> (maintainer)
Notes:
svn path=/head/; revision=516770
|
|
|
|
|
|
|
| |
- Remove USE_GL+=gl, it is GL provider itself
Notes:
svn path=/head/; revision=516769
|
|
|
|
| |
Notes:
svn path=/head/; revision=516768
|
|
|
|
|
|
|
|
|
| |
PR: 241715
Submitted by: maintainer
Relnotes: https://github.com/NuLL3rr0r/omnibackup/releases/tag/0.2.1
Notes:
svn path=/head/; revision=516767
|
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and clean option section by using OPT_CMAKE_BOOL.
PR: 241716
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes:
svn path=/head/; revision=516766
|
|
|
|
|
|
|
|
|
|
| |
PR: 241544
Submitted by: maintainer
Relnotes: https://github.com/oracle/oci-python-sdk/releases/tag/v2.6.1
https://github.com/oracle/oci-python-sdk/releases/tag/v2.6.2
Notes:
svn path=/head/; revision=516765
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, depend on standalone LibreSSL rather than security/libressl port.
Now this port can be installed even if LibreSSL is not selected in DEFAULT_VERSIONS.
PR: 241480
Submitted by: Nikola Kolev <koue@chaosophia.net>
Reported by: Leo Vandewoestijne
Notes:
svn path=/head/; revision=516764
|
|
|
|
|
|
|
| |
PR: 241633
Notes:
svn path=/head/; revision=516763
|
|
|
|
|
|
|
| |
Changes: https://github.com/rust-lang/rust/compare/87cbf0a547aa...2477e2493e67
Notes:
svn path=/head/; revision=516762
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/7ad3aca2f..c3ab92774
Notes:
svn path=/head/; revision=516761
|
|
|
|
|
|
|
| |
Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/d3880e0c...65b4be02
Notes:
svn path=/head/; revision=516760
|
|
|
|
|
|
|
| |
Changes: https://github.com/xiph/rav1e/compare/f9331333...9e1c7110
Notes:
svn path=/head/; revision=516759
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/11e39da02...ae6eb6189
Notes:
svn path=/head/; revision=516758
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/f75661bfa...531afe0f9
Notes:
svn path=/head/; revision=516757
|
|
|
|
| |
Notes:
svn path=/head/; revision=516756
|
|
|
|
| |
Notes:
svn path=/head/; revision=516755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
calc provides a horrific Makefile that uses ?= for nothing at all,
requiring the file to be mangled by hand. Still, it was a little
much for us to redefine every system command. `cp` is unlikely to
wander out of $PATH.
While here, add some options to not install some stuff. In particular,
make it possible to just install a simple usable calculator without
hundreds of scripts, functions, headers, and help files.
Notes:
svn path=/head/; revision=516754
|
|
|
|
| |
Notes:
svn path=/head/; revision=516753
|
|
|
|
|
|
|
|
|
| |
A version of lang/ponyc with statically linked LLVM.
PR: 241663
Notes:
svn path=/head/; revision=516752
|
|
|
|
|
|
|
|
|
|
|
| |
- Add new option STATIC to link ponyc statically with llvm70
Changes: https://github.com/ponylang/ponyc/releases/tag/0.33.0
PR: 241663
Approved by: greg@unrelenting.technology (maintainer)
Notes:
svn path=/head/; revision=516751
|