Age | Commit message (Collapse) | Author | Files | Lines |
|
Upstream claims this is ABI compatible, so no revbump.
Version 1.2.15.1
2012-03-11
* HD-1780 rotor endpoint limit fix
* Quell adat compile warnings
* Sort rig/rot list output from rig/rotctl (-l) by model #
* TenTec Jupiter (TT538) fixes
* Include various backend notes files
* Document sorted -l output for <rig|rot>ctl[d]
* Updates README.betatester and README.developer
Version 1.2.15
2012-02-02
* New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A,
DttSP UDP, TM-D710
* New rotator backends: Celestron (telescope mount)
* Fixes and features: K3, various other rigs
* Update LGPL/GPL header boilerplate
* Quell various compiler errors
* Add CM108 PTT capability
Version 1.2.14
2011-08-01
* New models: SigFox Transfox, TH-D72A, IC-7410, IC-9100, IC-R9500, KX3,
V4L2 API support (untested),
* New rotator backends: IF-100, TS-7400
* Fixes and features: K3/KX3, Build Win32 from script, rigctld/rotctld
ported to Mingw32, Win32 build fixes, remove obsolete bundled
libtool files, rigctl improvements, FUNcube string test (works
with V0.0 and V1.0), Yaesu newcat.c fixed to use
rig->state.current_vfo to store vfo value, add a command to
halt rigctld, select PTT source in Kenwood backends (TS-590S),
make sure scan is stopped at IC-9000 opening, thd72 get channel
data (alpha). See ChangeLog for a link to the online log.
Correct typos and SF.net URIs.
Version 1.2.13.1
* 2011-05-29
* Conversion to Git SCM and updated README documentation for Git SCM
* Mingw32 build fixes
* FUNcube dongle USB fixes for Win32
* Added kit/README.funcubedongle
* Bug fix--K3 antenna selection function
Version 1.2.13
2011-03-12
* New models: VX-1700, FUNcube Dongle, FiFi-SDR, KTH-SDR Si570,
FT-DX5000, TS-590S, TH-F6A, PRM8060, SR-2200
* Rotor fixes and features: SPID
* New Rotor backend: F1TE Tracker
* Fixes and features: TS-440S, K2, K3, THF6A, THF7E, NewCAT
rigs serial port defaults, TM-D700, FT-950, Si570 AVR-USB
* Removed libtool tree from source tree
* Removed old DocBook files
* Allow USB device's VID/PID/Vendor/Product to be explicitly specified
* Doxygen documentation updates and new style sheet
|
|
|
|
Contributed by Makoto Fujiwara in PR 44035
Changes:
Version 1.2.12
2010-09-03
* New models: PCR-2500, RX331, TRP 8255 S R
* New rotator backends: DF9GR's ERC
* Fixes and features: Paragon, TS-690S, FT-920, FT-990, FT-2000,
Elektor SDR-USB, IC-7000, IC-7700, AR-8200, AR-8600
Version 1.2.11
2010-05-31
* New models: RA-3702, IC-738, IC-7600, IC-7700, AR 7030+,
FT-980, TT-536 Delta-II, R&S EB200
* New rotator backends: GS-232B, GS-232 (not A or B), ARS RCI, M2 RC2800
* Fixes and features: TH-F7E, FT-847, FT-736, FT-920, FT767GX, FT-747,
FT-950, FT-450, Yaesu NewCAT, PCR*, IC-706MkIIG, IC-7800, R-8A, Paragon
* rigctld/rotctld
* ltdl security update
* IPv6 ready
* bindings not built by default
Version 1.2.10
2009-11-02
* New models: IC-7200, PCR-1500, RX-340, R&S ESMC, BC898T,
Si570 AVR-USB, Paragon (skeleton)
* New rotator backend: SPID
* Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800,
IC-910, IC-718, IC-756PROIII, Tentec Orion, Jupiter, RX320, AOR-8000,
PCR-1000, Video4Linux, all the kenwood backends, GS-232A
* ABI version in backend symbols
* expose PTT/DCD setup through rig_set_conf()
* Parallel port PTT now following cwdaemon (STROBE+INIT) interface
* bindings
* ltdl update
Version 1.2.9
2009-02-25
* New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80
* New rotator backend: Heathkit HD 1780 Intellirotor
* Fixes and features: IC-706*, IC-910, K2, K3, DWT, PCR-100, PCR-1000, RX-320,
FT-450, FT-747, FT-817, FT-847, FT-857, FT-990, FT-1000D, Orion, netrot,
Rotor-EZ, dummy rig and dummy rotator
* Bug fix in qrb()
* Better assisted split operation
* ext_level/ext_parm examples
* Documentation update
Version 1.2.8
2008-11-02
* New models: BC235, BC250, BC780, PRO-2052,
BCD396T, BCD996T, K3, FT950
* New pseudo models: netrigctl/netrotctl, backends ala rpcrig/rpcrot,
but based on rigctld/rotctld
* New rotator backend: GS232A, PcRotor
* Removed microtune backend
* Fixes: DttSP, IC-275, IC-475, IC-725, IC-735, IC-756PRO, IC-761,
IC-775, IC-781, IC-706*, Kenwood TH/TM models, Orion,
BC245, BC895, FT-100, FT757GX, FT-857, FT-897, FT-920
* Numerous bindings fixes, esp. for memory channel works
* New commands available in rigctl
* New rotctld to go with rigctld rig daemon.
The protocol changed, but there's the compatibility
option -e to pass to the daemon for previous protocol.
|
|
MAKE_JOBS=2 and worked without.
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
Bump PKGREVISION.
|
|
* aor/: aor.c, aor.h, ar2700.c, ar5000.c, ar8000.c, ar8200.c,
ar8600.c: implemented scanning
* include/hamlib/riglist.h: added FT950
* set_ant/get_ant support for ts870s and ts2000
* kenwood/ts2000.c: S meter calibration
|
|
|
|
* Improved TS570 functionality
* Improved Argonaut V functionality
* New models: IC7000, G313i/G313e
* Many Icom, Kenwood, and Tentec fixes.
* Build system fixes
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
need one. Overriding the PYTHON environment variable helps. This allows
the package to build on NetBSD 3.0.
|
|
New in 1.2.5:
* frontend API: support for clonable rigs
rigmem: CSV format change
rigctl: new send_cmd for protocol debugging purpose
easy USB devices support
* new models: AR8600, AR2700, DWT (DLL based under Windows,
libusb based under other OS, need test)
* fixes: big AOR update, AR7030, Orion, NRD-545, RX-320,
FT-817, FT-990, TS-2000, Easycomm
* port: BSD fix of parallel port support
|
|
|
|
Since this only interests few people, no PKGREVISION bump.
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
* new frontend API
* added support for TS840, VR5000, FT1000MkV
* bug fixes for TS570S, AR7030, AR3000A, FT897, IC746
* fixed 64bit int handling
* added xBSD parallel support
|
|
|
|
|
|
The wrapper will correctly set the CPP environment variable to a
stat((2)able path to a C preprocessor, then rely on the PATH to
find and invoke the real rpcgen.
Remove NO_EXPORT_CPP in package Makefiles where it was used just to
avoid problems with rpcgen. The build system now just does the right
thing automatically without needing package-specific knowledge.
This fixes PR pkg/27272.
|
|
* frontend API: LEVEL_SQLSTAT marked as deprecated
* new backends: Racal, V4L radio cards, Watkins-Johnson 8888
* new models: IC-78, IC-7800, IC-R20, IC-756PROIII
* fixes: AOR 5k&8k: added S-Meter, 7030: fixed freq,
IC-R8500: calibrated S-Meter, legacy Jupiter and many others..
* port: mingw32 dist with gcc 3.4 version, and stdcall interface
to prepare for VisualBasic support.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
* new models: Ten-Tec (Orion), AOR 3030, Yaesu FRG's, Skanti
* fixes: JRC NRD435 & NRD535, Drake, AOR3000, and many other
* port: Fixes for BRK/RTS/DTR handling under win32 (-> Elektor304)
* bindings: updated Visual Basic wrapper file
* rigswr: new command to measure VSWR vs frequency
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
into it. The directory already existed as a '@dirrm' in the PLIST.
Fixes a problem shown up by the bulk builds.
|
|
|
|
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
Some pkgsrc things
- Fix PLISTs for packages that use -release
- Include canonicalisation of a couple of paths for the benefit
of qt3-*
- the normal version=sunos patching
- fix all library_names_spec for the standard set of symlinks
The libtool things some of which had already made it into pkgsrc libtool.
New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
of files you want to keep, such as test coverage data, from the temporary
output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
exported.
* Bug fixes.
New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
support.
* Bug fixes.
New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
duplicate dependent libraries.
New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.
New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.
New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.
New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
|
|
|
|
incorrectly
|
|
|
|
|
|
packages that depend on this library
|
|
|