Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2011 11:50:03 +0300
From:      George Liaskos <geo.liaskos@gmail.com>
To:        Gabor PALI <pgj@freebsd.org>
Cc:        freebsd-office@freebsd.org
Subject:   Re: LibreOffice progress.
Message-ID:  <CANcjpOC87X=rqybD27X--Fj8Hh2-CdLLofJMSgE4F5kwtnMFkg@mail.gmail.com>
In-Reply-To: <4E5CA173.6070205@FreeBSD.org>
References:  <CANcjpOAf1JSGr9oaCi5Vs=d_piy09DenNn_vggyzhbNNxW8_zA@mail.gmail.com> <4E5CA173.6070205@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANcjpOC87X=rqybD27X--Fj8Hh2-CdLLofJMSgE4F5kwtnMFkg>