pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-radio-astronomy Updated gnuradio-radio-as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16fc3516ceb9
branches: trunk
changeset: 531873:16fc3516ceb9
user: wulf <wulf%pkgsrc.org@localhost>
date: Wed Aug 08 03:15:26 2007 +0000
description:
Updated gnuradio-radio-astronomy to 3.0.4:
* Updated license to GPLv3
* Fixed shared memory leak on NetBSD
* Many bug fixes
diffstat:
ham/gnuradio-radio-astronomy/distinfo | 9 +++++----
ham/gnuradio-radio-astronomy/patches/patch-aa | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 93298333d128 -r 16fc3516ceb9 ham/gnuradio-radio-astronomy/distinfo
--- a/ham/gnuradio-radio-astronomy/distinfo Wed Aug 08 03:13:37 2007 +0000
+++ b/ham/gnuradio-radio-astronomy/distinfo Wed Aug 08 03:15:26 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/13 17:27:57 wulf Exp $
+$NetBSD: distinfo,v 1.2 2007/08/08 03:15:26 wulf Exp $
-SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
-RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
-Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes
+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
diff -r 93298333d128 -r 16fc3516ceb9 ham/gnuradio-radio-astronomy/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-radio-astronomy/patches/patch-aa Wed Aug 08 03:15:26 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 2007/08/08 03:15:26 wulf Exp $
+
+--- Makefile.common.orig 2007-08-08 04:40:14.000000000 +0930
++++ Makefile.common 2007-08-08 04:40:47.000000000 +0930
+@@ -52,7 +52,7 @@
+ $(FFTW3F_CFLAGS)
+
+ # How to link in GNU Radio core library from inside the tree
+-GNURADIO_CORE_LA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core.la
++GNURADIO_CORE_LA = -lgnuradio-core
+
+ # This is a dependency for many swig operations
+ GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i
+@@ -60,7 +60,7 @@
+ # How to link in the USRP library from inside the tree
+ 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
+
+ # This used to be set in configure.ac but is now defined here for all
+ # Makefiles when this fragment is included.
Home |
Main Index |
Thread Index |
Old Index