This module allows you to use llvm from Python.
You can use most modern llvm versions, selecting them during runtime.
It uses py-cffi to generate ELF binaries during runtime.
Submitted by: myself
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13724
2018-01-14 textproc/ruby-sary: Does not build with current versions of ruby
2018-01-14 textproc/ruby-deplate: Does not build with current versions of ruby
2018-01-14 www/ruby-aws: Does not build with current versions of ruby
2018-01-14 www/samidare: Does not build with current versions of ruby
2018-01-14 devel/ruby-calendar: Does not build with current versions of ruby
2018-01-14 devel/ruby-rbbr: Does not build with current versions of ruby
2018-01-14 devel/ruby-date2: Does not build with current versions of ruby
2018-01-12 audio/ruby-xmms2: Does not build with current versions of ruby
default compiler on some tier-2 architectures like powerpc and sparc64,
by using identical types from C's <stdint.h> rather than C++'s <cstdint>
header file. While here, convert to USES+=localbase.
PR: 225171
Reported by: jhibbits
compressors. It joins all compressors into a single executable. At the
beginning, an input file is read to memory. Then all compressors are used
to compress and decompress the file and decompressed file is verified.
WWW: https://github.com/inikep/lzbench
Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based
compression and decompression.
WWW: https://github.com/ebiggers/libdeflate
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1515146810 which corresponds to commit 6c4ad37 tagged
as this release.
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>