Bug 126899 - mkoctfile in math/octave doesn't recognise the -pthread flag
Summary: mkoctfile in math/octave doesn't recognise the -pthread flag
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 01:30 UTC by Stephen Montgomery-Smith
Modified: 2008-09-02 04:20 UTC (History)
0 users

See Also:


Attachments
file.shar (737 bytes, text/plain)
2008-08-28 01:30 UTC, Stephen Montgomery-Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!