Bug 166778 - revise port: lang/urweb
Summary: revise port: lang/urweb
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-09 05:30 UTC by Timothy Beyer
Modified: 2012-04-09 13:00 UTC (History)
1 user (show)

See Also:


Attachments
urweb.diff (3.55 KB, patch)
2012-04-09 05:30 UTC, Timothy Beyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Beyer 2012-04-09 05:30:13 UTC
According to the urweb developers, apparently my mutex initializer patch to
files/urweb.c could potentially have deadlock issues.  So, this is a more
complete fix that does not have deadlock issues.

Also, I got rid of files/patch-Makefile.am and files/patch-Makefile.in, since
turning off -Werror is no longer required to compile.

Fix: Apply the patch and build
How-To-Repeat: apply the patch and build
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-04-09 12:14:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-09 12:54:14 UTC
scheidell    2012-04-09 11:54:04 UTC

  FreeBSD ports repository

  Modified files:
    lang/urweb           Makefile 
    lang/urweb/files     patch-urweb.c 
  Removed files:
    lang/urweb/files     patch-Makefile.am patch-Makefile.in 
  Log:
  - Fix suggested by upstream. Revise mutex initializer patch to avoid deadlocks
  - Bump PORTREVISION
  
  PR:             ports/166778
  Submitted by:   Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +1 -0      ports/lang/urweb/Makefile
  1.2       +0 -8      ports/lang/urweb/files/patch-Makefile.am (dead)
  1.2       +0 -11     ports/lang/urweb/files/patch-Makefile.in (dead)
  1.2       +43 -5     ports/lang/urweb/files/patch-urweb.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 3 Michael Scheidell freebsd_committer freebsd_triage 2012-04-09 12:54:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!