Bug 191472

Summary: add STAGE support and fix runtime error of port: lang/urweb
Product: Ports & Packages Reporter: Timothy Beyer <beyert>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Only Me CC: danilo
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
urweb.diff none

Description Timothy Beyer 2014-06-29 06:26:40 UTC
Created attachment 144238 [details]
urweb.diff

- Fix pthread error when compiling files at runtime (issue did not exist until recently)

- Add STAGE support

How-To-Repeat:
Apply patch and build port

Fix:
The included patch
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-02 16:22:22 UTC
A commit references this bug:

Author: danilo
Date: Wed Jul  2 16:21:52 UTC 2014
New revision: 360217
URL: http://svnweb.freebsd.org/changeset/ports/360217

Log:
  -  Fix pthread error when compiling files at runtime

  PR:		ports/191472
  Submitted by:	beyert@cs.ucr.edu (maintainer)

Changes:
  head/lang/urweb/Makefile
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-07-02 16:24:41 UTC
Committed. The stage support was added previously. Thanks!