[update] moarvm, nqp, rakudo

2018-12-24 Thread Pascal Stumpf
4:22 - @@ -1,11 +1,13 @@ # $OpenBSD: Makefile,v 1.32 2017/11/25 21:50:50 afresh1 Exp $ +BROKEN-powerpc = Cannot declare pseudo-package GLOBAL + COMMENT = Rakudo Perl 6 compiler -V =2017.10 +V =2018.12 DISTNAME = rak

[update] devel/libuv

2018-12-23 Thread Pascal Stumpf
Here's an update to libuv 1.24.1, needed for newer versions of moarvm/nqp/rakudo. devel/cmake needs a small adjustment to build with this (attached), all other dependent ports are fine. Tested on amd64, i386, arm, aarch64, powerpc, sparc64. Index: Makefile =

Re: [update] devel/boehm-gc,-atomic

2018-12-23 Thread Pascal Stumpf
We can also obviously get rid of the sparc32 patch. Now tested on amd64, i386, sparc64, powerpc, hppa, aarch64 and arm. Index: Makefile === RCS file: /cvs/ports/devel/boehm-gc/Makefile,v retrieving revision 1.69 diff -u -p -r1.69 Ma

[wip] devel/gdb update

2018-12-23 Thread Pascal Stumpf
FWIW, here's a WIP patch to update gdb to 8.2.1. It's still a bit rough around the edges, but working so far on amd64, i386, powerpc, hppa, and to some extent on arm and aarch64. It does *not* work on sparc64, which is a blocker. Feel free to play around with it. Index: Makefile ==

[new] devel/py-regex

2018-12-08 Thread Pascal Stumpf
This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality. ok? py-regex.tgz Description: py-regex.tgz

[new] devel/py-uca

2018-12-08 Thread Pascal Stumpf
This is a Python implementation of the Unicode Collation Algorithm (UCA). It passes 100% of the UCA conformance tests for Unicode 5.2.0 (Python 2.7), Unicode 6.3.0 (Python 3.3+), Unicode 8.0.0 (Python 3.5+), Unicode 9.0.0 (Python 3.6+), and Unicode 10.0.0 (Python 3.7+) with a variable-weighting set

[new] devel/py-crfsuite

2018-12-08 Thread Pascal Stumpf
This package (python-crfsuite) wraps CRFsuite C++ API using Cython. It is faster than official SWIG wrapper and has a simpler codebase than a more advanced pyCRFsuite. python-crfsuite works in Python 2 and Python 3, doesn't have external dependencies (CRFsuite is bundled, numpy/scipy stack is not n

[new] textproc/py-whoosh

2018-12-08 Thread Pascal Stumpf
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Programmers can use it to easily add search functionality to their applications and websites. Every part of how Whoosh works can be extended or replaced to meet your needs exactly. Some of Whoosh's fe

[update] devel/boehm-gc,-atomic

2018-12-08 Thread Pascal Stumpf
This diff updates the libatomic_ops part of devel/boehm-gc to version 7.6.6. It's needed for an upcoming moarvm/nqp/rakudo update (and may help there with architecture support also). The only other port which uses the library is lang/ecl, tested and working fine on amd64 at least. Index: Makefi

Re: lang/gcc/6: Install missing stdatomic.h header

2018-11-29 Thread Pascal Stumpf
On Wed, 28 Nov 2018 12:47:21 -0500, Brian Callahan wrote: > > > On 11/28/18 6:54 AM, Stuart Henderson wrote: > > On 2018/11/27 19:36, George Koehler wrote: > >> On Tue, 27 Nov 2018 16:12:08 -0500 > >> George Koehler wrote: > >> > >>> NetBSD's packages of gcc5 and gcc7 do contain the headers from

Re: lang/gcc/6: Install missing stdatomic.h header

2018-11-27 Thread Pascal Stumpf
On Mon, 26 Nov 2018 23:05:45 -0500, Brian Callahan wrote: > Hi ports -- > > For some reason, the gcc package doesn't install the stdatomic.h header. > Which doesn't matter, until it matters. I believe GCC expects this header to be present on the host system. It *is* a standard (C11) header, aft

Re: [UPDATE] net/tor for -stable

