Bug 260483 - comms/direwolf
Summary: comms/direwolf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 22:29 UTC by lu9dce
Modified: 2021-12-22 18:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hamradio)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lu9dce 2021-12-16 22:29:49 UTC
The version of Direwolf says 1.6 but installs 1.5

----------------------------------------------------------------

eduardo@diabolo ~> pkg remove direwolf-1.6   
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
	direwolf: 1.6

Number of packages to be removed: 1

The operation will free 19 MiB.

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling direwolf-1.6...
[1/1] Deleting files for direwolf-1.6: 100%
Building cache database of MIME types
eduardo@diabolo ~> pkg install direwolf-1.6
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	direwolf: 1.6

Number of packages to be installed: 1

The process will require 19 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing direwolf-1.6...
[1/1] Extracting direwolf-1.6: 100%
Building cache database of MIME types
eduardo@diabolo ~> direwolf
Dire Wolf version 1.5
Comment 1 Diane Bruce freebsd_committer freebsd_triage 2021-12-17 14:40:04 UTC
Mea Culpa. Hamlib update broke a bunch of ports and I rushed. I'll fix this morning.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-12-17 17:04:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89db997b76aa374e5737846097b8cc21aaa4b48d

commit 89db997b76aa374e5737846097b8cc21aaa4b48d
Author:     Diane Bruce <db@FreeBSD.org>
AuthorDate: 2021-12-17 16:42:14 +0000
Commit:     Diane Bruce <db@FreeBSD.org>
CommitDate: 2021-12-17 16:52:23 +0000

    comms/direwolf: Update to 1.6

    - Really update to 1.6 this time. Changes involved new buld system.
    - Corrected non functioning SED
    - petted portlint

    - Rather than trying to keep a bunch of different platform specific Makefiles in sync, "cmake" is now used for greater portability and easier maintenance.

    - README.md has a quick summary of the process.  More details in the ***User Guide***.

    - "-X" option enables FX.25 transmission.  FX.25 reception is always enabled so you don't need to do anything special.  "What is FX.25?" you might ask.  It is forward error correction (FEC) added in a way that is completely compatible with an ordinary AX.25 frame.  See new document ***AX25\_plus\_FEC\_equals\_FX25.pdf*** for details.

    - Receive AIS location data from ships.  Enable by using "-B AIS" command line option or "MODEM AIS" in the configuration file.  AIS NMEA sentences are encapsulated in APRS user-defined data with a "{DA" prefix.  This uses 9600 bps so you need to use wide band audio, not what comes out of the speaker.  There is also a "-A" option to generate APRS Object Reports.

    - Receive Emergency Alert System (EAS) Specific Area Message Encoding (SAME).  Enable by using "-B EAS" command line option or "MODEM EAS" in the configuration file.  EAS SAME messages are encapsulated in APRS user-defined data with a "{DE" prefix.  This uses low speed AFSK so speaker output is fine.

    - "-t" option now accepts more values to accommodate inconsistent handling of text color control codes by different terminal emulators.  The default, 1, should work with most modern terminal types.  If the colors are not right, try "-t 9" to see the result of the different choices and pick the best one.  If none of them look right, file a bug report and specify: operating system version (e.g. Raspbian Buster), terminal emulator type and version (e.g.  LXTerminal 0.3.2).   Include a screen capture.

    - "-g" option to force G3RUH mode for lower speeds where a different modem type may be the default.

    - 2400 bps compatibility with MFJ-2400.  See ***2400-4800-PSK-for-APRS-Packet-Radio.pdf*** for details

    - "atest -h" will display the frame in hexadecimal for closer inspection.

    - Add support for Multi-GNSS NMEA sentences.

    PR:             ports/260483
    Reported by:    hellocodebsd@gmail.com

 comms/direwolf/Makefile                            |  31 +-
 comms/direwolf/distinfo                            |   6 +-
 comms/direwolf/files/patch-Makefile.linux (gone)   | 409 ---------------------
 comms/direwolf/files/patch-dwgpsd.c (gone)         |  34 --
 ...patch-dw-start.sh => patch-scripts_dw-start.sh} |  24 +-
 .../files/{patch-ptt.c => patch-src_ptt.c}         |   6 +-
 comms/direwolf/pkg-plist                           |  27 +-
 7 files changed, 49 insertions(+), 488 deletions(-)
Comment 3 lu9dce 2021-12-22 18:01:15 UTC
it works perfectly