140541 Commits

Author SHA1 Message Date
lteo
f8789dabac Ghidra's build system prefers g++ over clang, which is not what we want on a
clang-based platform like amd64.  This commit makes Ghidra build with clang by:

* Adding a clang toolChains block in nativeBuildProperties.gradle
* Adding COMPILER="base-clang ports-clang"
* Updating WANTLIB by replacing libstdc++ with ${COMPILER_LIBCXX}

In addition, honor CXX by setting tools.cppCompiler.executable and
tools.linker.executable in nativeBuildProperties.gradle to ${CXX}.  Also print
those variables so that we can confirm that they are set properly.

Lastly, add --stacktrace to the gradle command to facilitate future debugging.

Thanks to daniel@ for bringing this to my attention, naddy@ for his detailed
report of the g++ and CXX issues, and sthen@ for suggesting a possible fix.

ok naddy@ sthen@
2019-09-12 02:10:07 +00:00
bluhm
41ff140477 update p5-File-Find-Object-Rule to 0.3.4
from wen heping
2019-09-11 21:49:09 +00:00
sthen
4a717d4424 fixup LIB_DEPENDS 2019-09-11 21:16:31 +00:00
sthen
b887c3da11 update to certbot/py-acme 0.38.0 2019-09-11 21:06:22 +00:00
sthen
e33777b923 +py-distro 2019-09-11 21:05:19 +00:00
sthen
a80a83905f import ports/sysutils/py-distro, ok kmos@
distro provides information about the OS distribution it runs on, such
as a reliable machine-readable ID, or version information.

It is the recommended replacement for Python's original
platform.linux_distribution function (which will be removed in Python
3.8). It also provides much more functionality which isn't necessarily
Python bound, like a command-line interface.
2019-09-11 21:03:51 +00:00
sthen
7080c89fe7 update to pecl-libsodium-2.0.22 2019-09-11 20:57:43 +00:00
ajacoutot
798b807dd0 PORTROACH: only track version 2. 2019-09-11 17:53:53 +00:00
espie
625fc42366 no cookie for kili, forgot to cvs add
no build -> no bump
2019-09-11 14:50:46 +00:00
kn
051ed376f4 Omit platform support bits in DESCR
As of ONLY_FOR_ARCHS we support more than x86;  as for the rest this list
is probably outdated/incomplete as well and generally providese little to
no information, so remove it.

OK gsoares
2019-09-11 13:42:35 +00:00
espie
5276430d98 add tag support for ghc 2019-09-11 09:05:53 +00:00
jsg
ef53c288a1 update to cppcheck 1.89
tested by Hiltjo Posthuma ok gsoares@
2019-09-11 03:22:39 +00:00
gsoares
6a7e8f56c0 update to 1.21
from wen heping
with some tweaks
2019-09-11 02:18:52 +00:00
gsoares
0a9ed21a87 fix TEST_POD 2019-09-11 02:14:08 +00:00
gsoares
d1380fbdc1 update to 1.17
OK afresh1@

from wen heping
2019-09-11 02:03:33 +00:00
gsoares
d5e9d02daa update to 1.11
OK afresh1@

from wen heping
2019-09-11 01:58:08 +00:00
gsoares
b5e444da40 update to 1.08
OK afresh1@

from wen heping, thanks.
2019-09-11 01:37:57 +00:00
gsoares
18b7fe8b04 update to the latest github commit
e995a0c101863688d5f14649ae3de45a7c43789c

zap patch-bin_web merged upstream

patch from Patrick Marchand <pmarchand@evolix.ca>, thanks!
with some tweaks by me.
2019-09-11 00:40:54 +00:00
sthen
1b8b1ae82c major update (rewrite) to rss2email 3.10, from Kaashif Hymabaccus (with
slight tweaks from me) who takes maintainer

N.B. config and feed db are not compatible with the previous version,
run "r2e list > ~/r2e.txt" and "r2e opmlexport > ~/r2e.opml" to keep plain
copies of these before updating, and follow pkg-readme after updating.
2019-09-11 00:15:43 +00:00
sthen
73873b8ee1 update to sblg-0.5.6, from maintainer Bryan Vyhmeister 2019-09-11 00:10:38 +00:00
sthen
69ba377bf2 update to openssl-1.1.1d 2019-09-10 23:55:24 +00:00
sthen
98bc427df0 update to openssl-1.0.2t 2019-09-10 23:55:14 +00:00
kili
e80c5def54 fixup-hs-plist is no longer needed. 2019-09-10 20:55:26 +00:00
sthen
c26f5d878c BUILD_DEPENDS on bash 2019-09-10 14:09:17 +00:00
sthen
fbb77e365d update to lucee-5.3.3.62 2019-09-10 14:04:25 +00:00
kili
277dd18a88 Update to poppler-0.80.0. 2019-09-10 13:52:42 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
kili
641bb4e738 Add a quirk to avoid collisions after switching ghc to @define-tag/@tag.
From espie@, who is currently afk.
2019-09-10 13:50:33 +00:00
bket
621d922e44 Update to dnscrypt-proxy-2.0.27.
Changelog can be found at
https://github.com/jedisct1/dnscrypt-proxy/blob/2.0.27/ChangeLog.

