2013-09-09 04:15:51 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
More cleanup
Remove SUBST_CLASSES, instead
- patching apps/CMakeLists.txt
and
- have cmake command line parameter (in pkgsrc Makefile)
|
2013-09-09 03:11:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Remove patch with wrong-filename.
|
2013-09-09 00:31:24 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
It seems built both with X11_TYPE=modular and native.
(1) Add following file (left out at previous commit)
patches/patch-apps_CMakeLists.txt
.. actually rename from
patches/patch-apps_CMakeList.txt (not committed)
(2) Adjust CMakeLists.text (but it is hidden due to above)
(3) Eliminate SUBST_CLASSES swaprpath and lastcolon
(4) Some cleanup for SUBST_CLASSES rpath{app,src}
|
2013-09-04 16:22:31 by Makoto Fujiwara | Files touched by this commit (5) |
Log message:
Fix man page path, share/man/man5 to man/man5.
|
2013-09-04 16:14:52 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Return to complete packaging only on X11_TYPE=modular (Makefile).
Add man page issue on TODO.
|
2013-09-04 12:28:04 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Previous commit was wrong, only one side of X11_TYPE is built.
|
2013-09-04 06:49:03 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Clean up. Now X11_TYPE=native is OK to work (by upstream).
|
2013-09-03 05:37:58 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
[ARRL-LOTW] TQSL 2.0-rc3
------------
The third release candidate for TQSL 2.0 is now available. This
release fixes two serious problems reported for 2.0-rc2:
1. If you minimized the TQSL window then closed it, upon restart the
TQSL window was sized far too small to be usable. This release does
not store the position/size when minimized, and will not allow the
main window to be too small on startup.
2. If you received an error message while signing a log (out of date
range, bad call, bad mode, etc.) and chose to NOT ignore errors, TQSL
would sign and upload the log as of the point where the error was
found rather than discarding it. This release discards the log and
cancels the operation when the user chooses "No" when asked to ignore
errors.
Some minor changes were also made in the handling of unknown Cabrillo
log formats. For many types of logs, TQSL will now automatically
detect the "call-worked" field from the log without additional user
configuration.
Two additional changes in TQSL 2.0 RC3:
-------------
A. Because new modes may not yet be specified in ADIF, and because
LoTW may not accept all modes specified in ADIF, TQSL enables you to
"map" a new mode to a mode or mode group recognized by LoTW; this
most often takes the form of mapping a new digital mode to the DATA
mode group. Versions of TQSL prior to 2.0 would allow you to map
modes accepted by LoTW. This version of TQSL will refuse to map a
mode that is accepted by LoTW. Any existing mappings of modes
accepted by LoTW will be automatically removed on startup; you will
be notified if this happens.
B. When submitting log files in Cabrillo format, previous versions of
TQSL submitted FM and PH modes as PHONE. TQSL 2.0 RC2 submits FM mode
as FM, and PH mode as SSB.
|
2013-09-02 14:29:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
PKGNAME is now tqsl-2.0rc2.
We don't need to set PKGNAME as 1.99rc2 etc for 2.0rc Release Candidate.
It may be simply 2.0rc.
-- See following shell command results:
% pkg_admin pmatch "tqsl>2.0rc2" tqsl-2.0 && echo yes
yes
--
Thanks obache@
|
2013-09-01 07:22:54 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Bump 2.0-rc1 to 2.0-rc2.
Previous log as
(JIDX contest detection is now automatic).
was wrong. This 2.0rc2 has implemented above function.
PKGNAME is set to 1.99rc2 (To reservr 2.0 for real release).
Thanks obache@ for quick advice.
|