diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /comms | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Notes
Notes:
svn path=/head/; revision=283695
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 2 | ||||
-rw-r--r-- | comms/linpsk/Makefile | 2 | ||||
-rw-r--r-- | comms/wsjt/Makefile | 2 | ||||
-rw-r--r-- | comms/wspr/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index e61af00fa1da..a2ef66a6122f 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuradio PORTVERSION= 3.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms astro hamradio MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuradio diff --git a/comms/linpsk/Makefile b/comms/linpsk/Makefile index 00739dfc3d47..dbcbadd50035 100644 --- a/comms/linpsk/Makefile +++ b/comms/linpsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= linpsk PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 6c1473eb3f3a..f65029c4ef91 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -7,7 +7,7 @@ PORTNAME= wsjt PORTVERSION= 7.04 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= db diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index b9a382f83192..73ea579da3a1 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -7,7 +7,7 @@ PORTNAME= wspr PORTVERSION= 2.00 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://www.physics.princeton.edu/pulsar/K1JT/ MASTER_SITES= ${MASTER_SITE_LOCAL} |