I'm trying to build a custom OOo package for a friend, but the port Makefile is flawed, when TWEAK_L10N is specified. He wants me to build the package with: LOCALIZED_LANG= all TWEAK_L10N= yes WITH_TTF_BYTECODE_ENABLED=yes WITHOUT_MOZILLA= yes WITH_CUPS= yes Now, I'm not sure what TWEAK_L10N is actually about and if I need it. Any hint would be appreciated. Fix: In the TWEAK_L10N section, mkdir the cookie dir before trying to touch anything in there. How-To-Repeat: cd /usr/ports/editors/openoffice.org-2 % make __MAKE_CONF=/dev/null WRKDIRPREFIX=/vol/obj TWEAK_L10N=yes extract touch: /vol/obj/usr/ports/editors/openoffice.org-2/work/.extract_done.openoffice.org._usr_local: No such file or directory *** Error code 1
Responsible Changed From-To: freebsd-ports-bugs->openoffice Over to maintainer
State Changed From-To: open->closed Fix has been committed, thanks.
maho 2007-10-03 00:37:59 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-devel Makefile Log: Cosmetic change in TWEAK_L10N section, mkdir the cookie dir before trying to touch. Actually this option should not be used. PR: 111632 Submitted by: Ulrich Spoerlein Revision Changes Path 1.306 +1 -0 ports/editors/openoffice.org-2-RC/Makefile 1.336 +1 -0 ports/editors/openoffice.org-2-devel/Makefile 1.287 +1 -0 ports/editors/openoffice.org-2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"