| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=517560
|
|
|
|
|
|
|
|
|
|
| |
Release note: https://github.com/LMMS/lmms/releases/tag/v1.2.1
PR: 241390
Submitted by: tobik
Notes:
svn path=/head/; revision=515254
|
|
|
|
|
|
|
| |
PR: 240890
Notes:
svn path=/head/; revision=513215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
|
| |
Release note: https://github.com/LMMS/lmms/releases/tag/v1.2.0
PR: 238441
Submitted by: tobik
Notes:
svn path=/head/; revision=503880
|
|
|
|
|
|
|
| |
PR: 233448
Notes:
svn path=/head/; revision=494418
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc8
PR: 235854
Submitted by: tobik
Notes:
svn path=/head/; revision=494135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
Notes:
svn path=/head/; revision=490472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=488341
|
|
|
|
|
|
|
|
| |
PR: 232777
Approved by: rodrigo (maintainer timeout, 6 weeks)
Notes:
svn path=/head/; revision=487366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugins/sf2_player/sf2_player.cpp:101:20: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_ROOMSIZE'
m_reverbRoomSize( FLUID_REVERB_DEFAULT_ROOMSIZE, 0, 1.0, 0.01f, this, tr( "Reverb Roomsize" ) ),
^
plugins/sf2_player/sf2_player.cpp:102:19: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_DAMP'; did you mean 'FLUID_INTERP_DEFAULT'?
m_reverbDamping( FLUID_REVERB_DEFAULT_DAMP, 0, 1.0, 0.01, this, tr( "Reverb Damping" ) ),
^~~~~~~~~~~~~~~~~~~~~~~~~
FLUID_INTERP_DEFAULT
[...]
plugins/sf2_player/sf2_player.cpp:395:17: error: variable has incomplete type 'fluid_preset_t' (aka '_fluid_preset_t')
fluid_preset_t preset;
^
/usr/local/include/fluidsynth/types.h:41:16: note: forward declaration of '_fluid_preset_t'
typedef struct _fluid_preset_t fluid_preset_t; /**< SoundFont preset */
^
PR: 233462
Approved by: rodrigo (maintainer timeout, 2 weeks)
Obtained from: upstream
Notes:
svn path=/head/; revision=486933
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=486467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add sndio support
- Get rid of many custom patches and other workarounds by adding
USES=localbase:ldflags
- Fix man page install location
- Modernize some CMAKE variables
Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc7
PR: 229867
Submitted by: tobik
Notes:
svn path=/head/; revision=480865
|
|
|
|
|
|
|
|
| |
- replace preprocessor variable _GCU_VERSION_ with __VERSION__
- Bump PORTREVISION
Notes:
svn path=/head/; revision=473816
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
| |
PR: 228265
Notes:
svn path=/head/; revision=471300
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 220961
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Notes:
svn path=/head/; revision=447862
|
|
|
|
|
|
|
| |
Sponsored by: Essen Linuxhotel Hackathon 2016
Notes:
svn path=/head/; revision=414769
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
| |
Submitted by: Jan Beich <jbeich@FreeBSD.org> (private email)
Notes:
svn path=/head/; revision=396781
|
|
|
|
|
|
|
|
|
| |
Fix port Makefile and pkg-plist to comply with new rules and features
Submitted by: Chris Petrik <chris@bsdjunk.com> (by private email)
Notes:
svn path=/head/; revision=396533
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
Notes:
svn path=/head/; revision=387982
|
|
|
|
| |
Notes:
svn path=/head/; revision=383354
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=374303
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Notes:
svn path=/head/; revision=366788
|
|
|
|
|
|
|
|
|
| |
always installing into lib/lmms, not lib64/lmms
- Use OPTIONS helpers
- Don't try to remove share/mime/packages
Notes:
svn path=/head/; revision=366647
|
|
|
|
|
|
|
|
| |
Submitted by: rodrigo (maintainer)
Approved by: kwm (mentor)
Notes:
svn path=/head/; revision=351988
|
|
|
|
|
|
|
| |
Submitted by: rodrigo (maintainer)
Notes:
svn path=/head/; revision=351976
|
|
|
|
|
|
|
|
| |
Submitted by: rodrigo@freeBSD.org (maintainer)
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=351843
|
|
|
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
Notes:
svn path=/head/; revision=341704
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with clang
PR: ports/180455
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Notes:
svn path=/head/; revision=323329
|
|
|
|
|
|
|
|
|
| |
* Chase the update in dependent ports.
PR: 179072
Notes:
svn path=/head/; revision=320405
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort pkg-plist
Changes: http://sourceforge.net/projects/lmms/files/lmms/0.4.14/
PR: ports/178820 [1]
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Approved by: culot (mentor)
Notes:
svn path=/head/; revision=319118
|
|
|
|
| |
Notes:
svn path=/head/; revision=316287
|
|
|
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=314960
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove shared lib versions (portlint warning)
- trim Makefile header
- remove indefinite article from COMMENT
PR: 173022
Submitted by: rm (myself)
Approved by: Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=306539
|
|
|
|
|
|
|
| |
dependency impact
Notes:
svn path=/head/; revision=305356
|
|
|
|
| |
Notes:
svn path=/head/; revision=301510
|
|
|
|
|
|
|
| |
directly or indirectly (via libvorbis, libtheora).
Notes:
svn path=/head/; revision=301188
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark MAKE_JOBS_SAFE
- Use bsd.port.options.mk
Chnages: http://sourceforge.net/news/?group_id=105168
PR: ports/167637 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=296228
|
|
|
|
|
|
|
|
|
| |
audio/libsamplerate
Reported by: pav
Notes:
svn path=/head/; revision=292837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
Notes:
svn path=/head/; revision=291667
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/161415
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Reviewed by: scheidell
Approved by: gabor (mentor)
Feature safe: yes
Notes:
svn path=/head/; revision=287027
|
|
|
|
|
|
|
|
|
| |
PR: 161631
Submitted by: Ports Fury
Feature safe: yes
Notes:
svn path=/head/; revision=286023
|
|
|
|
|
|
|
|
|
|
|
| |
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
Notes:
svn path=/head/; revision=285744
|