120278 Commits

Author SHA1 Message Date
dcoppa
b096072cde Update to ccid-1.4.27 2017-06-06 14:58:58 +00:00
dcoppa
9dd86ce2c4 Update to pcsc-lite-1.8.21 2017-06-06 14:58:39 +00:00
sthen
551df2f60d update to calc-2.12.6.0 2017-06-06 14:32:00 +00:00
sthen
16833c887e update to lucee-5.1.4.19 2017-06-06 14:17:44 +00:00
robert
adccad264b enable TLS emulation by default just like in base clang
ok espie@
2017-06-06 14:12:59 +00:00
benoit
3c2a93793f Update to ne-3.1.1.
from Brian Callahan (new maintainer)
2017-06-06 09:24:31 +00:00
ajacoutot
df5ec82286 Update to hplip-3.17.6. 2017-06-06 09:15:46 +00:00
ajacoutot
08ca515e54 Update to awscli-1.11.98. 2017-06-06 08:57:24 +00:00
ajacoutot
f147b0dc1e Update to py-botocore-1.5.61. 2017-06-06 08:57:11 +00:00
benoit
0007449efd Update to py-m2r-0.1.6. 2017-06-06 08:56:56 +00:00
ajacoutot
c816d5a2b9 Missing BDEP and RDEP.
echo '127.0.0.1 pypi.python.org' >>/etc/hosts to the rescue!
2017-06-06 08:52:02 +00:00
benoit
ba12f9648c Update to p5-Crypt-OpenSSL-Bignum-0.08. 2017-06-06 08:46:38 +00:00
ajacoutot
574bed60bf update to gphoto-2.5.14. 2017-06-06 08:45:16 +00:00
ajacoutot
60afc65574 Update to libgphoto-2.5.14. 2017-06-06 08:45:02 +00:00
anton
91b3225c39 Update yank to 0.8.3.
ok tb@
2017-06-06 08:15:50 +00:00
jeremy
900d387363 Unbreak by switching to gcc4 module, which supports -std=gnu++0x
Additionally, patch out support to precompile headers.
2017-06-05 23:55:19 +00:00
sthen
1071cecb59 support for overriding CC/CXX was accidentally lost with the COMPILER_LINKS
changes, reinstate it. feedback/ok espie@
2017-06-05 21:53:12 +00:00
sebastia
3987ad360b hook up py-planet 2017-06-05 20:46:51 +00:00
sebastia
fe73dba878 import py-planet
This library provides a command-line-interface (CLI) and Python library
to make access to Planet's public Data API easy to use.

The Data API is a REST HTTP API interface to Planet's imagery archive.
The API supports the following tasks: quick-searching assets and viewing
thumbnails of imagery; filtering imagery by location, date, satellite
source, cloud cover, and many other attributes; and downloading imagery
and metadata in several formats.

Feedback sthen@, danj@

OK danj@
2017-06-05 20:44:47 +00:00
sebastia
5d5d28f6fb hook up py-requests-futures 2017-06-05 20:43:38 +00:00
sebastia
365b3a62a1 Small add-on for the python requests http library. Makes use of python
3.2's concurrent.futures or the backport for prior versions of python.

The additional API and changes are minimal and strives to avoid
surprises.

Feedback sthen@ danj@

