LibreOffice progress.
Gabor PALI
pgj at FreeBSD.org
Tue Aug 30 08:41:04 UTC 2011
On 08/30/11 10:28, George Liaskos wrote:
> the only thing that is left is the plist; SDK leaves a ton of files behind.
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
More information about the freebsd-office
mailing list