Commit Graph

44 Commits

Author SHA1 Message Date
Loïc Bartoletti c3f2b61b0d astro/gpsbabel: update to 1.7.0
PR:	248866
Submitted by:	Oliver Heesakkers (maintainer)
Reported by:	Harry Matthiesen Jensen
2020-10-10 07:11:46 +00:00
Piotr Kubaj f0eb6c3575 astro/gpsbabel: fix build on GCC architectures
Respect CC / CXX:
configure: error: *** A compiler with support for C++14 language features is required.

MFH:		2020Q3 (fix build blanket)
2020-08-12 10:29:06 +00:00
Tobias Kortkamp 60cc70b612 astro/gpsbabel: Add missing dependencies to GUI option
- Also drop nop GUI_QMAKE_SOURCE_PATH [1]

Reported by:	portscan [1]
2020-07-22 09:06:51 +00:00
Luca Pizzamiglio 3b079b9526 astro/gpsbabel: Update to latest 1.6.0
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
2020-07-11 19:12:59 +00:00
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Alexey Dokuchaev 54de06e536 Putting `qt:5' on USES list just once is enough. 2019-05-29 12:59:07 +00:00
Tilman Keskinoz cf343f6255 Fix build after QT4 removal
PR:		235919
Submitted by:	maintainer
Reported by:	Miroslav Lachman
2019-03-19 20:45:44 +00:00
Tijl Coosemans 1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
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)
2019-01-16 11:13:44 +00:00
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Mark Linimon 99f5c7c0b1 Fix build with GCC-based architectures.
PR:		231919
Submitted by:	Piotr Kubaj
Approved by:	maintainer
2018-10-28 11:21:16 +00:00
Tobias C. Berner b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Thomas Zander 61a2252afb Update to upstream version 1.5.4; use QT5 instead of QT4
PR:		227538
Submitted by:	cmt
Approved by:	Maintainer timeout
2018-05-06 15:39:46 +00:00
Mathieu Arnold cbcfde370c OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by:	Absolight
2017-11-21 08:36:26 +00:00
Jan Beich 986f10e809 astro/gpsbabel: unbreak with clang 4.0
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)
2017-01-24 16:38:22 +00:00
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Thomas Zander 7d09fea925 Fix build with libc++ 3.8.0
PR:		210991
Submitted by:	dev2@heesakkers.info (maintainer)
MFH:		2016Q3 (ports-secteam build fix blanket)
2016-08-28 07:42:58 +00:00
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Conrad Meyer e589b83878 astro/gpsbabel: Update to upstream 1.5.3
- Use system minizip
- Convert to Github master site
- Update jeeps patch

Reviewed by:	AMDmi3
Differential Revision:	https://reviews.freebsd.org/D6963
2016-06-28 17:29:20 +00:00
Pawel Pekala 9963518ff3 Use options helpers
Approved by:	portmgr blanket
2016-01-21 01:42:54 +00:00
Philip M. Gollucci 44100075c4 astro/gpsbabel: add GUI option, clean up dependencies
- 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
2015-08-18 19:58:06 +00:00
Thomas Zander 373540144f - Update to upstream release 1.5.2
- Properly strip installed binary

PR:		197879
Submitted by:	dev2@heesakkers.info
Reviewed by:	riggs
2015-03-15 08:49:48 +00:00
Dmitry Marakasov 721b8b0dab - Update to 1.5.1
- Add LICENSE
- Convert extra-patch'es to plain patches

PR:		190791
Submitted by:	glebius
Approved by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2014-06-10 22:06:15 +00:00
Martin Wilke 8d1ae14aa1 - Stage support 2014-02-14 15:00:14 +00:00
Baptiste Daroussin 24e692de02 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
2013-12-11 10:31:41 +00:00
Baptiste Daroussin 701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Rene Ladan 4e4178dab5 In preparation of removing devel/libusb (expires 2013-04-30), remove it
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)
2013-04-29 16:43:05 +00:00
Beech Rintoul 7b79249087 - Update to 1.4.4
- Add local mirror
- Pass maintainership to submitter

PR:		ports/174363
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
2012-12-15 23:13:08 +00:00
Wen Heping a00a60ad0d - Update to 1.4.3
- Trim Makefile headers
- Reset maintainer to ports@

Feature safe:	yes
2012-11-06 09:04:29 +00:00
Carlo Strub 05b0777c26 Fix typos in COMMENT 2012-07-23 14:05:31 +00:00
Wen Heping eeadd3bb8e - Update to 1.4.2
PR:		ports/155554
Submitted by:	Gleb Smirnoff <glebius@cell.glebius.int.ru>
2011-03-15 00:32:57 +00:00
Ade Lovett 4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett 6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett 8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Ion-Mihai Tetcu 6068164b75 Fix build with custom PREFIX/LOCALBASE.
Submitted by:	itetcu@
Reported by:	QATty
Approved by:	maintainer
2009-05-30 11:07:56 +00:00
Stanislav Sedov f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Martin Wilke 334d5c9317 - Update to 1.3.6
PR:		131606
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-02-15 14:52:07 +00:00
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke ceba598216 - Fix build
PR:		125402
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
Reported by:	ionbot, pavbot
2008-07-08 13:54:44 +00:00
Beech Rintoul 4baba223fa - Update to 1.3.5
- Add gentoo mirrors
- Pass maintainership to submitter

PR:		ports/124835
Submitted by:	Wen heping <wenheping@gmail.com>
2008-07-03 05:47:18 +00:00
Thomas Abthorpe f8b359165c - Reassign to ports@
- 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>
2008-04-15 19:13:34 +00:00
Rong-En Fan 3bfa293d56 - Update to 1.3.4
- Use macro from bsd.sites.mk

PR:		ports/115670
Submitted by:	ijliao
Approved by:	Laurent Courty <lrntct at gmail.com> (maintainer)
2007-08-23 10:10:54 +00:00
Frank J. Laszlo 6e17578b4d - Add even more ports to the new "geography" category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:53:52 +00:00
Marcelo Araujo 37cb8baf7d - Update to 1.3.3.
- Removed files/patch-Makefile.

PR:		ports/112409
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com>
Approved by:	stas (mentor), maintainer timeout (23 days)
2007-06-12 16:59:36 +00:00
Pav Lucistnik 7b20174a8b GPSBabel converts waypoints, tracks, and routes from one format to another,
whether that format is a common mapping format like Delorme, Streets and Trips,
or even a serial upload or download to a GPS unit such as those from Garmin and
Magellan. By flattening the Tower of Babel that the authors of various programs
for manipulating GPS data have imposed upon us, it returns to us the ability
to freely move our own waypoint data between the programs and hardware we
choose to use.
It contains extensive data manipulation abilities making it a convenient for
server-side processing or as the backend for other tools.

WWW: http://www.gpsbabel.org/

PR:		ports/96490
Submitted by:	Laurent Courty <lrntct@gmail.com>
2006-04-29 15:27:05 +00:00