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
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
Here is another patch to kick this error out. I was just at sending a pr :-)
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"
State Changed From-To: open->closed Committed, thanks!