This port fails to build with USE_GCC=4.6 Fix: Patch attached with submission.
Maintainer of emulators/dosbox, Please note that PR ports/161782 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161782 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Will this also work for GCC 4.7 and etc., assuming it already fails to compile on 4.7 as is? Also have you tested that this doesn't break it for other versions of GCC? Not that I see how it would. -- Tom
Hello, The patch has been tested against the system gcc (4.2.2) and gcc 4.6.1 in the ports. (The official 4.6.1 release, not the weekly snapshot.) If it helps you sleep better, it does work against this week's snapshot of gcc 4.7 but I'm not making any promise about next week, let alone when 4.7 is released. Regards, -- Christian Mangin <cmangin@arobas.net>
Well it doesn't seem to break anything for either of us so I approve. -- Tom
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-10-21 16:02:31 UTC FreeBSD ports repository Modified files: emulators/dosbox Makefile Added files: emulators/dosbox/files patch-include-dos_inc.h patch-include-setup.h Log: Fix build with gcc 4.6 PR: ports/161782 Submitted by: Christian Mangin <cmangin@arobas.net> Approved by: maintainer Revision Changes Path 1.27 +1 -0 ports/emulators/dosbox/Makefile 1.3 +11 -0 ports/emulators/dosbox/files/patch-include-dos_inc.h (new) 1.1 +11 -0 ports/emulators/dosbox/files/patch-include-setup.h (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!