Bug 200039 - [PATCH] comms/fldigi: Convert to OptionsNG
Summary: [PATCH] comms/fldigi: Convert to OptionsNG
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: Stephen Hurd
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-05-08 01:09 UTC by takefu
Modified: 2015-05-11 09:32 UTC (History)
1 user (show)

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


Attachments
fldigi.patch (9.79 KB, text/x-c)
2015-05-08 01:09 UTC, takefu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2015-05-08 01:09:14 UTC
Created attachment 156484 [details]
fldigi.patch

Fix OptionsNG
Fix `make makepatch' to ensure proper patch format.
Comment 1 Stephen Hurd freebsd_committer freebsd_triage 2015-05-11 09:22:47 UTC
There's also an OSS patch I'll add in.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-11 09:32:17 UTC
A commit references this bug:

Author: shurd
Date: Mon May 11 09:31:43 UTC 2015
New revision: 386058
URL: https://svnweb.freebsd.org/changeset/ports/386058

Log:
  Add patch to fix OSS support (bump PORTREVISION)
  Switch to Options-NG.
  Use makepatch for patchs.

  PR:		200039
  Submitted by:	takefu@airport.fm

Changes:
  head/comms/fldigi/Makefile
  head/comms/fldigi/files/patch-Makefile.in
  head/comms/fldigi/files/patch-misc_newinstall.cxx
  head/comms/fldigi/files/patch-src_data_io.h
  head/comms/fldigi/files/patch-src_dialogs_fl__digi.cxx
  head/comms/fldigi/files/patch-src_dialogs_fl_digi.cxx
  head/comms/fldigi/files/patch-src_dominoex_dominoex.cxx
  head/comms/fldigi/files/patch-src_include_data__io.h
  head/comms/fldigi/files/patch-src_include_qrunner.h
  head/comms/fldigi/files/patch-src_logbook_lookupcall.cxx
  head/comms/fldigi/files/patch-src_misc_newinstall.cxx
  head/comms/fldigi/files/patch-src_qrunner_qrunner.cxx
  head/comms/fldigi/files/patch-src_soundcard_sound.cxx
  head/comms/fldigi/files/patch-src_spot_pskrep.cxx
  head/comms/fldigi/files/patch-src_thor_thor.cxx
  head/comms/fldigi/files/patch-src_wefax_wefax.cxx
  head/comms/fldigi/files/patch-src_xmlrpcpp_XmlRpcBase64.h
  head/comms/fldigi/files/patch-src_xmrpcpp_XmlRpcBase64.h
Comment 3 Stephen Hurd freebsd_committer freebsd_triage 2015-05-11 09:32:49 UTC
Committed, thanks!