Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2014 14:14:45 -0500
From:      Pedro Giffuni <pfg@freebsd.org>
To:        office@FreeBSD.org
Subject:   Re: Apache OpenOffice: problems building the SDK
Message-ID:  <5457D425.2040702@freebsd.org>
In-Reply-To: <545699F5.7060600@freebsd.org>
References:  <545699F5.7060600@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070009010404010109020704
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

An update ...

It seems like it may just be an issue of adjusting the renamed tarballs.
This patch worked here.

Enjoy,

Pedro.

On 11/02/14 15:54, Pedro Giffuni wrote:
> Hello;
>
> Some time ago I tried to build the OpenOffice SDK but failed. This is 
> done as an additional step (make sdk) after building. I didn't look 
> further as I was busy with some other stuff but it looked like 
> stagedir issues.
>
> I had a quick look now and it looks to me like some of the packaging 
> has been broken before the staging.
>
> Here is a patch (currently untested as it takes me quite a while to 
> build this).
>
> Cheers,
>
> Pedro.


--------------070009010404010109020704
Content-Type: text/x-patch;
 name="sdk.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="sdk.diff"

Index: files/Makefile.others
===================================================================
--- files/Makefile.others	(revision 372093)
+++ files/Makefile.others	(working copy)
@@ -16,7 +16,7 @@
 
 package-canonical:
 	@${ECHO_MSG} "===>   Canonical packaging for Apache OpenOffice";
-	@${CP} ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice/archive/install/${LOCALIZED_LANG}/${PACKAGE_PREFI}* .
+	@${CP} ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice/archive/install/${LOCALIZED_LANG}/${PACKAGE_PREFIX}* .
 
 sdk:
 	@${ECHO_MSG} "===>   Make SDK of Apache OpenOffice"
@@ -23,7 +23,7 @@
 	@${RM} -fr ${WRKDIR}/sdk_tmp
 	@${MKDIR} ${WRKDIR}/sdk_tmp
 	@cd ${WRKDIR}/sdk_tmp ; \
-		${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_SDK/archive/install/${LOCALIZED_LANG}/Apache_OpenOffice_*SDK*.tar.gz
+		${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/Apache_OpenOffice_SDK/archive/install/${LOCALIZED_LANG}/Apache_OpenOffice-*SDK*.tar.gz
 	@cd ${WRKDIR}/sdk_tmp/Apache_*/openoffice* ; \
 		${MKDIR} ../${INSTALLATION_BASEDIR}_sdk ; \
 		${MV} * ../${INSTALLATION_BASEDIR}_sdk ; cd .. ; \

--------------070009010404010109020704--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5457D425.2040702>