missing (versioned) dependencies. This version works with the
current deskutils/py-vdirsyncer.
- Also switch to DISTVERSION
- Minor fixes in Makefile, alphabetizing
- Updated dependencies
- Optional (non-default) dependency on setproctitle
Move maintainership from upstream to lbdm.
PR: 221736 224732
Submitted by: lbdm@privacychain.ch
Reviewed by: che@bein.link (maintainer) adridg
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13432
- Use upstream build system instead of do-build and do-install.
- Rename DOCS option DOXYGEN.
- Add EXAMPLES option.
- Depend on MPICH 3 instead of 2.
- Convert to USES=blaslapack.
- Use more option helpers.
- Update pkg-descr.
This release contains many new features and many bugfixes.
Plesee see the complete list here:
https://blog.torproject.org/tor-0329-released-we-have-new-stable-series
Additionally, this update adds "#include <osreldate.h>" to qualm the
compiler warning that was caused by the previous fix.
Now security/tor and security/tor-devel are identical.
Submitted by: myself
Reported by: upstream notification
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13820
security/tor-devel and security/tor have converged at this point to 0.3.2.9.
Submitted by: myself
Reported by: upstream notification
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13899
instead. Autoreconf runs autoheader which replaces a handmade config
header.
- Remove options. DEBUG only adds -g which is already handled by
WITH_DEBUG. DERIV and R12 don't have any impact. They are enabled by
default upstream and the port Makefile never passed --disable-* when the
options are disabled. Reasons to remove these options: the only port
(science/mpqc) that depends on this port requires the options to be
enabled, no additional dependencies and no significant additional build
time or disk space.
Dep is a Go tool for managing vendor dependencies (not to be confused
with godep, a different, deprecated tool). dep updates the vendor/
directory contents based on a manifest, prunes unnecessary dependencies,
and adds missing dependencies to vendor/ as necessary.
dep is the heir-apparent for vendor management and is being actively
driven by the Go core team with an eye toward inclusion in the Go tool.
WWW: https://github.com/golang/dep
Submitted by: Sam Gwydir <sam.gwydir@joyent.com>
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D13364
n shebangs to use the specified PYTHON_CMD (stage-qa fix) [1]
Add missing html file in plist (check-orphans) [2]
Also we don't need -DENABLE_BAD_BOOST=ON since the ports version of boost is now at 1.65.
info about ENABLE_BAD_BOOST in GrBoost.cmake...
# Boost 1.52 disabled, see https://svn.boost.org/trac/boost/ticket/7669
# Similar problems with Boost 1.46 and 1.47.
stage-qa, check-orphans and poudriere testport all pass now with the attached patch.
[1]
====> Running Q/A tests (stage-qa)
Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/volk_modtool'
Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/gnuradio-companion'
Error: '/usr/local/bin/python2' is an invalid shebang you need USES=shebangfix for 'bin/polar_channel_construction'
.
.
[2]
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/html/gr-trellis.html
PR: ports/225126
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>