aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101104-693/+1108
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* games/openra: update GeoLite2 to March snapshotJan Beich2018-03-102-2/+3
| | | | | | | fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1687146, actual 1702260 Notes: svn path=/head/; revision=464082
* - Update to 2.9.4Danilo Egea Gondolfo2018-03-102-4/+4
| | | | Notes: svn path=/head/; revision=464080
* Update to libmcp version 1.1.0 which brings the following changes:Gerald Pfeifer2018-03-102-5/+5
| | | | | | | | | | | | | | | | | | | | | - New functions: . mpc_cmp_abs . mpc_rootofunity - Rewrite of the testing framework and a new mpcbench tool, used with `make bench`. - Bug fixes and improvements of existing functions: . Fixed compilation with mpfr 4.0.0. . Fixed handling of over- and underflows with directed rounding in the "other direction" for mpc_cos, mpc_sin, mpc_exp and mpc_pow . Fixed a bug in mpc_atan(0,y) with |y| near 1. - Minimally required dependencies are now gmp 5.0.0 and mpfr 3.0.0 (way below what the standard Ports Collection provides). PR: 225968 Tested by: antoine (exp-run) Notes: svn path=/head/; revision=464079
* Un-break with SSL OPTION (default)Thomas Zander2018-03-102-3/+27
| | | | | | | | | PR: 225885 Submitted by: brnrd MFH: 2018Q1 Notes: svn path=/head/; revision=464076
* - Update x11-themes/qtcurve* to 1.9.0-rc1Jason E. Hale2018-03-1019-203/+79
| | | | | | | | | | - Add KDE Frameworks 5 support - Be more specific with dependencies to satisfy stage-qa Changes: https://github.com/KDE/qtcurve/releases/tag/1.9.0-rc1 Notes: svn path=/head/; revision=464075
* - remove trailing dots from MOVEDAntoine Brodin2018-03-101-26/+25
| | | | | | | - emulators/i386-wine-staging was not removed Notes: svn path=/head/; revision=464073
* Update finance/skrooge to 2.12.0.Tobias C. Berner2018-03-103-6/+126
| | | | Notes: svn path=/head/; revision=464072
* Update sysutils/kshutdown-kde4 to 4.2Tobias C. Berner2018-03-104-56/+14
| | | | Notes: svn path=/head/; revision=464071
* databases/cego: update 2.39.5 -> 2.39.7Kurt Jaeger2018-03-102-4/+4
| | | | | | | | | | | | | | | | | - Fix in CegoTableManager::deleteDataTable, pBlock has to be checked for null value, otherwise crash recovery might crash. ( bug came with 2.39.0 to check for pBlock->getTriggerValueList ) - Some clob related fixes in CegoQueryHelper::decodeNativeFVL / decodeFVL relevant for recovery handling - Fix in CegoRecoveryManager::recoverCurrentTransactionLog for the INSERT case. For the blob/clob handling, the lobREf values have not been set up correctly. This might lead to problems for table recovery with more than one lob row ( e.g. table t1 ( a blob , b clob ) Submitted by: Bjoern Lemke <lemke@lemke-it.com> Notes: svn path=/head/; revision=464070
* emulators/i386-wine: fix dependency path for gecko, monoDavid Naylor2018-03-101-2/+2
| | | | | | | | PR: 225572 Submitted by: russo@bogodyn.org Notes: svn path=/head/; revision=464069
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4Carlos J. Puga Medina2018-03-1022-17/+22
| | | | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine) Notes: svn path=/head/; revision=464068
* Fix bootstrap for 12 after r464065Carlos J. Puga Medina2018-03-102-7/+8
| | | | | | | Submitted by: Greg V <greg@unrelenting.technology> (maintainer) Notes: svn path=/head/; revision=464067
* i386-wine-devel: update to 3.3David Naylor2018-03-105-21/+28
| | | | | | | | - remove i386-wine-staging (and STAGING option) as patches are no longer provided upstream Notes: svn path=/head/; revision=464066
* devel/boehm-gc: update to 7.6.4Carlos J. Puga Medina2018-03-105-24/+19
| | | | | | | | | | | | | | | - Regenerate patch to make portlint happy - Bump SHLIBS version in pkg-plist Changelog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.4 PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Reviewed by: cpm Exp-run by: antoine Notes: svn path=/head/; revision=464065
* security/openssl: CleanupBernard Spil2018-03-102-24/+16
| | | | | | | | | | | | | | - Remove EXPCIPHERS option (use security/openssl-unsafe) [1] - Move port variables not dependent on bsd.port.pre.mk up - Deleting man3 .pod files is redundant - bss_dgram.c modification is a no-op - Let openssl's Makefile install libs - Simplify stripping PR: 195270 [1] Notes: svn path=/head/; revision=464064
* security/acme-client: Use dedicated '_acme' userBernard Spil2018-03-103-3/+10
| | | | | | | Submitted by: Gyorgy Teubel <tgyurci gmail com> Notes: svn path=/head/; revision=464063
* Update net-mgmt/kapacitor from 1.3.2 to 1.4.0Rodrigo Osorio2018-03-104-28/+78
| | | | | | | | | | | | | | | | | | Major changes : Load TICKscripts and alert handlers from a directory. Structed Logging with a logging API endpoints to be able to tail logs for given tasks. Autoscale support for Docker Swarm and EC2 Autoscaling. Sideload data into your TICKscript streams from external sources. Fully customizable POST body for the alert POST handler and the httpPost node. See the complete list of bug fixes and features at https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md PR: 224205 Submitted by: cheffo@freebsd-bg.org (maintainer) Notes: svn path=/head/; revision=464062
* sysutils/ldap-account-manager: Remove nonexistent php version checkYuri Victorovich2018-03-101-7/+1
| | | | | | | | | PR: 226485 Reported by: mat Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464061
* New port: sysutils/fusefs-webdavfs. It presents FUSE webdav filesystem.Eugene Grosbein2018-03-106-0/+108
| | | | | | | | | | This filesystem behaves like a real network filesystem - no unnecessary copying of entire files. Currently, it claims read-write support for Apache's mod_dav and PHP's SabreDav (used by e.g. NextCloud) only. It forces read-only mode for other DAV servers. Notes: svn path=/head/; revision=464060
* sysutils/uefi-edk2-bhyve: Remove GCC run dependencyTobias Kortkamp2018-03-101-1/+2
| | | | | | | | | | | | | | | The firmware does not require or link with any of the libraries provided by GCC, so remove the GCC run dependency. Due to the lack of an accepted better solution in bsd.gcc.mk to do this, we use the hack used by other ports like devel/linux-kernel, sysutils/memtest86+, sysutils/grub2-bhyve, misc/seabios, net/ipxe, ... PR: 211079, 211154 Approved by: Process paralysis Notes: svn path=/head/; revision=464059
* - Update WWWDmitry Marakasov2018-03-101-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=464058
* devel/ksql: Update to 0.2.5Tobias Kortkamp2018-03-102-4/+4
| | | | | | | Changes: https://kristaps.bsd.lv/ksql/ Notes: svn path=/head/; revision=464057
* sysutils/ldap-account-manager: Update to 6.2.1Yuri Victorovich2018-03-103-8/+14
| | | | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Added USES=curl gd * Added USE_PHP=mcrypt when ${PHP_VER}<=72 * Updated WWW PR: 226485 Submitted by: basil@vpm.net.ua (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464056
* devel/py-IBMQuantumExperience: Update to 1.8.28Yuri Victorovich2018-03-102-5/+6
| | | | | | | | | | | Port changes: * Added www/py-requests_ntlm dependency (due to the upstream commit "Add support for NTLM proxies") Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464055
* New port: www/py-requests_ntlm: HTTP NTLM authentication using the requests ↵Yuri Victorovich2018-03-104-0/+33
| | | | | | | | | library Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464054
* - Add LICENSEDmitry Marakasov2018-03-101-0/+5
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=464053
* New port: security/py-ntlm-auth: Create NTLM authentication structuresYuri Victorovich2018-03-104-0/+44
| | | | | | | Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464052
* - Fix LICENSEDmitry Marakasov2018-03-101-12/+3
| | | | | | | | | | | - Add LICENSE_FILE - Switch to new test framework - WITH_DEBUG is already properly set by the framework Approved by: portmgr blanket Notes: svn path=/head/; revision=464051
* devel/grv: Update to 0.1.3Yuri Victorovich2018-03-103-15/+19
| | | | | | | | | | | | | | Port changes: * Added to dependencies * Added do-test * Deleted the patch PR: 226475 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464050
* databases/influxdb: Update to 1.5.0Yuri Victorovich2018-03-102-24/+65
| | | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Updated and added to dependencies * Updated post-patch PR: 226471 Submitted by: cheffo@freebsd-bg.org (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464049
* Disable NO_BITMAPS option by default for now.Hajimu UMEMOTO2018-03-101-2/+2
| | | | | | | | | There are some people using the pcf fonts. PR: 225744 Notes: svn path=/head/; revision=464048
* lang/neko: Update to 2.2.0Yuri Victorovich2018-03-103-20/+30
| | | | | | | | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Simplified BUILD_DEPENDS * Added to LIB_DEPENDS * USES=cmake:outsource * Added USES=mysql * Added the options APACHE UI PR: 226183 Submitted by: Marcin Cieślak <saper@saper.info> (original version) Submitted by: Petr Penzin <penzin.dev@gmail.com> (maintainer, accepted version) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464047
* Fix RUN_DEPENDSAntoine Brodin2018-03-101-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=464046
* math/py-matplotlib: Unbreak build on 12 i386Yuri Victorovich2018-03-102-8/+8
| | | | | | | | | | Also used the helper for py27-only dependency. Reported by: antoine (for build failure, in bug#222689), jhale (for dependency) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464044
* biology/seqan-apps, biology/seqan: Update to 2.4.0Yuri Victorovich2018-03-107-1269/+90
| | | | | | | | | | | | | | | | | | | | | | | Port changes for biology/seqan-apps: * Changed to DISTVERSION * Updated COMMENT * Added USES=compiler:openmp * Removed BROKEN_xx (upstream now claims support for these architectures) * Removed USE_GCC * Added SSE4/AVX2/NATIVE SIMD options Port changes for biology/seqan: * Changed to DISTVERSION * Added NO_ARCH * Added PORTDOCS=* * Updated do-install PR: 225682 Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=464043
* Remove wrongly introduced duplicate OPTIONS_DEFINE line.Hajimu UMEMOTO2018-03-101-1/+0
| | | | | | | | PR: 225744 Reported by: lightside <lightside__at__gmx.com> Notes: svn path=/head/; revision=464042
* - Add NO_BITMAPS optionHajimu UMEMOTO2018-03-103-12/+12
| | | | | | | | | | - Convert files/patch-conf.d_Makefile.in to sed patch PR: 225744 Submitted by: lightside Notes: svn path=/head/; revision=464041
* Add sysutils/asmctl: Apple System Management ControllerDanilo G. Baio2018-03-105-0/+45
| | | | | | | | | | | | | | | | | | | | | | Asmctl is a command line tool for Apple System Management Controller, which controls the keyboard backlight and LCD backlight. Assigning following key bindings work similar to Apple MacBook series. | key | assign | |-----|-------------------| | F1 | asmctl video down | | F2 | asmctl video up | | F5 | asmctl key down | | F6 | asmctl key up | WWW: https://github.com/yuichiro-naito/asmctl PR: 225552 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> Notes: svn path=/head/; revision=464040
* * Updated to 156Richard Gallamore2018-03-102-8/+7
| | | | | | | * Sorted Makefile to comply with handbook Notes: svn path=/head/; revision=464039
* www/rtv: Update to 1.22.0Danilo G. Baio2018-03-102-4/+4
| | | | | | | Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.22.0 Notes: svn path=/head/; revision=464038
* irc/znc: Set option CHARSET as defaultDanilo G. Baio2018-03-102-6/+9
| | | | | | | | | | | | ZNC has supported character encodings in core since 1.6.0 and building/enabling charset is the recommended way. While here, sort Makefile and change URLs to use HTTPs. Submitted by: eadler (via email) Notes: svn path=/head/; revision=464037
* Add more information to stub error messages.Mark Linimon2018-03-099-24/+26
| | | | | | | | | | | Remove BROKEN lines where IGNORE has already been set. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=464036
* Update to 5.6.39-83.1Florian Smeets2018-03-095-25/+16
| | | | | | | | PR: 226067 Submitted by: Thomas Babut Notes: svn path=/head/; revision=464034
* Take maintainershipSunpoet Po-Chuan Hsieh2018-03-091-1/+1
| | | | Notes: svn path=/head/; revision=464033
* Update science/tfel to 3.1.1 and turn on python option by default.Thierry Thomas2018-03-093-264/+1050
| | | | | | | | PR: 223952 Submitted by: pfg (maintainer) Notes: svn path=/head/; revision=464032
* Update and sort RUN_DEPENDS: use PKGNAME instead of filenameSunpoet Po-Chuan Hsieh2018-03-092-11/+9
| | | | | | | | | | | - Reword comment - Clean up unnecessary PYDISTUTILS_* - Reformat pkg-descr - Update WWW - Take maintainership Notes: svn path=/head/; revision=464031
* Add LICENSESunpoet Po-Chuan Hsieh2018-03-092-7/+10
| | | | | | | | | | | - Relax USES=tk - Remove PLIST_SUB: TCL_PKG is already defined in Mk/Uses/tcl.mk - Simplify post-patch: - Update pkg-descr - Take maintainership Notes: svn path=/head/; revision=464030
* Update WWWSunpoet Po-Chuan Hsieh2018-03-091-1/+1
| | | | Notes: svn path=/head/; revision=464029
* Update WWWSunpoet Po-Chuan Hsieh2018-03-091-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=464028