Bug 111632 - editors/openoffice.org-2: Unable to extract with TWEAK_L10N
Summary: editors/openoffice.org-2: Unable to extract with TWEAK_L10N
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-15 20:30 UTC by Ulrich Spoerlein
Modified: 2007-10-03 01:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (546 bytes, patch)
2007-04-15 20:30 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2007-04-15 20:30:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-15 20:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2007-10-03 01:38:05 UTC
State Changed
From-To: open->closed

Fix has been committed, thanks.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-10-03 01:38:07 UTC
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"