Bug 169695 - [patch] audio/wsoundprefs: unbroke wsyserror
Summary: [patch] audio/wsoundprefs: unbroke wsyserror
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-07 10:20 UTC by Rainer Hurling
Modified: 2012-07-07 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (305 bytes, patch)
2012-07-07 10:20 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2012-07-07 10:20:07 UTC
Port is broken for some month now, because of a undefined reference to `wsyserror'.

Fix: The build should work again with the attached patch under files.

I am not sure if it is ok to only change wsyserror into werror. Perhaps someone could investigate into this?



Patch attached with submission follows:
How-To-Repeat: Try to build the port.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-07-07 14:39:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-07 15:38:31 UTC
pawel       2012-07-07 14:38:17 UTC

  FreeBSD ports repository

  Modified files:
    audio/wsoundprefs    Makefile 
  Added files:
    audio/wsoundprefs/files patch-src-SystemInfo.c 
  Log:
  Unbreak
  
  PR:             ports/169695
  Submitted by:   Rainer Hurling <rhurlin@gwdg.de>
  
  Revision  Changes    Path
  1.28      +0 -2      ports/audio/wsoundprefs/Makefile
  1.1       +11 -0     ports/audio/wsoundprefs/files/patch-src-SystemInfo.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 3 Pawel Pekala freebsd_committer freebsd_triage 2012-07-07 15:39:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!