From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 15 13:50:16 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 AEE8610656C6 for ; Mon, 15 Nov 2010 13:50:16 +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 9D0CF8FC14 for ; Mon, 15 Nov 2010 13:50:16 +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 oAFDoGdQ056898 for ; Mon, 15 Nov 2010 13:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAFDoGZl056897; Mon, 15 Nov 2010 13:50:16 GMT (envelope-from gnats) Date: Mon, 15 Nov 2010 13:50:16 GMT Message-Id: <201011151350.oAFDoGZl056897@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Stefan Walter 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: Stefan Walter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 13:50:16 -0000 The following reply was made to PR ports/139867; it has been noted by GNATS. From: Stefan Walter To: Bartosz Stec Cc: arved@freebsd.org, GNATS Subject: Re: ports/139867: mail/isoqlog catch segmentation fault under AMD64 Date: Mon, 15 Nov 2010 14:49:25 +0100 Hi Bartosz, Bartosz Stec, 15.11.10, 14:02h CET: > 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