LibreOffice progress.

George Liaskos geo.liaskos at gmail.com
Tue Aug 30 09:15:56 UTC 2011


> 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
>        @cd ${LODESTDIR}/${PREFIX}/${subdir} && ${FIND} -H -s * -type f
> -o -type l | \
>                ${SED} -e 's|^|${subdir}/|' >> ${PLISTF}
>        @cd ${LODESTDIR}/${PREFIX}/${subdir} && ${FIND} -d * -type d | \
>                ${SED} -e 's|^|@dirrm ${subdir}/|' >> ${PLISTD}
> .endfor
> .endif
>
>        @${SORT} ${PLISTF} >> ${TMPPLIST}
>        @${SORT} -r ${PLISTD} >> ${TMPPLIST}
>
> .if defined(WITH_SDK)
> .for subdir in include share/idl share/libreoffice share/doc
>        @${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.


More information about the freebsd-office mailing list