From owner-freebsd-office@FreeBSD.ORG Tue Aug 30 09:15:56 2011 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF8A81065672; Tue, 30 Aug 2011 09:15:56 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6EDD28FC23; Tue, 30 Aug 2011 09:15:56 +0000 (UTC) Received: by qwc9 with SMTP id 9so4696511qwc.13 for ; Tue, 30 Aug 2011 02:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=phFPerzPvp0Na5isynOq6yRcLDS+5KmgZkFqEL66Wyg=; b=FCODPl3RPP4lK9OiIZPWyL+2/kF3jg13qa/x3Ge0wm49BNLPmwK17WM829ujQprsJr qZG3PgqKwRIopuTTRj1tVxivWZJHW2dA5GoNuzVBd8DUyVy4g5quj8hzjZ9W9VutIqM4 0uero61BCZXfMqWT2XZNOozR2CwjlSSwiKQDQ= MIME-Version: 1.0 Received: by 10.229.64.80 with SMTP id d16mr6529666qci.169.1314694203747; Tue, 30 Aug 2011 01:50:03 -0700 (PDT) Received: by 10.229.89.138 with HTTP; Tue, 30 Aug 2011 01:50:03 -0700 (PDT) In-Reply-To: <4E5CA173.6070205@FreeBSD.org> References: <4E5CA173.6070205@FreeBSD.org> Date: Tue, 30 Aug 2011 11:50:03 +0300 Message-ID: From: George Liaskos To: Gabor PALI Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-office@freebsd.org Subject: Re: LibreOffice progress. X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2011 09:15:56 -0000 > Maybe because you forgot to include these lines in the Makefile? > > .if defined(WITH_SDK) > .for subdir in include share/idl share/libreoffice share/doc > =C2=A0 =C2=A0 =C2=A0 =C2=A0@cd ${LODESTDIR}/${PREFIX}/${subdir} && ${FIND= } -H -s * -type f > -o -type l | \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0${SED} -e 's|^|${s= ubdir}/|' >> ${PLISTF} > =C2=A0 =C2=A0 =C2=A0 =C2=A0@cd ${LODESTDIR}/${PREFIX}/${subdir} && ${FIND= } -d * -type d | \ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0${SED} -e 's|^|@di= rrm ${subdir}/|' >> ${PLISTD} > .endfor > .endif > > =C2=A0 =C2=A0 =C2=A0 =C2=A0@${SORT} ${PLISTF} >> ${TMPPLIST} > =C2=A0 =C2=A0 =C2=A0 =C2=A0@${SORT} -r ${PLISTD} >> ${TMPPLIST} > > .if defined(WITH_SDK) > .for subdir in include share/idl share/libreoffice share/doc > =C2=A0 =C2=A0 =C2=A0 =C2=A0@${ECHO_CMD} "@unexec ${RMDIR} %D/${subdir} 2>= /dev/null || > ${TRUE}" >> ${TMPPLIST} > .endfor > .endif > > It is in bapt's github repository [1], but somehow it was lost during > the integration to the Ports Collection :-( > > >> PS. I like how we moved from DVCS to d-tarballs. :p > > -1 :-( > > > [1] > https://github.com/bapt/libreoffice-ports/blob/master/editors/libreoffice= /Makefile Ah ok, bapt send me a new tarball on irc. http://www.freebsd.org/~bapt/libreoffice.tar.gz Thank you.