The attached patch fixes two problems in games/widelands: * Fix build with x11-toolkits/qt33 installed * Do not create .sconsign files in system directories Since the fixes affect build and packaging only, no portrevision bump is necessary. Fix: cd /usr/ports/games patch -p0 < patch-1.diff Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->vanilla I will handle this one.
Attached is an updated patch that also addresses ports/112369. When this is committed, please close ports/112369 as well. The new summary of changes is: * Fix build with x11-toolkits/qt33 installed * Fix build with devel/libevent installed * Do not create .sconsign files in system directories
vanilla 2007-06-17 03:50:22 UTC FreeBSD ports repository Modified files: games/widelands Makefile Added files: games/widelands/files patch-SConstruct patch-src_SConscript Log: 1: Fix build with x11-toolkits/qt33 installed 2: Do not create .sconsign files in system directories PR: ports/113243 Submitted by: maintainer Revision Changes Path 1.3 +0 -2 ports/games/widelands/Makefile 1.1 +23 -0 ports/games/widelands/files/patch-SConstruct (new) 1.1 +19 -0 ports/games/widelands/files/patch-src_SConscript (new) _______________________________________________ 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.