Bug 191472 - add STAGE support and fix runtime error of port: lang/urweb
Summary: add STAGE support and fix runtime error of 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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-29 06:26 UTC by Timothy Beyer
Modified: 2014-07-02 16:24 UTC (History)
1 user (show)

See Also:


Attachments
urweb.diff (680 bytes, patch)
2014-06-29 06:26 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 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!