2018-11-09 Thread Pascal Stumpf
OK with me. On Thu, 08 Nov 2018 16:31:00 +, George Rosamond wrote: > Attached is net/tor backport of tor-0.3.4.9 to 6.4 -stable, mostly due > to memory exhaustion issue. > > Changelog issues include... > (https://github.com/torproject/tor/commit/4ac3ccf2863b86e79040dcd6c9568f011887c2be): > >

Re: [patch] lang/gcc/4.9 on alpha

2018-09-25 Thread Pascal Stumpf
On Tue, 25 Sep 2018 09:49:56 +0200, Peter Hessler wrote: > I think there is no change to existing packages, if so then no need for > a revision bump. Indeed. And also OK for me. > looks good to me either way, OK > > > On 2018 Sep 24 (Mon) at 23:34:09 -0400 (-0400), Daniel Dickman wrote: > :Wit

Re: fix openttd/supertux with newer libc++

2018-09-11 Thread Pascal Stumpf
On Tue, 11 Sep 2018 14:07:04 +0100, Stuart Henderson wrote: > FreeBSD have this commit to their openttd port: > > : Update of LLVM components in -head to version 5.0.0 apparently had broken > : OpenTTD due to a conflict of ``type'' being defined (differently) and used > : in both libc++ and the ga

Re: shells/ksh93 no distfiles available, new github repo with Meson build

2018-07-19 Thread Pascal Stumpf
On Mon, 16 Jul 2018 12:16:21 +0200, Andreas Kusalananda =?iso-8859-1?B?S+Ro5HJp ?= wrote: > > Hi, > > I noticed the other day that the shells/ksh93 port stopped building due > to none of the distfiles being available. > > I also noticed that the ksh93 shell now has a GitHub repository set > up a

Re: UPDATE net/tor: new bridge authority, patch for -current and -stable

2018-07-17 Thread Pascal Stumpf
r-0.3.3.9 > CATEGORIES= net > HOMEPAGE=https://www.torproject.org/ > -REVISION=1 > > MAINTAINER= Pascal Stumpf > > Index: distinfo > === > --- distinfo (revision 130631) > +++ disti

Re: gdb for arm64

2018-07-10 Thread Pascal Stumpf
On Tue, 10 Jul 2018 12:00:54 +0200 (CEST), Mark Kettenis wrote: > Here is a cleaned-up version of a diff that Dale made to support > OpenBSD/arm64 in gdb. Single-stepping doesn't work yet, which means > that stepping through the code doesn't really work. But setting > breakpoints and inspecting s

Re: tor: install doc/TUNING

2018-07-02 Thread Pascal Stumpf
On Thu, 28 Jun 2018 17:46:10 +0200, Klemens Nanni wrote: > Stumbled across the following error on a new relay: > > Failing because we have 991 connections already. Please read doc/TUNING > for guidance. > > This document contains information about `kern.maxfiles' (sysctl) and > `openfiles-

Re: net/tor: enable SEPARATE_BUILD

2018-05-07 Thread Pascal Stumpf
On Mon, 07 May 2018 13:51:38 +0200, Jeremie Courreges-Anglas wrote: > On Sun, May 06 2018, Klemens Nanni wrote: > > Simple diff for out-of-tree builds: > > > > $ du -sh `make show='WRKSRC WRKBUILD'` > > 27.8M /tmp/pobj/tor-0.3.2.10/tor-0.3.2.10 > > 94.4M /tmp/pobj/tor-0.3.2.10/buil

Re: [armv7 fix] Fix build lang/gcc/4.9

2018-04-29 Thread Pascal Stumpf
On Mon, 23 Apr 2018 20:14:47 +0200, Jeremie Courreges-Anglas wrote: > On Tue, Apr 17 2018, Pascal Stumpf wrote: > > On Mon, 16 Apr 2018 23:14:53 +0200, Jeremie Courreges-Anglas wrote: > >> On Mon, Apr 16 2018, wrote: > >> > I tried to continue the build of php wi

Re: UPDATE archivers/brotli

2018-04-27 Thread Pascal Stumpf
On Fri, 27 Apr 2018 11:43:37 +0200, =?utf-8?B?QmrDtnJu?= Ketelaars wrote: > Maintainer timeout: > > Enclosed a diff for bringing brotli to the latest version (1.0.4), which > brings some improvements, and fixes some issues. An overview on the > changes can be found at https://github.com/google/bro

Re: [armv7 fix] Fix build lang/gcc/4.9

2018-04-17 Thread Pascal Stumpf
On Mon, 16 Apr 2018 23:14:53 +0200, Jeremie Courreges-Anglas wrote: > On Mon, Apr 16 2018, wrote: > > I tried to continue the build of php with the ports snapshot of today and > > ran into another gcc problem: > > [...] > > > /usr/ports/pobj/gcc-4.9.4/gcc-4.9.4/gcc/config/arm/arm.md:97:16: warn

[update] mail/nmh

2018-03-08 Thread Pascal Stumpf
://www.nongnu.org/nmh/ + +MAINTAINER = Pascal Stumpf # BSD-like PERMIT_PACKAGE_CDROM= Yes Index: distinfo === RCS file: /cvs/ports/mail/nmh/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo30 Nov 2017 11:14

[-stable update] tor 0.3.2.10

2018-03-04 Thread Pascal Stumpf
The tor 0.3.0.x series is no longer supported upstream and does not receive security fixes. Therefore, I think it would be best to update the 6.2-stable tor package to the 0.3.2.x series. Any objections? Index: Makefile === RCS fil

Re: [update] devel/gdb

2018-02-17 Thread Pascal Stumpf
On Thu, 15 Feb 2018 13:17:42 +, Stuart Henderson wrote: > On 2018/02/09 21:23, Pascal Stumpf wrote: > > This updates GDB to the latest version, 8.1. Tested on amd64, i386, > > armv7 and hppa. > > It's not new with the update, but the port needs a > > p

Re: devel/libuv: update to 1.18.0

2018-02-10 Thread Pascal Stumpf
On Mon, 22 Jan 2018 13:50:15 +0100, Pascal Stumpf wrote: > Update to latest version. This lets lang/moarvm use this port instead > of an internal version. Tested with all other dependent ports. > > ok? New version, 1.19.1. Ind

Re: [update] devel/gdb

2018-02-10 Thread Pascal Stumpf
On Fri, 9 Feb 2018 21:12:36 +, Stuart Henderson wrote: > On 2018/02/09 21:23, Pascal Stumpf wrote: > > This updates GDB to the latest version, 8.1. Tested on amd64, i386, > > armv7 and hppa. > > > > This port has become somewhat essential infrastructure, so I'

[update] devel/gdb

2018-02-09 Thread Pascal Stumpf
This updates GDB to the latest version, 8.1. Tested on amd64, i386, armv7 and hppa. This port has become somewhat essential infrastructure, so I'd appreciate some tests with various applications and platforms before this goes in. Index: Makefile =

devel/libuv: update to 1.18.0

2018-01-22 Thread Pascal Stumpf
Update to latest version. This lets lang/moarvm use this port instead of an internal version. Tested with all other dependent ports. ok? Index: Makefile === RCS file: /cvs/ports/devel/libuv/Makefile,v retrieving revision 1.3 diff

Re: games/hedgewars update?

2017-12-16 Thread Pascal Stumpf
+R =0.9.23 V =$R DISTNAME = hedgewars-src-$V PKGNAME-main = hedgewars-$V @@ -23,16 +22,16 @@ MAINTAINER =Pascal Stumpf http://download.gna.org/hedgewars/ +MASTER_SITES = http://www.hedgewars.org/download/release

[update] mail/nmh

2017-11-26 Thread Pascal Stumpf
Update nmh to 1.7. I've been using this for the past few days without problems (no-sasl) and lightly tested the sasl FLAVOR. This version now supports OAuth, but that pulls in curl and nghttp2. I have chosen to disable it. Is anyone planning on using this? If so, it could probably be folded in

Re: new: net/nyx

2017-11-12 Thread Pascal Stumpf
On Sun, 12 Nov 2017 20:45:36 +0100, Pascal Stumpf wrote: > On Thu, 9 Nov 2017 19:21:39 +, Stuart Henderson wrote: > > On 2017/11/09 17:55, Pascal Stumpf wrote: > > > Nyx is a command-line monitor for Tor. With this you can get detailed > > > real-time informati

Re: new: net/nyx

2017-11-12 Thread Pascal Stumpf
On Thu, 9 Nov 2017 19:21:39 +, Stuart Henderson wrote: > On 2017/11/09 17:55, Pascal Stumpf wrote: > > Nyx is a command-line monitor for Tor. With this you can get detailed > > real-time information about your relay such as bandwidth usage, > > connections

Re: gcc fix libgfortran.la

2017-11-12 Thread Pascal Stumpf
On Sun, 12 Nov 2017 19:22:18 +0100, Steven Mestdagh wrote: > Steven Mestdagh [2017-11-10, 20:56:51]: > > Marc Espie [2017-11-09, 00:40:28]: > > > Can you have a look at a not so quick fix ? I mean such a bogus thing > > > is generated from somewhere in the port. > > > > > > > comparing to what th

Re: [PATCH] add python3 flavor to net/stem

2017-11-12 Thread Pascal Stumpf
On Sat, 11 Nov 2017 14:46:48 -0600, attila wrote: > attila wrote: > > Daniel Jakots wrote: > > > On Thu, 09 Nov 2017 11:30:24 -0600, attila > > > wrote: > > > > > > > The attached patch adds a python3 flavor to net/stem. > > > > > > It's more complicated than that because PKGNAME must be renam

new: net/nyx

2017-11-09 Thread Pascal Stumpf
Nyx is a command-line monitor for Tor. With this you can get detailed real-time information about your relay such as bandwidth usage, connections, logs, and much more. This will finally be replacing net/arm. :) nyx.tar.gz Description: nyx.tar.gz

