Bug 162641 - [MAINTAINER] Making thread support optional
Summary: [MAINTAINER] Making thread support optional
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 14:30 UTC by luca.pizzamiglio
Modified: 2011-11-18 06:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2011-11-17 14:30 UTC, luca.pizzamiglio
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description luca.pizzamiglio 2011-11-17 14:30:12 UTC
This option makes thread support a configurable option.
thread are supported by default, but on newer FreeBSD's version this support could be seriously buggy.
Stability issues are already encountered on RC1-9.

Fix: Patch attached with submission follows:
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-17 15:32:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-18 06:35:00 UTC
sunpoet     2011-11-18 06:34:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/gdb            Makefile 
  Log:
  - Add OPTIONS: THREAD for optional thread support (default on)
  - Change comment to match current version
  
  PR:             ports/162641
  Submitted by:   Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.11      +6 -3      ports/devel/gdb/Makefile
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-11-18 06:35:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!