aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/prips: Update to 1.1.1Danilo G. Baio2018-12-272-4/+4
| | | | Notes: svn path=/head/; revision=488568
* net/chrony: Fix chrony running as server and using bindaddressBernhard Froehlich2018-12-272-0/+66
| | | | | | | | | | | | | | | | | | On FreeBSD, sendmsg() fails when IP_SENDSRCADDR specifies a source address on a socket that is bound to the address. This prevents a server configured with the bindaddress directive from responding to clients. Add a new variable to check whether the server IPv4 socket is not bound before setting the source address. PR: 233644 Submitted by: Colin T <bugzilla@nulldir.e4ward.com> Reported by: ddrinnon@cdor.net Approved by: maintainer timeout (> 3 weeks) Obtained from: https://git.tuxfamily.org/chrony/chrony.git/commit/?id=6af39d63aa9323b4b8c39efe24ae0c88c949a901 Notes: svn path=/head/; revision=488567
* Reinstate print/frescobaldi@r487595Tobias C. Berner2018-12-275-1/+46
| | | | | | | | PR: 234084 Submitted by: m.ne@gmx.net Notes: svn path=/head/; revision=488566
* Fix typo in graphics/MakefileTobias C. Berner2018-12-271-1/+1
| | | | | | | introduced by some idiot in r488564 :) Notes: svn path=/head/; revision=488565
* Reinstate graphics/py-poppler-qt4@r487595 as graphics/py-python-poppler-qt5Tobias C. Berner2018-12-276-0/+79
| | | | | | | | PR: 234085 Submitted by: m.ne@gmx.net Notes: svn path=/head/; revision=488564
* accessibility/redshift: make geoclue optionalSteve Wills2018-12-271-10/+10
| | | | | | | | | | | While here, remove obsolete gnome-clock option which was removed upstream in version 1.9 and pet portlint PR: 234048 Submitted by: bsd@haps.ca, which modifications Notes: svn path=/head/; revision=488563
* games/aquaria: unbreak on GCC architectures after r455508Jan Beich2018-12-271-1/+1
| | | | | | | | | | | | | | | | | | In file included from /usr/local/include/glm/detail/setup.hpp:30, from /usr/local/include/glm/detail/type_int.hpp:6, from /usr/local/include/glm/fwd.hpp:6, from /usr/local/include/glm/glm.hpp:61, from BBGE/RenderObject.cpp:29: /usr/local/include/glm/detail/../simd/platform.h:206:4: error: #error "GLM requires GCC 4.7 or higher" /usr/local/include/glm/detail/../simd/platform.h:230:3: error: #error "GLM_COMPILER undefined, your compiler may not be supported by GLM. Add #define GLM_COMPILER 0 to ignore this message." https://github.com/g-truc/glm/commit/dd48b56e44d6 PR: 234348 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=488561
* - Add missing dependencyDmitry Marakasov2018-12-272-1/+3
| | | | | | | | | - Fix plist Approved by: portmgr blanket Notes: svn path=/head/; revision=488560
* - Fix build with physfs 3.0.1Dmitry Marakasov2018-12-271-0/+2
| | | | Notes: svn path=/head/; revision=488559
* biology/iqtree: switch to outsource cmake buildJoseph Mingrone2018-12-271-2/+2
| | | | Notes: svn path=/head/; revision=488558
* Upgrade pycos and dispy to their latest versionsMikhail Teterin2018-12-274-22/+9
| | | | Notes: svn path=/head/; revision=488557
* devel/ghub: Update to 3.2.0Steve Wills2018-12-272-4/+4
| | | | | | | | PR: 234446 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=488556
* - Add LICENSEDmitry Marakasov2018-12-271-61/+33
| | | | | | | | - Switch to options helpers - Add some missing depends Notes: svn path=/head/; revision=488555
* devel/gitlab-runner: update to 11.6.0Steve Wills2018-12-272-8/+8
| | | | Notes: svn path=/head/; revision=488554
* - Fix LICENSEDmitry Marakasov2018-12-271-4/+3
| | | | | | | | | - Add LICENSE_FILE - unbreak - Fix weird way to pass -j to make Notes: svn path=/head/; revision=488553
* - Fix build with SSL on 12.0Dmitry Marakasov2018-12-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vsftpd uses an ugly way of checking whether it needs to link libssl/libcrypto by grepping object file (!) for SSL_library_init (which may be or not be actually used depending on a define). This does not work if SSL_library_init is a macro which is the case with OpenSSL 1.1.0: /usr/include/openssl/ssl.h:# define SSL_library_init() OPENSSL_init_ssl(0, NULL) Because of this, on 12.0 the check always fails, OpenSSL libs are not linked, and the build fails with linker errors: /usr/bin/ld: error: undefined symbol: OPENSSL_init_ssl >>> referenced by ssl.c >>> ssl.o:(ssl_init) /usr/bin/ld: error: undefined symbol: TLS_server_method >>> referenced by ssl.c >>> ssl.o:(ssl_init) /usr/bin/ld: error: undefined symbol: SSL_CTX_new >>> referenced by ssl.c >>> ssl.o:(ssl_init) Since we know beforehand whether we need SSL, just replace the check with true if SSL is enabled. - While here, partially convert to options helpers Notes: svn path=/head/; revision=488552
* www/py-graphite-web: update to 1.1.5Steve Wills2018-12-272-5/+4
| | | | Notes: svn path=/head/; revision=488551
* databases/py-carbon: update to 1.1.5Steve Wills2018-12-272-4/+4
| | | | Notes: svn path=/head/; revision=488550
* x11/radare-cutter: update to 1.7.3Steve Wills2018-12-276-265/+6
| | | | Notes: svn path=/head/; revision=488549
* devel/jfrog-cli: update to 1.23.1Steve Wills2018-12-272-7/+7
| | | | Notes: svn path=/head/; revision=488548
* json-yaml is a small command line utility to convert JSON to YAML.Guido Falsi2018-12-274-0/+32
| | | | | | | | | | | | It is useful to get more readable output from web APIs and such. WWW: https://github.com/sjmulder/json-yaml PR: 230190 Submitted by: ik@sjmulder.nl Notes: svn path=/head/; revision=488547
* - Update net/asterisk13 to 13.24.1Guido Falsi2018-12-276-12/+12
| | | | | | | | | | | | | - Update net/asterisk15 to 15.7.1 - Update net/asterisk16 to 16.1.1 Changelog: https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.24.1 https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-15.7.1 https://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-16.1.1 Notes: svn path=/head/; revision=488546
* devel/py-aiortc: update to 0.9.15Steve Wills2018-12-272-5/+5
| | | | Notes: svn path=/head/; revision=488545
* - Switch to new test frameworkDmitry Marakasov2018-12-271-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=488544
* multimedia/py-av: update to 6.1.0Steve Wills2018-12-272-5/+4
| | | | Notes: svn path=/head/; revision=488543
* www/minio: update to 2018.12.19.23.46.24Steve Wills2018-12-272-5/+5
| | | | Notes: svn path=/head/; revision=488542
* security/clamav: Fix build on base system without sendmail when MILTER ↵Steve Wills2018-12-271-0/+3
| | | | | | | | | | option is ON PR: 234289 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=488541
* editors/with-editor: Update to 2.8.1Steve Wills2018-12-272-5/+4
| | | | | | | | PR: 234432 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=488540
* graphics/openexr: Update WWW: link.Matthias Andree2018-12-271-1/+1
| | | | Notes: svn path=/head/; revision=488539
* Update to new upstream release 3.13.Matthias Andree2018-12-279-38/+43
| | | | | | | | | | While here, update port, add LICENSE, update WWW:, and refresh patches to remove portlint warnings. Changelog: <https://dianne.skoll.ca/pipermail/rp-pppoe/2018q4/000565.html> Notes: svn path=/head/; revision=488538
* print/epson-inkjet-printer-escpr: update to 1.6.33Steve Wills2018-12-275-30/+89
| | | | | | | | PR: 234434 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=488537
* - Add LICENSEDmitry Marakasov2018-12-271-6/+10
| | | | | | | | - Switch to options helpers - Switch to new test framework Notes: svn path=/head/; revision=488536
* - Switch to options helpersDmitry Marakasov2018-12-271-9/+7
| | | | | | | - Switch to new test framework Notes: svn path=/head/; revision=488535
* Fix USE_GITHUB usage.Mathieu Arnold2018-12-272-6/+5
| | | | Notes: svn path=/head/; revision=488534
* Update to 2018.3.2 release and enable native file watcher by default.Alex Dupre2018-12-275-135/+200
| | | | | | | Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=488533
* textproc/py-sphinx_rtd_theme: update 0.4.0 -> 0.4.2Bartek Rutkowski2018-12-272-4/+4
| | | | | | | | Submitted by: robak Sponsored by: Pixeware LTD <contracting@pixeware.com> Notes: svn path=/head/; revision=488530
* Update to 2.3d.r152Emanuel Haupt2018-12-272-9/+16
| | | | Notes: svn path=/head/; revision=488529
* Update SLADE to version 3.1.4 (minor bugfix release).Alexey Dokuchaev2018-12-272-5/+5
| | | | Notes: svn path=/head/; revision=488528
* Revert to java watch service instead of custom polling, now that theAlex Dupre2018-12-272-5/+1
| | | | | | | openjdk8 port has a kqueue backend. Notes: svn path=/head/; revision=488527
* Use java getLastModifiedTime now that openjdk8 port supports millisecondAlex Dupre2018-12-273-1/+5
| | | | | | | | | | resolution. 'struct stat' ABI changed in FreeBSD 12, breaking FreeBSD specific JNA code that is no longer needed. Notes: svn path=/head/; revision=488526
* cmake:outsource is now default, so delete it.Michael Reifenberger2018-12-271-1/+1
| | | | | | | | PR: 233260 Reported by: vvd@unislabs.com Notes: svn path=/head/; revision=488525
* Update to 0.17.1 release.Alex Dupre2018-12-273-6/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=488524
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-275-2/+68
| | | | | | | | | | | | leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling Notes: svn path=/head/; revision=488523
* security/pwned-check: Remove spaces from sample config fileTobias Kortkamp2018-12-272-2/+3
| | | | | | | | | | | | | | | | It contains unnecessary spaces, which results in the following error messages on command execution. $ pwned-check /usr/local/etc/pwned-check.conf: /var/db/pwned-check: Permission denied /usr/local/etc/pwned-check.conf: https://downloads.pwnedpasswords.com/passwords: not found PR: 228635 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: se (maintainer timeout, ~7 months) Notes: svn path=/head/; revision=488522
* Add support for millisecond resolution to get/setLastModifiedTimeAlex Dupre2018-12-273-1/+35
| | | | | | | in both Java IO and NIO. Notes: svn path=/head/; revision=488521
* audio/gstreamer1-plugins-lv2: Add missing build dependenciesTobias Kortkamp2018-12-271-0/+2
| | | | | | | | | | | | | | | configure: *** checking feature: lv2 *** configure: *** for plug-ins: lv2 *** checking for LILV... no checking for LILV... no configure: *** These plugins will not be built: lv2 Package 'lv2', required by 'lilv-0', not found http://beefy6.nyi.freebsd.org/data/120amd64-default/488500/logs/gstreamer1-plugins-lv2-1.14.4.log Notes: svn path=/head/; revision=488520
* - Add LICENSE_FILEDmitry Marakasov2018-12-272-3/+3
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=488519
* chinese/fcitx: Fix patch with TPUNC=onTobias Kortkamp2018-12-271-1/+1
| | | | | | | | PR: 226384 Submitted by: maintainer Notes: svn path=/head/; revision=488518
* - Add LICENSEDmitry Marakasov2018-12-271-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=488517
* Groff now requires texinfo to be installed to buildBaptiste Daroussin2018-12-271-1/+1
| | | | Notes: svn path=/head/; revision=488516