Re: openscenegraph 3.4.1 + add qt5 flavor

2017-11-07 Thread Pascal Stumpf
On Mon, 6 Nov 2017 12:45:05 +0100, Landry Breuil wrote: > On Sat, Nov 04, 2017 at 06:58:25PM +0100, Pascal Stumpf wrote: > > On Sat, 4 Nov 2017 12:38:06 +0100, Landry Breuil wrote: > > > Hi, > > > > > > here's the update for OSG 3.4.1, and while here ad

Re: openscenegraph 3.4.1 + add qt5 flavor

2017-11-04 Thread Pascal Stumpf
On Sat, 4 Nov 2017 12:38:06 +0100, Landry Breuil wrote: > Hi, > > here's the update for OSG 3.4.1, and while here addded a qt5 FLAVOR i > need for the 3d globe in the upcoming qgis3, via osgearth for which a > port is in the works. I also enabled the gdal/ogr bits. > > comments/testing welcome, e

Re: UPDATE: multimedia/kguitar

2017-10-31 Thread Pascal Stumpf
guitar tab editor > > -DISTNAME = kguitar-0.5.1 > -REVISION=11 > +GH_ACCOUNT = pavelliavonau > +GH_PROJECT = kguitar > +GH_COMMIT = a7c73491ef236134de55cbdcfc9f8cafa2a76ae1 > > -CATEGORIES = multimedia kde > +# commit date MMDD > +DISTNAME

