aboutsummaryrefslogtreecommitdiffstats
path: root/games/pongix
stat options
Period:
Authors:

Commits per author per week (path 'games/pongix')

AuthorW48 2024W49 2024W50 2024W51 2024Total
Total00000
| * devel/py-robotframework-pabot: Update to 0.46swills2018-12-292-4/+4 | | | | | PR: 234479 Submitted by: vladimir.chukharev@gmail.com (maintainer) * Simplify some of the logic for external GCC toolchain packages.jhb2018-12-292-12/+4 | | | | | | | | | | | | | | - Always define BU_PREFIX as GCC_TARGET if needed. This was already effectively true, but BU_PREFIX was just being set to the same value in the case that GCC_TARGET wasn't defined. This is simpler and avoids duplicating some logic. - Simplify amd64-gcc by not defining GCC_TARGET and BU_PREFIX in that port but instead replacing "amd64" with "x86_64" in the devel/powerpc64-gcc Makefile. This matches what base/gcc does. - Remove FREEBSD_EXTENSION now that it is no longer needed. Approved by: zeising Differential Revision: https://reviews.freebsd.org/D18349 * Remove spurious macro assignment.jhb2018-12-291-1/+0 | | | | | | | | This port wasn't defining GCC_TARGET so devel/powerpc64-gcc was not checking the FREEBSD_EXTENSION variable. Approved by: zeising Differential Revision: https://reviews.freebsd.org/D18348 * devel/git-cinnabar: update to 0.5.0.36 (nop)jbeich2018-12-293-19/+5 | | | | Changes: https://github.com/glandium/git-cinnabar/compare/cb81a59...0236515 * devel/awscli: Update 1.16.72 -> 1.16.81bhughes2018-12-292-5/+5 | | | | Sponsored by: Miles AS * devel/py-botocore: Update 1.12.62 -> 1.12.71bhughes2018-12-292-4/+4 | | | | Sponsored by: Miles AS * Fix build of devel/mdb.jhb2018-12-292-1/+5 | | | | | | | | | - Include bsd.port.pre.mk before using SRC_BASE. - Add a missing file to the packing list. - Bump PORTREVISION. Approved by: zeising Differential Revision: https://reviews.freebsd.org/D18675 * Fix multiple issues in devel/triorodrigo2018-12-285-23/+49 | | | | | | | | | | | | | | | | * unbreak the port in the tier architectures * add a bsd makefile to build and install the port instead of a gnu makefile * run the author regression test as part of the build process * do the proper changes to be able to disable the documentation The new generated lib is named libtrio.so.2 ( previously misnamed libtrio.so.2.0.0) and the libtrio.so symlink is generated. An entry in the UPDATING file was added about those changes Bump portrevision. PR: 234288 Submitted by: mi * - Add NO_ARCHamdmi32018-12-282-3/+2 | | | | | | - Update WWW Approved by: portmgr blanket * - Add LICENSEamdmi32018-12-281-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * devel/ccls: Update to 0.20181225.1tobik2018-12-282-8/+6 | * Install zsh and bash completion filesgblach2018-12-281-1/+16 | | | | | PR: 234407 Submitted by: Greg V * - Add missing dependencyamdmi32018-12-282-1/+3 | | | | | | - Fix plist Approved by: portmgr blanket * Upgrade pycos and dispy to their latest versionsmi2018-12-284-22/+9 | * devel/ghub: Update to 3.2.0swills2018-12-282-4/+4 | | | | | PR: 234446 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) * devel/gitlab-runner: update to 11.6.0swills2018-12-282-8/+8 | * devel/jfrog-cli: update to 1.23.1swills2018-12-282-7/+7 | * devel/py-aiortc: update to 0.9.15swills2018-12-272-5/+5 | * Revert to java watch service instead of custom polling, now that theale2018-12-272-5/+1 | | | | openjdk8 port has a kqueue backend. * Use java getLastModifiedTime now that openjdk8 port supports millisecondale2018-12-273-1/+5 | | | | | | | resolution. 'struct stat' ABI changed in FreeBSD 12, breaking FreeBSD specific JNA code that is no longer needed. * - Add LICENSEamdmi32018-12-271-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * devel/jech-dht: Update to 0.25swills2018-12-274-47/+49 | | | | | | PR: 233729 Submitted by: mi@ALDAN.algebra.com (maintianer) Reported by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> * devel/aegis: Fix build with newer gccswills2018-12-273-7/+14 | | | | | PR: 234363 Submitted by: aryeh.friedman@gmail.com (maintainer) * devel/magit-popup: update to 2.12.5swills2018-12-272-5/+4 | | | | | PR: 234086 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) * devel/boehm-gc: Update to 8.0.2swills2018-12-274-16/+15 | | | | | | | | (Use correct patch this time) PR: 233976 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Pointyhat to: swills * devel/boehm-gc: Update to 8.0.2swills2018-12-273-10/+9 | | | | | PR: 233976 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) * devel/bazel: update to 0.21.0swills2018-12-272-7/+11 | | | | | PR: 234155 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) * Add patchfile forgotten in r488448.linimon2018-12-271-0/+9 | * USE_CSTD=c99 is necessary to build this port on GCC-based architectures.linimon2018-12-271-0/+1 | | | | | | | Additionally, remove -Weverything, base GCC doesn't support it. PR: 234370 Submitted by: Piotr Kubaj * devel/ghub: update to 3.1.0swills2018-12-272-4/+4 | | | | | PR: 234243 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) * This port requires USES=compiler:c++11-lang when compiled with Qt5linimon2018-12-271-1/+1 | | | | | | | | on GCC-based architectures. PR: 234343 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * Add USES=compiler:c++1-lang to fix linking to graphics/engauge-digitizerlinimon2018-12-271-1/+1 | | | | | | | on GCC-based architectures. PR: 234338 Submitted by: Piotr Kubaj * Upgrade devel/libatomic_ops from 7.6.4 to 7.6.8rodrigo2018-12-262-4/+4 | | | | | | | | | | | | Changelog: * Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack) * Eliminate 'redundant blank line at start/end of block' CodeFactor warning * Fix 'Cannot implement CAS_full on this architecture' build error (nios2) * Fix a typo in arm_v6.h * Support aarch64-ilp32 (GCC) and UWP/arm64 (MS VC) targets * Undefine AO_ARM_HAVE_* private macros after their usage * Use standalone private macro to guard against AO_GCC_BARRIER redefinition * Workaround 'condition my_chunk_ptr is always false' cppcheck false positive * - Fix LICENSEamdmi32018-12-262-3/+5 | | | | | | - Provide meaningful COMMENT and pkg-descr Approved by: portmgr blanket * This port has a typedef redefinition, which are not supported by base GCC.linimon2018-12-261-0/+11 | | | | | | | | Remove it to fix build on GCC-based architectures. PR: 234305 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * - Add LICENSEamdmi32018-12-261-2/+9 | | | | | | | - Add NO_ARCH - Optionize docs and examples Approved by: portmgr blanket * - Update to 1.38wen2018-12-262-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Test-CheckManifest * - Update to 18.9b0wen2018-12-262-7/+11 | | | | | | PR: 233344 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer * devel/ccls: Fix distinfo after upstream retagged 0.20181225tobik2018-12-263-19/+7 | | | | | | | | | - Add the commit currently tagged as 0.20181225 for future reference - The old 0.20181225 tag was commit a9397cf6148d50b88a36ec2e90ea23813dda379d - Drop upstreamed patch Distfile diff: https://people.freebsd.org/~tobik/logs/ccls-0.20181225-retag.diff * Fix devel/kio-extras plist for non-default OPTIONS.adridg2018-12-261-2/+2 | | | | | | | | | When MTP is off, mtp files are not installed; not all of them were flagged with %%MTP%%. No PORTREVISION bump because the package doesn't change for any options that actually could build. PR: 234138 Reported by: Henrik Hudson * - Update to 1.7.25danilo2018-12-263-4/+251 | * * Updated to 1.1.1ultima2018-12-262-4/+4 | * Change cmake default behaviour to outsource.tcberner2018-12-26190-190/+191 | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine * Update orc to 0.4.28.kwm2018-12-263-6/+6 | * - Fix build with UDEV enabledamdmi32018-12-261-0/+1 | | | | | PR: 234263 Reported by: tant.sinnister@googlemail.com * devel/ccls: Update to 0.20181225tobik2018-12-263-4/+20 | | | | Changes: https://github.com/MaskRay/ccls/releases/tag/0.20181225 * devel/ruby-build: Update to 20181225meta2018-12-252-4/+4 | | | | | Approved by: mentors (implicit) Changes: https://github.com/rbenv/ruby-build/releases * - Add LICENSEamdmi32018-12-251-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * Add py-aiorpcX 0.10.1, generic async RPC implementation, includingehaupt2018-12-254-0/+31 | | | | JSON-RPC. * Upgrade from 1.7.14 to 1.7.16.mi2018-12-252-4/+4 | | | | | Might fix the PR: 234361 * - Update to 0.66wen2018-12-242-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/File-Map * - Update to 0.100wen2018-12-242-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/DateTime-Calendar-Julian * - Update to 0.60wen2018-12-242-4/+5 | | | | | Changes: https://metacpan.org/changes/distribution/Data-Object - Update RUN_DEPENDS * - Update to 0.07wen2018-12-242-3/+4 | | | | Changes: https://metacpan.org/changes/distribution/Type-Tiny-Signatures * Add compiler:c++11-lang to USES to allow these ports to build onlinimon2018-12-241-3/+1 | | | | | | GCC-based architectures. While here, pet portlint. * - Update to 2.132wen2018-12-243-6/+4 | | | | Changes: https://metacpan.org/changes/distribution/Config-Model * - Update to 1.111wen2018-12-242-4/+4 | | | | Changes: https://metacpan.org/changes/distribution/Algorithm-Dependency * devel/py-monty: Update 1.0.4 -> 1.0.5yuri2018-12-242-4/+4 | | | | Reported by: portscout * Add patch to fix build with ports GCC (the port builds with base GCC,linimon2018-12-241-0/+10 | | | | | | | | but not with GCC 8 from ports). PR: 234204 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * Add USES=compiler:c++11-lang to fix linking with databases/sqlitebrowserlinimon2018-12-241-1/+1 | | | | on GCC-based architectures. * Upgrade to 8.4.3 which is required for gitlab-ce 11.6.mfechner2018-12-234-8/+10 | | | | Approved by: mentors (implicit) * Upgrade to 1.7.1 which is required for gitlab-ce 11.6.mfechner2018-12-235-17/+27 | | | | Approved by: mentors (implicit) * New ports required for gitlab-ce upgrade to 11.6.mfechner2018-12-237-0/+86 | | | | Approved by: mentors (implicit) * Upgrade to 1.4.11 required for gitlab-ce 11.6.x.mfechner2018-12-232-6/+6 | | | | Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-4/+6 | | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit) * Renamed port as gitlab-ce 11.6 depends now on it own port ↵mfechner2018-12-235-13/+11 | | | | | | | | gitlab-default_value_for. Make portlint happy. Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-4/+5 | | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-3/+5 | | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-3/+5 | | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-3/+5 | | | | | | | | rails50. Make portlint happy. Approved by: mentors (implicit) * Renamed port and changed dep to rails50 as gitlab-ce 11.6 depends now on ↵mfechner2018-12-234-6/+7 | | | | | | | | rails50. Take maintainer. Approved by: mentors (implicit) * - Update to 5.1.16joneum2018-12-232-4/+4 | | | | | | | Changelog: - Fix build on OSX. Sponsored by: Netzkommune GmbH * Update to version 3.0.3girgen2018-12-234-35/+6 | | | | | | The update corrects a denial of service vulnerability. Security: 4f8665d0-0465-11e9-b77a-6cc21735f730 * - Update to 3.4.0joneum2018-12-232-5/+6 | | | | | | | | | - Add LICENSE_FILE - Pet Portlint Changelog: https://pear.php.net/package/PHP_CodeSniffer/download/ Sponsored by: Netzkommune GmbH * devel/rudiments: upgrade 1.0.7 -> 1.1.0pi2018-12-233-16/+40 | | | | | | | | | databases/sqlrelay: upgrade 1.3.0 -> 1.4.0 - dbase="mariadb" works now http://software.firstworks.com/2018/09/rudiments-110-release-announcement.html http://software.firstworks.com/2018/09/sql-relay-140-release-announcement.html * devel/py-stdnum: upgrade 1.9 -> 1.10pi2018-12-232-4/+4 | | | | Relnotes: https://lists.arthurdejong.org/python-stdnum-announce/2018/msg00003.html * devel/py-ruamel.yaml: update 0.15.61 -> 0.15.81pi2018-12-232-4/+4 | | | | Relnotes: https://bitbucket.org/ruamel/yaml/src/7ccdf8d0cb6d68b1847ca5088deffb55f0d73c98/CHANGES?at=default&fileviewer=file-view-default * devel/py-raven: upgrade 6.8.0 -> 6.10.0pi2018-12-232-4/+4 | | | | Relnotes: https://github.com/getsentry/raven-python/releases * devel/kf5-extra-cmake-modules: remove broken TEST optiontcberner2018-12-231-7/+4 | | | | | | | | - TEST could not be disabled when it was added in r421185. - It still can't. - Get rid of it. Reported by: Daniel Shafer <daniel@shafer.cc> * devel/p5-Object-Import: update 1.004 -> 1.005pi2018-12-232-3/+4 | | | | Relnotes: https://metacpan.org/changes/distribution/Object-Import * - Add LICENSEamdmi32018-12-231-0/+4 | | | | | | - Add NO_ARCH Approved by: portmgr blanket * devel/antlr4: update 4.7.1 -> 4.7.2pi2018-12-232-4/+4 | | | | Relnotes: https://github.com/antlr/antlr4/releases/tag/4.7.2 * - Add LICENSEjoneum2018-12-231-2/+5 | | | | | | - Pet Portlint Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-0/+2 | | | | Sponsored by: Netzkommune GmbH * devel/xeus-cling: Update 0.4.6 -> 0.4.10yuri2018-12-232-5/+4 | | | | Reported by: portscout * devel/xeus: Update 0.13.0 -> 0.18.1yuri2018-12-235-50/+19 | | | | Reported by: portscout * devel/xtl-quant-stack: Update 0.4.15 -> 0.5.2yuri2018-12-234-16/+8 | | | | Reported by: portscout * devel/cxxopts: Disable examples during buildyuri2018-12-231-0/+4 | | | | | | This should unbreak the build on 12, because breakage was in examples. Reported by: fallout * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-2/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add Licensejoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * Add devel/py-antlr4-python2-runtime: ANother Tool for Language Recognition ↵dbaio2018-12-235-1/+33 | | | | | | | | | | | | | | | | (python2 runtime) ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. This port provides the python2 runtime. WWW: http://www.antlr.org/ Approved by: antoine Differential Revision: https://reviews.freebsd.org/D18631 * Add devel/py-portalocker: Python library that provides an easy API to file ↵dbaio2018-12-234-0/+35 | | | | | | | | | | | | | | locking An important detail to note is that on Linux and Unix systems the locks are advisory by default. By specifying the -o mand option to the mount command it is possible to enable mandatory file locking on Linux. This is generally not recommended however. For more information about the subject: https://en.wikipedia.org/wiki/File_locking http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux WWW: https://pypi.org/project/portalocker/ * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * -Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add Licensejoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-232-1/+5 | | | | | | - Update pkg-descr Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-0/+2 | | | | Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-0/+2 | | | | Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-0/+3 | | | | Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-0/+2 | * - Add LICENSEjoneum2018-12-231-0/+3 | | | | Sponsored by: Netzkommune GmbH * - Add LICENSEjoneum2018-12-231-2/+4 | | | | | | - Pet Portlint Sponsored by: Netzkommune GmbH * devel/upnp: submitter becomes maintainer, reorder lines to silence portlintpi2018-12-231-7/+7 | | | | | | | | | | | - Sets MAINTAINER to submitter e-mail address. - Reorders USES and USE_LDCONFIG lines consistently with the standard ordering. - Transforms OPT_CONFIGURE_ON/OFF into OPT_CONFIGURE_ENABLE or OPT_CONFIGURE_WITH. PR: 233700 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> * devel/kore: Update to 3.2.1tobik2018-12-222-5/+4 | | | | Changes: https://kore.io/releases/3.2.1#changelog * Update to 1.0.6.mfechner2018-12-222-4/+4 | | | | | | https://gitlab.com/gitlab-org/grape-path-helpers/blob/master/CHANGELOG.md Approved by: mentors (implicit) * Update to 0.4.0.mfechner2018-12-222-5/+5 | | | | | Reported by: PORTSCOUT Approved by: mentors (implicit) * Update meson to 0.49.0.kwm2018-12-222-4/+4 | | | | | | Exp-run by antoine@ PR: 234075 * devel/ioncube: Update to 10.3.0tobik2018-12-222-6/+5 | | | | | | | - Adds PHP 7.3 support PR: 234261 Submitted by: maintainer * Allow building on powerpc64.linimon2018-12-221-1/+1 | | | | | Reported by: jhibbits Approved by: portmgr (tier-2 blanket) * This port needs USES=compiler:c11 to build on GCC-based architectures.linimon2018-12-221-1/+1 | | | | | | | | While here, add USES=gnome. PR: 233925 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * This port needs USES=compiler:c11 to build on GCC-based architectures.linimon2018-12-221-2/+1 | | | | | | | | This obviates USE_GCC. PR: 234214 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * This port needs USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-221-1/+1 | | | | | | | | | | architectures. While here, add USES=gl. PR: 234213 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) * This port needs USES=compiler:c++14-lang to build on GCC-basedlinimon2018-12-221-1/+1 | | | | | | | | architectures. PR: 234188 Submitted by: Piotr Kubaj Approved by: maintainer * - Update WWWjoneum2018-12-221-1/+1 | | | | Sponsored by: Netzkommune GmbH * update to 20181216trociny2018-12-222-4/+4 | * Remove expired ports:rene2018-12-21