Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2011 10:38:11 +0200
From:      Gabor PALI <pgj@FreeBSD.org>
To:        freebsd-office@freebsd.org
Subject:   Re: LibreOffice progress.
Message-ID:  <4E5CA173.6070205@FreeBSD.org>
In-Reply-To: <CANcjpOAf1JSGr9oaCi5Vs=d_piy09DenNn_vggyzhbNNxW8_zA@mail.gmail.com>
References:  <CANcjpOAf1JSGr9oaCi5Vs=d_piy09DenNn_vggyzhbNNxW8_zA@mail.gmail.com>

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




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