games/xminesweep: fix startup crash

2017-10-09 Thread Pascal Stumpf
This essential piece of software needs stdlib.h for malloc/free/exit. Index: Makefile === RCS file: /cvs/ports/games/xminesweep/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile8 Jun 2014 12:00:54 -

Re: UPDATE: devel/tor to 0.3.1.7

2017-09-27 Thread Pascal Stumpf
On Sat, 23 Sep 2017 21:03:52 +0200, Klemens Nanni wrote: > 0.3.0.11 fixed CVE-2017-0380, TROVE-2017-008 (only affects onion > services with SafeLogging set to 0). > > Directory traffic can now be compressed, pkg-config is used to detect > zstd and lzma at bulid time. > > There are lots of other i

Re: UPDATE: net/tor

2017-08-04 Thread Pascal Stumpf
On Thu, 3 Aug 2017 15:52:04 +0300, Paul Irofti wrote: > Hi again, > > Here's a patch for -stable. I want to bring it up to date, no point in > porting just the patch since this is an application not a library. > > Nonetheless, if you want the patch I can port just that. > https://github.com/torp

Re: [new] devel/gas

2017-07-25 Thread Pascal Stumpf
On Tue, 25 Jul 2017 15:05:36 +0200, Jeremie Courreges-Anglas wrote: > On Tue, Jul 25 2017, Jeremie Courreges-Anglas wrote: > > On Sat, Jul 15 2017, Pascal Stumpf wrote: > >> This is a port of the latest version of GAS from GNU binutils, at the > >> moment for the s

Re: [new] devel/gas

2017-07-16 Thread Pascal Stumpf
On Sun, 16 Jul 2017 13:15:59 +0100, Stuart Henderson wrote: > On 2017/07/16 13:35, Karel Gardas wrote: > > On Sun, Jul 16, 2017 at 11:50 AM, Stuart Henderson > > wrote: > > > On 2017/07/15 16:37, Pascal Stumpf wrote: > > >> This is a port of the latest vers

Re: [new] devel/gas

2017-07-16 Thread Pascal Stumpf
On Sun, 16 Jul 2017 10:50:32 +0100, Stuart Henderson wrote: > On 2017/07/15 16:37, Pascal Stumpf wrote: > > This is a port of the latest version of GAS from GNU binutils, at the > > moment for the sole purpose of providing an assembler for the upcoming > > GCC 7 port on

[new] lang/gcc/7

2017-07-15 Thread Pascal Stumpf
This is a port of GCC 7.1.0. So far it works everywhere the other GCC ports do except MIPS, where the build sends my Octane into a reproducible hang. Investigations continue. Note that this release drops GCJ altogether (yay?). Ada no longer requires trampolines. On aarch64, you will need the dev

[new] devel/gas

2017-07-15 Thread Pascal Stumpf
This is a port of the latest version of GAS from GNU binutils, at the moment for the sole purpose of providing an assembler for the upcoming GCC 7 port on Aarch64. ok? gas.tgz Description: gas.tgz

update tor to 0.2.9.11 on OPENBSD_6_1

2017-06-10 Thread Pascal Stumpf
Security fix for CVE-2017-0375 and CVE-2017-0376. ok? Index: Makefile === RCS file: /cvs/ports/net/tor/Makefile,v retrieving revision 1.100 diff -u -p -r1.100 Makefile --- Makefile2 Mar 2017 21:50:43 - 1.100 +++ Makefi

update: productivity/when

2017-03-02 Thread Pascal Stumpf
://www.lightandmatter.com/when/when.html + +MAINTAINER = Pascal Stumpf # perl PERMIT_PACKAGE_CDROM= Yes Index: distinfo === RCS file: /cvs/ports/productivity/when/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo18

Re: games/hedgewars EAccessViolation on game start

2017-02-04 Thread Pascal Stumpf
On Fri, 3 Feb 2017 22:52:41 +0100, Adam Wolk wrote: > Hi ports, > > Two weeks ago Damien Couderc reported[1] on /r/openbd_gaming that > games/hedgewars > is broken on 6.0. I did a test on -current back then and found the same thing > planning to test a bit later when I find some time to bump my b

