Bug 126899

Summary: mkoctfile in math/octave doesn't recognise the -pthread flag
Product: Ports & Packages Reporter: Stephen Montgomery-Smith <stephen>
Component: Individual Port(s)Assignee: Maho Nakata <maho>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Stephen Montgomery-Smith 2008-08-28 01:30:00 UTC
mkoctfile in math/octave doesn't recognise the -pthread flag

Fix: Add this file to the math/octave port.  You probably need to do it to the
math/octave-devel port as well.  And you probably want to bump the revision
numbers as well.
How-To-Repeat: 
Try to build the octcdf octave forge package.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-28 01:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-02 03:11:07 UTC
maho        2008-09-02 02:10:57 UTC

  FreeBSD ports repository

  Modified files:
    math/octave          Makefile 
  Added files:
    math/octave/files    patch-mkoctfile.in 
  Log:
  Recognize the -pthread flag, and bump port revision.
  
  PR:             126899
  Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
  
  Revision  Changes    Path
  1.84      +1 -1      ports/math/octave/Makefile
  1.4       +11 -0     ports/math/octave/files/patch-mkoctfile.in (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-09-02 04:11:17 UTC
maho        2008-09-02 03:11:08 UTC

  FreeBSD ports repository

  Modified files:
    math/octave-devel    Makefile 
  Added files:
    math/octave-devel/files patch-mkoctfile.in 
  Log:
  Recognize the -pthread flag, and bump port revision.
  
  PR:             126899
  Submitted by:   Stephen Montgomery-Smith <stephen@math.missouri.edu>
  
  Revision  Changes    Path
  1.78      +1 -0      ports/math/octave-devel/Makefile
  1.4       +11 -0     ports/math/octave-devel/files/patch-mkoctfile.in (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 Maho Nakata freebsd_committer freebsd_triage 2008-09-02 04:11:21 UTC
State Changed
From-To: open->closed

comitted, thanks!