| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=488568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 234084
Submitted by: m.ne@gmx.net
Notes:
svn path=/head/; revision=488566
|
|
|
|
|
|
|
| |
introduced by some idiot in r488564 :)
Notes:
svn path=/head/; revision=488565
|
|
|
|
|
|
|
|
| |
PR: 234085
Submitted by: m.ne@gmx.net
Notes:
svn path=/head/; revision=488564
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Fix plist
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=488560
|
|
|
|
| |
Notes:
svn path=/head/; revision=488559
|
|
|
|
| |
Notes:
svn path=/head/; revision=488558
|
|
|
|
| |
Notes:
svn path=/head/; revision=488557
|
|
|
|
|
|
|
|
| |
PR: 234446
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=488556
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Add some missing depends
Notes:
svn path=/head/; revision=488555
|
|
|
|
| |
Notes:
svn path=/head/; revision=488554
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- unbreak
- Fix weird way to pass -j to make
Notes:
svn path=/head/; revision=488553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=488551
|
|
|
|
| |
Notes:
svn path=/head/; revision=488550
|
|
|
|
| |
Notes:
svn path=/head/; revision=488549
|
|
|
|
| |
Notes:
svn path=/head/; revision=488548
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/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
|
|
|
|
| |
Notes:
svn path=/head/; revision=488545
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=488544
|
|
|
|
| |
Notes:
svn path=/head/; revision=488543
|
|
|
|
| |
Notes:
svn path=/head/; revision=488542
|
|
|
|
|
|
|
|
|
|
| |
option is ON
PR: 234289
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=488541
|
|
|
|
|
|
|
|
| |
PR: 234432
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Notes:
svn path=/head/; revision=488540
|
|
|
|
| |
Notes:
svn path=/head/; revision=488539
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 234434
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Notes:
svn path=/head/; revision=488537
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Switch to new test framework
Notes:
svn path=/head/; revision=488536
|
|
|
|
|
|
|
| |
- Switch to new test framework
Notes:
svn path=/head/; revision=488535
|
|
|
|
| |
Notes:
svn path=/head/; revision=488534
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (15 days)
Notes:
svn path=/head/; revision=488533
|
|
|
|
|
|
|
|
| |
Submitted by: robak
Sponsored by: Pixeware LTD <contracting@pixeware.com>
Notes:
svn path=/head/; revision=488530
|
|
|
|
| |
Notes:
svn path=/head/; revision=488529
|
|
|
|
| |
Notes:
svn path=/head/; revision=488528
|
|
|
|
|
|
|
| |
openjdk8 port has a kqueue backend.
Notes:
svn path=/head/; revision=488527
|
|
|
|
|
|
|
|
|
|
| |
resolution.
'struct stat' ABI changed in FreeBSD 12, breaking FreeBSD specific JNA code
that is no longer needed.
Notes:
svn path=/head/; revision=488526
|
|
|
|
|
|
|
|
| |
PR: 233260
Reported by: vvd@unislabs.com
Notes:
svn path=/head/; revision=488525
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=488524
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
in both Java IO and NIO.
Notes:
svn path=/head/; revision=488521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=488519
|
|
|
|
|
|
|
|
| |
PR: 226384
Submitted by: maintainer
Notes:
svn path=/head/; revision=488518
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=488517
|
|
|
|
| |
Notes:
svn path=/head/; revision=488516
|