This port needs to use LIB_DEPENDS= glib-2.0:${PORTSDIR}/devel/glib20 instead of USE_GNOME= glib20 USE_GNOME pulls in the gamin/fam file monitoring backend that is not needed for running irssi which is a non-gnome application. Fix: Please see the description How-To-Repeat: Build irc/irssi
Responsible Changed From-To: freebsd-ports-bugs->vanilla Over to maintainer (via the GNATS Auto Assign Tool)
vanilla 2008-07-29 06:03:46 UTC FreeBSD ports repository Modified files: irc/irssi Makefile Log: 1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin. 2: fix proxy binding problem. PR: ports/125854 [2], ports/126057 [1] Submitted by: Dheeraj Reddy <dheeraj at ece.gatech.edu> [1] Matthias Grimm <eisofen at eisofen.de> Revision Changes Path 1.104 +5 -4 ports/irc/irssi/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.