Bug 105903 - x11/mlterm build fails when WITH_UIM is defined
Summary: x11/mlterm build fails when WITH_UIM is defined
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-27 07:30 UTC by mitsuru
Modified: 2006-12-03 10:00 UTC (History)
0 users

See Also:


Attachments
file.diff (343 bytes, patch)
2006-11-27 07:30 UTC, mitsuru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitsuru 2006-11-27 07:30:07 UTC
	When WITH_UIM is defined, x11/mlterm build tries to
        install uim even if uim is already installed.
        As uim-1.2.1 has libuim.so.3, not libuim.so.2, LIB_DEPENDS
        in the Makefile of x11/mlterm should be uim.3 instead of uim.2.

How-To-Repeat: 	make WITH_UIM=yes in x11/mlterm
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-27 07:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-03 09:57:10 UTC
nobutaka    2006-12-03 09:56:59 UTC

  FreeBSD ports repository

  Modified files:
    x11/mlterm           Makefile 
  Log:
  Correct libuim version in LIB_DEPENDS to fix build error with WITH_UIM.
  
  PR:             ports/105903
  Submitted by:   mitsuru@riken.jp
  
  Revision  Changes    Path
  1.38      +1 -1      ports/x11/mlterm/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"
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2006-12-03 09:57:24 UTC
State Changed
From-To: open->closed

Fixed, thanks!