Re: Blender switch on Python 3.6

2017-01-09 Thread Pascal Stumpf
On Fri, 6 Jan 2017 23:54:14 +0500, Alexandr Shadchin wrote: > build ok, no test (only run/close) > > OK ? Works for me. ok. > -- > Alexandr Shadchin > > Index: Makefile > === > RCS file: /cvs/ports/graphics/blender/Makefile,v > r

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread Pascal Stumpf
On Tue, 20 Dec 2016 12:33:47 +0200, Paul Irofti wrote: > Hi, > > The new Octave version requires a modern C++ compiler and so I switched > to gcc 4.9. All compiles and seems to be running fine until an exception > is raised, then the program faults. > > This seems to happen on all errors, not jus

Re: hedgewars failed in last bulk

2016-11-04 Thread Pascal Stumpf
On Fri, 4 Nov 2016 09:38:45 +0100, Antoine Jacoutot wrote: > On Thu, Nov 03, 2016 at 10:17:33PM +, Nigel Taylor wrote: > > On 11/03/16 18:30, Nigel Taylor wrote: > > > On 11/03/16 08:27, Antoine Jacoutot wrote: > > > > Just retried and built... > > > > dpb is building > > > > make SUBDIR="ga

net/tor: security fix on OPENBSD_6_0

2016-10-19 Thread Pascal Stumpf
18 May 2016 10:14:07 - 1.90 +++ Makefile19 Oct 2016 12:16:44 - @@ -5,7 +5,7 @@ COMMENT=anonymity service using onion r DISTNAME= tor-0.2.7.6 CATEGORIES=net HOMEPAGE= https://www.torproject.org/ -REVISION= 1 +REVISION= 2 MAINTAINER=Pascal

Re: openvpn-auth-ldap problem

2016-10-18 Thread Pascal Stumpf
On Sun, 16 Oct 2016 12:17:40 +0100, Stuart Henderson wrote: > On 2016/10/11 19:00, Leclerc, Sebastien wrote: > > When starting OpenVPN with module openvpn-auth-ldap activated, I get the > > following: > > > > openvpn:/usr/local/lib/openvpn-auth-ldap.so: /usr/lib/libobjc.so.6.0 : > > WARNING: sym

Re: WIP: GCC 6.2.0

2016-09-07 Thread Pascal Stumpf
On Wed, 7 Sep 2016 22:41:45 +0200, Juan Francisco Cantero Hurtado wrote: > On Sun, Sep 04, 2016 at 01:30:26PM +0100, Pascal Stumpf wrote: > Here's > a preliminary port of GCC 6.2.0, tested only on amd64, i386 and > > sparc64 as I don't have access to anything else at the m

Re: WIP: GCC 6.2.0

2016-09-06 Thread Pascal Stumpf
On Tue, 6 Sep 2016 15:08:37 +0800, Dongsheng Song wrote: > On Sun, Sep 4, 2016 at 8:30 PM, Pascal Stumpf wrote: > > > Here's a preliminary port of GCC 6.2.0, tested only on amd64, i386 and > > sparc64 as I don't have access to anything else at the moment. >

WIP: GCC 6.2.0

2016-09-04 Thread Pascal Stumpf
Here's a preliminary port of GCC 6.2.0, tested only on amd64, i386 and sparc64 as I don't have access to anything else at the moment. Go ahead and play with it. 6.tgz Description: 6.tgz

Re: update: GCC 4.9.4

2016-09-01 Thread Pascal Stumpf
On Thu, 1 Sep 2016 16:13:14 +0200, David Coppa wrote: > On Thu, 01 Sep 2016, Christian Weisgerber wrote: > > > On 2016-08-22, Pascal Stumpf wrote: > > > > > Last bugfix update for GCC 4.9. Works fine here so far, but should > > > probably go into at leas

update: graphics/sfml

2016-08-31 Thread Pascal Stumpf
media @@ -23,17 +22,21 @@ MAINTAINER = Pascal Stumpf http://www.sfml-dev.org/download/sfml/${V}/ -MODULES = devel/cmake +MODULES = devel/cmake gcc4 +MODGCC4_LANGS =c c++ +MODGCC4_ARCHS =* LIB_DEPENDS = audio/o

Re: new: archivers/brotli

2016-08-31 Thread Pascal Stumpf
Fixed tarball attached. brotli.tgz Description: brotli.tgz

new: archivers/brotli

2016-08-31 Thread Pascal Stumpf
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It i

update: GCC 4.9.4

2016-08-22 Thread Pascal Stumpf
Last bugfix update for GCC 4.9. Works fine here so far, but should probably go into at least one bulk. Note that I don't have access to all of my machines right now, so I haven't yet regenerated all adastraps. Index: Makefile === R

Re: wxneeded and gcc 4.9.3

