1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
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
Adriaan de Groot
81c7e99e15 Update audio/rosegarden to 18.12 (latest release).
Release Notes since 17.04 (previous version in ports):
	https://rosegardenmusic.com/wiki/dev:17.12
	https://rosegardenmusic.com/wiki/dev:18.06
	https://rosegardenmusic.com/wiki/dev:18.12

Notable is removing Qt4 support, which aligns well with our intentions
to remove Qt4 from ports. Since Qt5 was the default toolkit already,
this should have little impact on Rosegarden users.

Each of the releases had a bunch of bugfixes as well.

This update supercedes the update in the PR, which bumped to version 17.12.

PR:		227384
Reported by:	yuri
2018-12-30 15:40:47 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +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
Adriaan de Groot
5172f7daeb Take maintainership of unowned ports audio/{rosegarden,musescore}.
Both are Qt5 applications related to sheet music.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14206
2018-02-05 20:11:24 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Tobias C. Berner
71bcff8ecb Update ot 17.04
* drop files/patch-src_gui_application_main.cpp
  -- it built fine with gcc5 gcc6 and clang without it

Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10829
2017-05-20 10:22:43 +00:00
Dmitry Marakasov
37f1eb43a3 - Switch to USES=localbase 2017-04-12 09:54:11 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
2017-04-01 15:23:30 +00:00
John Marino
378018de27 Four audio ports: USES+= alias (for DF) 2016-12-18 00:57:19 +00:00
Jason E. Hale
30d00ea093 Update to 16.06
PR:		213663
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-10-21 21:44:56 +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
3ec4297dae Update to 16.02
PR:		207983
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-15 15:06:19 +00:00
Thomas Zander
877b964dc7 Update to upstream version 15.12.1
PR:		205889
Submitted by:	tkato432@yahoo.com
2016-02-28 18:31:12 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Pawel Pekala
1d00c8d774 Update to version 15.10.2
PR:		204193
Submitted by:	tkato432@yahoo.com
2015-11-06 23:38:12 +00:00
Pawel Pekala
8a8937a543 - Update to version 15.08
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Use CPPFLAGS for preprocessor flags
- Remove INSTALLS_ICONS, it's for Gtk+ applications

PR:		202841
Submitted by:	tkato432@yahoo.com
2015-10-01 20:38:03 +00:00
Dmitry Marakasov
707bae219d - Switch to linguisttools_build 2015-02-26 12:51:47 +00:00
Dmitry Marakasov
dfb17b261d - Update to 14.12
PR:		197068
Submitted by:	antont@inbox.lv
2015-01-27 00:09:20 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Dmitry Marakasov
0deaebd939 - Drop @dirrm* from plist
- Fix plist
2014-09-24 01:43:06 +00:00
Tijl Coosemans
4bdd97e324 math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Tijl Coosemans
49108186e8 comms/lirc:
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample

Reported by:	sbruno [1]
2014-08-11 13:59:47 +00:00
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Pawel Pekala
667edb495d - Update to version 14.02
- Convert to USES desktop-file-utils shared-mime-info
- Strip program binary
- Drop maintainership
2014-03-08 13:46:00 +00:00
Pawel Pekala
28fea4be66 Update to version 13.10
===== New Features =====
   * Selection event filter can select rests

   * Selection event filter can select either performance or notation
     duration

   * LilyPond export converts a ''(c)'' or a ''(C)'' in the copyright
     header to a proper symbol automatically

   * New interpretation toolbar for the notation editor streamlines the
     ''**Adjust -> Interpret**'' process

   * New option to allow LilyPond to export fingerings inside the staff
     (can improve collision resolution)

   * New option to instruct Rosegarden not to start JACK automatically at
     startup, allowing you to control this behavior without having to
     put garbage in your ~/.jackdrc file

   * Support LilyPond 2.14
2013-10-29 18:41:12 +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
Pawel Pekala
d30db85435 Enable staging 2013-10-13 20:29:04 +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
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Pawel Pekala
cb8674c0c0 - Update to version 13.06
- Remove MAKE_JOBS_SAFE, now it's default
- Set compiler not preprocessor flags

The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage
by almost 50% when recording MIDI.  Rosegarden has been plagued with
MIDI recording problems for most of its history, and this improvement is
huge.  While Ted worked on stabilization, Tom Breton made significant
improvements in a variety of areas.  (See new features enumerated below.)

This release should be significantly more stable than recent versions,
and we encourage all users to give this improved version a try.
2013-07-22 19:09:16 +00:00
Daniel Eischen
62828ab4fa Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
2013-07-13 17:23:19 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +00:00
Pawel Pekala
a4f2cbdb82 Update to version 13.04
Feature safe:	yes
2013-04-16 17:27:49 +00:00
Pawel Pekala
806174181b Update to version 13.02
This is a stabilization release that includes some important fixes.
Users should feel encouraged to upgrade to 13.02 immediately, and stop
using previous versions of Rosegarden.

===== Bug Fixes =====
   * Use 64 for "dumb" NoteOff velocities, not 127
   * Made InternalSegmentMapper handle RealTime segment delays consistently
   * SortingInserter now sorts stably, fixing a noteoff race in MIDI export
   * Fixed old code that never worked, making Rosegarden export LilyPond
     staff names that include transposition information
   * Fixed crash when changing the number of audio submasters (Tim Munro)

===== New Features =====
   * LilyPond export now inserts \RemoveEmptyStaves to suppress the
     printing of empty staves by default
   * Tracks have a secondary "short label" property.  The primary label
     is exported to LilyPond as the long staff name, eg., "Trumpet in Bb,"
     and the secodary label is the short staff name, eg., "Tpt."
2013-02-18 17:48:29 +00:00
Pawel Pekala
63b98290ed Update to 12.12.25
Changelog:
* Update Japanese translation
* Fix problem with conflicting keyboard shortcuts that were
  introduced in 12.12 accidentally
2012-12-28 19:42:05 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Pawel Pekala
ada99036c4 - Update to version 12.12
- Sort USE_ flags, port needs pkg-config during build
- Add missing deps
2012-12-11 21:19:19 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +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
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pawel Pekala
e5f38cc233 Update to version 12.04
Changelog: http://www.rosegardenmusic.com/wiki/dev:12.04
2012-05-09 16:23:29 +00:00
Pawel Pekala
b2f6aff96c Update to version 11.11.42
This release includes a fix for a major LilyPond export bug, so if you do
anything with notation, it's worth upgrading immediately.  It also includes
the CPU usage reduction work and updated translations.
2011-12-15 20:56:37 +00:00
Pawel Pekala
064ecd719c Update to version 11.11.11
Rosegarden 11.11.11 is a minor point release that includes additional
translations, and one notable change by Ted Felix that might offer a
tangible reduction in CPU usage without any noticeable side effects.

Feature safe:	yes
2011-11-15 22:14:55 +00:00