Bug 149391 - fix for port: x11/mlterm
Summary: fix for port: x11/mlterm
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-08-07 10:50 UTC by Timothy Beyer
Modified: 2010-10-16 11:34 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (1.14 KB, patch)
2010-08-07 10:50 UTC, Timothy Beyer
no flags Details | Diff
patch-kiklib_configure.txt (535 bytes, patch)
2010-08-12 15:33 UTC, Kazuo Dohzono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2010-08-07 10:50:04 UTC
This patch prevents the following error from happening on my machine during compilation:


/usr/bin/ld: cannot find -lutempter
*** Error code 1

Stop in /usr/ports/x11/mlterm/work/mlterm-3.0.1/kiklib/src.

In this problem report is a patch to the Makefile that turns off libtool and the CONFIGURE_ENV line, which fixed the build problem on my system.  It also has two fewer warnings from portlint than the previous Makefile.  I attempted to preserve as much of the previous design as possible, but I do not know if it preserves all of the features desired by the maintainer, particularly on 9-CURRENT.

Also, this patch defaults to using --with-imagelib-gdk-pixbuf2 instead of --with-imagelib-gdk-pixbuf, and adds the --enable-optimize-redrawing switch.  I think these are probably beneficial.

Fix: The included patch,
How-To-Repeat:     Apply the patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-07 10:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Kazuo Dohzono 2010-08-12 15:33:57 UTC
Here is another patch to kick this error out.
I was just at sending a pr :-)
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-16 11:27:06 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 4 MANTANI Nobutaka freebsd_committer freebsd_triage 2010-10-16 11:33:41 UTC
State Changed
From-To: open->closed

Committed, thanks!