Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread Ian Mcwilliam
Using --enable-debug successfully build a package for me. Can you try that instead. ===> Building package for samba-4.4.3p0 Create /usr/packages/amd64/all/samba-4.4.3p0.tgz Link to /usr/packages/amd64/ftp/samba-4.4.3p0.tgz Link to /usr/packages/amd64/cdrom/samba-4.4.3p0.tgz `/usr/ports/pobj/samb

Re: [NEW] emulators/hatari

2016-06-02 Thread Anthony J. Bentley
Hi Frederic, Frederic Cambus writes: > Here is a new port : emulators/hatari > > Tested on amd64. > > From DESCR : > > Hatari is an Atari ST/STE/TT/Falcon emulator for Linux, FreeBSD, NetBSD, > BeOS, Mac-OSX and other Systems which are supported by the SDL library. > Unlike most other open sour

UPDATE: net/websockify-0.8.0 plus SECURITY fix

2016-06-02 Thread Gleydson Soares
Below there's a diff that updates websockify to latest release 0.8.0 and adds a patch that fix a SECURITY issue related at: http://marc.info/?l=full-disclosure&m=146469562404285&w=2 patch comes from upstream https://github.com/kanaka/websockify/commit/192ec6f5f9bf9c80a089ca020d05ad4bd9e7bcd9.patch

Re: www/lynx v. 'exec' and 'proc' promises

2016-06-02 Thread Theo de Raadt
> Siding with Daniel on this one. I don't like the idea of trading security > for convenience. I don't understand where that concept comes from. Let's look at just two details of this picture: - Lynx is 20 year old code maintained in an "add stuff to it" fashion by people who aren't concerned

Re: go missing cgo?

2016-06-02 Thread Joel Sing
On Thursday 02 June 2016 21:02:58 Ted Unangst wrote: > Trying to build anything with go 1.6 results in an error. > > $ go build hello.go > package main > imports runtime: C source files not allowed when not using cgo or > SWIG: atomic_amd64x.c defs.c float.c heapdump.c lfstack.c mall

Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread johnw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 No, I do not have any .libs package in /var/db/pkg/ (All packages is updated) Thank your help. On 2016年6月3日 上午7:38:46 [GMT+08:00], Ian Mcwilliam wrote: >I haven't built samba with the developer option since the 3.x days. >When I find some time I'

php-5.6.21-no_suhosin build failure

2016-06-02 Thread Devin Ceartas
I have a AMD VM running 5.9-stable. The command given was: /usr/ports/lang/php/5.6# env FLAVOR=no_suhosin SUBPACKAGE="-main" FETCH_PACKAGES=Yes make install The output stalled at a prompt asking what file to patch. I entered return, then "y", and it died. Here's the last screen of the output:

Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread Ian Mcwilliam
I am currently attempting to build with just --enable-debug to enable debug symbols and not the full --enable-developer to see if we can get that far at least. Ian McWilliam From: johnw [johnw.m...@gmail.com] Sent: Friday, 3 June 2016 12:06 PM To: Ian M

Re: autoconf-2.69: autom4te breakage with our m4

2016-06-02 Thread Nigel Taylor
On 06/02/16 22:45, Christian Weisgerber wrote: > I'll just throw this out for the collective memory: > > Regenerating regression tests with autom4te from autoconf-2.69 is buggy. > I did this with the testsuite included in GNU tar 1.29. Commands with a > leading parenthesis... > > onetop05.at:(mk

Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread Ian Mcwilliam
"Missing node signature" is likely to be a WAF build thingy related. Probably missing some header file. Yuk. Ian McWilliam From: johnw [johnw.m...@gmail.com] Sent: Thursday, 2 June 2016 12:03 PM To: Ian Mcwilliam; ports@openbsd.org Cc: Ian McWilliam; Jer

go missing cgo?

2016-06-02 Thread Ted Unangst
Trying to build anything with go 1.6 results in an error. $ go build hello.go package main imports runtime: C source files not allowed when not using cgo or SWIG: atomic_amd64x.c defs.c float.c heapdump.c lfstack.c malloc.c mcache.c mcentral.c mem_openbsd.c mfixalloc.c mgc0

Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread Ian Mcwilliam
I haven't built samba with the developer option since the 3.x days. When I find some time I'll take a look. Just our of curiosity you don't have any .libs-* packages in /var/db/pkg/ ? if you do can you pkg_delete them. Ian McWilliam From: johnw [johnw.

alpha bulk build report

2016-06-02 Thread landry
bulk build on alpha-1.ports.openbsd.org started on Thu May 26 11:43:36 MDT 2016 finished at Thu Jun 2 16:01:12 MDT 2016 lasted 07D21h17m done with kern.version=OpenBSD 6.0-beta (GENERIC.MP) #445: Wed May 25 18:12:22 MDT 2016 built packages:6085 May 26:463 May 27:302 May 28:606 May 29:423 May 30:

autoconf-2.69: autom4te breakage with our m4

2016-06-02 Thread Christian Weisgerber
I'll just throw this out for the collective memory: Regenerating regression tests with autom4te from autoconf-2.69 is buggy. I did this with the testsuite included in GNU tar 1.29. Commands with a leading parenthesis... onetop05.at:(mkdir d1 remfiles01.at:(tar -c -f a -z --remove-files b c 2>err

Re: www/lynx v. 'exec' and 'proc' promises

2016-06-02 Thread Frederic Cambus
On Thu, Jun 02, 2016 at 09:54:05AM -0400, Daniel Dickman wrote: > sorry. I don't really like this patch. > > I'd prefer a proper fix for 1. keeping the current behaviour is a good > reminder that some more work is needed. if we paper over the problem I don't > think there will be the same incent

Re: [NEW] emulators/advancemame

2016-06-02 Thread Frederic Cambus
On Thu, May 12, 2016 at 09:26:32PM +0200, Frederic Cambus wrote: > > Here is a new port, for AdvanceMAME. > > The install target from release Makefile attempts to install lots > of non relevant stuff (some of which Linux specific), so using > do-install instead to keep only what's useful. > > p

Re: [new] lang/mlton

2016-06-02 Thread David Coppa
On Thu, May 26, 2016 at 4:51 PM, wrote: > Hi ports@, > > I would like to add port for MLton compiler. > > From pkg/DESCR: > MLton is an open-source, whole-program, optimizing Standard ML compiler. > > Please note, that the bugfix [1] should be applied for the default > OpenBSD GCC 4.2.1 to compil

New: mail/libsrs2

2016-06-02 Thread Joerg Jung
Hi, please find attached a port for libsrs2. I kept it simple and left out the perl and python bindings for now, as I just do not need them. $ cat pkg/DESCR libsrs2 is the next generation SRS library from the origi

Re: UPDATE: snes9x to 1.53

2016-06-02 Thread Florian Stinglmayr
ping? Index: Makefile === RCS file: /cvs/ports/emulators/snes9x/Makefile,v retrieving revision 1.30 diff -u -p -u -r1.30 Makefile --- Makefile2 Apr 2015 14:14:33 - 1.30 +++ Makefile7 May 2016 14:53:11 - @@ -4,12

Re: powerpc bulk build report

2016-06-02 Thread Rafael Sadowski
On Thu Jun 02, 2016 at 10:05:20AM -0600, lan...@openbsd.org wrote: > bulk build on macppc-1.ports.openbsd.org > started on Tue May 3 13:05:27 MDT 2016 > finished at Sun May 29 08:55:54 MDT 2016 > lasted 26D12h50m > done with kern.version=OpenBSD 6.0-beta (GENERIC.MP) #1085: Fri May 13 > 11:27:30

Re: NEW: www/sblg

2016-06-02 Thread Kristaps Dzonsons
>> 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 "CMS", no >> CGI, no PHP. Just a simple tool for pulling data from articl

powerpc bulk build report

2016-06-02 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Tue May 3 13:05:27 MDT 2016 finished at Sun May 29 08:55:54 MDT 2016 lasted 26D12h50m done with kern.version=OpenBSD 6.0-beta (GENERIC.MP) #1085: Fri May 13 11:27:30 MDT 2016 built packages:7871 May 14:1331 May 15:848 May 16:349 May 26:651 May

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: www/lynx v. 'exec' and 'proc' promises

2016-06-02 Thread Daniel Dickman
sorry. I don't really like this patch. I'd prefer a proper fix for 1. keeping the current behaviour is a good reminder that some more work is needed. if we paper over the problem I don't think there will be the same incentive to fix things properly. for 2 I don't like the idea of adding a flavo

Re: SAMBA crash of smbd(18370) signal 6

2016-06-02 Thread Vijay Sankar
Quoting johnw : On 06/02/16 07:54, Ian Mcwilliam wrote: Can you also build samba with debug symbols. You'll have to uncomment the --enable-developer section in the ports/net/samba/Makefile and rebuild and reinstall. Ian McWilliam When I building the samba with "--enable-developer", I got th

www/lynx v. 'exec' and 'proc' promises

2016-06-02 Thread Dmitrij D. Czarkoff
Hi! The following diff changes two related aspects of www/lynx port: 1. Currently lynx dies to SIGABRT from pledge when user follows URL for image files. I guess the same happens when user configures mailcap or handlers for mime types. Properly removing this functionality from

Re: editors/emacs gtk3 flavor is unusable

2016-06-02 Thread Jeremie Courreges-Anglas
Alex Greif writes: > still the same problem here... yup... if no one succeeds in debugging this, I'll probably unhook the gtk3 flavor. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: [new] lang/mlton

2016-06-02 Thread Sebastien Marie
On Thu, Jun 02, 2016 at 05:43:54PM +1200, m...@extensibl.com wrote: > Hi ports@, > > Could anyone please check and maybe even commit MLton compiler port to the > ports tree? > > The updated version is attached. > > Comments and help with testing are much appreciated. > I just read the port. n

Re: editors/emacs gtk3 flavor is unusable

2016-06-02 Thread Alex Greif
still the same problem here... $ dmesg | head -n 2 OpenBSD 6.0-beta (GENERIC.MP) #2163: Wed Jun 1 18:31:49 MDT 2016 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP $ pkg_info | grep emacs emacs-24.5p3-gtk3 GNU editor: extensible, customizable, self-documenting Ale