aboutsummaryrefslogtreecommitdiff
path: root/comms/cqrlog
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-141-1/+1
| | | | | | | | | | | | | | - lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3 Notes: svn path=/head/; revision=561593
* - Bump PORTREVISION. lazarus was updated to 2.0.10Jose Alonso Cardenas Marquez2020-11-251-1/+1
| | | | Notes: svn path=/head/; revision=556267
* - Bump PORTREVISION. lazarus was updated to 2.0.8Jose Alonso Cardenas Marquez2020-05-141-1/+1
| | | | Notes: svn path=/head/; revision=535206
* - Remove compat < 11 dependencies from bootstrap and compiler. It could fix ↵Jose Alonso Cardenas Marquez2020-03-061-0/+1
| | | | | | | | | | | | | | problems when GENERIC kernel is not used. - Rebuild bootstrap (ppcx64 and ppc386) with new changes - Bump PORTREVISION PR: 239135 Reported by: fbsdbugs4 at sentry.org Notes: svn path=/head/; revision=527858
* Unbreak port.Diane Bruce2020-01-041-29/+0
| | | | | | | | | @acm forgot to remove an obsolete patch file Reported by: pkg-fallout Notes: svn path=/head/; revision=521975
* - Update to 2.4.0Jose Alonso Cardenas Marquez2020-01-025-63/+99
| | | | | | | | | | | - Remove LAZARUS_NO_FLAVORS. Now cqrlog can be compiled with lazarus-qt5 interface - Add CONFLICTS PR: 243006 Approved by: db Notes: svn path=/head/; revision=521878
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.6Jose Alonso Cardenas Marquez2019-12-311-1/+1
| | | | Notes: svn path=/head/; revision=521632
* - cqrlog also needs mysqld which cqrlog was missing as a dependencyDiane Bruce2019-09-031-3/+6
| | | | | | | - pet portlint Notes: svn path=/head/; revision=511049
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-031-1/+1
| | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine Notes: svn path=/head/; revision=510956
* - Bump PORTREVISION (lazarus ports were updated to 2.0.4)Jose Alonso Cardenas Marquez2019-08-151-2/+1
| | | | | | | - Remove LD_UNSAFE Notes: svn path=/head/; revision=509014
* Clean up final leftovers from Qt4.Rene Ladan2019-06-261-3/+0
| | | | | | | | | Submitted by: rene Reviewed by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D20725 Notes: svn path=/head/; revision=505150
* - Fix buildJose Alonso Cardenas Marquez2019-03-171-3/+1
| | | | | | | Reported by: yuri Notes: svn path=/head/; revision=496109
* comms/cqrlog: BROKEN due to lazarus compiler errorsYuri Victorovich2019-03-102-1/+3
| | | | | | | | The upstream author didn't reply: https://github.com/ok2cqr/cqrlog/issues/127 Also fix WWW. Notes: svn path=/head/; revision=495229
* - Bump PORTREVISION. editors/lazarus was updated to 2.0.0Jose Alonso Cardenas Marquez2019-03-071-1/+1
| | | | Notes: svn path=/head/; revision=494883
* Unbreak build (finally)Diane Bruce2018-12-072-0/+25
| | | | | | | | | | | | | | cqrlog does not like ld.lld (9015) Linking cqrlog /usr/bin/ld: error: /usr/local/lib/fpc/3.0.4/units/x86_64-freebsd/rtl/unicodenumtable.o: invalid alignment of section headers /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Error: (9013) Error while linking /wrkdirs/usr/ports/comms/cqrlog/work-gtk2/cqrlog-2.3.0/src/cqrlog.lpr(82,1) Fatal: (10026) There were 1 errors compiling module, stopping Whilst here fix broken pkg-plist and pet portlint Notes: svn path=/head/; revision=486863
* Fix LoTW integration again.Stephen Hurd2018-08-172-4/+13
| | | | | | | | | | | | | If the MySQL library isn't explicitly initialized, the mysql library will end up calling EVP_cleanup() while detecting the MySQL version, which clobbers the OpenSSL context, preventing LoTW (and perhaps ClubLog) integration from working properly. Look in ${LOCALBASE}/lib/mysql/ for MySQL and MariaDB libraries. Only look for .so file, don't look for "any" SONAME. Notes: svn path=/head/; revision=477436
* Update to latest release, use preferred OpenSSL libs.Stephen Hurd2018-07-1115-63/+104
| | | | | | | | | | | CQRLOG does *not* work with the version of OpenSSL in 10.4. This only seems to impact the LoTW integration though, so I don't think it needs to be marked as broken with that version. Also, update all the patches to use makepatch. Notes: svn path=/head/; revision=474421
* - Bump PORTREVISION (editors/lazarus was updated)Jose Alonso Cardenas Marquez2018-06-031-1/+1
| | | | Notes: svn path=/head/; revision=471480
* - Moved ports to Uses/lazarus.mkJose Alonso Cardenas Marquez2018-05-253-25/+27
| | | | | | | | | | - Add FLAVORS Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661 Notes: svn path=/head/; revision=470851
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-1/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* Version 2.2.0Diane Bruce2018-02-187-108/+71
| | | | | | | | | | | | | | | | | | | | | wsjt remote mode improvements (Saku, OH1KH) CQ-monitor now remembers showing state (Saku, OH1KH) "My Alert" is now compared oppsite way: This should fit also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH) CQ-monitor: Country names (cut to length 15) are now displayed instead of callsign prefixes. (Saku, OH1KH) "Show only active band" checkbox addec to Band map filter for quick access. (Saku, OH1KH) "Re/Set" button added to Export "Choose fields to export" dialog for set/reset all check boxes in one go. (Saku, OH1KH) a lot of CQ monitor improvements (Saku, OH1KH) remote wsjt: Short cut key Ctrl+J (Saku, OH1KH) help files updated (Saku, OH1KH) Voice keyer works now also with FM and AM modes and also from CWkeys windows. (Saku, OH1KH) QSO in QSO list window can be sorted in ascending date/time order (oldes QSO first). (Jörg, DL8DTL) CQRLOG should work correcly on HiDPI monitors 630M definition was missing in some functions (Saku, OH1KH) ADIF upload didn't work when name or QTH were too long Notes: svn path=/head/; revision=462263
* - Bump PORTREVISION. Lazarus was updated to 1.8.0Jose Alonso Cardenas Marquez2018-02-011-1/+2
| | | | Notes: svn path=/head/; revision=460568
* Remove WANT_GNOME and HAVE_GNOME.Mathieu Arnold2017-10-121-1/+0
| | | | | | | | | Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643 Notes: svn path=/head/; revision=451901
* - Update to 2.0.4Jose Alonso Cardenas Marquez2017-03-013-12/+29
| | | | | | | Approved by: maintainer via email Notes: svn path=/head/; revision=435187
* - Update to 2.0.2Jose Alonso Cardenas Marquez2016-11-213-30/+9
| | | | Notes: svn path=/head/; revision=426765
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Fix build under poudriereStephen Hurd2016-05-191-0/+1
| | | | | | | | | Poudriere doesn't make dependencies listed in BUILD_DEPENDS available during the patch phase. Add a PATCH_DEPENDS entry to work-around this issue. Notes: svn path=/head/; revision=415470
* Update to latest releaseStephen Hurd2016-05-104-20/+75
| | | | | | | | Fix relative paths to share directory. Use DATADIR in the software instead of constructing it from PREFIX. Notes: svn path=/head/; revision=414931
* Fix LoTW export and PreferencesStephen Hurd2016-04-253-22/+3
| | | | | | | | We can't directly patch .lrs files since they use length/value strings. Instead, patch the form and regenerate the resource file. Notes: svn path=/head/; revision=413998
* Fix typo in previous commit affecting rotctrl commandlineStephen Hurd2016-04-241-1/+1
| | | | Notes: svn path=/head/; revision=413962
* Update to latest releaseStephen Hurd2016-04-2423-140/+160
| | | | | | | | Remove expansion of lat/lon field as upstream says it will never be necessary again. Notes: svn path=/head/; revision=413961
* Don't use the include mysql moduleStephen Hurd2016-04-081-0/+2
| | | | | | | | | | This module does not work with FPC-3.x and causes errors when connecting to the database. Bump PORTREVISION Notes: svn path=/head/; revision=412709
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Ok, really fix cqrlog. Add missing fpc units.Diane Bruce2016-03-251-3/+4
| | | | Notes: svn path=/head/; revision=411816
* Changed lazbuild to lazarus in BUILD_DEPENDS to fix build as user.Diane Bruce2016-03-231-1/+1
| | | | | | | | | No other changes. Submitted by: pkg-fallout@ Notes: svn path=/head/; revision=411715
* - Update to 1.9.1Jose Alonso Cardenas Marquez2016-03-175-17/+45
| | | | Notes: svn path=/head/; revision=411309
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* - Fix buildJose Alonso Cardenas Marquez2015-08-191-2/+3
| | | | Notes: svn path=/head/; revision=394801
* - Fix build by adding missing dependencyDmitry Marakasov2015-08-171-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=394458
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-2/+2
| | | | | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up Notes: svn path=/head/; revision=393766
* - Fix shebangsDmitry Marakasov2015-07-301-2/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393235
* - Bump PORTREVISION. lazarus was updated to 1.4.0Jose Alonso Cardenas Marquez2015-06-151-1/+2
| | | | Notes: svn path=/head/; revision=389674
* Upgrade to 1.9.0Stephen Hurd2015-05-2714-78/+70
| | | | | | | | | | | | - Switch to USE_GITHUB - Use OPT_* instead of .if blocks - Switch to makepatch format PR: 200318 Submitted by: takefu@airport.fm Notes: svn path=/head/; revision=387539
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Bump PORTREVISION. lazarus has been updatedJose Alonso Cardenas Marquez2015-01-113-17/+34
| | | | | | | | | - Add QT/GTK2 OPTIONS like another lazarus app ports - Copy lazarus directory to WRKSRC is not neccesary anymore - Clean up Notes: svn path=/head/; revision=376733
* Update to 1.8.2Stephen Hurd2014-12-216-28/+37
| | | | | | | | Too many minor updates to list, see src/CHANGELOG for fill list. This includes a patch to fix import of new country lists. Notes: svn path=/head/; revision=375153
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
| | | | Notes: svn path=/head/; revision=371247
* QRLOG is an advanced ham radio logger based on MySQL database. It providesStephen Hurd2014-07-0716-0/+669
radio control based on hamlib libraries, DX cluster connection, band map, QRZ.com/HamQTH.com callbook (XML access), IOTA support, a grayliner, propagation indicator, xplanet support (maps in azimuthal projection centered in your QTH), OK1RR free QSL manager database etc. Reviewed by: db, skreuzer Approved by: db, skreuzer (mentors) Differential Revision: https://phabric.freebsd.org/D313 Notes: svn path=/head/; revision=361115