Re: UPDATE devel/sdl2 - add ability to change gamecontroller mapping with environment variable

2018-02-23 Thread Thomas Frohwein
ping - anyone interested in testing/committing this? would help some getting their PS4 dual-shock controllers properly mapped... On Mon, 2/12/18, Thomas Frohwein wrote: Subject: Re: UPDATE devel/sdl2 - add ability to change

Re: NEW: www/py-requests-mock

2018-02-23 Thread Peter Hessler
On 2018 Feb 08 (Thu) at 17:17:52 -0500 (-0500), Brian Callahan wrote: : :On 02/01/18 11:34, Brian Callahan wrote: :> Hi ports -- :> :> Attached, is a new port, www/py-requests-mock. py-requests-mock is a tool :> to mock out responses from py-requests. :> It is a new TEST_DEPENDS for

Re: [UPDATE] devel/py-xdis

2018-02-23 Thread Klemens Nanni
On Sat, Feb 24, 2018 at 12:12:01AM +0500, Alexandr Shadchin wrote: > > On Fri, Jan 26, 2018 at 10:21:05PM +0100, Klemens Nanni wrote: > > On Thu, Jan 25, 2018 at 11:18:38AM +0100, Remi Pointel wrote: > > > this is the diff to update py-xdis to latest release. > > > > > > I enabled regress tests

Sourceforge changes causing problems. Where the wild Tcl extensions are.

2018-02-23 Thread Stuart Cassoff
x11/dbus-tcl and x11/dbus-intf have moved from SourceForge to Chiselapp. Ports system's looking for dbus-2.1.tar.gz whereas the distfile is on the obsd servers as dbus-tcl-2.1.tar.gz. DISTFILES = dbus-tcl{dbus}-${V}.tar.gz ===> Checking files for dbus-tcl-2.1p0 >> Fetch

Re: [update] dunst-1.3.1

2018-02-23 Thread Klemens Nanni
On Fri, Feb 16, 2018 at 07:15:43PM +0100, Klemens Nanni wrote: > On Fri, Feb 09, 2018 at 05:57:17PM +0100, Klemens Nanni wrote: > > On Sat, Jan 27, 2018 at 08:51:58AM +0200, Timo Myyrä wrote: > > > Klemens Nanni writes: > > > > > > > On Fri, Jan 26, 2018 at 09:13:17AM +0200,

Re: [update] dunst-1.3.1

2018-02-23 Thread Theo Buehler
On Fri, Feb 23, 2018 at 09:48:25AM +, Stuart Henderson wrote: > On 2018/02/23 09:45, Klemens Nanni wrote: > > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > > -+err(1, "pledge"); > > > > ++ > > > > ++/* allow prot_exec if icons are used */ > > > >

devel/Makefile not 100% alphabetical

2018-02-23 Thread Stuart Cassoff
I noticed this when adding diffutiltcl: SUBDIR += dfu-programmer SUBDIR += dlib SUBDIR += dissy Stu

Re: [UPDATE] devel/py-xdis

2018-02-23 Thread Alexandr Shadchin
On Fri, Jan 26, 2018 at 10:21:05PM +0100, Klemens Nanni wrote: > On Thu, Jan 25, 2018 at 11:18:38AM +0100, Remi Pointel wrote: > > this is the diff to update py-xdis to latest release. > > > > I enabled regress tests because it works fine with python3 FLAVOR. > On amd64 py3 tests run fine but

Re: [update] dunst-1.3.1

2018-02-23 Thread Stuart Henderson
On 2018/02/23 17:06, Theo Buehler wrote: > On Fri, Feb 23, 2018 at 09:48:25AM +, Stuart Henderson wrote: > > On 2018/02/23 09:45, Klemens Nanni wrote: > > > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > > > -+err(1, "pledge"); > > > > > ++ > > > > > ++

Re: [New] DiffUtilTcl

2018-02-23 Thread Stuart Henderson
On 2018/02/23 02:31, Stuart Cassoff wrote: > Here's the updated port. OK sthen@ > Personally I didn't like the way the gh stuff looked at the top of the > Makefile, but I'm starting to get used to it. If it's hidden away lower in the port it's easy to assume that the version number is just

