notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: comms/gnuradio/Makefile
SVNWeb

Number of commits found: 172 (showing only 72 on this page)

«  1 | 2 

Tue, 18 Aug 2015
[ 10:51 rakuco search for other commits by this committer ] Original commit   Revision:394572 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.

Instead of defining a variable that is almost always based on CONFIGURE_ENV,
just use CONFIGURE_ENV directly.

This also matches the behavior of other ports that do not use autotools (so
most ports can just worry about CONFIGURE_ENV). Additionally, the fact that
we do not use ?= means we do not have problems if another file in Uses/
needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to
USES would matter).

Ports which set CMAKE_ENV have been adjusted accordingly. In most cases,
CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being:
* databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has
                       no effect on the build system.
* devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already
                 retrieved from the CMAKE_CXX_COMPILER variable in the build
                 system.
* graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there
                        has no effect on the build system.

Reviewed by:		makc
Differential Revision:	https://reviews.freebsd.org/D3403
Sun, 26 Jul 2015
[ 23:00 db search for other commits by this committer ] Original commit   Revision:392951 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
Thu, 25 Jun 2015
[ 10:46 amdmi3 search for other commits by this committer ] Original commit   Revision:390555
- Mark BROKEN on 9.x:

/wrkdirs/usr/ports/comms/gnuradio/work/gnuradio-3.7.4/volk/kernels/volk/volk_8u_x4_conv_k7_r2_8u.h:191:
error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128'

Approved by:	portmgr blanket
Reported by:	pkg-fallout
Sat, 20 Jun 2015
[ 17:12 bapt search for other commits by this committer ] Original commit   Revision:390170
All directory handling is now automatic: cleanup plist
Sat, 30 May 2015
[ 20:39 bapt search for other commits by this committer ] Original commit   Revision:387982 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Sat, 21 Mar 2015
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:381876 (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Wed, 11 Mar 2015
[ 13:58 db search for other commits by this committer ] Original commit   Revision:380983
Finally unbreak the build by preloading GCC_DEFAULT libs paths.
It is complicated by the intermix of gcc and gfortran libs being intermixed
with system libs. Especially by dynamically loaded modules into python
being linked against gfortran or current gcc. I realise using GCC_DEFAULT
lib paths is not a general solution.
Sun, 25 Jan 2015
[ 00:06 antoine search for other commits by this committer ] Original commit   Revision:377842
Fix DEPENDS
Sat, 24 Jan 2015
[ 19:27 antoine search for other commits by this committer ] Original commit   Revision:377815 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Fix some _DEPENDS
Sun, 19 Oct 2014
[ 07:50 mva search for other commits by this committer ] Original commit   Revision:371172 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Convert ports from cad/, chinese/, comms/ and converters/ to new
  USES=python

Approved by:	portmgr (implicit)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Mon, 1 Sep 2014
[ 00:42 db search for other commits by this committer ] Original commit   Revision:366836 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 3.7.4
- Important Bug Fixes and Additions
Fixed shutdown in message passing apps
Fixed PortAudio detection during configuration
Fixed QWT detection during configuration
Fixed gr::analog::agc3 volk kernel alignment
Fixed/improved support of audio on OSX
Improved performance on network-based sources and sinks
Fixed pfb_arb_resampler tag propagation
Fixed segfault in fast_atan2f
Updated codec2 support to latest standard and support all rates
New HDLC codec blocks in gr::digital
Sun, 31 Aug 2014
[ 16:36 tijl search for other commits by this committer ] Original commit   Revision:366788 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Sun, 17 Aug 2014
[ 13:09 tijl search for other commits by this committer ] Original commit   Revision:365182 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Wed, 13 Aug 2014
[ 09:28 antoine search for other commits by this committer ] Original commit   Revision:364767
Unbreak

Reported by:	pkg-fallout since a few weeks
Sat, 5 Jul 2014
[ 19:32 wg search for other commits by this committer ] Original commit   Revision:360811
comms/gnuradio: use WX 3.0

Approved by:	portmgr (bapt, blanket)
Tue, 1 Jul 2014
[ 03:24 xride search for other commits by this committer ] Original commit   Revision:359954
- Changed Maintainer to hamradio@
- Added shebangfix to USES

Approved by:	maintainer (db@)
Fri, 4 Apr 2014
[ 18:18 bapt search for other commits by this committer ] Original commit   Revision:350143
Do not overwrite build_depends

Reported by:	pkg-fallout
Fri, 28 Mar 2014
[ 00:30 db search for other commits by this committer ] Original commit   Revision:349385 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Update to gnuradio 3.7.2.1

GRC Bus Ports (Nicholas McCarthy)

Bus ports in the GNU Radio Companion (GRC) allow ganging block input
or output ports into a single port for display and connections. This
simplifies flowgraph entry when dealing with blocks that work with an
arbitrary number of streams.

For further information, see:

http://gnuradio.org/redmine/projects/gnuradio/wiki/Busports

And see

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_1
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Sat, 1 Mar 2014
[ 14:32 db search for other commits by this committer ] Original commit   Revision:346629 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Updating to 3.7.2
- disabled USRP default option until usrp is fixed on -10 and head
- disable docs on i386 for now as it fails to build
- enable staging

PR:		ports/186799
Submitted by:	lev
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Fri, 7 Feb 2014
[ 11:44 bapt search for other commits by this committer ] Original commit   Revision:343214 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Wed, 11 Dec 2013
[ 15:10 bapt search for other commits by this committer ] Original commit   Revision:336176 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 16:03 bapt search for other commits by this committer ] Original commit   Revision:327714 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Mon, 16 Sep 2013
[ 16:32 bapt search for other commits by this committer ] Original commit   Revision:327411 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert USE_GMAKE to USES
Mon, 26 Aug 2013
[ 16:06 bf search for other commits by this committer ] Original commit   Revision:325401 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.16 and adjust some dependent ports
Wed, 12 Jun 2013
[ 13:04 db search for other commits by this committer ] Original commit   Revision:320680 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to gnuradio 3.6.5

