This syncs the README files that are produced during pkg-install with those installed from source.
This prevents a checksum issue.
Reported by: vova@fbsd.ru
plus circumventing geoblocking. It is a powerful, lightweight, fast and
simple to use proxy server that you can host on your own server or PC at
home and then access from anywhere.
It provides compatibility with a large number of clients and services by
accepting both HTTP and SOCKS proxy protocols on a single listening port.
WWW: https://github.com/leproxy/leproxy
not yet tagged the release. A request to do so is pending until then keep
using archived tarball.
Update WWW, unbreak, and modernize port.
Take maintainership.
Use C++11 compiler and don't add -D_GLIBCXX_USE_CXX11_ABI=0.
With -D_GLIBCXX_USE_CXX11_ABI=0:
/usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o: in function `_GLOBAL__sub_I__ZN11JsonValTest4Test11test_methodEv': JsonValTest.cc:(.text.startup+0x174): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)'
/usr/local/bin/ld: libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o: in function `boost::unit_test::make_test_case(boost::function<void ()> const&, boost::unit_test::basic_cstring<char const>, boost::unit_test::basic_cstring<char const>, unsigned long)':
ValTest.cc:(.text._ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m[_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m]+0x58): undefined reference to `boost::unit_test::ut_detail::normalize_test_case_name(boost::unit_test::basic_cstring<char const>)'
collect2: error: ld returned 1 exit status
PR: 241058
Approved by: cpm (maintainer), linimon (mentor)
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902
ocserv hands off a tun fd to a worker process, but the worker process never
claims the tun with TUNSIFPID. The parent then closes the tunnel and leaves
it in a nasty state.
Bump PORTREVISION, as this is runtime breakage.
PR: 238500
Approved by: bapt (ports), cpm (maintainer, e-mail)
MFH: 2019Q4 (blanket, runtime fix)
This serves the same purpose as net/dual-dhclient, but does it
better: While net/dual-dhclient is a trivial shell script which
launches two dhclients, this is a daemon which
(a) can be signalled by /etc/rc.d/dhclient stop, and
(b) relays that signal to the two "child" dhclient daemons.
This is deliberately not replacing the net/dual-dhclient port
since in the unlikely event that something is broken I don't
want to see pkg automatically upgrading people; but EC2 AMIs
will be making use of this new port and I intend to remove the
old dual-dhclient port at some point.
- Update to 0.9.8
- Switch to fetch from GitHub because they don't provide tarballs anymore
- Fix portlint warnings
- Fix some GNUisms (cp -t)
- Fix compile error when RTF_CLONING is not defined
PR: 240563
Submitted by: myself
Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer)
MFH: 2019Q4