Bug 150496 - x11/mlterm does not find -utempter an cannot build
Summary: x11/mlterm does not find -utempter an cannot build
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:50 UTC by kenji.rikitake
Modified: 2010-10-16 11:36 UTC (History)
0 users

See Also:


Attachments
file.diff (318 bytes, patch)
2010-09-11 23:50 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:50:01 UTC
When building x11/mlterm, it fails because it does not find the libutempter shared library.

Fix: The attached patch mandates dependency to sysutils/libutempter when ${OSVERSION} < 900004. See also ports/149391.

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:50:09 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:45 UTC
State Changed
From-To: open->closed

Committed, thanks!