/sysutils/webjob/

itle='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEamdmi32018-12-291-0/+3
| | | | Approved by: portmgr blanket
* devel/ccls: Update to 0.20181225.2tobik2018-12-292-6/+6
|
* 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-2111-273/+0
| | | | | | 2018-12-20 devel/glib12: Obsolete 2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12 2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12
* devel/p5-UI-Dialog: remove optional dependency on expired x11/xdialogrene2018-12-211-2/+8
| | | | While here mark the kdialog option as deprecated (depends on KDE4).
* Drop maintainership, I do not use Spark anymore.demon2018-12-211-1/+1
|
* Remove expired ports:rene2018-12-2142-1013/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-12-19 net/py-libstorj: Broken for more than 6 months 2018-12-20 net/xferstats: Uses obsolete glib12 2018-12-20 net/wmlj: Uses obsolete glib12 2018-12-20 net/ipsorc: Uses obsolete glib12 2018-12-20 net/bsdproxy: Uses obsolete glib12 2018-12-20 net/gini: Uses obsolete glib12 2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead 2018-12-20 net/nocatsplash: Uses obsolete glib12 2018-12-20 net/jags: Uses obsolete glib12 2018-12-19 net/scribe: Broken for more than 6 months 2018-12-20 net/libnetdude: Uses obsolete glib12 2018-12-20 net/nepim: Uses obsolete glib12 2018-12-20 emulators/generator: Uses obsolete glib12 2018-12-19 emulators/py-nova: Broken for more than 6 months 2018-12-20 emulators/generator-cbiere: Uses obsolete glib12 2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12 2018-12-20 deskutils/ithought: Uses obsolete glib12 2018-12-20 deskutils/gaddr: Uses obsolete glib12 2018-12-20 x11-fonts/gfe: Uses obsolete glib12 2018-12-20 graphics/graphopt: Uses obsolete glib12 2018-12-19 graphics/fotoxx: Broken for more than 6 months 2018-12-20 graphics/gcolor: Uses obsolete glib12 2018-12-20 graphics/danpei: Uses obsolete glib12 2018-12-20 graphics/chbg: Uses obsolete glib12 2018-12-20 mail/pop3lite: Uses obsolete glib12 2018-12-20 mail/gbuffy: Uses obsolete glib12 2018-12-20 security/gtk-knocker: Uses obsolete glib12 2018-12-20 security/gpasman: Uses obsolete glib12 2018-12-20 security/crank: Uses obsolete glib12 2018-12-20 security/stegdetect: Uses obsolete glib12 2018-12-20 devel/liboop: Uses obsolete glib12 2018-12-20 devel/gcvs: Uses obsolete glib12 2018-12-20 print/lpr-wrapper: Uses obsolete glib12 2018-12-20 print/libppd: Uses obsolete glib12 2018-12-20 net-p2p/napshare: Uses obsolete glib12 2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12 2018-12-20 editors/gnotepad+: Uses obsolete glib12 2018-12-20 editors/manedit: Uses obsolete glib12 2018-12-20 misc/gtkfind: Uses obsolete glib12 2018-12-20 games/mindguard: Uses obsolete glib12 2018-12-20 games/xbattle: Uses obsolete glib12 2018-12-20 games/xbill: Uses obsolete glib12 2018-12-20 games/corewars: Uses obsolete glib12 2018-12-20 games/dopewars: Uses obsolete glib12 2018-12-20 games/garith: Uses obsolete glib12 2018-12-20 games/wmquake: Uses obsolete glib12 2018-12-20 games/znibbles: Uses obsolete glib12 2018-12-20 games/xpuyopuyo: Uses obsolete glib12 2018-12-19 games/kajongg: Broken for more than 6 months 2018-12-20 games/netspades: Uses obsolete glib12 2018-12-20 games/gtklife: Uses obsolete glib12 2018-12-20 biology/xmolwt: Uses obsolete glib12 2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12 2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12 2018-12-20 net-im/gale: Uses obsolete glib12 2018-12-20 audio/xmms-ahx: Uses obsolete glib12 2018-12-20 audio/xmms-curses: Uses obsolete glib12 2018-12-20 audio/scrobbler: Uses obsolete glib12 2018-12-20 audio/xmms-nsf: Uses obsolete glib12 2018-12-20 audio/xmms-nas: Uses obsolete glib12 2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12 2018-12-20 audio/xmms-wavpack: Uses obsolete glib12 2018-12-20 audio/xmms-shn: Uses obsolete glib12 2018-12-20 audio/xmms-volnorm: Uses obsolete glib12 2018-12-20 audio/xmms-faad: Uses obsolete glib12 2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12 2018-12-20 audio/mcplay: Uses obsolete glib12 2018-12-20 audio/gmixer: Uses obsolete glib12 2018-12-20 audio/soundtracker: Uses obsolete glib12 2018-12-20 audio/xmms-sapplug: Uses obsolete glib12 2018-12-20 audio/rio500: Uses obsolete glib12 2018-12-20 audio/xmmsctrl: Uses obsolete glib12 2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12 2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12 2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12 2018-12-20 audio/gqmpeg: Uses obsolete glib12 2018-12-20 audio/wmalbum: Uses obsolete glib12 2018-12-20 audio/xmms-xymms: Uses obsolete glib12 2018-12-20 audio/xmms-flac: Uses obsolete glib12 2018-12-20 audio/xmms-festalon: Uses obsolete glib12 2018-12-20 audio/gkrellmms2: Uses obsolete glib12 2018-12-20 audio/xmms-ladspa: Uses obsolete glib12 2018-12-19 math/octave-forge-engine: Broken for more than 6 months 2018-12-20 math/surf: Uses obsolete glib12 2018-12-19 math/msieve: Broken for more than 6 months 2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months 2018-12-19 math/octave-forge-pdb: Broken for more than 6 months 2018-12-19 math/octave-forge-audio: Broken for more than 6 months 2018-12-20 math/geg: Uses obsolete glib12 2018-12-20 math/grpn: Uses obsolete glib12 2018-12-20 x11/gdkxft: Uses obsolete glib12 2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12 2018-12-19 x11/xpyb: Broken for more than 6 months 2018-12-20 x11/gtk-launch: Uses obsolete glib12 2018-12-19 x11/xpra: Broken for more than 6 months 2018-12-20 palm/pilrc: Uses obsolete glib12 2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12 2018-12-20 german/steak: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12 2018-12-20 multimedia/openquicktime: Uses obsolete glib12 2018-12-20 multimedia/xmms-skins: Uses obsolete glib12 2018-12-20 multimedia/oqtplayer: Uses obsolete glib12 2018-12-20 multimedia/oqtencoder: Uses obsolete glib12 2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12 2018-12-20 multimedia/xtheater: Uses obsolete glib12 2018-12-20 multimedia/dv2jpg: Uses obsolete glib12 2018-12-20 comms/hf: Uses obsolete glib12 2018-12-20 comms/gscmxx: Uses obsolete glib12 2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12 2018-12-20 sysutils/gcombust: Uses obsolete glib12 2018-12-20 sysutils/xlogmaster: Uses obsolete glib12 2018-12-20 sysutils/mount.app: Uses obsolete glib12 2018-12-20 sysutils/bbapm: Uses obsolete glib12
* Update to 2.0.3joneum2018-12-212-5/+6
| | | | | | | | | Changelog: - Fixed PHP-7.3 Compatibility - Pet Portlint Sponsored by: Netzkommune GmbH
* - Add LICENSEamdmi32018-12-212-2/+4
| | | | | | | - Add NO_ARCH - Add WWW, cleanup pkg-descr Approved by: portmgr blanket
* devel/py-PyUtilib: Update 5.6.3 -> 5.6.4yuri2018-12-212-4/+4
| | | | Reported by: portscout
* devel/py-pytest-timeout: Update to 1.3.3loader2018-12-212-4/+4
| | | | | | | | | | Changelog: https://bitbucket.org/pytest-dev/pytest-timeout/commits/d29ad5ecbf94ae609a0af7f34a9cc8a900f0c075 Reviewed by: koobs Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D18620
* devel/pycharm-ce: Update to version 2018.3.2bsam2018-12-213-5/+5
|
* - Update to 2.156lwhsu2018-12-212-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* Update to 4.7.2antoine2018-12-212-4/+4
|
* Update to experimental-20181216antoine2018-12-212-5/+4
|
* Update to 20181216antoine2018-12-212-4/+4
|
* Update to 20181216antoine2018-12-212-4/+4
|
* Update to alpha-20181215antoine2018-12-212-7/+6
|
* Update to alpha-20181215antoine2018-12-212-4/+4
|
* Update to experimental-20181215antoine2018-12-212-5/+4
|
* Update to alpha-20181216antoine2018-12-212-4/+4
|
* Update to alpha-20181216antoine2018-12-212-5/+4
|
* Update to alpha-20181216antoine2018-12-212-4/+4
|
* Update to alpha-20181215antoine2018-12-212-5/+4
|
* Update to 20181120antoine2018-12-212-4/+4
|
* Update to experimental-20181215antoine2018-12-212-4/+4
|
* Update to 20181215antoine2018-12-212-4/+4
|
* New port: devel/libfsapfsantoine2018-12-215-0/+68
| | | | | | Library and tools to access the Apple File System (APFS) WWW: https://github.com/libyal/libfsapfs
* devel/py-libzfs: update to 1.0.20181220wg2018-12-212-5/+5
|
* - Update to 1.86amdmi32018-12-203-5/+6
|
* Drop maintainership.demon2018-12-201-1/+1
| | | | I do not use hadoop anymore :(
* Drop maintainership.demon2018-12-201-1/+1
|
* Update devel/cmake to 3.13.2tcberner2018-12-204-7/+6
| | | | | PR: 234011 Exp-run by: antoine
* Building this port on GCC-based architectures requires USES=compiler:c11.linimon2018-12-201-1/+1
| | | | | | PR: 234072 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Add compiler:c++11-lang to force compilation with ports GCC on GCC-basedlinimon2018-12-201-1/+1
| | | | | | | architectures to fix build of devel/vera++. PR: 234121 Submitted by: Piotr Kubaj
* This port needs USES=compiler:c++11-lang to fix build on GCC-basedlinimon2018-12-201-1/+1
| | | | | | | | architectures. PR: 234119 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* USES=compiler:c11 is necessary to build on GCC-based architectures.linimon2018-12-201-3/+4
| | | | | | | | While here, add ldflags to simplify Makefile. PR: 233928 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* devel/py-sarge: Update to 0.1.5kevans2018-12-203-12/+9
| | | | | | | | | | | | Highlights of the update: - Improved errors - Fixed compatibility with Python 3.7 (async is now a keyword) - Updated tutorial example on progress monitoring PR: 233298 Submitted by: Mattias Lindvall <mattias.lindvall@gmail.com> Reviewed by: koobs (ports) Approved by: koobs (ports), kevans (maintainer)
* Update to 0.2.1romain2018-12-202-4/+5
| | | | With hat: puppet
* Update to 1.5.4romain2018-12-203-25/+6
| | | | | | | While here, instead of patching cflags.cmake, rely on the ENABLE_CXX_WERROR CMake option. With hat: puppet
* devel/libudev-devd: Update snapshotzeising2018-12-203-19/+5
| | | | | | | | Update devel/libudev-devd to a later snapshot Obtained from: FreebSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports