[patch] port:editors/openoffice.org-3-RC cannot build sdk

Edward Sutton mirror176 at hotmail.com
Mon Sep 29 18:35:04 UTC 2008


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


More information about the freebsd-openoffice mailing list