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/libechonest/Makefile
SVNWeb

Number of commits found: 29

Thu, 20 Jul 2023
[ 09:23 Nicola Vitale (nivit) search for other commits by this committer ]    commit hash:c7b44004f9d2ac06e2f5304423166eda37cea547  commit hash:c7b44004f9d2ac06e2f5304423166eda37cea547  commit hash:c7b44004f9d2ac06e2f5304423166eda37cea547  c7b4400 
audio/libechonest: Fix build with llvm16

- Pet port(clippy|fmt|lint)

Reported by:	pkg-fallout
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:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Thu, 21 Nov 2019
[ 09:47 tobik search for other commits by this committer ] Original commit   Revision:518088
audio/libechonest: Replace obsolete USE_QT5 with USE_QT
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
Sat, 16 Mar 2019
[ 20:00 tcberner search for other commits by this committer ] Original commit   Revision:495952
devel/qjson: remove flavors (Qt4 deprecation)
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)
Sun, 13 Jan 2019
[ 03:00 linimon search for other commits by this committer ] Original commit   Revision:490110
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234785
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Thu, 3 Jan 2019
[ 21:43 sbruno search for other commits by this committer ] Original commit   Revision:489228 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
audio/clementine-player:  Jump to qt5
- regenerate some of the patch files for this new branch
- cleanup and try to adjust Makefile

audio/libechonest: Jump to qt5
- clementine-player is the only port that I could find that has an explicit
  dependency on libechonest.  Commit this update so there is no window for
  build failures.

Test built on 13-CURRENT, 12-STABLE, 11-STABLE across i386 and amd64.
Run-time tested on 13-CURRENT, amd64.

PR:		234534 226529
Submitted by:	greg@unrelenting.technology
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
Sat, 14 Apr 2018
[ 13:16 tcberner search for other commits by this committer ] Original commit   Revision:467317 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
devel/qjson, devel-qjson-qt5 create flavors

* additionally, give the maintainership to kde@.

Approved by:	portmgr (mat), avilla (timeout)
Differential Revision:	https://reviews.freebsd.org/D14650
Mon, 6 Mar 2017
[ 23:50 jhale search for other commits by this committer ] Original commit   Revision:435573
Add missing Qt4 xml dependency to fix build failure when TEST option is ON
Register Qt4 corelib dependency
Fix LICENSE and add LICENSE_FILE

Approved by:	portmgr (blanket)
MFH:		2017Q1 (blanket)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 6 May 2015
[ 12:57 mat search for other commits by this committer ] Original commit   Revision:385514 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update ports in the a* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 11 Feb 2015
[ 10:06 nivit search for other commits by this committer ] Original commit   Revision:378827
- Update to 2.3.1
- Add option TEST (default OFF)
- Remove textproc/qt4-xml from dependencies
Tue, 30 Dec 2014
[ 21:23 arved search for other commits by this committer ] Original commit   Revision:375858
Update to 2.3.0

PR:		195512
Approved by:	maintainer timeout
Tue, 21 Jan 2014
[ 22:56 bapt search for other commits by this committer ] Original commit   Revision:340670 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Fix properties on pkg-plist
Wed, 11 Dec 2013
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:336166 (Only the first 10 of 268 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 audio

With hat:	portmgr
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)
Fri, 28 Jun 2013
[ 21:17 nivit search for other commits by this committer ] Original commit   Revision:321987
- Update to 2.0.3
- Change GitHub repository (libechonest is developed by Leo Franchi)
- Add PORTVERSION to PLIST_SUB
- Fix WWW in pkg-descr
Fri, 7 Jun 2013
[ 22:29 bdrewery search for other commits by this committer ] Original commit   Revision:320228 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.

With hat:	portmgr
Mon, 22 Apr 2013
[ 23:19 bapt search for other commits by this committer ] Original commit   Revision:316287 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Sat, 23 Mar 2013
[ 19:37 bapt search for other commits by this committer ] Original commit   Revision:315078
Add an explicit build dependency on pkgconf

Reported by:	miwi
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 7 Mar 2013
[ 14:10 nivit search for other commits by this committer ] Original commit   Revision:313589
- Re-enable color output during the building phase

Suggested by:	makc
Wed, 6 Mar 2013
[ 22:53 nivit search for other commits by this committer ] Original commit   Revision:313551
libechonest is a collection of C++/Qt classes designed to make a developer's
life easy when trying to use the APIs provided by The Echo Nest.

WWW: http://github.com/dschimdt/libechonest

Number of commits found: 29