From owner-freebsd-office@FreeBSD.ORG Fri Feb 8 20:40:03 2013 Return-Path: Delivered-To: office@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B2B3AD9 for ; Fri, 8 Feb 2013 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 06099EA2 for ; Fri, 8 Feb 2013 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Ke2mB064308 for ; Fri, 8 Feb 2013 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Ke2dA064307; Fri, 8 Feb 2013 20:40:02 GMT (envelope-from gnats) Date: Fri, 8 Feb 2013 20:40:02 GMT Message-Id: <201302082040.r18Ke2dA064307@freefall.freebsd.org> To: office@FreeBSD.org From: Chris Rees Subject: Re: ports/175953: editors/libreoffice-3.6.5_1 is broken X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chris Rees List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:40:03 -0000 The following reply was made to PR ports/175953; it has been noted by GNATS. From: Chris Rees To: "bug-followup@freebsd.org" , Jung-uk Kim Cc: Subject: Re: ports/175953: editors/libreoffice-3.6.5_1 is broken Date: Fri, 8 Feb 2013 20:37:17 +0000 This is because @dirrmtry is used in post-install target. It is not a real command, and there is magic in bsd.port.mk to morph it into @unexec rmdir {} 2>/dev/null || true, but this is done before post-install. Please try the patch at [1], and let me know if it fixes it. Chris http://www.bayofrum.net/~crees/patches/libreoffice-dirrmtry.diff