[New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Adam Steen
Hi All I am attempting to port pkgconf[1] to OpenBSD, everything builds fine. When I try to make install, I get the following error. What is the best way to handle this? asteen:/usr/ports/devel/pkgconf:2250$ make install ===> Installing pkgconf-1.4.2 from /usr/ports/packages/amd64/all/ doas

Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Stuart Henderson
On 2018/02/23 05:36, Adam Steen wrote: > Hi All > > I am attempting to port pkgconf[1] to OpenBSD, everything builds fine. > > When I try to make install, I get the following error. What is the best way > to handle this? > > asteen:/usr/ports/devel/pkgconf:2250$ make install > ===> Installing

Re: [update] dunst-1.3.1

2018-02-23 Thread Stuart Henderson
On 2018/02/23 09:45, Klemens Nanni wrote: > > > -+if (pledge("stdio rpath proc exec", NULL) == -1) > > > -+err(1, "pledge"); > > > ++ > > > ++/* allow prot_exec if icons are used */ > > > ++if (settings.icon_position != icons_off) { > > > ++

Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Stuart Henderson
On 2018/02/23 06:46, Adam Steen wrote: > Thank you that worked perfectly, now for some testing. > > Please note > > pkg-config -> https://www.freedesktop.org/wiki/Software/pkg-config/ > > is different from > > pkgconf -> https://github.com/pkgconf/pkgconf > > Cheers > Adam Yes, I realise,

Re: UPDATE security/gpgme

2018-02-23 Thread Stuart Henderson
On 2018/02/23 13:52, Björn Ketelaars wrote: > Enclosed a diff for bringing gpgme to the latest version [0]. No issues > found with 'make test', or while build testing numerous consumers. rsadowski has a larger diff to update and add qgpgme, that I or someone else needs to look at .. (subject "Re:

Re: [New] DiffUtilTcl

2018-02-23 Thread Stuart Cassoff
> -- Original Message -- > From: Stuart Henderson > Date: February 23, 2018 at 4:29 AM > > > On 2018/02/23 02:31, Stuart Cassoff wrote: > > Here's the updated port. > > OK sthen@ > > > Personally I didn't like the way the gh stuff looked at the top of the

Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread lists
Fri, 23 Feb 2018 06:46:42 -0500 Adam Steen > Hi Stuart > > Thank you that worked perfectly, now for some testing. > > Please note > > pkg-config -> https://www.freedesktop.org/wiki/Software/pkg-config/ > > is different from > > pkgconf ->

Re: OpenBSD as an IKEv2 IPsec client with L/P authent

2018-02-23 Thread Stuart Henderson
Moving from misc to ports. On 2018/02/23 10:29, csszep wrote: > Hi! > > I tried to complie strongswan with "kernel-libipsec" plugin fro the same > reason > > https://wiki.strongswan.org/projects/strongswan/wiki/Kernel-libipsec > > The kernel-libipsec plugin provides an IPsec backend that

UPDATE security/gpgme

2018-02-23 Thread Björn Ketelaars
Enclosed a diff for bringing gpgme to the latest version [0]. No issues found with 'make test', or while build testing numerous consumers. OK? [0] https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob_plain;f=NEWS;hb=6a42eb5f3809d5eb3767667c190b395d028886e7 Index: Makefile

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 15:00:00 Modified files: devel : Makefile Log message: hook in py-elftools,python3, reminded by danj@ - thanks!

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 14:46:57 Modified files: net/wireshark : Makefile distinfo Log message: update to wireshark-2.4.5, usual round of crash/infinite loops in parsers and a few others

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/02/23 14:30:06 Modified files: devel : Makefile Log message: Alphabetize Makefile. Remove extra 'cln'. Add missing 'rcs-fast-import'. OK sthen@

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 14:36:30 Modified files: devel/py-elftools: Makefile distinfo devel/py-elftools/pkg: PLIST Log message: update to py-elftools 0.24 and add py3 flavour (maintainer timeout)

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 14:47:32 Modified files: net/wireshark : Tag: OPENBSD_6_2 Makefile distinfo Log message: MFC update to wireshark-2.4.5, usual round of crash/infinite loops in parsers and a few others

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/02/23 15:16:07 Modified files: x11/dunst : Makefile x11/dunst/patches: patch-src_dunst_c Log message: Icon usage requires more pledge analysis, so pledge conditionally. Prompted by

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2018/02/23 15:32:07 Modified files: mail/p5-Mail-SpamAssassin: Tag: OPENBSD_6_2 Makefile mail/p5-Mail-SpamAssassin/patches: Tag: OPENBSD_6_2

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/02/23 15:34:18 Modified files: x11/dunst : Makefile distinfo x11/dunst/patches: patch-config_mk patch-src_dunst_c patch-src_menu_c x11/dunst/pkg :

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2018/02/23 17:11:43 Modified files: devel/py-xdis : Makefile distinfo devel/py-xdis/pkg: PLIST Log message: Update to py-xdis 3.6.11 ok sthen

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2018/02/23 09:57:22 Modified files: devel/py-tz: Makefile distinfo devel/py-tz/pkg: PLIST Log message: Update to py-tz 2018.3

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2018/02/23 10:07:35 Modified files: mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_Util_pm

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2018/02/23 09:23:19 Modified files: devel/py-country: Makefile distinfo Log message: Update to py-country 17.9.23

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/02/23 09:33:01 Log message: Import devel/diffutiltcl. OK sthen@ A Tcl extension providing utilities for comparisons of strings, lists and files. The base comparison is a Longest

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Giovanni Bechis
CVSROOT:/cvs Module name:ports Changes by: giova...@cvs.openbsd.org2018/02/23 09:39:39 Modified files: mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_Util_pm

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Cassoff
CVSROOT:/cvs Module name:ports Changes by: s...@cvs.openbsd.org2018/02/23 09:36:35 Modified files: devel : Makefile Log message: +diffutiltcl

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/02/23 09:38:17 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-src_bootstrap_bin_rustc_rs patch-src_bootstrap_builder_rs

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Alexandr Shadchin
CVSROOT:/cvs Module name:ports Changes by: shadc...@cvs.openbsd.org2018/02/23 09:45:26 Modified files: math/py-numexpr: Makefile distinfo Log message: Update to py-numexpr 2.6.4

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 12:14:45 Modified files: www/c-icap/c-icap: Makefile Log message: add hidden dep on brotli; build problem in c-icap/modules reported by naddy@

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Martijn van Duren
CVSROOT:/cvs Module name:ports Changes by: mart...@cvs.openbsd.org 2018/02/23 11:51:44 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm lang/php : Makefile.inc lang/php/5.6 : Makefile lang/php/7.0 :

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 12:17:51 Modified files: www/c-icap/modules: Makefile Log message: sync wantlib

6.2-stable multimedia/mpv x265_2.5.tar.gz 404 Not Found

2018-02-23 Thread Adam Jensen
Oops, ports-bugs is probably the better mailing list for this problem (below). Forwarded Message Subject: 6.2-stable multimedia/mpv x265_2.5.tar.gz 404 Not Found Date: Fri, 23 Feb 2018 14:53:21 -0500 From: Adam Jensen To: po...@openbsd.org On a freshly

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
message: update to neomutt-20180223

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/02/23 03:57:36 Modified files: devel/leatherman: Makefile distinfo Log message: minor update to 1.4.0

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/02/23 03:58:11 Modified files: sysutils/facter: Makefile distinfo sysutils/facter/patches: patch-lib_CMakeLists_txt Log message: minor update to 3.10.0

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 04:16:46 Modified files: net/unifi/5.6 : Makefile net/unifi/5.6/pkg: PLIST Log message: mark this one with @pkgpath net/unifi as well. not that it's an issue for pkg_add -u, as it's

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2018/02/23 04:23:45 Modified files: security/ruby-gpgme: Makefile distinfo security/ruby-gpgme/patches: patch-_metadata Log message: simple update to 2.0.16

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2018/02/23 02:58:09 Modified files: mail/geary : Makefile distinfo Log message: Update to geary 0.12.1

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:25:17 Modified files: net/haproxy/patches: patch-include_proto_openssl-compat_h Log message: fix now we have X509_get0_tbs_sigalg

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/23 03:28:39 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py-botocore-1.8.49.

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/23 03:35:29 Modified files: sysutils/salt : Makefile distinfo sysutils/salt/pkg: PLIST Log message: Update to salt-2017.7.4.

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 02:54:25 Modified files: lang/ruby/2.3/patches: patch-ext_openssl_openssl_missing_h lang/ruby/2.4/patches: patch-ext_openssl_openssl_missing_h lang/ruby/2.5/patches:

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:38 ports/net/unifi/5.6/files Update of /cvs/ports/net/unifi/5.6/files In directory cvs.openbsd.org:/tmp/cvs-serv24664/files Log Message: Directory /cvs/ports/net/unifi/5.6/files added to the

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:38 ports/net/unifi/5.6/pkg Update of /cvs/ports/net/unifi/5.6/pkg In directory cvs.openbsd.org:/tmp/cvs-serv24664/pkg Log Message: Directory /cvs/ports/net/unifi/5.6/pkg added to the repository

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:50 ports/net/unifi/5.7/pkg Update of /cvs/ports/net/unifi/5.7/pkg In directory cvs.openbsd.org:/tmp/cvs-serv24364/pkg Log Message: Directory /cvs/ports/net/unifi/5.7/pkg added to the repository

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:50 ports/net/unifi/5.7/files Update of /cvs/ports/net/unifi/5.7/files In directory cvs.openbsd.org:/tmp/cvs-serv24364/files Log Message: Directory /cvs/ports/net/unifi/5.7/files added to the

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:25 ports/net/unifi/5.7 Update of /cvs/ports/net/unifi/5.7 In directory cvs.openbsd.org:/tmp/cvs-serv13438/5.7 Log Message: Directory /cvs/ports/net/unifi/5.7 added to the repository

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:38 ports/net/unifi/5.6/patches Update of /cvs/ports/net/unifi/5.6/patches In directory cvs.openbsd.org:/tmp/cvs-serv24664/patches Log Message: Directory /cvs/ports/net/unifi/5.6/patches added to

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:10:06 Modified files: net/unifi : Makefile Added files: net/unifi/5.6 : Makefile distinfo net/unifi/5.6/files: unifi.sh net/unifi/5.6/patches:

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/23 03:28:24 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py-boto3-1.5.35.

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2018/02/23 03:28:50 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.14.45.

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:25 ports/net/unifi/5.6 Update of /cvs/ports/net/unifi/5.6 In directory cvs.openbsd.org:/tmp/cvs-serv13438/5.6 Log Message: Directory /cvs/ports/net/unifi/5.6 added to the repository

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:00:50 ports/net/unifi/5.7/patches Update of /cvs/ports/net/unifi/5.7/patches In directory cvs.openbsd.org:/tmp/cvs-serv24364/patches Log Message: Directory /cvs/ports/net/unifi/5.7/patches added to

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:18:26 Modified files: net/unifi/5.6 : Makefile distinfo Log message: update to unifi-5.6.30 (there are newer 'stable candidate' versions, but I plan on sticking to the 'stable' versions for

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 03:26:56 Modified files: security/stunnel/patches: patch-src_ctx_c Log message: unbreak now we have SSL_CTX_get_ciphers

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2018/02/23 07:39:51 Added files: net/irssi/patches: patch-src_core_network-openssl_c Log message: fix with newer libressl

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/02/23 08:04:03 Modified files: lang/ruby : Tag: OPENBSD_6_2 Makefile.inc lang/ruby/2.1 : Tag: OPENBSD_6_2 Makefile lang/ruby/2.1/patches: Tag: OPENBSD_6_2

CVS: cvs.openbsd.org: ports

2018-02-23 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2018/02/23 08:05:39 Modified files: devel/ruby-gems: Tag: OPENBSD_6_2 Makefile devel/ruby-gems/patches: Tag: OPENBSD_6_2 patch-lib_rubygems_installer_rb