OK danj@
2017-06-05 20:41:53 +00:00
sthen
3f1f5bba3e Set USE_WXNEEDED=special; don't use the wrapper script, but do record
USE_WXNEEDED in sqlports.
2017-06-05 20:20:49 +00:00
schwarze
f33e80c402 BUILD_DEPENDS += textproc/groff
because soelim(1) is used at build time.
No bump needed because *if* it built, the package was correct.
Problem reported and patch OK'ed by naddy@.
2017-06-05 19:44:26 +00:00
ajacoutot
6780b47bff Automatically enable hpaio in sane using:
/etc/sane.d/dll.d/hpaio
One less manual thing to do...
2017-06-05 16:03:32 +00:00
sthen
77d8504823 update to dovecot-2.2.30.1, from Brad 2017-06-05 15:26:32 +00:00
espie
1b6cc5b9f4 add COMPILER_LINKS. Tweak USE_WXNEEDED to support a 3rd option (special) 2017-06-05 14:48:09 +00:00
ajacoutot
d50fc347d1 Revert wxneeded hack; USE_WXNEEDED does the right thing with clang now. 2017-06-05 10:17:41 +00:00
ajacoutot
3a7a6e9fb7 Fix path in comment. 2017-06-05 10:10:33 +00:00
benoit
3f357ac4ec Update to p5-Pod-Spell-1.20. 2017-06-05 09:23:25 +00:00
jasper
04b2239b7f - update to py-augeas-1.0.2
- re-space
2017-06-05 08:01:39 +00:00
fcambus
eda848ca13 Update advancemess to 3.5. 2017-06-05 07:57:11 +00:00
jasper
4b67a49538 update to fleet-1.0.0 2017-06-05 07:52:34 +00:00
ajacoutot
5e44c7ef84 Update to libgcrypt-1.7.7. 2017-06-05 07:34:12 +00:00
fcambus
8b6d7c4163 Update advancemame to 3.5. 2017-06-05 07:26:30 +00:00
espie
2a7559a492 thinko. breaks devel/llvm on a clang arch 2017-06-05 07:10:06 +00:00
sthen
868a63b397 Write out wrapper scripts for compilers using -B to set the toolchain
search path to ${WRKDIR}/bin. Ensures that the ld wrapper script needed
for USE_WXNEEDED gets used (clang was ignoring it otherwise).

Rework ccache support and gcc4/clang MODULES to use the same wrapper
generator as above, setting up a list of command names (cc, c++, etc) and
destinations (egcc, eg++, etc) as the port is processed, and writing the
wrappers in one place in bsd.port.mk, with an optional wrapper (e.g.
ccache), and with an echo to make it clear on screen/in log which
compiler binaries were chosen (easier than inspecting the wrapper
scripts) and whether ccache is used.

Initial wrapper using -B from espie, ccache bits from me, discussed
with/ok espie.  Been through a bulk on i386.
2017-06-04 23:22:57 +00:00
schwarze
bb11d0c239 mandoc groks .mc now; drop USE_GROFF and bump 2017-06-04 23:21:01 +00:00
sthen
304357c1d1 bump, this lost and regained some fortran-related lib deps at some point
run into by naddy and aja
2017-06-04 22:31:43 +00:00
sthen
e786c753fc disable hidden dep on libvncserver 2017-06-04 22:29:32 +00:00
espie
6070c416e2 THIS configuration fragment *is* clang specific 2017-06-04 22:25:31 +00:00
sthen
9c3d8dccbe Add a "NOT_FOR_ARCHS=${CLANG_ARCHS}" to asymptote for now, with a
comment explaining what's not working (I would have just let it fail
so it's easier to spot, but it hangs during build). this is a terminal
port, not knocking out others.

This does not fail with ports clang though..
2017-06-04 22:22:05 +00:00
kili
488ab96c98 Disable the use of groff.
Otherwise, the PostScript versions of the man pages may
be created or not during build, depending on wether groff
is installed or not, which may lead to consusion when
updating this port.

Suggested by Ingo a few days ago.
2017-06-04 21:09:15 +00:00
sthen
1dd2a877aa remove stray COMPILER= setting from testing 2017-06-04 21:04:47 +00:00
espie
7448552864 the tests are wrong, but it's simpler to define the annoying constant to 0 2017-06-04 19:05:03 +00:00
espie
ad5d701f77 unbreak with clang, no reason to insist on gcc 2017-06-04 18:06:28 +00:00
jsing
41a72622d3 Make lang/go work with clang.
This requires three changes:

- OpenBSD clang produces __guard_local symbols that are marked as hidden,
  which causes problems with the go linker. Workaround this by explicitly
  making __guard_local symbols visible when reading in an ELF object.

- OpenBSD clang currently fails to correctly report the compiler runtime
  via --print-libgcc-file-name. Workaround this issue by hardcoding it
  for the time being.

- The TestCgoConsistentResults test passes successfully outside of ports,
  however fails under a ports build. This requires further investigation
  but we can just skip the test for now.
2017-06-04 18:04:03 +00:00
jsing
dd096f8298 Build lang/go-bootstrap without enabling cgo.
This functionality is not required for bootstrapping lang/go - disabling
it reduces future maintenance and allows it to build with clang.
2017-06-04 17:50:16 +00:00
danj
18ce3d2f1c unbreak, found by semarie 2017-06-04 16:36:39 +00:00
danj
e907db16f3 regen patch 2017-06-04 16:27:12 +00:00
ajacoutot
9ead018f76 It looks like groff is not needed anymore. 2017-06-04 13:29:12 +00:00