summaryrefslogtreecommitdiff
path: root/comms/unixcw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio/pulseaudio: Update to 16.1Gleb Popov2023-08-071-1/+1
| | | | | | | | Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
* Fix WWW in parent/child portsTobias Kortkamp2022-09-101-1/+1
| | | | | | | | | | | | | | Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* comms/unixcw: fix build with GCC-based architecturesYuri Victorovich2019-05-041-0/+12
| | | | | | | | PR: 237744 Submitted by: pkubaj Notes: svn path=/head/; revision=500780
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-1/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theyAlexey Dokuchaev2018-08-301-1/+2
| | | | | | | | are put there by the framework (see line 200 of Mk/bsd.options.mk), except for `finance/quantlib' which makes very unorthodoxal usage of port options. Notes: svn path=/head/; revision=478429
* Fix obvious typoDiane Bruce2018-08-091-1/+1
| | | | Notes: svn path=/head/; revision=476737
* Update unixcw and xcwcp to latest release.Stephen Hurd2018-08-0815-10/+289
| | | | | | | | | | | | | | | | | | This is also the first version where all the issues are fixed, and support has been included for ALSA and Pulseaudio. The ioctl() issue is resolved, and gettext is properly controlled by the NLS option. I'll be submitting these patches upstream, but due to the low rate of releases, want to get them into ports first. This is heavily modified from the submitted patch as every time anything was tested, a new issue cropped up. PR: 229782 Reported by: Yuri Victorovich <yuri@freebsd.org> Notes: svn path=/head/; revision=476626
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-12/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* comms/unixcw: document ncurses requirement (USES+=ncurses)John Marino2016-02-071-1/+5
| | | | | | | | | link with ncurses, not curses approved by: infrastructure blanket Notes: svn path=/head/; revision=408336
* Update to 3.5.0Diane Bruce2015-10-104-11/+18
| | | | | | | | | | | | | | | | | | | | | | 2015-09-29 Kamil Ignacak * bugfix: fixing code that resets tone queue on flushing. A bug was found on FreeBSD: after pressing Ctrl+C, application that wanted to stop and delete generator as part of SIGINT handling procedure, got stuck in cw_tq_flush_internal() function, waiting for tone queue to go idle. This never happened. Resetting all tone queue state variables in flush function ensures that the function completes and returns, and that client application can exit. 2015-09-12 Kamil Ignacak * xcwcp: the application souce code files are now ported to Qt5. Build system files have been modified to use Qt5 to build xcwcp. Discovery and adding -fPIC to compiler flags for xcwcp is right now very naive, perhaps that will have to be improved in the future. Notes: svn path=/head/; revision=399012
* Update to 3.4.2 (also updates comms/xcwcp).Stephen Hurd2015-08-154-8/+8
| | | | | | | Use makepatch for files/* Notes: svn path=/head/; revision=394269
* Update to 3.4.1, fix pkg-descr URLStephen Hurd2015-01-054-6/+6
| | | | | | | Minor libcw changes Notes: svn path=/head/; revision=376299
* Unbreak INDEX and ongoing bulks/exp-runsAntoine Brodin2014-12-121-4/+4
| | | | Notes: svn path=/head/; revision=374604
* Update to 3.4.0 (build system fixes)Stephen Hurd2014-12-128-137/+20
| | | | | | | | | Remove XCWCP option and prepare this to be a master port instead. Otherwise there's no way to support xcwcp using pkg without making QT a dependency of comms/cwdaemon. Notes: svn path=/head/; revision=374590
* - Change MAINTAINER on these hamradio ports to new ports group hamradio@Diane Bruce2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373117
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-192-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=358419
* - Convert USE_GMAKE/USE_BZIP2 to USESMartin Wilke2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348047
* - Update to latest 3.3.0Diane Bruce2013-12-3013-218/+42
| | | | | | | | | | - Upstream have fixed some of the FreeBSD problems but not all, hence some of our patches are no longer required Submitted by: portscout@ Notes: svn path=/head/; revision=338163
* - Use distribution from sourceforge which updates us to 3.2.0Diane Bruce2013-12-2821-212/+319
| | | | | | | | | - This unbreaks unixcw on QT4 - Use stage - Add LICENSE Notes: svn path=/head/; revision=337926
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Mark as broken if the XCWCP option is selected which uses the removed QT3.Rene Ladan2013-07-261-0/+1
| | | | | | | | | PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Notes: svn path=/head/; revision=323749
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-222-1/+2
| | | | Notes: svn path=/head/; revision=266737
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-162-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-2/+3
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-6/+1
| | | | Notes: svn path=/head/; revision=225288
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-2/+2
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* The heart of the package is 'libcw'. This is a library which, when built,Diane Bruce2008-01-0113-0/+268
offers the following basic CW services to a caller program: o Morse code character translation tables, and lookup functions o Morse code low-level timing calculations o A 'sidetone' generation and queueing system, using either the system sound card, the console speaker, or both o Optional keying control for an external device, say a transmitter, or an oscillator o CW character and string send routines, tied in with the character lookup o CW receive routines, also tied in to the character lookup o Adaptive speed tracking of received CW o An iambic keyer, with both Curtis 8044 types A and B timing o Straight key emulation Submitted by: self Notes: svn path=/head/; revision=204824