Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 20:40:02 GMT
From:      Chris Rees <utisoft@gmail.com>
To:        office@FreeBSD.org
Subject:   Re: ports/175953: editors/libreoffice-3.6.5_1 is broken
Message-ID:  <201302082040.r18Ke2dA064307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175953; it has been noted by GNATS.

From: Chris Rees <utisoft@gmail.com>
To: "bug-followup@freebsd.org" <bug-followup@freebsd.org>, Jung-uk Kim <jkim@freebsd.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302082040.r18Ke2dA064307>