2016-08-21 Thread Pascal Stumpf
On Sun, 21 Aug 2016 15:11:18 +0200, Christian Weisgerber wrote: > Christian Weisgerber: > > > > - --with-ld=/usr/bin/ld \ > > > > Is this enough? > > Yes, it is. My test build agrees. OK with me then. > -- > Christian "naddy" Weisgerber na...@mips.inka.de >

Re: NEW: www/sblg

2016-06-02 Thread Pascal Stumpf
On Wed, 01 Jun 2016 01:44:21 -0600, "Anthony J. Bentley" wrote: > Hi, > > sblg is a utility for creating static blogs: it knits together articles and > templates, generating static HTML files and Atom feeds. It's built for use > with make(1), as blogs depend upon articles, etc. No markdown, no "CM

Re: Add libffi W^X patch to gcc/4.9

2016-05-28 Thread Pascal Stumpf
On Sat, 28 May 2016 15:11:15 +0100, Stuart Henderson wrote: > On 2016/05/28 16:02, Jeremie Courreges-Anglas wrote: > > Stuart Henderson writes: > > > > > Same libffi patch as applied to the port. With this I can now > > > build (and run) pdftk without tripping W^X violations. > > > > > > OK? > >

Re: net/tor: fix example hidden service config

2016-05-17 Thread Pascal Stumpf
On Tue, 17 May 2016 18:05:50 -0400, Michael McConville wrote: > Michael McConville wrote: > > We patch Tor to use /var/tor instead of /var/lib/tor, but the hidden > > service example in the config hasn't been patched. This causes Tor to > > fail on startup if the example is used: > > > > > Error c

Re: GCC, OpenMP, -march=

2016-03-26 Thread Pascal Stumpf
On Sat, 26 Mar 2016 17:25:38 +0100, Hannes Hauswedell wrote: > Hi folks, > > I develop software for work that uses some advanced cpu features and > parallelism. While I fully understand that high-performance is not a > focus for OpenBSD, I would still like to be able to test basic stuff on > my

Re: ports gdb thread handling... (fwd)

2016-03-10 Thread Pascal Stumpf
t, so I had hoped for his comment. > > > > Philip > > > > -- Forwarded message -- > > Date: Sun, 19 Apr 2015 16:18:07 -0700 > > From: Philip Guenther > > To: Pascal Stumpf > > Cc: Mark Kettenis > > Subject: ports gdb thr

Re: libotr security fix

2016-03-10 Thread Pascal Stumpf
On Thu, 10 Mar 2016 10:10:07 +0100, Stefan Sperling wrote: > On Wed, Mar 09, 2016 at 05:32:47PM -0800, Michael McConville wrote: > > Is anyone working on updates for security/libotr and > > security/pidgin-otr? There were releases addressing a scary > > vulnerability this morning: > > > > https://

Re: lang/moarvm breakage

2016-03-05 Thread Pascal Stumpf
On Sat, 5 Mar 2016 19:44:42 +0100, "Dmitrij D. Czarkoff" wrote: > Stuart Henderson said: > > On 2016/03/05 15:11, Antoine Jacoutot wrote: > > > On Sat, Mar 05, 2016 at 02:03:23PM +, Nigel Taylor wrote: > > > > math/libtommath has been updated, moarvm fails to build with version > > > > 1.0, rev

Re: is hedgewars broken?

2016-02-12 Thread Pascal Stumpf
Works for me, and there's a snapshot package from Feb 11. Is hs-dataenc installed? It needed to be revived from the Attic iirc, so I might have fucked the process up ... On Fri, 12 Feb 2016 08:43:49 +0100, Antoine Jacoutot wrote: > >>> Running patch in games/hedgewars,-main at 1455212037 > ===>

Re: LLVM update (again)

2016-02-06 Thread Pascal Stumpf
On Thu, 4 Feb 2016 23:24:46 -0500, Michael McConville wrote: > Michael McConville wrote: > Has anyone else tested this on macppc? I'm > getting the following error > on the latest snapshot during linking. > I'll try rebuilding while saving > a full build log. > > Full build log: LLVM has grown to

Re: LLVM update (again)

2016-01-24 Thread Pascal Stumpf
or > > >something similar :) > > > > > >> > > >> > > >> On 23 January 2016 22:16:16 GMT+00:00, Juan Francisco Cantero Hurtado > > > wrote: > > >> >Can you modify the structure of devel/llvm/ to somethin

Re: LLVM update (again)

2016-01-24 Thread Pascal Stumpf
an Francisco Cantero Hurtado > > wrote: > > >Can you modify the structure of devel/llvm/ to something like > > >devel/llvm/version/? With lang/gcc works pretty well, we can work with > > >the latest version while the ports tree uses the stable version by > >

Re: LLVM update (again)

2016-01-24 Thread Pascal Stumpf
On Sun, 24 Jan 2016 13:30:51 +0100, Pascal Stumpf wrote: > On Sun, 24 Jan 2016 20:02:16 +1100, Jonathan Gray wrote: > > On Sun, Jan 24, 2016 at 09:47:28AM +0100, Pascal Stumpf wrote: > > > On Sun, 24 Jan 2016 17:03:16 +1100, Jonathan Gray wrote: > > > > On Sat, Ja

