155126 Commits

Author SHA1 Message Date
gnezdo
1a036daa0f Add cabal.port.mk to more easily build haskell ports
Corrections by James Cook <falsifian@falsifian.org>

ok kili, reviews by espie and sthen before
2021-02-26 03:30:53 +00:00
daniel
6e4e6d8592 "None" is not a valid url; reported by repology 2021-02-26 03:15:31 +00:00
daniel
b976e2d6d5 update to gxemul 0.6.3.1 for additional luna88k improvements 2021-02-26 03:03:53 +00:00
daniel
f642b140aa disable python2 tests for py-requests so py-flask can move to python3
ok danj@ (MAINTAINER), sthen@
2021-02-26 02:59:02 +00:00
espie
de8d34ed61 add FIX_CRLF_FILES to secondary tables 2021-02-25 23:26:30 +00:00
espie
13029014e3 FIX_CRLF_FILES obviously belongs in dump-vars 2021-02-25 23:19:51 +00:00
sthen
4fa7ad11f2 FIX_CRLF_FILES should root files in WRKDIST, not WRKSRC.
pointed out by espie@
2021-02-25 23:04:54 +00:00
tb
e88e99273f x11/wminfo: fix build with -fno-common 2021-02-25 22:30:29 +00:00
sthen
7cb1984d5f use FIX_CRLF_FILES, this is so much neater I can't believe we didn't
do it before!
2021-02-25 22:26:01 +00:00
sthen
0453901bb0 add a comment for a line-ending fix that isn't quite the same as
FIX_CRLF_FILES (s,\\r,\\n,g)
2021-02-25 22:22:43 +00:00
tb
78fac7140a sysutils/wmwlmon: Fix build with -fno-common
ok mglocker
2021-02-25 22:21:56 +00:00
sthen
44d7ce3bb9 add FIX_CRLF_FILES, from tb@ 2021-02-25 21:59:27 +00:00
sthen
a2f7450d36 depend on textproc/p5-Pod-Parser 2021-02-25 21:56:09 +00:00
naddy
5de4f82ef5 x11/gnustep/corebase: fix build with -fno-common 2021-02-25 21:55:55 +00:00
sthen
0c7961c0e6 depend on textproc/p5-Pod-Parser 2021-02-25 21:54:23 +00:00
sthen
cb09bfb33b +p5-Pod-Parser 2021-02-25 21:53:23 +00:00
sthen
e33a001f71 import textproc/p5-Pod-Parser, ok afresh1@ (plus I added his patches from
the version in base). (also uses the shiny new FIX_CRLF_FILES). This is
currently in perl in base but will be removed in 5.32.

----
Pod::Parser is a base class for creating POD filters and translators.  It
handles most of the effort involved with parsing the POD sections from an
input stream, leaving subclasses free to be concerned only with performing
the actual translation of text.

NOTE: This module is considered legacy. Pod-Simple is the usual module for
all things POD.
----
2021-02-25 21:52:51 +00:00
sthen
942c7717b8 add FIX_CRLF_FILES. currently we use ad-hoc make targets to convert line
endings in extracted distfiles; it's common enough that it makes sense to
provide a nicer way of doing this. some changes suggested by espie@ tb@ kn@
2021-02-25 21:46:05 +00:00
naddy
3245705860 x11/gnustep/terminal: fix build with -fno-common 2021-02-25 21:38:20 +00:00
naddy
ba3b51aaf3 net/argus-clients: fix build with -fno-common; ok gnezdo@ 2021-02-25 21:31:28 +00:00
naddy
0cd5bbcf01 net/argus: fix the build with -fno-common; ok gnezdo@ 2021-02-25 21:30:28 +00:00
naddy
eb1b4e8523 x11/gnustep/gworkspace: fix build with -fno-common; from Debian
Upstream has fixed this differently as part of a larger change.
2021-02-25 21:23:56 +00:00
naddy
99f5b7b79c Remove devel/mingw.
"This port combines gcc 3.4.5 from 2005 with a mingw runtime from
2009 or 2010 to target Microsoft Windows."  It is woefully obsolete.
If somebody wants to cross-compile from OpenBSD to Microsoft Windows,
they should import a new toolchain.

Noticed because it failed to build with -fno-common.

ok gkoehler@ kn@
2021-02-25 21:17:07 +00:00
rsadowski
1955ab06f5 Remove outdated patch.
This was a fix for <5.79.0. I thought it was deleted.
2021-02-25 20:59:42 +00:00
sthen
3558d22e4c update to lucee-5.3.7.48 2021-02-25 20:53:58 +00:00
solene
1bc1f0621a + moonlight-qt 2021-02-25 19:40:07 +00:00
solene
2102f728a7 Import moonlight-qt-3.0.0
Moonlight (formerly Limelight) is an open source implementation of
NVIDIA's GameStream protocol. With Moonlight, You can stream your
collection of PC games from your GameStream-compatible PC to any
supported device and play them remotely.

