Bug 118466 - [patch] audio/gsi unbreak fix build with GCC 4.2 + adopt maintainship
Summary: [patch] audio/gsi unbreak fix build with GCC 4.2 + adopt maintainship
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-06 16:20 UTC by Pietro Cerutti
Modified: 2007-12-10 22:50 UTC (History)
0 users

See Also:


Attachments
_gsi.diff (2.64 KB, patch)
2007-12-06 16:20 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2007-12-06 16:20:01 UTC

The patch below:

- fixes a "cast where lvalue is required" error with GCC 4.2
- sets maintainship to me

Tested on:
8.0-CURRENT i386 (little endian *)
7.0-BETA3 sparc64 (big endian *)
6.2-RELEASE-p6 i386 (little endian *)

* endianess is specified because of the patch dealing with endianess-aware code

How-To-Repeat: 

cd /usr/ports/audio/gsi && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-06 16:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-10 22:30:56 UTC
miwi        2007-12-10 22:30:52 UTC

  FreeBSD ports repository

  Modified files:
    databases/gbib       Makefile 
  Log:
  - Fix build with gcc 4.2
  - Pass maintainership to submitter
  
  PR:             118466
  Submitted by:   Pietro Cerutti <gahr@gahr.ch>
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.17      +6 -10     ports/databases/gbib/Makefile
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2007-12-10 22:49:25 UTC
miwi        2007-12-10 22:49:20 UTC

  FreeBSD ports repository

  Modified files:
    audio/gsi            Makefile 
  Added files:
    audio/gsi/files      patch-lib-gsif-sample_convert_block.c 
  Log:
  - Fix build with gcc 4.2
  - Pass maintainership to submitter
  
  PR:             118466
  Submitted by:   Pietro Cerutti <gahr@gahr.ch>
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.17      +6 -12     ports/audio/gsi/Makefile
  1.1       +44 -0     ports/audio/gsi/files/patch-lib-gsif-sample_convert_block.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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-12-10 22:49:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!