| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
| |
fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1687146, actual 1702260
Notes:
svn path=/head/; revision=464082
|
|
|
|
| |
Notes:
svn path=/head/; revision=464080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: 225885
Submitted by: brnrd
MFH: 2018Q1
Notes:
svn path=/head/; revision=464076
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- emulators/i386-wine-staging was not removed
Notes:
svn path=/head/; revision=464073
|
|
|
|
| |
Notes:
svn path=/head/; revision=464072
|
|
|
|
| |
Notes:
svn path=/head/; revision=464071
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 225572
Submitted by: russo@bogodyn.org
Notes:
svn path=/head/; revision=464069
|
|
|
|
|
|
|
|
|
|
| |
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=464068
|
|
|
|
|
|
|
| |
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
Notes:
svn path=/head/; revision=464067
|
|
|
|
|
|
|
|
| |
- remove i386-wine-staging (and STAGING option) as patches are no longer
provided upstream
Notes:
svn path=/head/; revision=464066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Submitted by: Gyorgy Teubel <tgyurci gmail com>
Notes:
svn path=/head/; revision=464063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 226485
Reported by: mat
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=464061
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=464058
|
|
|
|
|
|
|
| |
Changes: https://kristaps.bsd.lv/ksql/
Notes:
svn path=/head/; revision=464057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
library
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=464054
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=464053
|
|
|
|
|
|
|
| |
Approved by: tcberner (mentor, implicit)
Notes:
svn path=/head/; revision=464052
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
There are some people using the pcf fonts.
PR: 225744
Notes:
svn path=/head/; revision=464048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=464046
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 225744
Reported by: lightside <lightside__at__gmx.com>
Notes:
svn path=/head/; revision=464042
|
|
|
|
|
|
|
|
|
|
| |
- Convert files/patch-conf.d_Makefile.in to sed patch
PR: 225744
Submitted by: lightside
Notes:
svn path=/head/; revision=464041
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* Sorted Makefile to comply with handbook
Notes:
svn path=/head/; revision=464039
|
|
|
|
|
|
|
| |
Changes: https://github.com/michael-lazar/rtv/releases/tag/v1.22.0
Notes:
svn path=/head/; revision=464038
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 226067
Submitted by: Thomas Babut
Notes:
svn path=/head/; revision=464034
|
|
|
|
| |
Notes:
svn path=/head/; revision=464033
|
|
|
|
|
|
|
|
| |
PR: 223952
Submitted by: pfg (maintainer)
Notes:
svn path=/head/; revision=464032
|
|
|
|
|
|
|
|
|
|
|
| |
- Reword comment
- Clean up unnecessary PYDISTUTILS_*
- Reformat pkg-descr
- Update WWW
- Take maintainership
Notes:
svn path=/head/; revision=464031
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=464029
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=464028
|