Bug 132287 - [patch] unbreak lang/qscheme with GCC 4.2
Summary: [patch] unbreak lang/qscheme with GCC 4.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 17:10 UTC by Vitaly Magerya
Modified: 2009-04-01 23:40 UTC (History)
0 users

See Also:


Attachments
file.diff (18.19 KB, patch)
2009-03-03 17:10 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2009-03-03 17:10:00 UTC
lang/qscheme was marked broken with GCC 4.2 more than a year ago;
the attached patch makes it buildable again (and bumps the PORTVERSION).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-03 17:10:50 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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-03 17:10:52 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Vitaly Magerya 2009-03-16 12:05:38 UTC
A maintainer-timeout is close for this report.
If so, I'm willing to replace the maintainer.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-03-19 02:12:44 UTC
State Changed
From-To: feedback->open

From personal email received: 

Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2009-04-01 03:17:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-04-01 23:31:48 UTC
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"
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2009-04-01 23:35:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!