aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsbabel
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-2/+2
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* 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)
* astro: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp> * Alexander Leidinger * Alexey Dokuchaev <danfe@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Anton Berezin <tobez@FreeBSD.org> * Anton Berezin <tobez@tobez.org> * Anton Karpov <toxa@toxahost.ru> * Brion Moss <brion@queeg.com> * Bruce M Simpson <bms@FreeBSD.org> * Chris Piazza <cpiazza@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * David Wolfskill * Frank W. Josellis <frank@dynamical-systems.org> * Gea-Suan Lin <gslin@gslin.org> * Gleb Smirnoff <glebius@FreeBSD.org> * Hye-Shik Chang <perky@fallin.lv> * Jan Srzednicki <w@wrzask.pl> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeremy Shaffner <jeremy@external.org> * Keith Walker <kew@icehouse.net> * Kirill Ponomarew <ponomarew@oberon.net> * Kris Kennaway <kkennawa@physics.adelaide.edu.au> * Kris Kennaway <kris@FreeBSD.org * Laurent Courty * Loïc BARTOLETTI <lbartoletti@FreeBSD.org> * Lukas Maly <Iam@LukasMaly.NET> * Markus Brueffer <markus@FreeBSD.org> * Mathias Monnerville <mathias@monnerville.com> * Muhammad Moinur Rahman <bofh@FreeBSD.org> * Patrick Li <pat@FreeBSD.org> * Patrick Li <pat@databits.net> * Piero Serini <piero@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Simon Olofsson <simon@olofsson.de> * Slaven Rezic <slaven@rezic.de> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> * Sébastien Santoro <dereckson@gmail.com> * TAKATSU Tomonari <tota@FreeBSD.org> * Tatsuki Makino <tatsuki_makino@hotmail.com> * Tony Maher <tonymaher@optusnet.com.au> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Wen Heping<wen@FreeBSD.org> * Will Andrews <andrews@technologist.com> * asami * chuck@pkix.net * crwhipp@gmail.com * darius@dons.net.au * db * erich@FreeBSD.org * freebsd-ports@henrik.synth.no * ijliao * nwhitehorn * pat * searle * thierry@pompo.net * torstenb * trevor * will With hat: portmgr
* cleanup: remove transitive py27 deprecation (www/qt5-webengine)Rene Ladan2022-01-231-7/+0
|
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* astro/gpsbabel: fix LICENSEDmitry Marakasov2021-04-071-1/+1
| | | | Approved by: portmgr blanket
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+7
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* astro/gpsbabel: update to 1.7.0Loïc Bartoletti2020-10-105-17/+44
| | | | | | | | | PR: 248866 Submitted by: Oliver Heesakkers (maintainer) Reported by: Harry Matthiesen Jensen Notes: svn path=/head/; revision=551858
* astro/gpsbabel: fix build on GCC architecturesPiotr Kubaj2020-08-121-1/+4
| | | | | | | | | | Respect CC / CXX: configure: error: *** A compiler with support for C++14 language features is required. MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=544742
* astro/gpsbabel: Add missing dependencies to GUI optionTobias Kortkamp2020-07-221-3/+5
| | | | | | | | | - Also drop nop GUI_QMAKE_SOURCE_PATH [1] Reported by: portscan [1] Notes: svn path=/head/; revision=542840
* astro/gpsbabel: Update to latest 1.6.0Luca Pizzamiglio2020-07-1116-265/+26
| | | | | | | | | | | | Changes: https://www.gpsbabel.org/news/gpsbabel-1.6.0.html PR: 237733 Submitted by: Conrad Meyer <cem@freebsd.org> Approved by: dev2@heesakkers.info (maintainer) Event: July 2020 Bugathon Notes: svn path=/head/; revision=542043
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Putting `qt:5' on USES list just once is enough.Alexey Dokuchaev2019-05-291-2/+1
| | | | Notes: svn path=/head/; revision=502957
* Fix build after QT4 removalTilman Keskinoz2019-03-191-2/+2
| | | | | | | | | PR: 235919 Submitted by: maintainer Reported by: Miroslav Lachman Notes: svn path=/head/; revision=496294
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-1/+1
| | | | | | | | | PR: 231919 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=483277
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-4/+5
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Update to upstream version 1.5.4; use QT5 instead of QT4Thomas Zander2018-05-0610-32/+184
| | | | | | | | | PR: 227538 Submitted by: cmt Approved by: Maintainer timeout Notes: svn path=/head/; revision=469231
* OPTIONS_SUB only cares about being defined, its content is ignored.Mathieu Arnold2017-11-211-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454590
* astro/gpsbabel: unbreak with clang 4.0Jan Beich2017-01-241-0/+22
| | | | | | | | | | | | | | | bushnell.cc:138:36: error: ordered comparison between pointer and zero ('const char *' and 'int') for (t = bushnell_icons; t->icon > 0; t++) { ~~~~~~~ ^ ~ bushnell.cc:150:36: error: ordered comparison between pointer and zero ('const char *' and 'int') for (t = bushnell_icons; t->icon > 0; t++) { ~~~~~~~ ^ ~ PR: 216215 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) Notes: svn path=/head/; revision=432358
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Fix build with libc++ 3.8.0Thomas Zander2016-08-281-0/+26
| | | | | | | | | PR: 210991 Submitted by: dev2@heesakkers.info (maintainer) MFH: 2016Q3 (ports-secteam build fix blanket) Notes: svn path=/head/; revision=421009
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-4/+4
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* astro/gpsbabel: Update to upstream 1.5.3Conrad Meyer2016-06-286-8/+51
| | | | | | | | | | | | - Use system minizip - Convert to Github master site - Update jeeps patch Reviewed by: AMDmi3 Differential Revision: https://reviews.freebsd.org/D6963 Notes: svn path=/head/; revision=417740
* Use options helpersPawel Pekala2016-01-211-8/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=406818
* astro/gpsbabel: add GUI option, clean up dependenciesPhilip M. Gollucci2015-08-183-15/+49
| | | | | | | | | | | | | | | - Add GUI option (requires qt4-gui,qt4-xml,qt4-network and qt4-webkit at runtime). - Remove autoconf/pcre/glib20/gettext dependencies (unused). - USE_QT4=linguist_build -> USE_QT4=linguisttools_build (GUI option only). - Use system zlib. - Regenerate patch. PR: 201680 Submitted by: s3erios@gmail.com Approved by: dev2@heesakkers.info Notes: svn path=/head/; revision=394642
* - Update to upstream release 1.5.2Thomas Zander2015-03-155-55/+18
| | | | | | | | | | | - Properly strip installed binary PR: 197879 Submitted by: dev2@heesakkers.info Reviewed by: riggs Notes: svn path=/head/; revision=381306
* - Update to 1.5.1Dmitry Marakasov2014-06-104-8/+34
| | | | | | | | | | | | - Add LICENSE - Convert extra-patch'es to plain patches PR: 190791 Submitted by: glebius Approved by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) Notes: svn path=/head/; revision=357392
* - Stage supportMartin Wilke2014-02-141-1/+0
| | | | Notes: svn path=/head/; revision=344226
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in astro With hat: portmgr Notes: svn path=/head/; revision=336154
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-8/+2
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* - Update to 1.4.4Beech Rintoul2012-12-152-6/+6
| | | | | | | | | | | - Add local mirror - Pass maintainership to submitter PR: ports/174363 Submitted by: Oliver Heesakkers <dev2@heesakkers.info> Notes: svn path=/head/; revision=308970
* - Update to 1.4.3Wen Heping2012-11-062-8/+5
| | | | | | | | | | - Trim Makefile headers - Reset maintainer to ports@ Feature safe: yes Notes: svn path=/head/; revision=307056
* Fix typos in COMMENTCarlo Strub2012-07-231-1/+1
| | | | Notes: svn path=/head/; revision=301396
* - Update to 1.4.2Wen Heping2011-03-153-12/+5
| | | | | | | | PR: ports/155554 Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru> Notes: svn path=/head/; revision=270912
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Fix build with custom PREFIX/LOCALBASE.Ion-Mihai Tetcu2009-05-301-0/+2
| | | | | | | | | Submitted by: itetcu@ Reported by: QATty Approved by: maintainer Notes: svn path=/head/; revision=234827
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-092-3/+41
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* - Update to 1.3.6Martin Wilke2009-02-152-7/+5
| | | | | | | | PR: 131606 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=228412
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-1/+7
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Fix buildMartin Wilke2008-07-081-0/+1
| | | | | | | | | PR: 125402 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Reported by: ionbot, pavbot Notes: svn path=/head/; revision=216533
* - Update to 1.3.5Beech Rintoul2008-07-032-6/+8
| | | | | | | | | | | - Add gentoo mirrors - Pass maintainership to submitter PR: ports/124835 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=216208
* - Reassign to ports@Thomas Abthorpe2008-04-151-1/+1
| | | | | | | | | | - Thank you for your service, we hope to see you back PR: ports/122796, ports/122797, ports/122798 Submitted by: Laurent Courty <lrntct gmail.com> Notes: svn path=/head/; revision=211313
* - Update to 1.3.4Rong-En Fan2007-08-232-6/+5
| | | | | | | | | | | - Use macro from bsd.sites.mk PR: ports/115670 Submitted by: ijliao Approved by: Laurent Courty <lrntct at gmail.com> (maintainer) Notes: svn path=/head/; revision=198177