Important new features (3.6.5):
New OFDM PHY layer (Martin Braun, Ben Reynwar)
This release includes new OFDM PHY layer blocks in gr-digital.

New runtime logging capability (Tom Rondeau)
GNU Radio has a logging interface to enable various levels of logging
information to be printed to the console or a file.

And Numerous bug fixes

Reviewed by:	martymac
Sat, 11 May 2013
[ 17:58 hrs search for other commits by this committer ] Original commit   Revision:317899 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Mon, 6 May 2013
[ 02:00 hrs search for other commits by this committer ] Original commit   Revision:317455 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
[ 13:57 db search for other commits by this committer ] Original commit   Revision:316814 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Release 3.6.3 is a significant release, adding major new
capabilities and many bug fixes, while maintaining strict source
compatibility with user code already written for the 3.6 API.

Much of the code was the result of two events, the September 2012 GNU
Radio conference in Atlanta, GA, and the November 2012 GNU Radio
hackfest held at Ettus Research in Mountain View, CA. Additional work
(not discussed here) from these events has been incorporated into the
'next' branch of the code repository, and will become part of the 3.7
API release series.

New features include asynchronous message passing between blocks, new
blocks for interfacing with operating system networking stacks, the
ability to write new signal processing blocks in Python, enhanced file
source and sinks that can store metadata, flowgraph latency control,
improvements to documentation, and further conversion of existing code
into the 3.7 API organization (while leaving existing blocks in
place.)

The detailed changelog is here:

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_6_3
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sun, 3 Feb 2013
[ 18:16 makc search for other commits by this committer ] Original commit   Revision:311476 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Thu, 31 Jan 2013
[ 13:38 bapt search for other commits by this committer ] Original commit   Revision:311310 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
Chase boost update
Sun, 9 Dec 2012
[ 20:19 db search for other commits by this committer ] Original commit   Revision:308561 (Only the first 10 of 86 ports in this commit are shown above. View all ports for this commit)
- Update to 3.6.2
- Needs the usrp port

Tested by:	lrk@ovillatx.sytes.net
Thu, 18 Oct 2012
[ 18:29 db search for other commits by this committer ] Original commit   Revision:306080 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Unbreak gnuradio build
- sdcc changed syntax slightly, chase this in diffs

Feature safe:	yes
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 17 Oct 2011
[ 10:08 bf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Mon, 9 May 2011
[ 16:42 bf search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Thu, 24 Feb 2011
[ 23:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Move over to python2.5 or higher
- While here kick md5
Wed, 23 Feb 2011
[ 20:59 db search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Upgrade to gnuradio 3.2.2

Reviewed by:    lrk _at_ ovillatx dot sytes dot net
Wed, 22 Dec 2010
[ 20:05 ade search for other commits by this committer ] Original commit  (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Sync to final (for now) bsd.autotools.mk
Wed, 8 Dec 2010
[ 22:58 db search for other commits by this committer ] Original commit 
- Unbreak build
- Ensure only new version of sdcc is used
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 22 Nov 2010
[ 21:59 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not configure

Reported by:    pointyhat
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 28 Jul 2009
[ 11:45 pav search for other commits by this committer ] Original commit  (Only the first 10 of 167 ports in this commit are shown above. View all ports for this commit)
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Mon, 9 Mar 2009
[ 17:15 stas search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:    thompsa (old version), miwi
Tested by:      miwi
Wed, 18 Feb 2009
[ 13:48 db search for other commits by this committer ] Original commit 
- depend on PYNUMPY not PYNUMERIC. PYNUMERIC is deprecated anyway.

Submitted by:   phk
Thu, 22 Jan 2009
[ 16:04 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Chase lang/guile shlib bump
Tue, 26 Aug 2008
[ 23:41 db search for other commits by this committer ] Original commit 
- Update to gnuradio 3.1.3
- Vendor has accepted more patches.
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Mon, 21 Jul 2008
[ 04:49 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:             ports/125435
Thu, 17 Jul 2008
[ 19:21 db search for other commits by this committer ] Original commit 
- Track pyephem change

Notified by:    itetcu, pav
Fri, 6 Jun 2008
[ 13:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Wed, 26 Mar 2008
[ 22:42 db search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- update to 3.1.2
- remove patches accepted by vendor
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Tue, 22 Jan 2008
[ 18:43 db search for other commits by this committer ] Original commit 
- Remove redundant version select
- Allow use of wx 2.8
- Correct build of usrpm
Tue, 8 Jan 2008
[ 18:23 db search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update to 3.1.1
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Wed, 19 Sep 2007
[ 14:18 db search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
GNU Radio is a collection of software that when combined with
minimal hardware, allows the construction of radios where the
actual waveforms transmitted and received are defined by software.
What this means is that it turns the digital modulation schemes
used in today's high performance wireless devices into software problems.

WWW: http://www.gnu.org/software/gnuradio/

- Diane (VA3DB)
db@db.net

PR:             ports/107602
Submitted by:   db

Number of commits found: 172 (showing only 72 on this page)

«  1 | 2