Bug 150495 - x11/mlterm build fails on 7.3-RELEASE
Summary: x11/mlterm build fails on 7.3-RELEASE
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: 2010-09-11 23:40 UTC by kenji.rikitake
Modified: 2010-10-16 11:35 UTC (History)
0 users

See Also:


Attachments
file.diff (318 bytes, patch)
2010-09-11 23:40 UTC, kenji.rikitake
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kenji.rikitake 2010-09-11 23:40:02 UTC
Building mlterm fails while building the kiklib;
the system fails to find -lutempter

Fix: libtempter is NOT mandatory for 8.x and before though the port version
can be used.  The attached patch explicitly specifies the dependency to
sysutils/libutempter and solves the problem.


Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/x11/mlterm
make clean
make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-11 23:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-16 11:27:07 UTC
nobutaka    2010-10-16 10:27:00 UTC

  FreeBSD ports repository

  Modified files:
    x11/mlterm           Makefile 
  Log:
  Fix build error and use --with-imagelib=gdk-pixbuf2, --enable-optimize-redrawing configure options.
  
  PR:     ports/149391, ports/150495, ports/150496
  Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>, Kenji Rikitake <kenji.rikitake@acm.org>
  
  Revision  Changes    Path
  1.62      +6 -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 2010-10-16 11:35:11 UTC
State Changed
From-To: open->closed

Committed, thanks!