notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: astro/gpsbabel/Makefile
SVNWeb

Number of commits found: 49

Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  b152544  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
astro: remove 'Created by' lines

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>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Jan 2022
[ 20:56 Rene Ladan (rene) search for other commits by this committer ]    commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  commit hash:48d98ef9181e828b575f37e1841ad53e5def5987  48d98ef  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
cleanup: remove transitive py27 deprecation (www/qt5-webengine)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

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)
Wed, 7 Apr 2021
[ 15:02 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:ff9b4950645a8910bc7f36d1ad6434205ab993ef  commit hash:ff9b4950645a8910bc7f36d1ad6434205ab993ef  commit hash:ff9b4950645a8910bc7f36d1ad6434205ab993ef  ff9b495 
astro/gpsbabel: fix LICENSE

Approved by:	portmgr blanket
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 24 Mar 2021
[ 13:34 rene search for other commits by this committer ] Original commit   Revision:569118 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Mark ports recursively depending on Python 2.7 for expiration on June 23.

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
Sat, 10 Oct 2020
[ 07:11 lbartoletti search for other commits by this committer ] Original commit   Revision:551858
astro/gpsbabel: update to 1.7.0

PR:	248866
Submitted by:	Oliver Heesakkers (maintainer)
Reported by:	Harry Matthiesen Jensen
Wed, 12 Aug 2020
[ 10:29 pkubaj search for other commits by this committer ] Original commit   Revision:544742
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)
Wed, 22 Jul 2020
[ 09:06 tobik search for other commits by this committer ] Original commit   Revision:542840
astro/gpsbabel: Add missing dependencies to GUI option

- Also drop nop GUI_QMAKE_SOURCE_PATH [1]

Reported by:	portscan [1]
Sat, 11 Jul 2020
[ 19:13 pizzamig search for other commits by this committer ] Original commit   Revision:542043 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 29 May 2019
[ 12:59 danfe search for other commits by this committer ] Original commit   Revision:502957
Putting `qt:5' on USES list just once is enough.
Tue, 19 Mar 2019
[ 20:45 arved search for other commits by this committer ] Original commit   Revision:496294
Fix build after QT4 removal

PR:		235919
Submitted by:	maintainer
Reported by:	Miroslav Lachman
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sun, 28 Oct 2018
[ 11:21 linimon search for other commits by this committer ] Original commit   Revision:483277
Fix build with GCC-based architectures.

PR:		231919
Submitted by:	Piotr Kubaj
Approved by:	maintainer
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Sun, 6 May 2018
[ 15:39 riggs search for other commits by this committer ] Original commit   Revision:469231
Update to upstream version 1.5.4; use QT5 instead of QT4

PR:		227538
Submitted by:	cmt
Approved by:	Maintainer timeout
Tue, 21 Nov 2017
[ 08:36 mat search for other commits by this committer ] Original commit   Revision:454590 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
OPTIONS_SUB only cares about being defined, its content is ignored.

Sponsored by:	Absolight
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Tue, 28 Jun 2016
[ 17:29 cem search for other commits by this committer ] Original commit   Revision:417740
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
Thu, 21 Jan 2016
[ 01:42 pawel search for other commits by this committer ] Original commit   Revision:406818
Use options helpers

Approved by:	portmgr blanket
Tue, 18 Aug 2015
[ 19:58 pgollucci search for other commits by this committer ] Original commit   Revision:394642
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
Sun, 15 Mar 2015
[ 08:49 riggs search for other commits by this committer ] Original commit   Revision:381306
- Update to upstream release 1.5.2
- Properly strip installed binary

PR:		197879
Submitted by:	dev2@heesakkers.info
Reviewed by:	riggs
Tue, 10 Jun 2014
[ 22:06 amdmi3 search for other commits by this committer ] Original commit   Revision:357392
- 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)
Fri, 14 Feb 2014
[ 15:00 miwi search for other commits by this committer ] Original commit   Revision:344226
- Stage support
Wed, 11 Dec 2013
[ 10:31 bapt search for other commits by this committer ] Original commit   Revision:336154 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
Fri, 20 Sep 2013
[ 13:14 bapt search for other commits by this committer ] Original commit   Revision:327701 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Mon, 29 Apr 2013
[ 16:43 rene search for other commits by this committer ] Original commit   Revision:316831 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 15 Dec 2012
[ 23:13 beech search for other commits by this committer ] Original commit   Revision:308970
- Update to 1.4.4
- Add local mirror
- Pass maintainership to submitter

PR:		ports/174363
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
Tue, 6 Nov 2012
[ 09:04 wen search for other commits by this committer ] Original commit   Revision:307056
- Update to 1.4.3
- Trim Makefile headers
- Reset maintainer to ports@

Feature safe:	yes
Mon, 23 Jul 2012
[ 14:05 cs search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Tue, 15 Mar 2011
[ 00:32 wen search for other commits by this committer ] Original commit 
- Update to 1.4.2

PR:             ports/155554
Submitted by:   Gleb Smirnoff <glebius@cell.glebius.int.ru>
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sat, 30 May 2009
[ 11:07 itetcu search for other commits by this committer ] Original commit 
Fix build with custom PREFIX/LOCALBASE.

Submitted by:   itetcu@
Reported by:    QATty
Approved by:    maintainer
Mon, 9 Mar 2009
[ 17:15 stas search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 15 Feb 2009
[ 14:52 miwi search for other commits by this committer ] Original commit 
- Update to 1.3.6

PR:             131606
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Tue, 8 Jul 2008
[ 13:54 miwi search for other commits by this committer ] Original commit 
- Fix build

PR:             125402
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Reported by:    ionbot, pavbot
Thu, 3 Jul 2008
[ 05:47 beech search for other commits by this committer ] Original commit 
- Update to 1.3.5
- Add gentoo mirrors
- Pass maintainership to submitter

PR:             ports/124835
Submitted by:   Wen heping <wenheping@gmail.com>
Tue, 15 Apr 2008
[ 19:13 tabthorpe search for other commits by this committer ] Original commit 
- 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>
Thu, 23 Aug 2007
[ 10:10 rafan search for other commits by this committer ] Original commit 
- 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)
Sun, 22 Jul 2007
[ 19:53 laszlof search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Add even more ports to the new "geography" category

Approved by:    Pav (wearing portmgr hat)
Tue, 12 Jun 2007
[ 16:59 araujo search for other commits by this committer ] Original commit 
- 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)
Sat, 29 Apr 2006
[ 15:27 pav search for other commits by this committer ] Original commit 
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>

Number of commits found: 49