djvulibre does not compile because LOCALBASE env is not passed to configure. Here is the error message produced during portupgrade. /bin/sh ../../libtool --tag=disable-static --mode=link cc -I/usr/local/include -I/usr/local/include -I/usr/local/include -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res -I../../gui/npsdk -I/usr/local/include nsdejavu.lo -no-undefined -L/lib -R/lib -lSM -lICE -lXt -lXext -lX11 -rpath /usr/local/lib/djvulibre/plugins -module -o nsdejavu.la cc -shared .libs/nsdejavu.o -Wl,--rpath -Wl,/lib -L/lib -lSM -lICE -lXt -lXext -lX11 -Wl,-soname -Wl,nsdejavu.so.0 -o .libs/nsdejavu.so.0 /usr/bin/ld: cannot find -lSM *** Error code 1 Stop in /usr/ports/graphics/djvulibre/work/djvulibre-3.5.20/gui/nsdejavu. Fix: Patch attached with submission follows: How-To-Repeat: Just portupgrade or portinstall djvulibre.
Responsible Changed From-To: freebsd-ports-bugs->stas Over to maintainer (via the GNATS Auto Assign Tool)
miwi 2008-04-23 14:44:45 UTC FreeBSD ports repository Modified files: graphics/djvulibre Makefile Log: - Fix build after xorg cleanup PR: 122983 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>, yarodin (via jabber) Approved by: stas (maintainer via irc) Revision Changes Path 1.58 +1 -0 ports/graphics/djvulibre/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!