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: audio/qmpdclient/Makefile
SVNWeb

Number of commits found: 23

Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
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
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
Sat, 18 Feb 2017
[ 19:48 tcberner search for other commits by this committer ] Original commit   Revision:434380 (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more

* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
Fri, 25 Sep 2015
[ 11:50 amdmi3 search for other commits by this committer ] Original commit   Revision:397811
- Switch to options helpers

Approved by:	portmgr blanket
Tue, 18 Aug 2015
[ 20:02 pgollucci search for other commits by this committer ] Original commit   Revision:394650
audio/qmpdclient: qt4-linguist -> qt4-linguisttools, use OPTIONS helpers

- Use OPTIONS helpers.
- Use qt4-linguisttools (build time dependency) for NLS.
- Sort USES.
- Regenerate patches with 'make makepatch'.

PR:                  202112
Submitted by:        s3erios@gmail.com
Approved by:         uyamba@gmail.com
Sun, 1 Jun 2014
[ 13:03 ohauer search for other commits by this committer ] Original commit   Revision:356114 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Fri, 22 Nov 2013
[ 12:55 makc search for other commits by this committer ] Original commit   Revision:334586 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 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:
audio)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 21 Mar 2013
[ 17:32 bapt search for other commits by this committer ] Original commit   Revision:314853 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 1 Nov 2011
[ 11:36 pawel search for other commits by this committer ] Original commit 
- Update to version 1.2.2
- Add WITH_NLS to options dialog

Changes:
- Included LyricWiki scraper
- Removed QtWebkit dependency
- Fixed linking with gold and modern gcc

PR:             ports/160891
Submitted by:   Maxim Samsonov <xors@mne.ru>
Approved by:    maintainer timeout (5 weeks)
Fri, 17 Jun 2011
[ 15:50 dhn search for other commits by this committer ] Original commit 
- Update to 1.2.1

PR:             ports/155960
Submitted by:   Maxim Samsonov <xors@mne.ru>
Approved by:    maintainer timeout
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Thu, 24 Dec 2009
[ 21:40 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.2

PR:             141147
Submitted by:   zloidemon <g.veniamin@googlemail.com>
Approved by:    maintainer timeout
Sat, 27 Sep 2008
[ 20:02 makc search for other commits by this committer ] Original commit 
Update to 1.0.9
New features:
- New tray icon art
- Cover art support
- Volume slider in tray menu
- Middle click on tray icon toggles pause
- Many bug fixes...

PR:             ports/124082
Submitted by:   Maxim Samsonov <xors at mne.ru>
Approved by:    maintainer timeout, miwi (mentor)
Fri, 6 Jun 2008
[ 13:07 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 345 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sun, 23 Sep 2007
[ 05:58 rafan search for other commits by this committer ] Original commit 
- Update to 1.0.8

PR:             ports/114904
Submitted by:   Maxim Samsonov <xors at mne.ru>
Approved by:    Anton <uyamba at gmail.com> (maintainer, with changes)
Sat, 18 Aug 2007
[ 01:09 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Mon, 11 Jun 2007
[ 12:40 miwi search for other commits by this committer ] Original commit 
QMPDClient is an easy to use MPD client written in Qt 4.

Features:

- Multimedia keys support
- System tray icon
- Annouce songs with passive popups
- Drag and drop
- Stream support
- Playlist management
- Tag-guessing for untagged files
- Directory browser

WWW: http://havtknut.tihlde.org/

PR:             ports/113341
Submitted by:   uyamba at gmail.com

Number of commits found: 23