From Nam Nguyen <namn AT berkeley DOT edu> (MAINTAINER).
2019-09-10 13:19:25 +00:00
jca
c72e82ff60 Stop passing a timezone param to settimeofday(2)
Historical, and useless in this port since timezone information is
always zero.  xastir is the only user of the timezone argument that
I could spot.  ok cheloha@ abieber@ (maintainer)
2019-09-10 11:21:24 +00:00
bcallah
228ea39c44 Update to diffoscope-123 2019-09-09 23:35:08 +00:00
kmos
574993df9a Changing these ports MAINTAINER to my openbsd.org address 2019-09-09 21:36:14 +00:00
jca
c64dc40473 Sort PLIST
from Brad
2019-09-09 21:15:16 +00:00
naddy
2179ecdce6 Remove UTF-8 non-breaking spaces that snuck in. embryo_cc's lexer
can't handle input bytes with the top bit set.  On signed char
architectures they are accidentally skipped, on aarch64 the parser
later fails with an assert().
2019-09-09 21:07:21 +00:00
kmos
597ab8d80e Update devel/py-arrow 0.14.5 -> 0.14.7
From Wen Heping. Thank you!
2019-09-09 19:23:48 +00:00
kmos
62299edbae Add explanatory comments to several entries
ok bcallah@
2019-09-09 19:19:05 +00:00
otto
d32fa43ae1 Disable DoH by default. While encrypting DNS might be a good thing,
sending all DNS traffic to Cloudflare by default is not a good idea.
Applications should respect OS configured settings.
The DoH settings still can be overriden if needed. ok landry@ job@
2019-09-09 18:50:35 +00:00
robert
f299a94d57 fix the catalog backup script on OpenBSD when using PostgreSQL:
psql(1) will fail if the current working directory is not accessible which
is /nonexistent for the _bacula user so chdir(2) to the bacula working dir
before executing psql(1)

ok sthen@
2019-09-09 11:10:10 +00:00
ajacoutot
79e78f3a00 Update to simple-scan-3.34.0. 2019-09-09 08:15:59 +00:00
ajacoutot
8897d153f9 Update to gdk-pixbuf-2.38.2. 2019-09-09 08:00:44 +00:00
giovanni
3e6c36444a Update to 5.0.8
documentation fixes
2019-09-09 07:44:45 +00:00
rsadowski
73dcbc3b7a Unbreak widelands build
Remove CXXFLAGS from CONFIGURE_ENV to avoid a lot of warnings.
sparc64 might still be broken, but let's give it a try.

ok naddy@
2019-09-09 04:42:10 +00:00
ajacoutot
ac9b90ce4b Add section about drivers. 2019-09-08 19:19:06 +00:00
juanfra
4ba00fcc8d Unbreak on macppc. 2019-09-08 17:40:02 +00:00
stsp
84436284e9 update to got-0.15
- use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
- obtain repo format version and commit author name/email from .git/config
- fix line-wrap for lines spanning the terminal in tog diff view
- make 'got status' ignore inaccessible directories (reported by semarie)
- unstage may need to write to repository; fix unveil(2) call accordingly
- fix modified files not shown by 'got status' after committing staged changes
2019-09-08 17:10:21 +00:00
tb
5dd4ded210 update to wireguard-go-0.0.20190908 which contains the proper upstream
fix for our local patch.

ok jasper (MAINTAINER)
2019-09-08 17:07:30 +00:00
ajacoutot
a6faa12d51 Update to graphene-1.10.0. 2019-09-08 16:48:59 +00:00
robert
878d1113e7 update to 6.2.7.1 2019-09-08 14:05:53 +00:00
jca
cbb02a6e7f Update to llvm-8.0.1
Similar diff from Brad; bulk build by ajacoutot@
2019-09-08 10:40:39 +00:00
ajacoutot
17b60e5c2c Update to gdl-3.34.0. 2019-09-08 10:15:24 +00:00