Bug 158738 - japanese/ical: fix build on 9.0
Summary: japanese/ical: fix build on 9.0
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 18:00 UTC by Scot Hetzel
Modified: 2011-08-15 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.35 KB, patch)
2011-07-08 18:00 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2011-07-08 18:00:01 UTC
ical fails to build on 9.0-CURRENT due to it depends on an older version of tk/tcl 8.0 patched for the japanese language that is marked broken on 9.0-CURRENT.

Fix: In my research, it looks like tk/tcl 8.1+ has native support for other languages (including japanese).

If this is correct, the attached patch changes the dependancy from japanese/tk80 to any available tk/tcl.

The attached patch also makes the japanese/ical port a slave port of the deskutils/ical port.

This patch also depends on PR 158737 for the deskutils/ical port.

http://www.freebsd.org/cgi/query-pr.cgi?pr=158737

Patch attached with submission follows:
How-To-Repeat: Try to build the port on a 9.0-CURRENT system:

cd /usr/ports/japanese/ical
make build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-08 18:00:23 UTC
Maintainer of japanese/ical,

Please note that PR ports/158738 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158738

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-08 18:00:26 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Takeshi MUTOH 2011-07-09 02:31:17 UTC
Hi, I'm MAINTAINER of japanese/ical.

On 2011/07/09, at 2:00, Edwin Groothuis wrote:
> Maintainer of japanese/ical,
>=20
> Please note that PR ports/158738 has just been submitted.

This patch work fine.
Thank you for Scot.

Furthermore, I check the ports/158737 patched deskutils/ical,  it can =
use Japanese input via XIM.

So, I think that we can delete japanese/ical ports.
--
Takeshi MUTOH <mutoh@openedu.org>=
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-07-09 06:17:35 UTC
State Changed
From-To: feedback->open

Maintainer approved. 

Note, however, that with ports/158737 instead, the masterport would 
be able to to everything that this port does.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-08-15 08:52:46 UTC
tota        2011-08-15 07:52:37 UTC

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    japanese             Makefile 
  Removed files:
    japanese/ical        Makefile distinfo 
    japanese/ical/files  patch-aa patch-ab patch-ac 
  Log:
  - Use deskutils/ical instead of this port [1]
  
  PR:             ports/158738
  Submitted by:   Scot Hetzel <swhetzel_AT_gmail_DOT_com>
  Approved by:    Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1]
  
  Revision  Changes    Path
  1.2567    +2 -1      ports/MOVED
  1.776     +0 -1      ports/japanese/Makefile
  1.11      +0 -41     ports/japanese/ical/Makefile (dead)
  1.4       +0 -4      ports/japanese/ical/distinfo (dead)
  1.2       +0 -247    ports/japanese/ical/files/patch-aa (dead)
  1.2       +0 -10     ports/japanese/ical/files/patch-ab (dead)
  1.2       +0 -12     ports/japanese/ical/files/patch-ac (dead)
_______________________________________________
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"
Comment 6 TAKATSU Tomonari freebsd_committer freebsd_triage 2011-08-15 08:54:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!