aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories eNiclas Zeising2019-11-0573-63/+90
| | | | | | | | 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
* - Update supported python versions rangeDmitry Marakasov2019-11-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=516801
* - Update to 15492Dmitry Marakasov2019-11-052-4/+4
| | | | Notes: svn path=/head/; revision=516800
* - Update to 2.1.1Dmitry Marakasov2019-11-052-4/+4
| | | | Notes: svn path=/head/; revision=516799
* - Update to r4339Dmitry Marakasov2019-11-052-4/+4
| | | | Notes: svn path=/head/; revision=516798
* - Update to 0.5.3Dmitry Marakasov2019-11-052-4/+4
| | | | Notes: svn path=/head/; revision=516797
* - Document python version limitationDmitry Marakasov2019-11-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=516796
* - Unbreak packaging when SDL option is disabled [*]Alexey Dokuchaev2019-11-052-14/+18
| | | | | | | | | | | | | | - 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
* Update WWW to the proper WebsiteBaptiste Daroussin2019-11-051-1/+1
| | | | Notes: svn path=/head/; revision=516794
* multimedia/celluloid: update to 0.18Jan Beich2019-11-053-4/+6
| | | | | | | | | 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
* databases/pspg: Update to 2.5.3Dmitri Goutnik2019-11-052-4/+4
| | | | | | | | | | 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
* Fix a random jobs error.Mathieu Arnold2019-11-051-0/+2
| | | | | | | | | | | | 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
* devel/py-cfn-lint: Update to 0.24.4Kai Knoblich2019-11-052-4/+4
| | | | | | | | | | | | 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
* devel/py-aws-sam-translator: Update to 1.15.1Kai Knoblich2019-11-052-4/+4
| | | | | | | | | | | | | 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
* www/py-boto3: Update to 1.10.6, remove BROKENKai Knoblich2019-11-052-7/+5
| | | | | | | | | | | | | | * 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
* Update to 20191102Baptiste Daroussin2019-11-053-6/+7
| | | | Notes: svn path=/head/; revision=516786
* Update to 12.1.2Kirill Ponomarev2019-11-053-16/+4
| | | | | | | | | Release Notes: https://github.com/cbsd/cbsd/releases/tag/v12.1.2 Submitted by: maintainer Notes: svn path=/head/; revision=516785
* - Update WWWDmitry Marakasov2019-11-051-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=516784
* net/cppzmq: Upgrade from 4.3.0 to 4.5.0Vasil Dimov2019-11-052-5/+4
| | | | Notes: svn path=/head/; revision=516783
* devel/git-cinnabar: unbreak after r516646Jan Beich2019-11-052-1/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./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
* Update to 8.4.2Jochen Neumeister2019-11-052-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=516781
* Update to 7.5.17Jochen Neumeister2019-11-052-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=516780
* misc/iio-oscilloscope: fix build on GCC architecturesPiotr Kubaj2019-11-052-0/+22
| | | | | | | | | | | | | 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
* Assume maintainership of several GNU tools I've been keeping an eye toAlexey Dokuchaev2019-11-0510-10/+10
| | | | | | | and updating as of recently. Notes: svn path=/head/; revision=516778
* lang/retro12: fix build on GCC architecturesMateusz Piotrowski2019-11-051-0/+1
| | | | | | | | PR: 241723 Submitted by: pkubaj@ Notes: svn path=/head/; revision=516777
* Update mainline `x11/linux-nvidia-libs' port to version 440.31.Alexey Dokuchaev2019-11-052-5/+17
| | | | Notes: svn path=/head/; revision=516776
* x11-toolkits/libhandy: Unbreak fetchTobias Kortkamp2019-11-051-2/+2
| | | | | | | The patch footer changed once again. Notes: svn path=/head/; revision=516774
* graphics/converseen: update to 0.9.8.0Fernando ApesteguĂ­a2019-11-052-5/+4
| | | | | | | | | | | ChangeLog (http://converseen.fasterland.net/changelog/): * Fixed bug with TIF files * Various Minor Updates * Various bugfixes Notes: svn path=/head/; revision=516773
* devel/kdevelop: update to 5.4.4Tobias C. Berner2019-11-056-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* www/tomcat85: Update to 8.5.47Tobias C. Berner2019-11-052-4/+4
| | | | | | | | PR: 241713 Submitted by: VVD <vvd@unislabs.com> (maintainer) Notes: svn path=/head/; revision=516771
* www/tomcat9: Update to 9.0.27Tobias C. Berner2019-11-053-5/+6
| | | | | | | | PR: 241712 Submitted by: VVD <vvd@unislabs.com> (maintainer) Notes: svn path=/head/; revision=516770
* - Update `x11/nvidia-driver' to version 440.31Alexey Dokuchaev2019-11-052-5/+4
| | | | | | | - Remove USE_GL+=gl, it is GL provider itself Notes: svn path=/head/; revision=516769
* Update to 4.4.12.Vanilla I. Shu2019-11-052-4/+4
| | | | Notes: svn path=/head/; revision=516768
* sysutils/omnibackup: Update to 0.2.1Koichiro Iwao2019-11-052-5/+4
| | | | | | | | | PR: 241715 Submitted by: maintainer Relnotes: https://github.com/NuLL3rr0r/omnibackup/releases/tag/0.2.1 Notes: svn path=/head/; revision=516767
* security/libssh: Assign to submitterKoichiro Iwao2019-11-051-16/+10
| | | | | | | | | | 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
* devel/py-oci: Update to 2.6.2Koichiro Iwao2019-11-052-4/+4
| | | | | | | | | | 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
* www/obhttpd: Update to 6.6.20191023Koichiro Iwao2019-11-052-24/+23
| | | | | | | | | | | | 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
* devel/ruby-build: add a comment that mention bug 241633Koichiro Iwao2019-11-051-1/+1
| | | | | | | PR: 241633 Notes: svn path=/head/; revision=516763
* lang/rust-nightly: update to 1.40.0.20191105Jan Beich2019-11-052-4/+4
| | | | | | | Changes: https://github.com/rust-lang/rust/compare/87cbf0a547aa...2477e2493e67 Notes: svn path=/head/; revision=516762
* multimedia/aom: update to 1.0.0.2607Jan Beich2019-11-052-5/+5
| | | | | | | Changes: https://aomedia.googlesource.com/aom/+log/7ad3aca2f..c3ab92774 Notes: svn path=/head/; revision=516761
* multimedia/svt-av1: update to 0.7.0.136Jan Beich2019-11-052-5/+5
| | | | | | | Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/d3880e0c...65b4be02 Notes: svn path=/head/; revision=516760
* multimedia/rav1e: update to s20191104Jan Beich2019-11-052-14/+14
| | | | | | | Changes: https://github.com/xiph/rav1e/compare/f9331333...9e1c7110 Notes: svn path=/head/; revision=516759
* emulators/yuzu: update to s20191103Jan Beich2019-11-052-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/11e39da02...ae6eb6189 Notes: svn path=/head/; revision=516758
* emulators/rpcs3: update to 0.0.6.9075Jan Beich2019-11-052-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/f75661bfa...531afe0f9 Notes: svn path=/head/; revision=516757
* textproc/source-highlight: Do not set INFO twiceTobias Kortkamp2019-11-051-2/+0
| | | | Notes: svn path=/head/; revision=516756
* calc: Bump PORTREVISION for cscript path changes (to libexec)Adam Weinberger2019-11-051-0/+1
| | | | Notes: svn path=/head/; revision=516755
* calc: Simplify and take maintainershipAdam Weinberger2019-11-053-671/+561
| | | | | | | | | | | | | | 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
* lang/ponyc: Fix CONFLICTS_INSTALLTobias Kortkamp2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516753
* New port: lang/ponyc-staticTobias Kortkamp2019-11-043-1/+13
| | | | | | | | | A version of lang/ponyc with statically linked LLVM. PR: 241663 Notes: svn path=/head/; revision=516752
* lang/ponyc: Update to 0.33.0Tobias Kortkamp2019-11-044-7/+25
| | | | | | | | | | | - 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