Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2008 11:23:03 -0700
From:      Edward Sutton <mirror176@hotmail.com>
To:        <openoffice@freebsd.org>
Subject:   [patch] port:editors/openoffice.org-3-RC cannot build sdk
Message-ID:  <BAY110-W56FAB4EE579C338829DDE5E6400@phx.gbl>

index | next in thread | raw e-mail


The following patch changes the name of the archive to extract; openoffice* did not exist in that directory on my system which causes `make sdk` to fail. I am not sure if this change also impacts other openoffice ports.

--- files/Makefile.others.orig    2008-09-26 23:13:13.000000000 -0700
+++ files/Makefile.others    2008-09-26 23:21:49.000000000 -0700
@@ -24,7 +24,7 @@
     @${RM} -fr ${WRKDIR}/sdk_tmp
     @${MKDIR} ${WRKDIR}/sdk_tmp
     @cd ${WRKDIR}/sdk_tmp ; \
-        ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_SDK/bsd/install/${LOCALIZED_LANG}/freebsd-*/openoffice*.t?z
+        ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_SDK/bsd/install/${LOCALIZED_LANG}/freebsd-*/ooobasis*.t?z
     @cd ${WRKDIR}/sdk_tmp/opt/openoffice* ; \
         ${MKDIR} ../${INSTALLATION_BASEDIR}_sdk ; \
         ${MV} * ../${INSTALLATION_BASEDIR}_sdk ; cd .. ; \


_________________________________________________________________
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

help

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