Re: LLVM update (again)

2016-01-24 Thread Pascal Stumpf
On Sun, 24 Jan 2016 17:03:16 +1100, Jonathan Gray wrote: > On Sat, Jan 23, 2016 at 07:03:23PM -0500, Michael McConville wrote: > > FWIW, I've been running this patch without issue for months. > > > Juan Francisco Cantero Hurtado wrote: > > Can you modify the > structure of devel/llvm/ to something

Re: pledge tor

2016-01-19 Thread Pascal Stumpf
On Tue, 19 Jan 2016 14:35:24 +, Stuart Henderson wrote: > On 2016/01/20 02:04, Carlin Bingham wrote: > > pf - tor supports transparent proxying to pf > > I think it would be reasonable to kill support for the DIOCNATLOOK > method for rdr-to, and only allow the pf-divert ("divert-to") method >

Re: [new] games/dhewm3

2016-01-02 Thread Pascal Stumpf
On Sat, 2 Jan 2016 17:17:57 +1100, Jonathan Gray wrote: > On Fri, Jan 01, 2016 at 06:43:19PM +0100, Pascal Stumpf wrote: > > dhewm 3 is a Doom 3 GPL source modification. > > > > The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all > > suitable plaforms. &

Re: [new] games/dhewm3

2016-01-01 Thread Pascal Stumpf
On Fri, 1 Jan 2016 23:28:15 +0100, Adam Wolk wrote: > On Fri, 01 Jan 2016 18:43:19 +0100 > Pascal Stumpf wrote: > > > dhewm 3 is a Doom 3 GPL source modification. > > > > The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all > > suitable plaforms. >

[new] games/dhewm3

2016-01-01 Thread Pascal Stumpf
dhewm 3 is a Doom 3 GPL source modification. The goal of dhewm 3 is bring DOOM 3 with the help of SDL to all suitable plaforms. This source release does not contain any game data, the game data is still covered by the original EULA and must be obeyed as usual. You must patch the game to the late

Re: [new] devel/lazarus

2015-12-29 Thread Pascal Stumpf
On Tue, 29 Dec 2015 13:34:39 +0100, =?utf-8?Q?J=C3=A9r=C3=A9mie_Courr=C3=A8ges- Anglas?= wrote: > Pascal Stumpf writes: > > > Lazarus is a Rapid Application Development Tool for Free Pascal. > > It comes with the LCL - Lazarus component library, which contains > > pla

Re: latest nqp fails to compile on amd64

2015-12-28 Thread Pascal Stumpf
On Mon, 28 Dec 2015 11:38:12 +0200, Timo =?utf-8?Q?Myyr=C3=A4?= wrote: > Hi, > > Just updated my ports tree to test the new rakudo release. Seems there's some > problem with the nqp compilation as it fails with following error: You need to remove moarvm/nqp/rakudo entirely before building the new

Re: [new] games/hedgewars

2015-12-27 Thread Pascal Stumpf
On Sun, 27 Dec 2015 18:27:01 +0100, Landry Breuil wrote: > On Sun, Dec 27, 2015 at 05:47:29PM +0100, Pascal Stumpf wrote: > > Hedgewars is a turn based strategy, artillery, action and comedy > > game, featuring the antics of pink hedgehogs with attitude as they > > battle fr

[new] games/openmw

2015-12-27 Thread Pascal Stumpf
OpenMW is an attempt to reimplement the popular role playing game Morrowind. It aims to be a fully playable, open source implementation of the game. You must own Morrowind to use OpenMW. Tested with the Morrowind GOTY edition. ok? openmw.tgz Description: openmw.tgz

[new] games/hedgewars

2015-12-27 Thread Pascal Stumpf
Hedgewars is a turn based strategy, artillery, action and comedy game, featuring the antics of pink hedgehogs with attitude as they battle from the depths of hell to the depths of space. As commander, it's your job to assemble your crack team of hedgehog soldiers and bring the war to your enemy.

Re: [new] security/hs-SHA

2015-12-27 Thread Pascal Stumpf
Now with proper MODGHC_PACKAGE_KEY. hs-SHA.tgz Description: hs-SHA.tgz

[new] security/hs-SHA

2015-12-27 Thread Pascal Stumpf
This library implements the SHA suite of message digest functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based HMAC routines. The functions have been tested against most of the NIST and RFC test vectors for the various functions. While some attention has been

[new] devel/lazarus

2015-12-27 Thread Pascal Stumpf
Lazarus is a Rapid Application Development Tool for Free Pascal. It comes with the LCL - Lazarus component library, which contains platform independent visual components like buttons, windows, checkbox, treeview and many, many more. The LCL is platform independent, so you can write an application o

Re: NEW devel/mygui

