Bug 122525 - [PATCH] lang/see[-devel]: add locking for thread-safety
Summary: [PATCH] lang/see[-devel]: add locking for thread-safety
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 11:40 UTC by Šimun Mikecin
Modified: 2008-05-09 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.17 KB, patch)
2008-04-07 11:40 UTC, Šimun Mikecin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Šimun Mikecin 2008-04-07 11:40:01 UTC
libsee/dtoa.c requires thread locking functions to be thread-safe.
This patch adds new option MULTIPLE_THREADS to both lang/see and lang/see-devel. With this option enabled libsee/dtoa.c is compiled with proper thread locking.

Fix: Patch attached with submission follows:
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-09 16:53:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-09 18:10:08 UTC
itetcu      2008-05-09 17:10:02 UTC

  FreeBSD ports repository

  Modified files:
    lang/see             Makefile 
  Added files:
    lang/see/files       patch-libsee_dtoa.c 
  Log:
  - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
  compiled with proper thread locking.
  - bump PORTVERSION
  
  PR:             ports/122525
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.13      +9 -1      ports/lang/see/Makefile
  1.1       +24 -0     ports/lang/see/files/patch-libsee_dtoa.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 dfilter service freebsd_committer freebsd_triage 2008-05-09 18:11:18 UTC
itetcu      2008-05-09 17:11:13 UTC

  FreeBSD ports repository

  Modified files:
    lang/see-devel       Makefile 
  Added files:
    lang/see-devel/files patch-libsee_dtoa.c 
  Log:
  - add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
  compiled with proper thread locking.
  - bump PORTVERSION
  
  PR:             ports/122525
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.16      +9 -1      ports/lang/see-devel/Makefile
  1.1       +24 -0     ports/lang/see-devel/files/patch-libsee_dtoa.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 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-09 18:11:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!