The following patch: - fixes build with GCC 4.2 - cleans a few warnings Tested on: 8.0-CURRENT i386 7.0-BETA3 sparc64 How-To-Repeat: cd /usr/ports/x11-fm/gnome-commander && make
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
miwi 2007-12-11 08:49:39 UTC FreeBSD ports repository Modified files: x11-fm/gnome-commander Makefile Added files: x11-fm/gnome-commander/files patch-src_gnome-cmd-advrename-lexer.l patch-src_gnome-cmd-data.c patch-src_gnome-cmd-file-list.c patch-src_gnome-cmd-file-selector.c Log: - Fix build with gcc 4.2 PR: 118475 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (erwin) Revision Changes Path 1.21 +1 -7 ports/x11-fm/gnome-commander/Makefile 1.1 +95 -0 ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-advrename-lexer.l (new) 1.3 +28 -0 ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-data.c (new) 1.1 +20 -0 ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-list.c (new) 1.1 +20 -0 ports/x11-fm/gnome-commander/files/patch-src_gnome-cmd-file-selector.c (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!