Bug 166042 - Update port: math/fftw
Summary: Update port: math/fftw
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 18:10 UTC by tkato432
Modified: 2012-03-24 16:30 UTC (History)
0 users

See Also:


Attachments
file.diff (9.05 KB, patch)
2012-03-13 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-03-13 18:10:09 UTC
- Fix build on i386
- Add LICENSE
- Add MAKE_JOBS_SAFE

New file:
files/patch-configure.in
files/patch-tests__test_main.c

Remove file:
files/patch-configure
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-13 18:12:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-24 16:25:30 UTC
miwi        2012-03-24 16:25:21 UTC

  FreeBSD ports repository

  Modified files:
    math/fftw            Makefile 
  Added files:
    math/fftw/files      patch-configure.in 
                         patch-tests__test_main.c 
  Removed files:
    math/fftw/files      patch-configure 
  Log:
  - Fix build on i386
  - Add LICENSE
  - Add MAKE_JOBS_SAFE
  
  PR:             166042
  Submitted by:   Ports Fury
  Feature safe:   yes
  
  Revision  Changes    Path
  1.43      +9 -3      ports/math/fftw/Makefile
  1.2       +0 -10     ports/math/fftw/files/patch-configure (dead)
  1.1       +175 -0    ports/math/fftw/files/patch-configure.in (new)
  1.1       +21 -0     ports/math/fftw/files/patch-tests__test_main.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 Martin Wilke freebsd_committer freebsd_triage 2012-03-24 16:26:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!