From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 15 14:50:11 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E957F10656A5 for ; Mon, 15 Nov 2010 14:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9C98FC1D for ; Mon, 15 Nov 2010 14:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAFEoA8F018450 for ; Mon, 15 Nov 2010 14:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAFEoA12018449; Mon, 15 Nov 2010 14:50:10 GMT (envelope-from gnats) Date: Mon, 15 Nov 2010 14:50:10 GMT Message-Id: <201011151450.oAFEoA12018449@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bartosz Stec Cc: Subject: Re: ports/139867: mail/isoqlog catch segmentation fault under AMD64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bartosz Stec List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 14:50:12 -0000 The following reply was made to PR ports/139867; it has been noted by GNATS. From: Bartosz Stec To: Stefan Walter Cc: arved@freebsd.org, GNATS Subject: Re: ports/139867: mail/isoqlog catch segmentation fault under AMD64 Date: Mon, 15 Nov 2010 15:05:06 +0100 >> I patched a port by hashing BROKEN line and then I fetched patch file to >> mail/isoqlog/files. I also tried to patch manually, which was >> succesfull, but with the same result. > looking at Tilman's patch, I see it's not a patch to be placed into the > files/ directory, but a patch to modify the port. Please copy the patch > file to the port's directory and run "patch< patch-isoqlog". It should > create a couple of files in the files/ directory. After that, retry to > build/install the port. > > Regards, > Stefan You're right, I tried it several ways but none of them was right I suppose :) Patching directly from port directory after '#make extract' fixed warnings and segfault is gone too. Thanks for your good work Tilman!