| Summary: | [patch] unbreak lang/qscheme with GCC 4.2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Vitaly Magerya <vmagerya> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Vitaly Magerya
2009-03-03 17:10:00 UTC
Maintainer of lang/qscheme,
Please note that PR ports/132287 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/132287
--
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) A maintainer-timeout is close for this report. If so, I'm willing to replace the maintainer. State Changed From-To: feedback->open From personal email received: Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. amdmi3 2009-04-01 22:31:31 UTC
FreeBSD ports repository
Modified files:
lang/qscheme Makefile
lang/qscheme/files patch-Makefile.in patch-s.h patch-vm2.c
Added files:
lang/qscheme/files patch-chr.c patch-file.c patch-number.i
patch-object.c patch-object.h
patch-process.c patch-socket.c
patch-sproto.h patch-struct.c
patch-struct.h patch-thread.c
patch-unix.c
Log:
- Fix build with gcc 4.2
PR: 132287
Submitted by: Vitaly Magerya <vmagerya at gmail dot com>
Approved by: Erik Greenwald <erik dot greenwald at gmail dot com> (maintainer)
Revision Changes Path
1.20 +2 -5 ports/lang/qscheme/Makefile
1.4 +7 -4 ports/lang/qscheme/files/patch-Makefile.in
1.1 +14 -0 ports/lang/qscheme/files/patch-chr.c (new)
1.1 +27 -0 ports/lang/qscheme/files/patch-file.c (new)
1.1 +42 -0 ports/lang/qscheme/files/patch-number.i (new)
1.1 +107 -0 ports/lang/qscheme/files/patch-object.c (new)
1.1 +16 -0 ports/lang/qscheme/files/patch-object.h (new)
1.1 +20 -0 ports/lang/qscheme/files/patch-process.c (new)
1.3 +32 -2 ports/lang/qscheme/files/patch-s.h
1.1 +30 -0 ports/lang/qscheme/files/patch-socket.c (new)
1.1 +11 -0 ports/lang/qscheme/files/patch-sproto.h (new)
1.1 +48 -0 ports/lang/qscheme/files/patch-struct.c (new)
1.1 +19 -0 ports/lang/qscheme/files/patch-struct.h (new)
1.1 +42 -0 ports/lang/qscheme/files/patch-thread.c (new)
1.1 +38 -0 ports/lang/qscheme/files/patch-unix.c (new)
1.2 +12 -2 ports/lang/qscheme/files/patch-vm2.c
_______________________________________________
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! |