ok rsadowski@

port done by Muhammad Kaisar Arkhan <hi at yukiisbo.red> who
is also the maintainer
2021-02-25 19:39:19 +00:00
sthen
c39d9068da isc-bind: backport https://gitlab.isc.org/isc-projects/bind9/-/issues/2413 fix
found the hard way by Christian Gut, thanks for tracking this down.

12c5b2a1b8.patch
2021-02-25 16:37:22 +00:00
sthen
7091d2707c libuv: tidy up sphinx bits 2021-02-25 16:31:15 +00:00
sthen
a562474718 update postfix-stable to 3.5.9, from Brad 2021-02-25 15:41:04 +00:00
gnezdo
1040f4c68f Updated devel/remake to remake-4.3+dbg-1.5 [-fno-common]
Slightly massaged patches from:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3f45f6f1ac0dbe8d987af727a0f7445cd30048

Passes all tests:
653 Tests in 124 Categories Complete ... No Failures :-)

ok sthen
2021-02-25 15:09:08 +00:00
tb
ef6e779540 Update to Redis 6.2.0, ok danj sthen
Redis 6.2 includes many new commands and improvements, but no big features. It
mainly makes Redis more complete and addresses issues that have been requested
by many users frequently or for a long time.

https://github.com/redis/redis/blob/6.2/00-RELEASENOTES

This version includes a security fix for ILP32 arches (CVE-2021-21309)
2021-02-25 15:05:23 +00:00
naddy
c7a274612e inputmethods/cellwriter: fix build with -fno-common 2021-02-25 15:05:06 +00:00
sthen
6e67628c75 disable php80 on BROKEN port pecl-pecl_http 2021-02-25 11:44:45 +00:00
sthen
a6a3a0fc82 tweak sample php configs, expose_php off by default 2021-02-25 11:42:33 +00:00
espie
1816bb62fa add DEBUG_PACKAGES
explain precisely what's going on with SDL
okay sthen@
2021-02-25 11:18:47 +00:00
robert
15c0e4251e update to 5.0.1 2021-02-25 11:09:17 +00:00
sthen
2de627194d fix spelling of driftnet (in the commit which originally introduced
the missing comma, before another line was added that made it a syntax
error some commits later)
2021-02-25 10:39:24 +00:00
sthen
d746862c3b avoid using find -exec, it does nothing useful with failure exit xodes.
just use the output of find in a for loop.
2021-02-25 10:36:35 +00:00
bentley
8221fdc32b Update to libsigrok-0.5.2 and pulseview-0.4.2.
Disable ruby support; ruby gets picked up but the bindings fail to build.
Improve some package COMMENTs.
Enable debug packages.

requested & tested by jcs@
2021-02-25 07:56:30 +00:00
benoit
c3d878ffa1 Update to rocksndiamonds-4.2.3.0. 2021-02-25 07:24:03 +00:00
rsadowski
320a4697d0 Update jenkins-devel to 2.281 2021-02-25 05:44:09 +00:00
jsg
58f04d9fd0 update to waffle 1.6.3 2021-02-25 04:38:01 +00:00
daniel
cf05cbd5e8 a few tweaks to gxemul:
- remove the custom install (which wasn't even picking up all the right
  stuff to install anymore)
- add a patch to allow doxygen to be turned off
- turn off doxygen and valgrind so they aren't picked up at config time
  and then junked at build time causing problems

Special thanks to Anders Gavare (upstream) for making luna88k work in this
release by fixing some key bugs.

ok fcambus@
2021-02-25 04:23:08 +00:00
kn
629b640c22 Fix stray but harmless comma, set NO_TEST
The build target does actual tests and "make test" would otherwise
bark about a missing Makefile and return non-zero.
2021-02-25 00:41:29 +00:00
sthen
2fd9a47b60 update to drush-8.4.6, fix patch for php-7.4 compat 2021-02-24 23:20:35 +00:00
sthen
3903633b65 php: use the same patch to disable ifuncs on 7.3 and 7.4 as I used on 8.0
(i am not convinced the optimized code is actually faster but it's closer
to the build on other OS this way)
2021-02-24 23:04:57 +00:00
sthen
0ad9c23336 rspamd,hyperscan snuck into mail/Makefile, spotted by naddy 2021-02-24 22:54:13 +00:00
thfr
32f890da13 add non-spec enhancements to allow running Axiom Verge again 2021-02-24 22:29:43 +00:00
thfr
c4fa0b912f +libgdx 2021-02-24 22:25:25 +00:00