2015-12-26 Thread Pascal Stumpf
On Sat, 26 Dec 2015 17:04:40 +0300, "Kirill Bychkov" wrote: > Hi, > This is a port of MyGUI, a library for creating GUIs for games and 3D > applications. > It is needed for upcoming OpenMW (Morrowind engine) port from pascal@. > > OK? Hmm, I think libEditorFramework needs SO versioning, no? It'

Re: Here is how to build and install BitcoinD (0.11.2 = latest) on OpenBSD. Can you please make a "net/bitcoin" port of these instructions?

2015-12-16 Thread Pascal Stumpf
I think this needs some serious work, at least an updated databases/db/v4 and some solution to that ugly LibreSSL problem. I'm not really using this in any way, so I won't spend that kind of effort on it. On Wed, 16 Dec 2015 18:26:04 +0800, poweru...@openmailbox.org wrote: > Guys, > > What do yo

Re: [update] perl6: rakudo/nqp/moarvm to 2015.11, parrot to 7.10.0

2015-12-09 Thread Pascal Stumpf
On Tue, 8 Dec 2015 20:50:36 +, Stuart Henderson wrote: > On 2015/12/08 11:22, Andrew Fresh wrote: > > On Wed, Dec 09, 2015 at 05:24:03AM +1300, Carlin Bingham wrote: > > > Updates everything to the November release. > > > > Seems to fix a bug I ran into with "skip-empty". > > > > pkg_add -r r

Re: update net/tor

2015-11-23 Thread Pascal Stumpf
1.86 Makefile --- Makefile20 Jul 2015 19:55:58 - 1.86 +++ Makefile23 Nov 2015 17:44:57 - @@ -2,27 +2,29 @@ COMMENT= anonymity service using onion routing -DISTNAME= tor-0.2.6.10 +DISTNAME= tor-0.2.7.5 CATEGORIES=net HOMEPAGE= https://

Re: net/tor - add Flavor

2015-11-15 Thread Pascal Stumpf
On Sat, 14 Nov 2015 21:37:08 +0100, Uwe Werler wrote: > On Sat, Nov 14, 2015 at 08:40:40PM +0100, Pascal Stumpf wrote: > > On Fri, 13 Nov 2015 17:37:12 -0500, Michael McConville wrote: > > > Uwe Werler wrote: > > > > Hello list, > > > > > >

Re: net/tor - add Flavor

2015-11-14 Thread Pascal Stumpf
On Fri, 13 Nov 2015 17:37:12 -0500, Michael McConville wrote: > Uwe Werler wrote: > > Hello list, > > > > I'd like to add a Flavor to tor which allows Tor2webMode: > > This seems like a rare enough use-case that it probably isn't worth a > flavor. I tend to agree. A tor2web proxy is an extreme

Re: update: devel/llvm

2015-11-11 Thread Pascal Stumpf
On Wed, 11 Nov 2015 17:32:35 +, Stuart Henderson wrote: > On 2015/11/11 10:26, Michael McConville wrote: > > Pascal Stumpf wrote: > > > mmc@ reminded me that I had been slacking on getting this into the tree. > > > > > > This patch updates LLVM to ve

LLVM update: infrastructure changes

2015-11-11 Thread Pascal Stumpf
* export variables pertaining to WANTLIB and LIB_DEPENDS even when not using the gcc4 compiler (can be committed independently of the update) * use these variables in clang.port.mk Index: gcc/4.9/gcc4.port.mk === RCS file: /cvs/ports

Re: [update] perl6: rakudo/nqp/moarvm to 2015.10, parrot to 7.9.0

2015-11-04 Thread Pascal Stumpf
On Tue, 03 Nov 2015 09:28:57 +1300, Carlin Bingham wrote: > Updates everything to the latest (October) release. > The path patches for nqp and moarvm are no longer needed as those paths are > used upstream. Thanks; I've got a similar patch ready with some other stuff for rakudo/nqp/moar, will com

Re: gcc/4.9 -msse4.2

2015-10-16 Thread Pascal Stumpf
On Thu, 15 Oct 2015 20:09:57 +0100, Stuart Henderson wrote: > On 2015/10/15 18:16, Pascal Stumpf wrote: > > On Wed, 14 Oct 2015 18:18:21 +0100, Stuart Henderson wrote: > > > The gcc 4.9 port supports -msse4.2, but our assembler doesn't > > > support (at least s

Re: gcc/4.9 -msse4.2

2015-10-16 Thread Pascal Stumpf
On Fri, 16 Oct 2015 13:16:59 +1100, Jonathan Gray wrote: > On Thu, Oct 15, 2015 at 08:09:57PM +0100, Stuart Henderson wrote: > > On 2015/10/15 18:16, Pascal Stumpf wrote: > > > On Wed, 14 Oct 2015 18:18:21 +0100, Stuart Henderson wrote: > > > > The gcc 4.9 port suppor

<    1   2   3   4   5   6   >