Commit graph

61 commits

Author SHA1 Message Date
Tobias C. Berner
680dfe7a4c audio/hydrogen: Update to 1.0.0
PR:             248682
Submitted by:   Shane <FreeBSD@ShaneWare.Biz>  (maintainer)
2020-08-16 09:48:40 +00:00
Adriaan de Groot
a80a612357 Prep-work for Qt 5.15
An ambiguous constructor for QSplashScreen has appeared in Qt 5.14,
so previous uses of NULL / nullptr now cause a compile error like

src/gui/src/SplashScreen.cpp:35:4: error: call to constructor of 'QSplashScreen' is ambiguous
 : QSplashScreen( NULL )
   ^              ~~~~
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:58:5: note: candidate constructor
    QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:61:5: note: candidate constructor
    QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());

This patch just explicitly casts to the right type of nullptr.
Mentioned in an issue upstream as well.

Not bumping PORTREVISION since this doesn't affect the built code at all
and it will get rebuilt when Qt 5.15 lands anyway.
2020-06-03 23:44:52 +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
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] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

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
Tobias Kortkamp
ade556f38c audio/hydrogen: Update to latest commit and switch to Qt 5
PR:		234260
Submitted by:	maintainer
2018-12-25 06:58:13 +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
Rene Ladan
99d6d12a38 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
2018-12-02 15:41:47 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +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
Jan Beich
07d9a124b5 audio/hydrogen-devel: remove out of date port
PR:		225285
Submitted by:	Shane Ambler (maintainer)
2018-01-18 00:22:33 +00:00
Jan Beich
88160a2380 audio/hydrogen: update to 0.9.7
- Track direct dependencies on qt4-core
- Convert to _CMAKE_BOOL option helper
- Lift BROKEN_powerpc64 after USES=compiler:c++11-lang

Changes:	http://www.hydrogen-music.org/hcms/node/17207
PR:		225285
Submitted by:	Shane Ambler (maintainer)
2018-01-18 00:19:04 +00:00
Mark Linimon
fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +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
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
be3db7e210 fix dependencies, add more options
PR:		202737
Submitted by:	Andriy Voskoboinyk, maintainer
Sponsored by:	Absolight
2015-10-29 13:47:30 +00:00
Raphael Kubo da Costa
53d279a72a Add USES=libarchive, stop setting LDFLAGS.
1. Import a pull request I've just sent upstream that makes FindHelper.cmake
   behave better and stop using pkg-config's output directly as include and
   library paths. The consequence is that libraries like libarchive,
   libsndfile, jack etc are now found with their full path and we can stop
   setting LDFLAGS in Makefile.

2. Set USES=libarchive. Even though the port does not require any
   functionality that is only present in libarchive from ports, explicitly
   depending on a certain version makes things more consistent.
   Additionally, before this patch there would be no dependency on
   libarchive from ports but since the linker was previously called like
   this:
      c++ ... -o hydrogen -L/usr/local/lib -larchive -lsndfile ...
   so the port would end up linking against libarchive from ports when it
   was present (which is always, since devel/cmake depends on it). And with
   this patch we have
      c++ ... -o hydrogen -larchive /usr/local/lib/libsndfile.so ...
   which does link against libarchive from base, but then fails `make
   stage-qa', which expects all ports to link against ports libarchive.

PR:		202905
Approved by:	FreeBSD@ShaneWare.Biz (maintainer)
2015-09-07 11:12:32 +00:00
Jason E. Hale
42ad3600de - Chase audio/portaudio2 removal and use audio/portaudio instead
- Bump PORTREVISION

PR:		200820
Submitted by:	<FreeBSD@ShaneWare.Biz> (maintainer)
2015-06-17 13:40:04 +00:00
Mathieu Arnold
6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Thomas Zander
f57f8ce185 - Update to upstream version 0.9.6.1
- Simplify OPTIONS handling
- Add OPTIONS for LADSPA, PULSEAUDIO and RDF
- Update pkg-plist (@dirrm)

PR:		193234
Submitted by:	FreeBSD@ShaneWare.Biz (maintainer)
2014-10-03 11:32:06 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Thomas Zander
515694fafd - Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile

PR:		178457
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	mentors (implicit)
2014-07-19 11:25:10 +00:00
Dmitry Marakasov
c48c4a1ca0 - Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 12:15:46 +00:00
Martin Wilke
840c0e3cc0 - Convert USE_SCONS to USES 2014-02-14 05:10:27 +00:00
Danilo Egea Gondolfo
f74450cd2e - Add stage support
PR:		ports/184622
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-12-09 14:21:04 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Ruslan Makhmatkhanov
7ac09b4adc - add dependency on pkgconfig
- use new syntax in LIB_DEPENDS
- remove indefinite article from COMMENT and not needed LICENSE_FILE
  for standard license while here

PR:		181850
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-09-07 09:58:31 +00:00
Cy Schubert
ffe7af9d63 Update 0.9.5 --> 0.9.5.1.
Unbreak build.

Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer.

PR:		177806
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
Approved by:	Maintainer (devel@stasyan.com)
2013-05-04 19:16:36 +00:00
Baptiste Daroussin
cd8a69e251 Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
2013-02-05 15:07:10 +00:00
Baptiste Daroussin
ab1393f705 - Convert to new options framework
- remove shlib numbers
- trim headers

PR:		ports/173795
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	maintainer timeout (1 month)
2012-12-29 22:19:01 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Pav Lucistnik
d24f7f10b3 - Mark BROKEN: does not install
Install directory: "data/img" as "/usr/local/share/hydrogen/data/img"
  scons: *** [/usr/local/share/hydrogen/data/img/gray] /usr/local/share/hydrogen/data/img/gray: File exists
  scons: building terminated because of errors.
  *** Error code 2

Reported by:	pointyhat
2012-02-10 20:14:52 +00:00
Ashish SHUKLA
f699e82619 - Remove duplicate PORTAUDIO option from OPTIONS
Reported by:	Hans Petter Selasky <hselasky@c2i.net>
2011-07-12 19:50:26 +00:00
Max Brazhnikov
291176c6f2 Update to 0.9.5
PR:		ports/156216
Submitted by:	Stas Timokhin (maintainer)
2011-04-09 15:48:34 +00:00
Pav Lucistnik
aa00535f63 - Update to 0.9.4.2
PR:		ports/152593
Submitted by:	Stas Timokhin <devel@stasyan.com> (maintainer)
2010-11-26 10:38:00 +00:00
Ashish SHUKLA
ec0fab9de4 - Update port to 0.9.4.
- Add LICENSE information.
- Transfer maintainership.

PR:		ports/148056
Submitted by:	Stas Timokhin <devel@stasyan.com>
Approved by:	pgj, tabthorpe (mentors)
Feature safe:	yes
2010-07-08 01:59:11 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Edwin Groothuis
6527ef2070 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)
2008-06-06 13:08:29 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Christian Weisgerber
fc6f899691 Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.

Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary.  Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.

PR:	119476
2008-04-07 20:37:23 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Martin Wilke
fc85ed2411 - Fix build with gcc 4.2
PR:		118274
Submitted by:	Pietro Cerutti" <gahr@gahr.ch>
Approved by:	maintainer timeout
2008-02-07 22:08:48 +00:00
Mark Linimon
6cedf755b6 Mark as broken with gcc4.2.
PR:		ports/116749
Submitted by:	nrgmilk at gmail dot com
2007-10-02 09:29:20 +00:00