notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: comms/wsjtx/files/hamlib.patch

Number of commits found: 6

Sunday, 3 Sep 2023
15:33 Diane Bruce (db) search for other commits by this committer
comms/wsjtx: Fix Fortran runtime error

Suggested fixes did not work for FreeBSD because of clang differences
this should fix problem.

PR:		PR:	262937
commit hash: 9f9722769c195fe5b2ea0079a3082fa9a32c29c7 commit hash: 9f9722769c195fe5b2ea0079a3082fa9a32c29c7 commit hash: 9f9722769c195fe5b2ea0079a3082fa9a32c29c7 commit hash: 9f9722769c195fe5b2ea0079a3082fa9a32c29c7 9f972276
Friday, 17 Feb 2023
23:47 Diane Bruce (db) search for other commits by this committer
comms/wsjtx: Same bug as hamlib treating a function like a variable

wsjtx insist on packaging their own version of hamlib which means
the fix to hamlib meant the bug was still in wsjtx
commit hash: adf4a629799aecd35618a47236fcec91e315b283 commit hash: adf4a629799aecd35618a47236fcec91e315b283 commit hash: adf4a629799aecd35618a47236fcec91e315b283 commit hash: adf4a629799aecd35618a47236fcec91e315b283 adf4a62
Wednesday, 13 Apr 2022
13:30 Tijl Coosemans (tijl) search for other commits by this committer
devel/libtool, devel/libltdl: update to 2.4.7

comms/wsjtx: patch configure instead of configure.ac to avoid autotools.
The build runs autoconf to regenerate configure but forgets to run
libtoolize to update ltmain.sh.

PR:		263151
Exp-run by:	antoine
commit hash: 51638b90e3b459063940f3a7e33c77354f8cd232 commit hash: 51638b90e3b459063940f3a7e33c77354f8cd232 commit hash: 51638b90e3b459063940f3a7e33c77354f8cd232 commit hash: 51638b90e3b459063940f3a7e33c77354f8cd232 51638b9
Friday, 31 Dec 2021
14:41 Diane Bruce (db) search for other commits by this committer
comms/wsjtx: Update to 2.5.2

- Repair a  longstanding regression  that caused signal  reports from
  tail-ended Tx2 messages to be omitted from logged information

- Parse   "dx-call-1 RR73; dx-call-2 <de-call> +nn"  messages  (i3=0,
  n3=1 DXpedition mode) in regular 77-bit modes

- Repair a regression  associated with setting the  main window width
  on program startup.

- Repair a problem with Q65 decodes  of type 'q3' for messages of the
  form "<Call_1> Call_2"

- Execute code associated with Q65 decodes of type 'q5' only when the
  Max   Drift   control   is   set  to   50.    This   fix   prevents
  double-incrementing of  the message averaging counter  on the first
  decoding sequence.

- Polarization offset 'Dpol' from the astronomical data window is now
  written    to    file     azel.dat    if    environment    variable
  WSJT_AZEL_EXTRA_LINES has  been defined as  1 or greater.   Dpol is
  especially useful for EME on the higher microwave bands.

- The Auto  Log QSO option  in "Settings->Reporting" now  behaves the
  same  as  the Prompt  to  log  QSO option  when  not  in a  special
  operating context mode.

- The Fast/Normal/Deep  setting in  Q65 mode is  now a sticky setting
  and is no longer reset to Fast on program startup or  when Settings
  has  been opened. The user selection is used for automatic decodes,
  but Deep is used for any subsequent manual decode attempts.

- New hamlib code to correct minor flaws in controlling several rigs.

- Update  the  Chinese  and  Hong   Kong  translations  of  the  user
  interface.

PR:		ports/260618
Reported by:	hellocodebsd@gmail.com
commit hash: 9c3c36590248370e6d70c69413ff547330982869 commit hash: 9c3c36590248370e6d70c69413ff547330982869 commit hash: 9c3c36590248370e6d70c69413ff547330982869 commit hash: 9c3c36590248370e6d70c69413ff547330982869 9c3c365
Monday, 15 Apr 2019
17:52 shurd search for other commits by this committer
Fix build when hamlib is installed.

Put /usr/local/include at end of AM_CPPFLAGS instead of at beginning,
ensures the included header files are used.

Link included hamlib using ${libdir}/libhamlib.a rather than -lhamlib to
ensure the included static hamlib is used instead of a dynamic one in the
library path.

MFH:		2019Q2 (build fix)
Original commitRevision:499037 
Thursday, 7 Mar 2019
13:45 db search for other commits by this committer
- update to 2.0.1
- builds on i386 now
- remove MAKE_JOBS_UNSAFE
- Upstream wsjtx build instructions call for their forked
  version of hamlib for wsjtx to work correctly.
  Upstream distribution includes both wsjtx and a copy of their
  forked hamlib with their own build system. This is now used in
  this updated port. The cmake build provided does not have an
  install/strip target which forces use of do-install.

N.B. If hamlib is already installed, this port will incorrectly
link against the shared library version of hamlib instead of the
private copy provided. There seems no easy solution to this.
Original commitRevision:494945 

Number of commits found: 6