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 https://downloads.so

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 gamecontroller mapping w

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 b

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 multimedia/str

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"); > > > > > ++ > > > > > ++

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 py2

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 */ > > > > +

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 > > Makefile, but I'm

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:

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 ===

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, but

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 w

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 -> https://github.com/pkgconf/pkgconf > > Cheers > Adam

Re: [New] [WIP] pkgconf 1.4.2

2018-02-23 Thread Adam Steen
‐‐ Original Message ‐‐ On February 23, 2018 10:47 AM, Stuart Henderson wrote: > ​​ > > 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. W

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

[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 (a

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) { > > > ++if

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 cont

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, Timo Myyrä wrote: > >