/Mk/

Commit message (Collapse)AuthorAgeFilesLines
* - Use upstream patches.jkim2019-08-234-4/+16
| | | | - Use compiler optimization flags.
* - update to 6.2.0jgh2019-08-234-12/+12
| | | | | - update WWW endpoint - take maintainership
* New port: varnish-libvmod-dynamiczi2019-08-236-0/+72
| | | | | | | | | | | | | | This module provides a varnish director for dynamic creation of backends based on calls to the system's network address resolution service which, in turn, typically use information from the /etc/hosts file and the Domain Name Service (DNS), but can be configured to use other sources like LDAP or more advanced DNS resolution where getdns is available. While standard varnish backends defined in VCL may also be defined in terms of host names, changes of the name service information will only be picked up with a VCL reload. WWW: https://github.com/nigoroll/libvmod-dynamic
* - Modernize and simplify the portamdmi32019-08-232-54/+38
| | | | | - Disable ALSA by default, as judging by demos it leads to instant crash at startup. OSS sound work just fine - Update WWW
* - Add USES=glamdmi32019-08-232-6/+9
| | | | | - Set c++ standard and fix passing c++ flags to the complier, which in turn fixes build on arm and aarch64 - Switch to options helpers
* net/rclone: USES go:modules and fix build with go1.13wg2019-08-231-8/+1
| | | | | PR: 239879 Submitted by: Dmitri Goutnik
* Update to 4.4.5.mat2019-08-233-6/+6
|
* Update to 0.1.19.mat2019-08-233-101/+116
|
* Update to 9.14.5.mat2019-08-235-15/+17
|
* Update to 9.11.10.mat2019-08-235-15/+17
|
* Update to 2.2.1dvl2019-08-232-3/+4
| | | | | PR: 240030 Submitted by: Adam Jimerson <vendion@gmail.com>
* astro/gpstk: Update to 2.12fernape2019-08-233-18/+7
| | | | | | ChangeLog: https://github.com/SGL-UT/GPSTk/releases Reported by: portscout
* Chase graphics/batik update to 1.11:makc2019-08-233-2/+14
| | | | | - Add patch to math/scilab to fix build with new API - Bump PORTREVISIONs
* graphics/batik:makc2019-08-235-66/+63
| | | | | | | - Update to 1.11 - Switch to the binary distribution since building from the sources requires maven - Update WWW
* clang on rs6000/powerpc* unfortunately poisons user namespace by defaultgerald2019-08-231-0/+21
| | | | | | | | | (without any special options or include files being required). Until that changes (or GCC changes) we need to avoid using vec_step as a variable name. PR: 239266
* Update liferea to 1.12.7.kwm2019-08-222-6/+5
|
* Update to 1.25.3.tijl2019-08-222-4/+4
|
* Restrict to this port to only architectures where it is known to build.linimon2019-08-221-0/+3
| | | | Approved by: portmgr (tier-2 blanket)
* Remove stale URLs. This port has just now been marked DEPRECATED.linimon2019-08-221-3/+1
|
* Remove two mastersites:linimon2019-08-221-3/+3
| | | | | | | | | | | | | | | fetch: http://openlab.jp/edict/fpw/dist/yasou/yasou-fpw1.0beta0.zip: Connection refused fetch: ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/yasou-fpw1.0beta0.zip: File unavailable The rediris.es site claims: Our distfiles cache has been moved to: http://distcache.FreeBSD.org/ports-distfiles/ so it really isn't a mirror anymore. The only remaining mastersite times out, and is possibly gone as well. Therefore, mark the port DEPRECATED and give it an EXPIRATION_DATE.
* Update to 0.5.11 release.ale2019-08-222-5/+4
|
* Mark as not for powerpc*/sparc64:linimon2019-08-221-0/+3
| | | | | | | | -- Check if the system is big endian - big endian CMake Error at CMakeLists.txt:24 (message): solidity currently does not support big endian systems. Approved by: portmgr (tier-2 blanket)
* Fix pkg-plist for i386 arch.timur2019-08-222-3/+3
|
* Update to a new snapshot.brooks2019-08-226-58/+88
| | | | | | Pull in fixes for building with all options disabled and python > 3.6. Sponsored by: DARPA, AFRL
* Update to 0.10.11bapt2019-08-222-5/+4
|
* Update to 4.17bapt2019-08-222-5/+4
|
* Update to 1.6.3bapt2019-08-222-4/+4
|
* - Update to 0.040wen2019-08-222-4/+4
|
* - Add LICENSE_FILEamdmi32019-08-222-9/+8
| | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket
* net/intel-ix-kmod: Update to 3.3.10skozlov2019-08-222-5/+5
| | | | Sponsored by: Intel Corporation
* net/intel-ixl-kmod: Update to 1.11.9skozlov2019-08-222-4/+4
| | | | Sponsored by: Intel Corporation
* games/minecraft-client: Remove BROKEN, fix icon distfile, add dependency on ↵arrowd2019-08-222-8/+8
| | | | | | | xrandr. Submitted by: voidanix@420blaze.it Differential Revision: https://reviews.freebsd.org/D21042
* - Update to 20190701wen2019-08-224-18/+30
| | | | | | | | | - Pass maintainership to submitter - Add LICENSE - Add options PR: 239955 Submitted by: cyberbotx@cyberbotx.com
* devel/awscli: Update 1.16.219 -> 1.16.223bhughes2019-08-222-5/+5
| | | | Sponsored by: Miles AS
* devel/py-botocore: Update 1.12.209 -> 1.12.213bhughes2019-08-222-4/+4
| | | | Sponsored by: Miles AS
* math/mathgl: Update 2.4.2.1 -> 2.4.4yuri2019-08-225-10/+54
|
* Readd devel/gperf31lwhsu2019-08-224-0/+53
|
* Remove and will readd soon as copy for preserving historylwhsu2019-08-224-53/+0
| | | | Requested by: danfe
* Workaround for build failure due to newer C++ features when KDE5 and QT5 definedlwhsu2019-08-222-0/+34
| | | | | | PR: 239988 Submitted by: VVD <vvd@unislabs.com> Reported by: O. Hartmann <ohartmann@walstatt.org>
* Update 2.8 --> 2.9cy2019-08-222-4/+4
|
* Update 2.8 --> 2.9cy2019-08-222-4/+4
|
* * Support Java 9+ by not setting java.endorsed.dirs for those versionsglewis2019-08-222-2/+14
| | | | | PR: 239892 Submitted by: vvd@unislabs.com (maintainer)
* * Update to 9.0.24glewis2019-08-223-6/+18
| | | | | | | * Support Java 9+ by not setting java.endorsed.dirs for those versions PR: 239892 Submitted by: vvd@unislabs.com (maintainer)
* Pet portlintglewis2019-08-221-1/+2
|
* Update to netty 4.1.39glewis2019-08-223-17/+25
| | | | PR: 219218
* - pet portlintjgh2019-08-221-6/+9
| | | | - define arch
* - set deprecation on obsolete technologyjgh2019-08-227-0/+21
|
* - Update to 0.98.3wen2019-08-222-4/+4
|
* - mark deprecatedjgh2019-08-221-0/+4
| | | | | | - while here pet portlint Approved by: arensb@ooblick.com (maintainer)
* Update from 1.4.0 to 1.5.0.osa2019-08-222-156/+173
|
* Update devel/relx to version 3.33.0.olgeni2019-08-222-15/+15
| | | | Actually sync Makefile dependencies to rebar.lock.
* Update devel/rebar3 to version 3.12.0.olgeni2019-08-222-15/+15
|
* Update devel/py-twilio to version 6.29.3.olgeni2019-08-222-4/+4
|
* New port: devel/goswagger: Swagger 2.0 implementation for Goyuri2019-08-22