Bug 163296 - [patch] multimedia/vdpau-video: remove workaround for a gcc46 bug
Summary: [patch] multimedia/vdpau-video: remove workaround for a gcc46 bug
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: 2011-12-14 19:40 UTC by Jan Beich
Modified: 2012-01-14 19:20 UTC (History)
0 users

See Also:


Attachments
gcc46.diff (947 bytes, patch)
2011-12-14 19:40 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-12-14 19:40:08 UTC
The bug is no longer reproducible as of gcc-4.6.3.20111202 and
-dumpspecs may confuse users.

  $ make describe CC=clang
  clang: error: unsupported option '-dumpspecs'
  clang: error: no input files
  vdpau-video-0.7.3|...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-14 19:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-14 19:40:30 UTC
Maintainer of multimedia/vdpau-video,

Please note that PR ports/163296 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/163296

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-14 19:40:32 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-01-14 19:11:34 UTC
miwi        2012-01-14 19:11:26 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/vdpau-video Makefile 
  Log:
  - Fix build with GCC46
  
  PR:             163296
  Submitted by:   Jan Beich <jbeich@tormail.net>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.7       +0 -6      ports/multimedia/vdpau-video/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 5 Martin Wilke freebsd_committer freebsd_triage 2012-01-14 19:12:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!