diff options
author | wulf <wulf@pkgsrc.org> | 2007-08-08 14:42:19 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2007-08-08 14:42:19 +0000 |
commit | cddd995b32c1a800183620b405b3c74811a7a4d9 (patch) | |
tree | 2a2672823edacc3c5cf4621990b8b12955ee6135 /ham | |
parent | 6785f6ae9282c680451712d6bc3bfdbe3f9eb922 (diff) | |
download | pkgsrc-cddd995b32c1a800183620b405b3c74811a7a4d9.tar.gz |
Fixed typo defining usrp library dependency USRP_LA in patch-aa
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-audio-jack/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-audio-jack/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-audio-oss/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-audio-oss/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-audio-portaudio/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-audio-portaudio/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-gsm/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-gsm/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-radio-astronomy/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-radio-astronomy/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-trellis/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-trellis/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-video-sdl/patches/patch-aa | 4 | ||||
-rw-r--r-- | ham/gnuradio-wxgui/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-wxgui/patches/patch-aa | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/ham/gnuradio-audio-jack/distinfo b/ham/gnuradio-audio-jack/distinfo index b59c6a37a7a..385567d12a8 100644 --- a/ham/gnuradio-audio-jack/distinfo +++ b/ham/gnuradio-audio-jack/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/08/08 02:58:45 wulf Exp $ +$NetBSD: distinfo,v 1.3 2007/08/08 14:42:19 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-audio-jack/patches/patch-aa b/ham/gnuradio-audio-jack/patches/patch-aa index be6629ab01d..95c031144c8 100644 --- a/ham/gnuradio-audio-jack/patches/patch-aa +++ b/ham/gnuradio-audio-jack/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 02:58:46 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:42:19 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 02:58:46 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-audio-oss/distinfo b/ham/gnuradio-audio-oss/distinfo index fb22089804e..c8132edff7c 100644 --- a/ham/gnuradio-audio-oss/distinfo +++ b/ham/gnuradio-audio-oss/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2007/08/08 03:00:39 wulf Exp $ +$NetBSD: distinfo,v 1.6 2007/08/08 14:43:18 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-audio-oss/patches/patch-aa b/ham/gnuradio-audio-oss/patches/patch-aa index 02b36566f63..e7b3d47862b 100644 --- a/ham/gnuradio-audio-oss/patches/patch-aa +++ b/ham/gnuradio-audio-oss/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:00:39 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:43:18 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:00:39 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-audio-portaudio/distinfo b/ham/gnuradio-audio-portaudio/distinfo index 344116fbb80..47e51190ebe 100644 --- a/ham/gnuradio-audio-portaudio/distinfo +++ b/ham/gnuradio-audio-portaudio/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/08/08 03:02:24 wulf Exp $ +$NetBSD: distinfo,v 1.3 2007/08/08 14:44:04 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-audio-portaudio/patches/patch-aa b/ham/gnuradio-audio-portaudio/patches/patch-aa index 677cb5f2233..539641cc345 100644 --- a/ham/gnuradio-audio-portaudio/patches/patch-aa +++ b/ham/gnuradio-audio-portaudio/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:02:24 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:44:04 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:02:24 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-gsm/distinfo b/ham/gnuradio-gsm/distinfo index 95b81c212b1..24a732d1ce6 100644 --- a/ham/gnuradio-gsm/distinfo +++ b/ham/gnuradio-gsm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2007/08/08 03:12:26 wulf Exp $ +$NetBSD: distinfo,v 1.6 2007/08/08 14:46:15 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-gsm/patches/patch-aa b/ham/gnuradio-gsm/patches/patch-aa index feda94b81db..9ea2ca3d989 100644 --- a/ham/gnuradio-gsm/patches/patch-aa +++ b/ham/gnuradio-gsm/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:12:26 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:46:16 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:12:26 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-radio-astronomy/distinfo b/ham/gnuradio-radio-astronomy/distinfo index 2198d904fc9..a90f7773922 100644 --- a/ham/gnuradio-radio-astronomy/distinfo +++ b/ham/gnuradio-radio-astronomy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/08/08 03:15:26 wulf Exp $ +$NetBSD: distinfo,v 1.3 2007/08/08 14:45:07 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-radio-astronomy/patches/patch-aa b/ham/gnuradio-radio-astronomy/patches/patch-aa index 1ecfaf33033..40a9a1525d6 100644 --- a/ham/gnuradio-radio-astronomy/patches/patch-aa +++ b/ham/gnuradio-radio-astronomy/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:15:26 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:45:08 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:15:26 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-trellis/distinfo b/ham/gnuradio-trellis/distinfo index 4edb980c543..1b2e0f6eb3a 100644 --- a/ham/gnuradio-trellis/distinfo +++ b/ham/gnuradio-trellis/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2007/08/08 03:17:19 wulf Exp $ +$NetBSD: distinfo,v 1.3 2007/08/08 14:47:20 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 SHA1 (patch-ab) = aedce9436a5f1334ddbd3e7678d295ae884e20b3 diff --git a/ham/gnuradio-trellis/patches/patch-aa b/ham/gnuradio-trellis/patches/patch-aa index d467934ee9d..9cf7c040004 100644 --- a/ham/gnuradio-trellis/patches/patch-aa +++ b/ham/gnuradio-trellis/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:17:20 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:47:20 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:17:20 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-video-sdl/distinfo b/ham/gnuradio-video-sdl/distinfo index a394363d3c2..dfdfd5efa47 100644 --- a/ham/gnuradio-video-sdl/distinfo +++ b/ham/gnuradio-video-sdl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2007/08/08 03:22:05 wulf Exp $ +$NetBSD: distinfo,v 1.3 2007/08/08 14:48:11 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-video-sdl/patches/patch-aa b/ham/gnuradio-video-sdl/patches/patch-aa index 77fb428831d..e5651df767c 100644 --- a/ham/gnuradio-video-sdl/patches/patch-aa +++ b/ham/gnuradio-video-sdl/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:22:05 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:48:11 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:22:05 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. diff --git a/ham/gnuradio-wxgui/distinfo b/ham/gnuradio-wxgui/distinfo index d1514c3410b..eedabe7d097 100644 --- a/ham/gnuradio-wxgui/distinfo +++ b/ham/gnuradio-wxgui/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2007/08/08 03:23:20 wulf Exp $ +$NetBSD: distinfo,v 1.6 2007/08/08 14:48:55 wulf Exp $ SHA1 (gnuradio-3.0.4.tar.gz) = ce2d0bd4c5217cdda8c675c80a446ca38f274121 RMD160 (gnuradio-3.0.4.tar.gz) = a1d4ae0495f51c5b7349dd8d1305b4bfb16056dc Size (gnuradio-3.0.4.tar.gz) = 3381051 bytes -SHA1 (patch-aa) = a9853ef7d300793afb76e7958a6fcae11629315d +SHA1 (patch-aa) = 2dd396d139b02a1991825956d4a7d5e6376ca135 diff --git a/ham/gnuradio-wxgui/patches/patch-aa b/ham/gnuradio-wxgui/patches/patch-aa index 627e55308a3..4590a3224cc 100644 --- a/ham/gnuradio-wxgui/patches/patch-aa +++ b/ham/gnuradio-wxgui/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2007/08/08 03:23:20 wulf Exp $ +$NetBSD: patch-aa,v 1.2 2007/08/08 14:48:55 wulf Exp $ --- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930 +++ Makefile.common 2007-08-08 04:40:47.000000000 +0930 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.1 2007/08/08 03:23:20 wulf Exp $ USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ -I$(top_srcdir)/usrp/firmware/include -USRP_LA = $(top_builddir)/usrp/host/lib/libusrp.la -+USRP_LA = -libusrp ++USRP_LA = -lusrp # This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included. |